Files
botgroup.chat/node_modules/@alloc/quick-lru/package.json
2025-02-12 17:18:18 +08:00

77 lines
1.9 KiB
JSON

{
"_from": "@alloc/quick-lru@^5.2.0",
"_id": "@alloc/quick-lru@5.2.0",
"_inBundle": false,
"_integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
"_location": "/@alloc/quick-lru",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@alloc/quick-lru@^5.2.0",
"name": "@alloc/quick-lru",
"escapedName": "@alloc%2fquick-lru",
"scope": "@alloc",
"rawSpec": "^5.2.0",
"saveSpec": null,
"fetchSpec": "^5.2.0"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
"_shasum": "7bf68b20c0a350f936915fcae06f58e32007ce30",
"_spec": "@alloc/quick-lru@^5.2.0",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/tailwindcss",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/quick-lru/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple “Least Recently Used” (LRU) cache",
"devDependencies": {
"ava": "^2.0.0",
"coveralls": "^3.0.3",
"nyc": "^15.0.0",
"tsd": "^0.11.0",
"xo": "^0.26.0"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/quick-lru#readme",
"keywords": [
"lru",
"quick",
"cache",
"caching",
"least",
"recently",
"used",
"fast",
"map",
"hash",
"buffer"
],
"license": "MIT",
"name": "@alloc/quick-lru",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/quick-lru.git"
},
"scripts": {
"test": "xo && nyc ava && tsd"
},
"version": "5.2.0"
}