1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/simple-lru-cache/package.json

35 lines
775 B
JSON
Raw Normal View History

2023-07-29 20:33:28 +02:00
{
2024-08-26 08:46:12 +02:00
"name": "simple-lru-cache",
"version": "0.0.2",
"author": "Gabriel Eisbruch",
"description": "",
"main": "index",
"keywords":["cache","lru","simple","fast"],
2023-07-29 20:33:28 +02:00
"directories": {
"lib": "./lib"
},
2024-08-26 08:46:12 +02:00
"maintainers": [{
"name":"Gabriel Eisbruch",
"email":"gabrieleisbruch@gmail.com",
"web":"http://www.mercadolibre.com"
}],
"licenses": [{
2023-07-29 20:33:28 +02:00
"type": "MIT",
"url": "https://github.com/geisbruch/node-simple-lru-cache/blob/master/LICENSE"
2024-08-26 08:46:12 +02:00
}],
"repositories": [{
2023-07-29 20:33:28 +02:00
"type": "git",
2024-08-26 08:46:12 +02:00
"url" : "http://github.com/geisbruch/node-simple-lru-cache.git"
}],
"dependencies": {
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"devDependencies": {
"mocha": "*",
"should": "*"
2023-07-29 20:33:28 +02:00
},
2024-08-26 08:46:12 +02:00
"scripts": {
"test": "make test",
"bench":"make bench"
}
2023-07-29 20:33:28 +02:00
}