package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "cacache@15.0.5",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cacache@15.0.5",
  10. "_id": "cacache@15.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==",
  13. "_location": "/cacache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cacache@15.0.5",
  19. "name": "cacache",
  20. "escapedName": "cacache",
  21. "rawSpec": "15.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "15.0.5"
  24. },
  25. "_requiredBy": [
  26. "/compression-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz",
  29. "_spec": "15.0.5",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/cacache/issues"
  37. },
  38. "cache-version": {
  39. "content": "2",
  40. "index": "5"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Charlotte Spencer",
  45. "email": "charlottelaspencer@gmail.com"
  46. },
  47. {
  48. "name": "Rebecca Turner",
  49. "email": "me@re-becca.org"
  50. }
  51. ],
  52. "dependencies": {
  53. "@npmcli/move-file": "^1.0.1",
  54. "chownr": "^2.0.0",
  55. "fs-minipass": "^2.0.0",
  56. "glob": "^7.1.4",
  57. "infer-owner": "^1.0.4",
  58. "lru-cache": "^6.0.0",
  59. "minipass": "^3.1.1",
  60. "minipass-collect": "^1.0.2",
  61. "minipass-flush": "^1.0.5",
  62. "minipass-pipeline": "^1.2.2",
  63. "mkdirp": "^1.0.3",
  64. "p-map": "^4.0.0",
  65. "promise-inflight": "^1.0.1",
  66. "rimraf": "^3.0.2",
  67. "ssri": "^8.0.0",
  68. "tar": "^6.0.2",
  69. "unique-filename": "^1.1.1"
  70. },
  71. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  72. "devDependencies": {
  73. "benchmark": "^2.1.4",
  74. "chalk": "^4.0.0",
  75. "require-inject": "^1.4.4",
  76. "standard": "^14.3.1",
  77. "standard-version": "^7.1.0",
  78. "tacks": "^1.3.0",
  79. "tap": "^14.10.6"
  80. },
  81. "engines": {
  82. "node": ">= 10"
  83. },
  84. "files": [
  85. "*.js",
  86. "lib"
  87. ],
  88. "homepage": "https://github.com/npm/cacache#readme",
  89. "keywords": [
  90. "cache",
  91. "caching",
  92. "content-addressable",
  93. "sri",
  94. "sri hash",
  95. "subresource integrity",
  96. "cache",
  97. "storage",
  98. "store",
  99. "file store",
  100. "filesystem",
  101. "disk cache",
  102. "disk storage"
  103. ],
  104. "license": "ISC",
  105. "main": "index.js",
  106. "name": "cacache",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/npm/cacache.git"
  110. },
  111. "scripts": {
  112. "benchmarks": "node test/benchmarks",
  113. "coverage": "tap",
  114. "lint": "standard",
  115. "postrelease": "npm publish",
  116. "posttest": "npm run lint",
  117. "prepublishOnly": "git push --follow-tags",
  118. "prerelease": "npm t",
  119. "release": "standard-version -s",
  120. "test": "tap",
  121. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  122. },
  123. "tap": {
  124. "100": true,
  125. "test-regex": "test/[^/]*.js"
  126. },
  127. "version": "15.0.5"
  128. }