1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "co@^4.6.0",
- "/home/windows/repos/sinusbot-birthday-script/node_modules/dav"
- ]
- ],
- "_from": "co@>=4.6.0 <5.0.0",
- "_id": "co@4.6.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/co",
- "_nodeVersion": "2.3.3",
- "_npmUser": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "2.11.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "co",
- "raw": "co@^4.6.0",
- "rawSpec": "^4.6.0",
- "scope": null,
- "spec": ">=4.6.0 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/dav"
- ],
- "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
- "_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
- "_shrinkwrap": null,
- "_spec": "co@^4.6.0",
- "_where": "/home/windows/repos/sinusbot-birthday-script/node_modules/dav",
- "bugs": {
- "url": "https://github.com/tj/co/issues"
- },
- "dependencies": {},
- "description": "generator async control flow goodness",
- "devDependencies": {
- "browserify": "^10.0.0",
- "istanbul-harmony": "0",
- "mocha": "^2.0.0",
- "mz": "^1.0.2"
- },
- "directories": {},
- "dist": {
- "shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
- "tarball": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
- },
- "engines": {
- "iojs": ">= 1.0.0",
- "node": ">= 0.12.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "b54d18f8f472ad1314800e786993c4169a5ff9f8",
- "homepage": "https://github.com/tj/co#readme",
- "keywords": [
- "async",
- "coro",
- "coroutine",
- "flow",
- "generator"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "tjholowaychuk",
- "email": "tj@vision-media.ca"
- },
- {
- "name": "jonathanong",
- "email": "jonathanrichardong@gmail.com"
- },
- {
- "name": "jongleberry",
- "email": "jonathanrichardong@gmail.com"
- }
- ],
- "name": "co",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tj/co.git"
- },
- "scripts": {
- "browserify": "browserify index.js -o ./co-browser.js -s co",
- "prepublish": "npm run browserify",
- "test": "mocha --harmony",
- "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
- "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
- },
- "version": "4.6.0"
- }
|