package.json 3.1 KB

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