package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "cacache@^10.0.4",
  3. "_id": "cacache@10.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==",
  6. "_location": "/cacache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cacache@^10.0.4",
  12. "name": "cacache",
  13. "escapedName": "cacache",
  14. "rawSpec": "^10.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.0.4"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin",
  20. "/uglifyjs-webpack-plugin"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz",
  23. "_shasum": "6452367999eff9d4188aefd9a14e9d7c6a263460",
  24. "_spec": "cacache@^10.0.4",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\copy-webpack-plugin",
  26. "author": {
  27. "name": "Kat Marchán",
  28. "email": "kzm@sykosomatic.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/zkat/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.1",
  58. "chownr": "^1.0.1",
  59. "glob": "^7.1.2",
  60. "graceful-fs": "^4.1.11",
  61. "lru-cache": "^4.1.1",
  62. "mississippi": "^2.0.0",
  63. "mkdirp": "^0.5.1",
  64. "move-concurrently": "^1.0.1",
  65. "promise-inflight": "^1.0.1",
  66. "rimraf": "^2.6.2",
  67. "ssri": "^5.2.4",
  68. "unique-filename": "^1.1.0",
  69. "y18n": "^4.0.0"
  70. },
  71. "deprecated": false,
  72. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  73. "devDependencies": {
  74. "benchmark": "^2.1.4",
  75. "chalk": "^2.3.1",
  76. "cross-env": "^5.1.3",
  77. "nyc": "^11.4.1",
  78. "require-inject": "^1.4.2",
  79. "safe-buffer": "^5.1.1",
  80. "standard": "^10.0.3",
  81. "standard-version": "^4.3.0",
  82. "tacks": "^1.2.2",
  83. "tap": "^11.1.0",
  84. "weallbehave": "^1.2.0",
  85. "weallcontribute": "^1.0.8"
  86. },
  87. "files": [
  88. "*.js",
  89. "lib",
  90. "locales"
  91. ],
  92. "homepage": "https://github.com/zkat/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. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/zkat/cacache.git"
  114. },
  115. "scripts": {
  116. "benchmarks": "node test/benchmarks",
  117. "postrelease": "npm publish && git push --follow-tags",
  118. "prerelease": "npm t",
  119. "pretest": "standard",
  120. "release": "standard-version -s",
  121. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true nyc --all -- tap -J test/*.js",
  122. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  123. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  124. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  125. },
  126. "version": "10.0.4"
  127. }