package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "path-dirname@^1.0.0",
  3. "_id": "path-dirname@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
  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. "/fast-glob/glob-parent",
  20. "/watchpack-chokidar2/glob-parent",
  21. "/webpack-dev-server/glob-parent"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
  24. "_shasum": "cc33d24d525e099a5388c0336c6e32b9160609e0",
  25. "_spec": "path-dirname@^1.0.0",
  26. "_where": "D:\\jiayue\\pig-ui\\node_modules\\watchpack-chokidar2\\node_modules\\glob-parent",
  27. "author": {
  28. "name": "Elan Shanker"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/es128/path-dirname/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Node.js path.dirname() ponyfill",
  36. "files": [
  37. "index.js"
  38. ],
  39. "homepage": "https://github.com/es128/path-dirname#readme",
  40. "keywords": [
  41. "dirname",
  42. "dir",
  43. "path",
  44. "paths",
  45. "file",
  46. "built-in",
  47. "util",
  48. "utils",
  49. "core",
  50. "stdlib",
  51. "ponyfill",
  52. "polyfill",
  53. "shim"
  54. ],
  55. "license": "MIT",
  56. "name": "path-dirname",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/es128/path-dirname.git"
  60. },
  61. "scripts": {
  62. "test": "node test.js"
  63. },
  64. "version": "1.0.2"
  65. }