package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "ylru@1.4.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "ylru@1.4.0",
  9. "_id": "ylru@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==",
  12. "_location": "/ylru",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ylru@1.4.0",
  18. "name": "ylru",
  19. "escapedName": "ylru",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/cache-content-type"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/ylru/-/ylru-1.4.0.tgz",
  28. "_spec": "1.4.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "fengmk2"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/node-modules/ylru/issues"
  35. },
  36. "ci": {
  37. "version": "8, 10, 12, 14, 16",
  38. "type": "github",
  39. "os": {
  40. "github": "linux"
  41. },
  42. "npminstall": false
  43. },
  44. "dependencies": {},
  45. "description": "Extends LRU base on hashlru",
  46. "devDependencies": {
  47. "@types/node": "^12.0.8",
  48. "beautify-benchmark": "^0.2.4",
  49. "benchmark": "^2.1.3",
  50. "egg-bin": "^1.10.0",
  51. "egg-ci": "^1.19.0",
  52. "eslint": "^4.19.1",
  53. "eslint-config-egg": "^6.0.0",
  54. "git-contributor": "^1.0.10",
  55. "hashlru": "^1.0.3",
  56. "ko-sleep": "^1.0.2",
  57. "lru-cache": "^4.0.2",
  58. "runscript": "^1.5.2",
  59. "typescript": "^4.6.2"
  60. },
  61. "engines": {
  62. "node": ">= 4.0.0"
  63. },
  64. "files": [
  65. "index.js",
  66. "index.d.ts"
  67. ],
  68. "homepage": "https://github.com/node-modules/ylru",
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "ylru",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/node-modules/ylru.git"
  75. },
  76. "scripts": {
  77. "ci": "npm run lint && npm run cov",
  78. "contributor": "git-contributor",
  79. "cov": "egg-bin cov",
  80. "lint": "eslint test *.js",
  81. "test": "npm run lint -- --fix && npm run test-local",
  82. "test-local": "egg-bin test"
  83. },
  84. "version": "1.4.0"
  85. }