package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "cacache@^12.0.2",
  3. "_id": "cacache@12.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==",
  6. "_location": "/cacache",
  7. "_phantomChildren": {
  8. "brace-expansion": "1.1.12",
  9. "fs.realpath": "1.0.0",
  10. "inflight": "1.0.6",
  11. "inherits": "2.0.4",
  12. "once": "1.3.3",
  13. "path-is-absolute": "1.0.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "cacache@^12.0.2",
  19. "name": "cacache",
  20. "escapedName": "cacache",
  21. "rawSpec": "^12.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "^12.0.2"
  24. },
  25. "_requiredBy": [
  26. "/terser-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/cacache/-/cacache-12.0.4.tgz",
  29. "_shasum": "668bcbd105aeb5f1d92fe25570ec9525c8faa40c",
  30. "_spec": "cacache@^12.0.2",
  31. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\terser-webpack-plugin",
  32. "author": {
  33. "name": "Kat Marchán",
  34. "email": "kzm@sykosomatic.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/cacache/issues"
  38. },
  39. "bundleDependencies": false,
  40. "cache-version": {
  41. "content": "2",
  42. "index": "5"
  43. },
  44. "config": {
  45. "nyc": {
  46. "exclude": [
  47. "node_modules/**",
  48. "test/**"
  49. ]
  50. }
  51. },
  52. "contributors": [
  53. {
  54. "name": "Charlotte Spencer",
  55. "email": "charlottelaspencer@gmail.com"
  56. },
  57. {
  58. "name": "Rebecca Turner",
  59. "email": "me@re-becca.org"
  60. }
  61. ],
  62. "dependencies": {
  63. "bluebird": "^3.5.5",
  64. "chownr": "^1.1.1",
  65. "figgy-pudding": "^3.5.1",
  66. "glob": "^7.1.4",
  67. "graceful-fs": "^4.1.15",
  68. "infer-owner": "^1.0.3",
  69. "lru-cache": "^5.1.1",
  70. "mississippi": "^3.0.0",
  71. "mkdirp": "^0.5.1",
  72. "move-concurrently": "^1.0.1",
  73. "promise-inflight": "^1.0.1",
  74. "rimraf": "^2.6.3",
  75. "ssri": "^6.0.1",
  76. "unique-filename": "^1.1.1",
  77. "y18n": "^4.0.0"
  78. },
  79. "deprecated": false,
  80. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  81. "devDependencies": {
  82. "benchmark": "^2.1.4",
  83. "chalk": "^2.4.2",
  84. "cross-env": "^5.1.4",
  85. "require-inject": "^1.4.4",
  86. "standard": "^12.0.1",
  87. "standard-version": "^6.0.1",
  88. "tacks": "^1.3.0",
  89. "tap": "^12.7.0"
  90. },
  91. "files": [
  92. "*.js",
  93. "lib",
  94. "locales"
  95. ],
  96. "homepage": "https://github.com/npm/cacache#readme",
  97. "keywords": [
  98. "cache",
  99. "caching",
  100. "content-addressable",
  101. "sri",
  102. "sri hash",
  103. "subresource integrity",
  104. "cache",
  105. "storage",
  106. "store",
  107. "file store",
  108. "filesystem",
  109. "disk cache",
  110. "disk storage"
  111. ],
  112. "license": "ISC",
  113. "main": "index.js",
  114. "name": "cacache",
  115. "publishConfig": {
  116. "tag": "legacy"
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/npm/cacache.git"
  121. },
  122. "scripts": {
  123. "benchmarks": "node test/benchmarks",
  124. "postrelease": "npm publish && git push --follow-tags",
  125. "prerelease": "npm t",
  126. "pretest": "standard",
  127. "release": "standard-version -s",
  128. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  129. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  130. },
  131. "version": "12.0.4"
  132. }