package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "quick-lru@^4.0.1",
  3. "_id": "quick-lru@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==",
  6. "_location": "/quick-lru",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "quick-lru@^4.0.1",
  12. "name": "quick-lru",
  13. "escapedName": "quick-lru",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/camelcase-keys"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz",
  22. "_shasum": "5b8878f113a58217848c6482026c73e1ba57727f",
  23. "_spec": "quick-lru@^4.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\camelcase-keys",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/quick-lru/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Simple \"Least Recently Used\" (LRU) cache",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "coveralls": "^3.0.3",
  39. "nyc": "^14.1.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/quick-lru#readme",
  51. "keywords": [
  52. "lru",
  53. "quick",
  54. "cache",
  55. "caching",
  56. "least",
  57. "recently",
  58. "used",
  59. "fast",
  60. "map",
  61. "hash",
  62. "buffer"
  63. ],
  64. "license": "MIT",
  65. "name": "quick-lru",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/quick-lru.git"
  69. },
  70. "scripts": {
  71. "test": "xo && nyc ava && tsd"
  72. },
  73. "version": "4.0.1"
  74. }