package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "commondir@^1.0.1",
  3. "_id": "commondir@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
  6. "_location": "/commondir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "commondir@^1.0.1",
  12. "name": "commondir",
  13. "escapedName": "commondir",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/find-cache-dir",
  20. "/find-cache-dir",
  21. "/loader-fs-cache/find-cache-dir",
  22. "/terser-webpack-plugin/find-cache-dir"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  25. "_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b",
  26. "_spec": "commondir@^1.0.1",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\find-cache-dir",
  28. "author": {
  29. "name": "James Halliday",
  30. "email": "mail@substack.net",
  31. "url": "http://substack.net"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/substack/node-commondir/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "compute the closest common parent for file paths",
  40. "devDependencies": {
  41. "tape": "^3.5.0"
  42. },
  43. "engine": {
  44. "node": ">=0.4"
  45. },
  46. "homepage": "https://github.com/substack/node-commondir#readme",
  47. "keywords": [
  48. "common",
  49. "path",
  50. "directory",
  51. "file",
  52. "parent",
  53. "root"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "commondir",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/substack/node-commondir.git"
  61. },
  62. "scripts": {
  63. "test": "tape test/*.js"
  64. },
  65. "version": "1.0.1"
  66. }