Initial commit
This commit is contained in:
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "lru-memoizer@^2.1.4",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-IXAq50s4qwrOBrXJklY+KhgZF+5y98PDaNo0gi/v2KQBFLyWr+JyFvijZXkGKjQj/h9c0OwoE+JZbwUXce76hQ==",
|
||||
"_location": "/lru-memoizer",
|
||||
"_phantomChildren": {
|
||||
"pseudomap": "1.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "lru-memoizer@^2.1.4",
|
||||
"name": "lru-memoizer",
|
||||
"escapedName": "lru-memoizer",
|
||||
"rawSpec": "^2.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jwks-rsa"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lru-memoizer/-/lru-memoizer-2.1.4.tgz",
|
||||
"_shasum": "b864d92b557f00b1eeb322156a0409cb06dafac6",
|
||||
"_spec": "lru-memoizer@^2.1.4",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/jwks-rsa",
|
||||
"author": {
|
||||
"name": "José F. Romaniello",
|
||||
"email": "[email protected]",
|
||||
"url": "http://joseoncode.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jfromaniello/lru-memoizer/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"lru-cache": "~4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Memoize functions results using an lru-cache.",
|
||||
"devDependencies": {
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
"@types/node": "^12.0.10",
|
||||
"chai": "^3.5.0",
|
||||
"mocha": "^6.1.4",
|
||||
"sinon": "^7.3.2",
|
||||
"typescript": "^3.5.2"
|
||||
},
|
||||
"homepage": "https://github.com/jfromaniello/lru-memoizer#readme",
|
||||
"keywords": [
|
||||
"cache",
|
||||
"memoize",
|
||||
"lru"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "lru-memoizer",
|
||||
"repository": {
|
||||
"url": "git://github.com/jfromaniello/lru-memoizer.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc",
|
||||
"test": "npm run prepare && mocha"
|
||||
},
|
||||
"version": "2.1.4"
|
||||
}
|
||||
Reference in New Issue
Block a user