package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "cacache@^15.0.5",
  3. "_id": "cacache@15.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
  6. "_location": "/cacache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cacache@^15.0.5",
  12. "name": "cacache",
  13. "escapedName": "cacache",
  14. "rawSpec": "^15.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.0.5"
  17. },
  18. "_requiredBy": [
  19. "/compression-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/cacache/-/cacache-15.3.0.tgz",
  22. "_shasum": "dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb",
  23. "_spec": "cacache@^15.0.5",
  24. "_where": "E:\\psy_web_share\\node_modules\\compression-webpack-plugin",
  25. "bugs": {
  26. "url": "https://github.com/npm/cacache/issues"
  27. },
  28. "bundleDependencies": false,
  29. "cache-version": {
  30. "content": "2",
  31. "index": "5"
  32. },
  33. "dependencies": {
  34. "@npmcli/fs": "^1.0.0",
  35. "@npmcli/move-file": "^1.0.1",
  36. "chownr": "^2.0.0",
  37. "fs-minipass": "^2.0.0",
  38. "glob": "^7.1.4",
  39. "infer-owner": "^1.0.4",
  40. "lru-cache": "^6.0.0",
  41. "minipass": "^3.1.1",
  42. "minipass-collect": "^1.0.2",
  43. "minipass-flush": "^1.0.5",
  44. "minipass-pipeline": "^1.2.2",
  45. "mkdirp": "^1.0.3",
  46. "p-map": "^4.0.0",
  47. "promise-inflight": "^1.0.1",
  48. "rimraf": "^3.0.2",
  49. "ssri": "^8.0.1",
  50. "tar": "^6.0.2",
  51. "unique-filename": "^1.1.1"
  52. },
  53. "deprecated": false,
  54. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  55. "devDependencies": {
  56. "@npmcli/lint": "^1.0.1",
  57. "benchmark": "^2.1.4",
  58. "chalk": "^4.0.0",
  59. "require-inject": "^1.4.4",
  60. "tacks": "^1.3.0",
  61. "tap": "^15.0.9"
  62. },
  63. "engines": {
  64. "node": ">= 10"
  65. },
  66. "files": [
  67. "*.js",
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/npm/cacache#readme",
  71. "keywords": [
  72. "cache",
  73. "caching",
  74. "content-addressable",
  75. "sri",
  76. "sri hash",
  77. "subresource integrity",
  78. "cache",
  79. "storage",
  80. "store",
  81. "file store",
  82. "filesystem",
  83. "disk cache",
  84. "disk storage"
  85. ],
  86. "license": "ISC",
  87. "main": "index.js",
  88. "name": "cacache",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/npm/cacache.git"
  92. },
  93. "scripts": {
  94. "benchmarks": "node test/benchmarks",
  95. "coverage": "tap",
  96. "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"",
  97. "lintfix": "npm run lint -- --fix",
  98. "npmclilint": "npmcli-lint",
  99. "postsnap": "npm run lintfix --",
  100. "postversion": "npm publish",
  101. "prepublishOnly": "git push origin --follow-tags",
  102. "preversion": "npm test",
  103. "snap": "tap",
  104. "test": "tap",
  105. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  106. },
  107. "tap": {
  108. "100": true,
  109. "test-regex": "test/[^/]*.js"
  110. },
  111. "version": "15.3.0"
  112. }