package.json 1.8 KB

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