package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "path-dirname@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-dirname@1.0.2",
  10. "_id": "path-dirname@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==",
  13. "_location": "/path-dirname",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-dirname@1.0.2",
  19. "name": "path-dirname",
  20. "escapedName": "path-dirname",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/fast-glob/glob-parent",
  27. "/watchpack-chokidar2/glob-parent",
  28. "/webpack-dev-server/glob-parent"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/path-dirname/-/path-dirname-1.0.2.tgz",
  31. "_spec": "1.0.2",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Elan Shanker"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/es128/path-dirname/issues"
  38. },
  39. "description": "Node.js path.dirname() ponyfill",
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/es128/path-dirname#readme",
  44. "keywords": [
  45. "dirname",
  46. "dir",
  47. "path",
  48. "paths",
  49. "file",
  50. "built-in",
  51. "util",
  52. "utils",
  53. "core",
  54. "stdlib",
  55. "ponyfill",
  56. "polyfill",
  57. "shim"
  58. ],
  59. "license": "MIT",
  60. "name": "path-dirname",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/es128/path-dirname.git"
  64. },
  65. "scripts": {
  66. "test": "node test.js"
  67. },
  68. "version": "1.0.2"
  69. }