blob: 37294d338640bcd6eb5f4b7b1373ab082cc92a4a [file] [log] [blame]
{
"_args": [
[
"redis-commands@1.3.5",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "redis-commands@1.3.5",
"_id": "redis-commands@1.3.5",
"_inBundle": false,
"_integrity": "sha512-foGF8u6MXGFF++1TZVC6icGXuMYPftKXt1FBT2vrfU9ZATNtZJ8duRC5d1lEfE8hyVe3jhelHGB91oB7I6qLsA==",
"_location": "/redis-commands",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "redis-commands@1.3.5",
"name": "redis-commands",
"escapedName": "redis-commands",
"rawSpec": "1.3.5",
"saveSpec": null,
"fetchSpec": "1.3.5"
},
"_requiredBy": [
"/redis"
],
"_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.3.5.tgz",
"_spec": "1.3.5",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "luin",
"email": "i@zihua.li",
"url": "http://zihua.li"
},
"bugs": {
"url": "https://github.com/NodeRedis/redis-commands/issues"
},
"description": "Redis commands",
"devDependencies": {
"chai": "^4.0.1",
"codeclimate-test-reporter": "^0.4.0",
"ioredis": "^3.0.0",
"istanbul": "^0.4.3",
"mocha": "^5.0.0",
"safe-stable-stringify": "^1.0.0",
"snazzy": "^7.0.0",
"standard": "^11.0.0"
},
"homepage": "https://github.com/NodeRedis/redis-commands",
"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"
},
"version": "1.3.5"
}