Urara-Blog/node_modules/.pnpm-store/v3/files/74/43ef7cda3d0d14cee45927f0951f3cdb7d06d3096cffb30cc866a429c99aa9c403420b79cbcdde4720e97c5629eb5c19a17b1abe3f6958fbd2c02a997578fc
2022-08-14 01:14:53 +08:00

34 lines
705 B
Text

{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "6.0.0",
"author": "Isaac Z. Schlueter <i@izs.me>",
"keywords": [
"mru",
"lru",
"cache"
],
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"main": "index.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
"benchmark": "^2.1.4",
"tap": "^14.10.7"
},
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"files": [
"index.js"
],
"engines": {
"node": ">=10"
}
}