package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "cacache@12.0.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cacache@12.0.4",
  10. "_id": "cacache@12.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==",
  13. "_location": "/cacache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cacache@12.0.4",
  19. "name": "cacache",
  20. "escapedName": "cacache",
  21. "rawSpec": "12.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "12.0.4"
  24. },
  25. "_requiredBy": [
  26. "/terser-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/cacache/-/cacache-12.0.4.tgz",
  29. "_spec": "12.0.4",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Kat Marchán",
  33. "email": "kzm@sykosomatic.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/npm/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.5",
  62. "chownr": "^1.1.1",
  63. "figgy-pudding": "^3.5.1",
  64. "glob": "^7.1.4",
  65. "graceful-fs": "^4.1.15",
  66. "infer-owner": "^1.0.3",
  67. "lru-cache": "^5.1.1",
  68. "mississippi": "^3.0.0",
  69. "mkdirp": "^0.5.1",
  70. "move-concurrently": "^1.0.1",
  71. "promise-inflight": "^1.0.1",
  72. "rimraf": "^2.6.3",
  73. "ssri": "^6.0.1",
  74. "unique-filename": "^1.1.1",
  75. "y18n": "^4.0.0"
  76. },
  77. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  78. "devDependencies": {
  79. "benchmark": "^2.1.4",
  80. "chalk": "^2.4.2",
  81. "cross-env": "^5.1.4",
  82. "require-inject": "^1.4.4",
  83. "standard": "^12.0.1",
  84. "standard-version": "^6.0.1",
  85. "tacks": "^1.3.0",
  86. "tap": "^12.7.0"
  87. },
  88. "files": [
  89. "*.js",
  90. "lib",
  91. "locales"
  92. ],
  93. "homepage": "https://github.com/npm/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. "publishConfig": {
  113. "tag": "legacy"
  114. },
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/npm/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 tap --coverage --nyc-arg=--all -J test/*.js",
  126. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  127. },
  128. "version": "12.0.4"
  129. }