package.json 1.5 KB

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