package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. ],
  22. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  23. "_shasum": "1da27e6710271947695daf6848e847f01d84b920",
  24. "_spec": "lru-cache@^5.1.1",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-shared-utils",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/node-lru-cache/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "yallist": "^3.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "A cache object that deletes the least-recently-used items.",
  39. "devDependencies": {
  40. "benchmark": "^2.1.4",
  41. "tap": "^12.1.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  47. "keywords": [
  48. "mru",
  49. "lru",
  50. "cache"
  51. ],
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "lru-cache",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/isaacs/node-lru-cache.git"
  58. },
  59. "scripts": {
  60. "coveragerport": "tap --coverage-report=html",
  61. "postpublish": "git push origin --all; git push origin --tags",
  62. "postversion": "npm publish",
  63. "preversion": "npm test",
  64. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  65. "test": "tap test/*.js --100 -J"
  66. },
  67. "version": "5.1.1"
  68. }