package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "lru-cache@^4.1.5",
  3. "_id": "lru-cache@4.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-i75Q6oW+1ZvJ4z3KuCNe6bz0Q80=",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^4.1.5",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^4.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.5"
  17. },
  18. "_requiredBy": [
  19. "/@vue/component-compiler-utils",
  20. "/editorconfig",
  21. "/yorkie/cross-spawn"
  22. ],
  23. "_resolved": "https://registry.npm.taobao.org/lru-cache/download/lru-cache-4.1.5.tgz",
  24. "_shasum": "8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd",
  25. "_spec": "lru-cache@^4.1.5",
  26. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\editorconfig",
  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. "pseudomap": "^1.0.2",
  37. "yallist": "^2.1.2"
  38. },
  39. "deprecated": false,
  40. "description": "A cache object that deletes the least-recently-used items.",
  41. "devDependencies": {
  42. "benchmark": "^2.1.4",
  43. "standard": "^12.0.1",
  44. "tap": "^12.1.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  50. "keywords": [
  51. "mru",
  52. "lru",
  53. "cache"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "lru-cache",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/node-lru-cache.git"
  61. },
  62. "scripts": {
  63. "coveragerport": "tap --coverage-report=html",
  64. "lintfix": "standard --fix test/*.js index.js",
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "posttest": "standard test/*.js index.js",
  67. "postversion": "npm publish --tag=legacy",
  68. "preversion": "npm test",
  69. "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
  70. "test": "tap test/*.js --100 -J"
  71. },
  72. "version": "4.1.5"
  73. }