package.json 1.8 KB

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