Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_from": "cacache@^12.0.2",
  3. "_id": "cacache@12.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kqdmfXEGFepesTuROHMs3MpFLWrPkSSpRqOw80RCflZXy/khxaArvFrQ7uJxSUduzAufc6G0g1VUCOZXxWavPw==",
  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.3.tgz",
  22. "_shasum": "be99abba4e1bf5df461cd5a2c1071fc432573390",
  23. "_spec": "cacache@^12.0.2",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/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. "weallbehave": "^1.2.0",
  84. "weallcontribute": "^1.0.9"
  85. },
  86. "files": [
  87. "*.js",
  88. "lib",
  89. "locales"
  90. ],
  91. "homepage": "https://github.com/npm/cacache#readme",
  92. "keywords": [
  93. "cache",
  94. "caching",
  95. "content-addressable",
  96. "sri",
  97. "sri hash",
  98. "subresource integrity",
  99. "cache",
  100. "storage",
  101. "store",
  102. "file store",
  103. "filesystem",
  104. "disk cache",
  105. "disk storage"
  106. ],
  107. "license": "ISC",
  108. "main": "index.js",
  109. "name": "cacache",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/npm/cacache.git"
  113. },
  114. "scripts": {
  115. "benchmarks": "node test/benchmarks",
  116. "postrelease": "npm publish && git push --follow-tags",
  117. "prerelease": "npm t",
  118. "pretest": "standard",
  119. "release": "standard-version -s",
  120. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  121. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  122. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  123. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  124. },
  125. "version": "12.0.3"
  126. }