UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

105 lines (104 loc) 2.88 kB
{ "_args": [ [ { "name": "redis-commands", "raw": "redis-commands@^1.2.0", "rawSpec": "^1.2.0", "scope": null, "spec": ">=1.2.0 <2.0.0", "type": "range" }, "/home/fgreiner/prog/js/Nodulator/node_modules/redis" ] ], "_from": "redis-commands@>=1.2.0 <2.0.0", "_id": "redis-commands@1.2.0", "_inCache": true, "_installable": true, "_location": "/redis-commands", "_nodeVersion": "4.4.3", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/redis-commands-1.2.0.tgz_1461202467613_0.6769857455510646" }, "_npmUser": { "email": "ruben@bridgewater.de", "name": "bridgear" }, "_npmVersion": "2.15.1", "_phantomChildren": {}, "_requested": { "name": "redis-commands", "raw": "redis-commands@^1.2.0", "rawSpec": "^1.2.0", "scope": null, "spec": ">=1.2.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/redis" ], "_resolved": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.2.0.tgz", "_shasum": "4808e7a0fcb1d3609bec56eecc3532dacbab981c", "_shrinkwrap": null, "_spec": "redis-commands@^1.2.0", "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/redis", "author": { "email": "i@zihua.li", "name": "luin", "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-rc2", "istanbul": "^0.4.3", "json-stable-stringify": "^1.0.0", "mocha": "^2.2.1" }, "directories": {}, "dist": { "shasum": "4808e7a0fcb1d3609bec56eecc3532dacbab981c", "tarball": "https://registry.npmjs.org/redis-commands/-/redis-commands-1.2.0.tgz" }, "gitHead": "d8913533a75f29e7748b8480b4d7b9d9e7a05526", "homepage": "https://github.com/NodeRedis/redis-commonds", "keywords": [ "redis", "commands", "prefix" ], "license": "MIT", "main": "index.js", "maintainers": [ { "email": "ruben@bridgewater.de", "name": "bridgear" }, { "email": "i@zihua.li", "name": "luin" } ], "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", "posttest": "npm run coverage && npm run coverage:check", "test": "mocha" }, "version": "1.2.0" }