package.json 2.9 KB

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