package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "path-dirname@1.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-dirname@1.0.2",
  10. "_id": "path-dirname@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
  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. "/copy-webpack-plugin/glob-parent",
  27. "/fast-glob/glob-parent",
  28. "/watchpack-chokidar2/glob-parent",
  29. "/webpack-dev-server/glob-parent"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/path-dirname/download/path-dirname-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  34. "author": {
  35. "name": "Elan Shanker"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/es128/path-dirname/issues"
  39. },
  40. "description": "Node.js path.dirname() ponyfill",
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/es128/path-dirname#readme",
  45. "keywords": [
  46. "dirname",
  47. "dir",
  48. "path",
  49. "paths",
  50. "file",
  51. "built-in",
  52. "util",
  53. "utils",
  54. "core",
  55. "stdlib",
  56. "ponyfill",
  57. "polyfill",
  58. "shim"
  59. ],
  60. "license": "MIT",
  61. "name": "path-dirname",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/es128/path-dirname.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "1.0.2"
  70. }