package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "true-case-path@1.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "true-case-path@1.0.3",
  10. "_id": "true-case-path@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+BO1qMhrQNpZYGcisUTjIleZ9H0=",
  13. "_location": "/true-case-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "true-case-path@1.0.3",
  19. "name": "true-case-path",
  20. "escapedName": "true-case-path",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.nlark.com/true-case-path/download/true-case-path-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "barsh"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/barsh/true-case-path/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Michael Klement",
  40. "email": "mklement0@gmail.com",
  41. "url": "https://github.com/mklement0"
  42. }
  43. ],
  44. "dependencies": {
  45. "glob": "^7.1.2"
  46. },
  47. "description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
  48. "homepage": "https://github.com/barsh/true-case-path#readme",
  49. "license": "Apache-2.0",
  50. "main": "index.js",
  51. "name": "true-case-path",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/barsh/true-case-path.git"
  55. },
  56. "scripts": {
  57. "test": "echo \"Error: no test specified\" && exit 1"
  58. },
  59. "version": "1.0.3"
  60. }