package.json 1.7 KB

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