Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "cacache@11.3.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "cacache@11.3.3",
  9. "_id": "cacache@11.3.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
  12. "_location": "/cacache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cacache@11.3.3",
  18. "name": "cacache",
  19. "escapedName": "cacache",
  20. "rawSpec": "11.3.3",
  21. "saveSpec": null,
  22. "fetchSpec": "11.3.3"
  23. },
  24. "_requiredBy": [
  25. "/terser-webpack-plugin"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
  28. "_spec": "11.3.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Kat Marchán",
  32. "email": "kzm@sykosomatic.org"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/zkat/cacache/issues"
  36. },
  37. "cache-version": {
  38. "content": "2",
  39. "index": "5"
  40. },
  41. "config": {
  42. "nyc": {
  43. "exclude": [
  44. "node_modules/**",
  45. "test/**"
  46. ]
  47. }
  48. },
  49. "contributors": [
  50. {
  51. "name": "Charlotte Spencer",
  52. "email": "charlottelaspencer@gmail.com"
  53. },
  54. {
  55. "name": "Rebecca Turner",
  56. "email": "me@re-becca.org"
  57. }
  58. ],
  59. "dependencies": {
  60. "bluebird": "^3.5.5",
  61. "chownr": "^1.1.1",
  62. "figgy-pudding": "^3.5.1",
  63. "glob": "^7.1.4",
  64. "graceful-fs": "^4.1.15",
  65. "lru-cache": "^5.1.1",
  66. "mississippi": "^3.0.0",
  67. "mkdirp": "^0.5.1",
  68. "move-concurrently": "^1.0.1",
  69. "promise-inflight": "^1.0.1",
  70. "rimraf": "^2.6.3",
  71. "ssri": "^6.0.1",
  72. "unique-filename": "^1.1.1",
  73. "y18n": "^4.0.0"
  74. },
  75. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  76. "devDependencies": {
  77. "benchmark": "^2.1.4",
  78. "chalk": "^2.4.2",
  79. "cross-env": "^5.1.4",
  80. "require-inject": "^1.4.4",
  81. "standard": "^12.0.1",
  82. "standard-version": "^6.0.1",
  83. "tacks": "^1.3.0",
  84. "tap": "^12.7.0",
  85. "weallbehave": "^1.2.0",
  86. "weallcontribute": "^1.0.9"
  87. },
  88. "files": [
  89. "*.js",
  90. "lib",
  91. "locales"
  92. ],
  93. "homepage": "https://github.com/zkat/cacache#readme",
  94. "keywords": [
  95. "cache",
  96. "caching",
  97. "content-addressable",
  98. "sri",
  99. "sri hash",
  100. "subresource integrity",
  101. "cache",
  102. "storage",
  103. "store",
  104. "file store",
  105. "filesystem",
  106. "disk cache",
  107. "disk storage"
  108. ],
  109. "license": "ISC",
  110. "main": "index.js",
  111. "name": "cacache",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/zkat/cacache.git"
  115. },
  116. "scripts": {
  117. "benchmarks": "node test/benchmarks",
  118. "postrelease": "npm publish && git push --follow-tags",
  119. "prerelease": "npm t",
  120. "pretest": "standard",
  121. "release": "standard-version -s",
  122. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  123. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  124. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  125. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  126. },
  127. "version": "11.3.3"
  128. }