package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. "cacache@12.0.4",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cacache@12.0.4",
  10. "_id": "cacache@12.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZovL0QWutfHZL+JVcOyVJcj6pAw=",
  13. "_location": "/cacache",
  14. "_phantomChildren": {
  15. "minimist": "1.2.5"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "cacache@12.0.4",
  21. "name": "cacache",
  22. "escapedName": "cacache",
  23. "rawSpec": "12.0.4",
  24. "saveSpec": null,
  25. "fetchSpec": "12.0.4"
  26. },
  27. "_requiredBy": [
  28. "/copy-webpack-plugin",
  29. "/terser-webpack-plugin"
  30. ],
  31. "_resolved": "https://registry.nlark.com/cacache/download/cacache-12.0.4.tgz?cache=0&sync_timestamp=1629999648312&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcacache%2Fdownload%2Fcacache-12.0.4.tgz",
  32. "_spec": "12.0.4",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Kat Marchán",
  36. "email": "kzm@sykosomatic.org"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/cacache/issues"
  40. },
  41. "cache-version": {
  42. "content": "2",
  43. "index": "5"
  44. },
  45. "config": {
  46. "nyc": {
  47. "exclude": [
  48. "node_modules/**",
  49. "test/**"
  50. ]
  51. }
  52. },
  53. "contributors": [
  54. {
  55. "name": "Charlotte Spencer",
  56. "email": "charlottelaspencer@gmail.com"
  57. },
  58. {
  59. "name": "Rebecca Turner",
  60. "email": "me@re-becca.org"
  61. }
  62. ],
  63. "dependencies": {
  64. "bluebird": "^3.5.5",
  65. "chownr": "^1.1.1",
  66. "figgy-pudding": "^3.5.1",
  67. "glob": "^7.1.4",
  68. "graceful-fs": "^4.1.15",
  69. "infer-owner": "^1.0.3",
  70. "lru-cache": "^5.1.1",
  71. "mississippi": "^3.0.0",
  72. "mkdirp": "^0.5.1",
  73. "move-concurrently": "^1.0.1",
  74. "promise-inflight": "^1.0.1",
  75. "rimraf": "^2.6.3",
  76. "ssri": "^6.0.1",
  77. "unique-filename": "^1.1.1",
  78. "y18n": "^4.0.0"
  79. },
  80. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  81. "devDependencies": {
  82. "benchmark": "^2.1.4",
  83. "chalk": "^2.4.2",
  84. "cross-env": "^5.1.4",
  85. "require-inject": "^1.4.4",
  86. "standard": "^12.0.1",
  87. "standard-version": "^6.0.1",
  88. "tacks": "^1.3.0",
  89. "tap": "^12.7.0"
  90. },
  91. "files": [
  92. "*.js",
  93. "lib",
  94. "locales"
  95. ],
  96. "homepage": "https://github.com/npm/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. "publishConfig": {
  116. "tag": "legacy"
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/npm/cacache.git"
  121. },
  122. "scripts": {
  123. "benchmarks": "node test/benchmarks",
  124. "postrelease": "npm publish && git push --follow-tags",
  125. "prerelease": "npm t",
  126. "pretest": "standard",
  127. "release": "standard-version -s",
  128. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  129. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  130. },
  131. "version": "12.0.4"
  132. }