package.json 2.0 KB

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