package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "path-parse@1.0.7",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "path-parse@1.0.7",
  9. "_id": "path-parse@1.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  12. "_location": "/path-parse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-parse@1.0.7",
  18. "name": "path-parse",
  19. "escapedName": "path-parse",
  20. "rawSpec": "1.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.7"
  23. },
  24. "_requiredBy": [
  25. "/resolve"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  28. "_spec": "1.0.7",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Javier Blanco",
  32. "email": "http://jbgutierrez.info"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jbgutierrez/path-parse/issues"
  36. },
  37. "description": "Node.js path.parse() ponyfill",
  38. "homepage": "https://github.com/jbgutierrez/path-parse#readme",
  39. "keywords": [
  40. "path",
  41. "paths",
  42. "file",
  43. "dir",
  44. "parse",
  45. "built-in",
  46. "util",
  47. "utils",
  48. "core",
  49. "ponyfill",
  50. "polyfill",
  51. "shim"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "path-parse",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/jbgutierrez/path-parse.git"
  59. },
  60. "scripts": {
  61. "test": "node test.js"
  62. },
  63. "version": "1.0.7"
  64. }