12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "co-redis@~1.1.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "co-redis@>=1.1.0 <1.2.0",
- "_id": "co-redis@1.1.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/co-redis",
- "_npmUser": {
- "email": "mciparelli@gmail.com",
- "name": "mciparelli"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "co-redis",
- "raw": "co-redis@~1.1.0",
- "rawSpec": "~1.1.0",
- "scope": null,
- "spec": ">=1.1.0 <1.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/",
- "/koa-redis"
- ],
- "_resolved": "https://registry.npmjs.org/co-redis/-/co-redis-1.1.1.tgz",
- "_shasum": "f5229f40b8c0ee8e7b4f65a150b4ef2631be5a70",
- "_shrinkwrap": null,
- "_spec": "co-redis@~1.1.0",
- "_where": "D:\\work\\im",
- "author": {
- "email": "mciparelli@gmail.com",
- "name": "Martín Ciparelli"
- },
- "bugs": {
- "url": "https://github.com/mciparelli/co-redis/issues"
- },
- "contributors": [
- {
- "email": "mciparelli@gmail.com",
- "name": "Martín Ciparelli"
- }
- ],
- "dependencies": {
- "thenify": "^3.0.0"
- },
- "description": "A node-redis wrapper to be used with visionmedia's co library",
- "devDependencies": {
- "co": "^4.1.0",
- "mocha": "^2.1.0",
- "redis": "^0.12.1"
- },
- "directories": {},
- "dist": {
- "shasum": "f5229f40b8c0ee8e7b4f65a150b4ef2631be5a70",
- "tarball": "https://registry.npmjs.org/co-redis/-/co-redis-1.1.1.tgz"
- },
- "engines": {
- "node": ">=v0.11.13"
- },
- "gitHead": "436de2a299a439aa97ce1978df58fb38783639f8",
- "homepage": "https://github.com/mciparelli/co-redis",
- "keywords": [
- "web",
- "redis",
- "database",
- "continuable",
- "generators",
- "harmony",
- "co"
- ],
- "license": "MIT",
- "main": "index",
- "maintainers": [
- {
- "email": "mciparelli@gmail.com",
- "name": "mciparelli"
- }
- ],
- "name": "co-redis",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/mciparelli/co-redis.git"
- },
- "scripts": {
- "test": "mocha --harmony-generators"
- },
- "version": "1.1.1"
- }
|