package.json 3.2 KB

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