package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "lru-cache@^5.1.1",
  3. "_id": "lru-cache@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^5.1.1",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-shared-utils",
  20. "/cacache",
  21. "/proxy-agent"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  24. "_shasum": "1da27e6710271947695daf6848e847f01d84b920",
  25. "_spec": "lru-cache@^5.1.1",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\proxy-agent",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/node-lru-cache/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "yallist": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "A cache object that deletes the least-recently-used items.",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "tap": "^12.1.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  48. "keywords": [
  49. "mru",
  50. "lru",
  51. "cache"
  52. ],
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "lru-cache",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/node-lru-cache.git"
  59. },
  60. "scripts": {
  61. "coveragerport": "tap --coverage-report=html",
  62. "postpublish": "git push origin --all; git push origin --tags",
  63. "postversion": "npm publish",
  64. "preversion": "npm test",
  65. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  66. "test": "tap test/*.js --100 -J"
  67. },
  68. "version": "5.1.1"
  69. }