package.json 3.1 KB

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