package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "cacache@12.0.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "_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. "/copy-webpack-plugin",
  27. "/terser-webpack-plugin"
  28. ],
  29. "_resolved": "https://registry.nlark.com/cacache/download/cacache-12.0.4.tgz",
  30. "_spec": "12.0.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Kat Marchán",
  34. "email": "kzm@sykosomatic.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/cacache/issues"
  38. },
  39. "cache-version": {
  40. "content": "2",
  41. "index": "5"
  42. },
  43. "config": {
  44. "nyc": {
  45. "exclude": [
  46. "node_modules/**",
  47. "test/**"
  48. ]
  49. }
  50. },
  51. "contributors": [
  52. {
  53. "name": "Charlotte Spencer",
  54. "email": "charlottelaspencer@gmail.com"
  55. },
  56. {
  57. "name": "Rebecca Turner",
  58. "email": "me@re-becca.org"
  59. }
  60. ],
  61. "dependencies": {
  62. "bluebird": "^3.5.5",
  63. "chownr": "^1.1.1",
  64. "figgy-pudding": "^3.5.1",
  65. "glob": "^7.1.4",
  66. "graceful-fs": "^4.1.15",
  67. "infer-owner": "^1.0.3",
  68. "lru-cache": "^5.1.1",
  69. "mississippi": "^3.0.0",
  70. "mkdirp": "^0.5.1",
  71. "move-concurrently": "^1.0.1",
  72. "promise-inflight": "^1.0.1",
  73. "rimraf": "^2.6.3",
  74. "ssri": "^6.0.1",
  75. "unique-filename": "^1.1.1",
  76. "y18n": "^4.0.0"
  77. },
  78. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  79. "devDependencies": {
  80. "benchmark": "^2.1.4",
  81. "chalk": "^2.4.2",
  82. "cross-env": "^5.1.4",
  83. "require-inject": "^1.4.4",
  84. "standard": "^12.0.1",
  85. "standard-version": "^6.0.1",
  86. "tacks": "^1.3.0",
  87. "tap": "^12.7.0"
  88. },
  89. "files": [
  90. "*.js",
  91. "lib",
  92. "locales"
  93. ],
  94. "homepage": "https://github.com/npm/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. "publishConfig": {
  114. "tag": "legacy"
  115. },
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/npm/cacache.git"
  119. },
  120. "scripts": {
  121. "benchmarks": "node test/benchmarks",
  122. "postrelease": "npm publish && git push --follow-tags",
  123. "prerelease": "npm t",
  124. "pretest": "standard",
  125. "release": "standard-version -s",
  126. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  127. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test"
  128. },
  129. "version": "12.0.4"
  130. }