72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"_from": "cache-manager@^2.9.0",
|
|
"_id": "cache-manager@2.10.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-IuPx05r5L0uZyBDYicB2Llld1o+/1WYjoHUnrC0TNQejMAnkoYxYS9Y8Uwr+lIBytDiyu7dwwmBCup2M9KugwQ==",
|
|
"_location": "/cache-manager",
|
|
"_phantomChildren": {
|
|
"pseudomap": "1.0.2",
|
|
"yallist": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cache-manager@^2.9.0",
|
|
"name": "cache-manager",
|
|
"escapedName": "cache-manager",
|
|
"rawSpec": "^2.9.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.9.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.10.0.tgz",
|
|
"_shasum": "278e9f8784e5d7e6617bfe350358c8ccd17387bf",
|
|
"_spec": "cache-manager@^2.9.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": {
|
|
"name": "Bryan Donovan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/BryanDonovan/node-cache-manager/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"async": "1.5.2",
|
|
"lru-cache": "4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Cache module for Node.js",
|
|
"devDependencies": {
|
|
"coveralls": "^2.3.0",
|
|
"es6-promise": "^3.0.2",
|
|
"istanbul": "0.4.2",
|
|
"jscs": "2.11.0",
|
|
"jsdoc": "3.5.5",
|
|
"jshint": "2.9.1",
|
|
"mocha": "2.4.5",
|
|
"optimist": "0.6.1",
|
|
"sinon": "1.17.3"
|
|
},
|
|
"homepage": "https://github.com/BryanDonovan/node-cache-manager#readme",
|
|
"keywords": [
|
|
"cache",
|
|
"redis",
|
|
"lru-cache",
|
|
"memory cache",
|
|
"multiple cache"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cache-manager",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/BryanDonovan/node-cache-manager.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make"
|
|
},
|
|
"version": "2.10.0"
|
|
}
|