package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "true-case-path@^1.0.2",
  12. "name": "true-case-path",
  13. "escapedName": "true-case-path",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
  22. "_shasum": "f813b5a8c86b40da59606722b144e3225799f47d",
  23. "_spec": "true-case-path@^1.0.2",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
  25. "author": {
  26. "name": "barsh"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/barsh/true-case-path/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Michael Klement",
  35. "email": "mklement0@gmail.com",
  36. "url": "https://github.com/mklement0"
  37. }
  38. ],
  39. "dependencies": {
  40. "glob": "^7.1.2"
  41. },
  42. "deprecated": false,
  43. "description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
  44. "homepage": "https://github.com/barsh/true-case-path#readme",
  45. "license": "Apache-2.0",
  46. "main": "index.js",
  47. "name": "true-case-path",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/barsh/true-case-path.git"
  51. },
  52. "scripts": {
  53. "test": "echo \"Error: no test specified\" && exit 1"
  54. },
  55. "version": "1.0.3"
  56. }