package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "true-case-path@^1.0.2",
  3. "_id": "true-case-path@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-fskRMJJHZsf1c74wIMNPj9/QDWI=",
  6. "_location": "/true-case-path",
  7. "_phantomChildren": {
  8. "inflight": "1.0.6",
  9. "inherits": "2.0.3",
  10. "minimatch": "2.0.10",
  11. "once": "1.3.3",
  12. "path-is-absolute": "1.0.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "true-case-path@^1.0.2",
  18. "name": "true-case-path",
  19. "escapedName": "true-case-path",
  20. "rawSpec": "^1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.2.tgz",
  28. "_shasum": "7ec91130924766c7f573be3020c34f8fdfd00d62",
  29. "_spec": "true-case-path@^1.0.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/node-sass",
  31. "author": {
  32. "name": "barsh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/barsh/true-case-path/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Michael Klement",
  41. "email": "mklement0@gmail.com",
  42. "url": "https://github.com/mklement0"
  43. }
  44. ],
  45. "dependencies": {
  46. "glob": "^6.0.4"
  47. },
  48. "deprecated": false,
  49. "description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
  50. "homepage": "https://github.com/barsh/true-case-path#readme",
  51. "license": "Apache version 2.0",
  52. "main": "index.js",
  53. "name": "true-case-path",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/barsh/true-case-path.git"
  57. },
  58. "scripts": {
  59. "test": "echo \"Error: no test specified\" && exit 1"
  60. },
  61. "version": "1.0.2"
  62. }