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
2023-07-29 20:33:28 +02:00

79 lines
2 KiB
JSON

{
"_from": "simple-lru-cache@0.0.2",
"_id": "simple-lru-cache@0.0.2",
"_inBundle": false,
"_integrity": "sha512-uEv/AFO0ADI7d99OHDmh1QfYzQk/izT1vCmu/riQfh7qjBVUUgRT87E5s5h7CxWCA/+YoZerykpEthzVrW3LIw==",
"_location": "/simple-lru-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "simple-lru-cache@0.0.2",
"name": "simple-lru-cache",
"escapedName": "simple-lru-cache",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/ocsp"
],
"_resolved": "https://registry.npmjs.org/simple-lru-cache/-/simple-lru-cache-0.0.2.tgz",
"_shasum": "d59cc3a193c1a5d0320f84ee732f6e4713e511dd",
"_spec": "simple-lru-cache@0.0.2",
"_where": "/home/ubuntu/OCSP/node_modules/ocsp",
"author": {
"name": "Gabriel Eisbruch"
},
"bugs": {
"url": "https://github.com/geisbruch/node-simple-lru-cache/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "node-simple-lru-cache =====================",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/geisbruch/node-simple-lru-cache#readme",
"keywords": [
"cache",
"lru",
"simple",
"fast"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/geisbruch/node-simple-lru-cache/blob/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "Gabriel Eisbruch",
"email": "gabrieleisbruch@gmail.com",
"url": "http://www.mercadolibre.com"
}
],
"name": "simple-lru-cache",
"repositories": [
{
"type": "git",
"url": "git+ssh://git@github.com/geisbruch/node-simple-lru-cache.git"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/geisbruch/node-simple-lru-cache.git"
},
"scripts": {
"bench": "make bench",
"test": "make test"
},
"version": "0.0.2"
}