Website/node_modules/co/package.json
2015-12-02 18:21:44 -05:00

83 lines
1.8 KiB
JSON

{
"_args": [
[
"co@~3.1.0",
"/Users/okennedy/Desktop/Website/node_modules/unyield"
]
],
"_from": "co@>=3.1.0 <3.2.0",
"_id": "co@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/co",
"_npmUser": {
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"name": "co",
"raw": "co@~3.1.0",
"rawSpec": "~3.1.0",
"scope": null,
"spec": ">=3.1.0 <3.2.0",
"type": "range"
},
"_requiredBy": [
"/unyield",
"/wrap-fn"
],
"_resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz",
"_shasum": "4ea54ea5a08938153185e15210c68d9092bc1b78",
"_shrinkwrap": null,
"_spec": "co@~3.1.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/unyield",
"bugs": {
"url": "https://github.com/visionmedia/co/issues"
},
"dependencies": {},
"description": "generator async flow control goodness",
"devDependencies": {
"bluebird": "^2.0.0",
"matcha": "~0.5.0",
"mocha": "^1.12.0",
"request": "^2.36.0",
"should": "^3.0.0",
"thunkify": "^2.0.0"
},
"directories": {},
"dist": {
"shasum": "4ea54ea5a08938153185e15210c68d9092bc1b78",
"tarball": "http://registry.npmjs.org/co/-/co-3.1.0.tgz"
},
"files": [
"index.js"
],
"homepage": "https://github.com/visionmedia/co",
"keywords": [
"async",
"coro",
"coroutine",
"flow",
"generator"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "co",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/co.git"
},
"scripts": {
"test": "make test"
},
"version": "3.1.0"
}