package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "cacache@^15.0.5",
  3. "_id": "cacache@15.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==",
  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. "/terser-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz",
  22. "_shasum": "73af75f77c58e72d8c630a7a2858cb18ef523389",
  23. "_spec": "cacache@^15.0.5",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\terser-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/move-file": "^1.0.1",
  35. "chownr": "^2.0.0",
  36. "fs-minipass": "^2.0.0",
  37. "glob": "^7.1.4",
  38. "infer-owner": "^1.0.4",
  39. "lru-cache": "^6.0.0",
  40. "minipass": "^3.1.1",
  41. "minipass-collect": "^1.0.2",
  42. "minipass-flush": "^1.0.5",
  43. "minipass-pipeline": "^1.2.2",
  44. "mkdirp": "^1.0.3",
  45. "p-map": "^4.0.0",
  46. "promise-inflight": "^1.0.1",
  47. "rimraf": "^3.0.2",
  48. "ssri": "^8.0.1",
  49. "tar": "^6.0.2",
  50. "unique-filename": "^1.1.1"
  51. },
  52. "deprecated": false,
  53. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  54. "devDependencies": {
  55. "@npmcli/lint": "^1.0.1",
  56. "benchmark": "^2.1.4",
  57. "chalk": "^4.0.0",
  58. "require-inject": "^1.4.4",
  59. "tacks": "^1.3.0",
  60. "tap": "^15.0.9"
  61. },
  62. "engines": {
  63. "node": ">= 10"
  64. },
  65. "files": [
  66. "*.js",
  67. "lib"
  68. ],
  69. "homepage": "https://github.com/npm/cacache#readme",
  70. "keywords": [
  71. "cache",
  72. "caching",
  73. "content-addressable",
  74. "sri",
  75. "sri hash",
  76. "subresource integrity",
  77. "cache",
  78. "storage",
  79. "store",
  80. "file store",
  81. "filesystem",
  82. "disk cache",
  83. "disk storage"
  84. ],
  85. "license": "ISC",
  86. "main": "index.js",
  87. "name": "cacache",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/npm/cacache.git"
  91. },
  92. "scripts": {
  93. "benchmarks": "node test/benchmarks",
  94. "coverage": "tap",
  95. "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"",
  96. "lintfix": "npm run lint -- --fix",
  97. "npmclilint": "npmcli-lint",
  98. "postsnap": "npm run lintfix --",
  99. "postversion": "npm publish",
  100. "prepublishOnly": "git push origin --follow-tags",
  101. "preversion": "npm test",
  102. "snap": "tap",
  103. "test": "tap",
  104. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  105. },
  106. "tap": {
  107. "100": true,
  108. "test-regex": "test/[^/]*.js"
  109. },
  110. "version": "15.2.0"
  111. }