package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "cacache@10.0.4",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cacache@10.0.4",
  10. "_id": "cacache@10.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==",
  13. "_location": "/cacache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cacache@10.0.4",
  19. "name": "cacache",
  20. "escapedName": "cacache",
  21. "rawSpec": "10.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "10.0.4"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/uglifyjs-webpack-plugin"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz",
  30. "_spec": "10.0.4",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Kat Marchán",
  34. "email": "kzm@sykosomatic.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/zkat/cacache/issues"
  38. },
  39. "cache-version": {
  40. "content": "2",
  41. "index": "5"
  42. },
  43. "config": {
  44. "nyc": {
  45. "exclude": [
  46. "node_modules/**",
  47. "test/**"
  48. ]
  49. }
  50. },
  51. "contributors": [
  52. {
  53. "name": "Charlotte Spencer",
  54. "email": "charlottelaspencer@gmail.com"
  55. },
  56. {
  57. "name": "Rebecca Turner",
  58. "email": "me@re-becca.org"
  59. }
  60. ],
  61. "dependencies": {
  62. "bluebird": "^3.5.1",
  63. "chownr": "^1.0.1",
  64. "glob": "^7.1.2",
  65. "graceful-fs": "^4.1.11",
  66. "lru-cache": "^4.1.1",
  67. "mississippi": "^2.0.0",
  68. "mkdirp": "^0.5.1",
  69. "move-concurrently": "^1.0.1",
  70. "promise-inflight": "^1.0.1",
  71. "rimraf": "^2.6.2",
  72. "ssri": "^5.2.4",
  73. "unique-filename": "^1.1.0",
  74. "y18n": "^4.0.0"
  75. },
  76. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  77. "devDependencies": {
  78. "benchmark": "^2.1.4",
  79. "chalk": "^2.3.1",
  80. "cross-env": "^5.1.3",
  81. "nyc": "^11.4.1",
  82. "require-inject": "^1.4.2",
  83. "safe-buffer": "^5.1.1",
  84. "standard": "^10.0.3",
  85. "standard-version": "^4.3.0",
  86. "tacks": "^1.2.2",
  87. "tap": "^11.1.0",
  88. "weallbehave": "^1.2.0",
  89. "weallcontribute": "^1.0.8"
  90. },
  91. "files": [
  92. "*.js",
  93. "lib",
  94. "locales"
  95. ],
  96. "homepage": "https://github.com/zkat/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. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/zkat/cacache.git"
  118. },
  119. "scripts": {
  120. "benchmarks": "node test/benchmarks",
  121. "postrelease": "npm publish && git push --follow-tags",
  122. "prerelease": "npm t",
  123. "pretest": "standard",
  124. "release": "standard-version -s",
  125. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true nyc --all -- tap -J test/*.js",
  126. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  127. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  128. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  129. },
  130. "version": "10.0.4"
  131. }