Files
freeCodeCamp/probot/presolver/node_modules/cache-manager/package.json
2018-12-05 11:23:55 +05:30

69 lines
1.7 KiB
JSON

{
"_from": "cache-manager@^2.4.0",
"_id": "cache-manager@2.9.0",
"_inBundle": false,
"_integrity": "sha1-Xh9jF8oaJeQN3zZacWJ1evFSNT4=",
"_location": "/cache-manager",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cache-manager@^2.4.0",
"name": "cache-manager",
"escapedName": "cache-manager",
"rawSpec": "^2.4.0",
"saveSpec": null,
"fetchSpec": "^2.4.0"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.9.0.tgz",
"_shasum": "5e1f6317ca1a25e40ddf365a7162757af152353e",
"_spec": "cache-manager@^2.4.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"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.9.0"
}