package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "cacache@11.3.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cacache@11.3.2",
  10. "_id": "cacache@11.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LYHjCOPSWMo4Eltna5iyrJzmm/o=",
  13. "_location": "/cacache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cacache@11.3.2",
  19. "name": "cacache",
  20. "escapedName": "cacache",
  21. "rawSpec": "11.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "11.3.2"
  24. },
  25. "_requiredBy": [
  26. "/terser-webpack-plugin"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/cacache/download/cacache-11.3.2.tgz",
  29. "_spec": "11.3.2",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/zkat/cacache/issues"
  37. },
  38. "cache-version": {
  39. "content": "2",
  40. "index": "5"
  41. },
  42. "config": {
  43. "nyc": {
  44. "exclude": [
  45. "node_modules/**",
  46. "test/**"
  47. ]
  48. }
  49. },
  50. "contributors": [
  51. {
  52. "name": "Charlotte Spencer",
  53. "email": "charlottelaspencer@gmail.com"
  54. },
  55. {
  56. "name": "Rebecca Turner",
  57. "email": "me@re-becca.org"
  58. }
  59. ],
  60. "dependencies": {
  61. "bluebird": "^3.5.3",
  62. "chownr": "^1.1.1",
  63. "figgy-pudding": "^3.5.1",
  64. "glob": "^7.1.3",
  65. "graceful-fs": "^4.1.15",
  66. "lru-cache": "^5.1.1",
  67. "mississippi": "^3.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": "^6.0.1",
  73. "unique-filename": "^1.1.1",
  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.2",
  80. "cross-env": "^5.1.4",
  81. "require-inject": "^1.4.2",
  82. "standard": "^11.0.1",
  83. "standard-version": "^4.4.0",
  84. "tacks": "^1.2.7",
  85. "tap": "^12.1.1",
  86. "weallbehave": "^1.2.0",
  87. "weallcontribute": "^1.0.8"
  88. },
  89. "files": [
  90. "*.js",
  91. "lib",
  92. "locales"
  93. ],
  94. "homepage": "https://github.com/zkat/cacache#readme",
  95. "keywords": [
  96. "cache",
  97. "caching",
  98. "content-addressable",
  99. "sri",
  100. "sri hash",
  101. "subresource integrity",
  102. "cache",
  103. "storage",
  104. "store",
  105. "file store",
  106. "filesystem",
  107. "disk cache",
  108. "disk storage"
  109. ],
  110. "license": "ISC",
  111. "main": "index.js",
  112. "name": "cacache",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/zkat/cacache.git"
  116. },
  117. "scripts": {
  118. "benchmarks": "node test/benchmarks",
  119. "postrelease": "npm publish && git push --follow-tags",
  120. "prerelease": "npm t",
  121. "pretest": "standard",
  122. "release": "standard-version -s",
  123. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  124. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  125. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  126. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  127. },
  128. "version": "11.3.2"
  129. }