73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"redis-commands@1.5.0",
|
|
"E:\\new-xy\\xy-server"
|
|
]
|
|
],
|
|
"_from": "redis-commands@1.5.0",
|
|
"_id": "redis-commands@1.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-gNLiBpj+aI8icSf/nlFkp90X54U=",
|
|
"_location": "/redis-commands",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "redis-commands@1.5.0",
|
|
"name": "redis-commands",
|
|
"escapedName": "redis-commands",
|
|
"rawSpec": "1.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ioredis"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/redis-commands/download/redis-commands-1.5.0.tgz?cache=0&sync_timestamp=1595989902769&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fredis-commands%2Fdownload%2Fredis-commands-1.5.0.tgz",
|
|
"_spec": "1.5.0",
|
|
"_where": "E:\\new-xy\\xy-server",
|
|
"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.5.1",
|
|
"ioredis": "^4.9.0",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^6.0.0",
|
|
"safe-stable-stringify": "^1.0.0",
|
|
"snazzy": "^8.0.0",
|
|
"standard": "^12.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.5.0"
|
|
}
|