NewsBlur/node/node_modules/redis-commands/package.json
2016-11-29 18:29:50 -08:00

109 lines
3 KiB
JSON

{
"_args": [
[
{
"raw": "redis-commands@^1.2.0",
"scope": null,
"escapedName": "redis-commands",
"name": "redis-commands",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/Users/sclay/projects/newsblur/node/node_modules/redis"
]
],
"_from": "redis-commands@>=1.2.0 <2.0.0",
"_id": "redis-commands@1.3.0",
"_inCache": true,
"_location": "/redis-commands",
"_nodeVersion": "6.8.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/redis-commands-1.3.0.tgz_1476993178910_0.8879043820779771"
},
"_npmUser": {
"name": "bridgear",
"email": "ruben@bridgewater.de"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "redis-commands@^1.2.0",
"scope": null,
"escapedName": "redis-commands",
"name": "redis-commands",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/redis"
],
"_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.3.0.tgz",
"_shasum": "4307d8094aee1315829ab6729b37b99f62365d63",
"_shrinkwrap": null,
"_spec": "redis-commands@^1.2.0",
"_where": "/Users/sclay/projects/newsblur/node/node_modules/redis",
"author": {
"name": "luin",
"email": "i@zihua.li",
"url": "http://zihua.li"
},
"bugs": {
"url": "https://github.com/NodeRedis/redis-commonds/issues"
},
"dependencies": {},
"description": "Redis commands",
"devDependencies": {
"chai": "^3.4.0",
"codeclimate-test-reporter": "^0.3.1",
"ioredis": "^2.0.0",
"istanbul": "^0.4.3",
"json-stable-stringify": "^1.0.0",
"mocha": "^3.0.0",
"snazzy": "^5.0.0",
"standard": "^8.0.0"
},
"directories": {},
"dist": {
"shasum": "4307d8094aee1315829ab6729b37b99f62365d63",
"tarball": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.3.0.tgz"
},
"gitHead": "a3ea72da0064b90f83b5d4728b60d0bb3021ed6a",
"homepage": "https://github.com/NodeRedis/redis-commonds",
"keywords": [
"redis",
"commands",
"prefix"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "bridgear",
"email": "ruben@bridgewater.de"
},
{
"name": "luin",
"email": "i@zihua.li"
}
],
"name": "redis-commands",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeRedis/redis-commands.git"
},
"scripts": {
"build": "node tools/build",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
"coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 100 --statement 100",
"lint": "standard --fix --verbose | snazzy",
"posttest": "npm run coverage && npm run coverage:check",
"pretest": "npm run lint",
"test": "mocha"
},
"version": "1.3.0"
}