NewsBlur/node/node_modules/redis-commands/package.json

73 lines
2 KiB
JSON
Raw Normal View History

2016-11-29 18:29:50 -08:00
{
2019-04-13 16:45:06 -04:00
"_args": [
[
"redis-commands@1.4.0",
"/Users/sclay/projects/newsblur/node"
]
],
"_from": "redis-commands@1.4.0",
2019-04-13 16:01:51 -04:00
"_id": "redis-commands@1.4.0",
"_inBundle": false,
"_integrity": "sha512-cu8EF+MtkwI4DLIT0x9P8qNTLFhQD4jLfxLR0cCNkeGzs87FN6879JOJwNQR/1zD7aSYNbU0hgsV9zGY71Itvw==",
2016-11-29 18:29:50 -08:00
"_location": "/redis-commands",
"_phantomChildren": {},
"_requested": {
2019-04-13 16:45:06 -04:00
"type": "version",
2019-04-13 16:01:51 -04:00
"registry": true,
2019-04-13 16:45:06 -04:00
"raw": "redis-commands@1.4.0",
2016-11-29 18:29:50 -08:00
"name": "redis-commands",
2019-04-13 16:01:51 -04:00
"escapedName": "redis-commands",
2019-04-13 16:45:06 -04:00
"rawSpec": "1.4.0",
2019-04-13 16:01:51 -04:00
"saveSpec": null,
2019-04-13 16:45:06 -04:00
"fetchSpec": "1.4.0"
2016-11-29 18:29:50 -08:00
},
"_requiredBy": [
"/redis"
],
2019-04-13 16:01:51 -04:00
"_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.4.0.tgz",
2019-04-13 16:45:06 -04:00
"_spec": "1.4.0",
"_where": "/Users/sclay/projects/newsblur/node",
2016-11-29 18:29:50 -08:00
"author": {
"name": "luin",
"email": "i@zihua.li",
"url": "http://zihua.li"
},
"bugs": {
2019-04-13 16:01:51 -04:00
"url": "https://github.com/NodeRedis/redis-commands/issues"
2016-11-29 18:29:50 -08:00
},
"description": "Redis commands",
"devDependencies": {
2019-04-13 16:01:51 -04:00
"chai": "^4.0.1",
"codeclimate-test-reporter": "^0.4.0",
"ioredis": "^3.0.0",
2016-11-29 18:29:50 -08:00
"istanbul": "^0.4.3",
2019-04-13 16:01:51 -04:00
"mocha": "^5.0.0",
"safe-stable-stringify": "^1.0.0",
"snazzy": "^8.0.0",
"standard": "^11.0.0"
2016-11-29 18:29:50 -08:00
},
2019-04-13 16:01:51 -04:00
"homepage": "https://github.com/NodeRedis/redis-commands",
2016-11-29 18:29:50 -08:00
"keywords": [
"redis",
"commands",
"prefix"
],
"license": "MIT",
"main": "index.js",
"name": "redis-commands",
"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"
},
2019-04-13 16:01:51 -04:00
"version": "1.4.0"
2016-11-29 18:29:50 -08:00
}