package.json 1.6 KB

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