1
This commit is contained in:
72
nodejs/node_modules/redis-commands/package.json
generated
vendored
Executable file
72
nodejs/node_modules/redis-commands/package.json
generated
vendored
Executable file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"redis-commands@1.4.0",
|
||||
"/www/wwwroot/Adminx.cc/nodejs"
|
||||
]
|
||||
],
|
||||
"_from": "redis-commands@1.4.0",
|
||||
"_id": "redis-commands@1.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-cu8EF+MtkwI4DLIT0x9P8qNTLFhQD4jLfxLR0cCNkeGzs87FN6879JOJwNQR/1zD7aSYNbU0hgsV9zGY71Itvw==",
|
||||
"_location": "/redis-commands",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "redis-commands@1.4.0",
|
||||
"name": "redis-commands",
|
||||
"escapedName": "redis-commands",
|
||||
"rawSpec": "1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/redis"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.4.0.tgz",
|
||||
"_spec": "1.4.0",
|
||||
"_where": "/www/wwwroot/Adminx.cc/nodejs",
|
||||
"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": "^8.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.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user