package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "ylru@1.2.1",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ylru@1.2.1",
  10. "_id": "ylru@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9Xa2M0FUeYnB3nuiiHYJI7J/6E8=",
  13. "_location": "/ylru",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ylru@1.2.1",
  19. "name": "ylru",
  20. "escapedName": "ylru",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/cache-content-type"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/ylru/-/ylru-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "J:\\Github\\CURD-TS",
  31. "author": {
  32. "name": "fengmk2"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/node-modules/ylru/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Extends LRU base on hashlru",
  39. "devDependencies": {
  40. "beautify-benchmark": "^0.2.4",
  41. "benchmark": "^2.1.3",
  42. "egg-bin": "^1.10.0",
  43. "eslint": "^3.12.2",
  44. "eslint-config-egg": "^3.2.0",
  45. "hashlru": "^1.0.3",
  46. "ko-sleep": "^1.0.2",
  47. "lru-cache": "^4.0.2"
  48. },
  49. "engines": {
  50. "node": ">= 4.0.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/node-modules/ylru",
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "ylru",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/node-modules/ylru.git"
  62. },
  63. "scripts": {
  64. "autod": "autod",
  65. "ci": "npm run lint && npm run cov",
  66. "cov": "egg-bin cov",
  67. "lint": "eslint test *.js",
  68. "test": "npm run lint -- --fix && npm run test-local",
  69. "test-local": "egg-bin test"
  70. },
  71. "version": "1.2.1"
  72. }