package.json 1.7 KB

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