package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "commondir@1.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/copy-webpack-plugin/find-cache-dir",
  27. "/find-cache-dir",
  28. "/loader-fs-cache/find-cache-dir",
  29. "/terser-webpack-plugin/find-cache-dir"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/commondir/download/commondir-1.0.1.tgz",
  32. "_spec": "1.0.1",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "James Halliday",
  36. "email": "mail@substack.net",
  37. "url": "http://substack.net"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/substack/node-commondir/issues"
  41. },
  42. "dependencies": {},
  43. "description": "compute the closest common parent for file paths",
  44. "devDependencies": {
  45. "tape": "^3.5.0"
  46. },
  47. "engine": {
  48. "node": ">=0.4"
  49. },
  50. "homepage": "https://github.com/substack/node-commondir#readme",
  51. "keywords": [
  52. "common",
  53. "path",
  54. "directory",
  55. "file",
  56. "parent",
  57. "root"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "commondir",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  65. },
  66. "scripts": {
  67. "test": "tape test/*.js"
  68. },
  69. "version": "1.0.1"
  70. }