package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "commondir@1.0.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "commondir@1.0.1",
  10. "_id": "commondir@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
  13. "_location": "/commondir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "commondir@1.0.1",
  19. "name": "commondir",
  20. "escapedName": "commondir",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/find-cache-dir",
  27. "/cache-loader/find-cache-dir",
  28. "/compression-webpack-plugin/find-cache-dir",
  29. "/find-cache-dir",
  30. "/loader-fs-cache/find-cache-dir"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz",
  33. "_spec": "1.0.1",
  34. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  35. "author": {
  36. "name": "James Halliday",
  37. "email": "mail@substack.net",
  38. "url": "http://substack.net"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/substack/node-commondir/issues"
  42. },
  43. "dependencies": {},
  44. "description": "compute the closest common parent for file paths",
  45. "devDependencies": {
  46. "tape": "^3.5.0"
  47. },
  48. "engine": {
  49. "node": ">=0.4"
  50. },
  51. "homepage": "https://github.com/substack/node-commondir#readme",
  52. "keywords": [
  53. "common",
  54. "path",
  55. "directory",
  56. "file",
  57. "parent",
  58. "root"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "commondir",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  66. },
  67. "scripts": {
  68. "test": "tape test/*.js"
  69. },
  70. "version": "1.0.1"
  71. }