backoffice/node_modules/co/package.json

65 lines
1.3 KiB
JSON

{
"_args": [
[
"co@3.1.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "co@3.1.0",
"_id": "co@3.1.0",
"_inBundle": false,
"_integrity": "sha1-TqVOpaCJOBUxheFSEMaNkJK8G3g=",
"_location": "/co",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "co@3.1.0",
"name": "co",
"escapedName": "co",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/wrap-fn"
],
"_resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "C:\\wamp64\\www\\ilink",
"bugs": {
"url": "https://github.com/visionmedia/co/issues"
},
"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"
},
"files": [
"index.js"
],
"homepage": "https://github.com/visionmedia/co#readme",
"keywords": [
"async",
"flow",
"generator",
"coro",
"coroutine"
],
"license": "MIT",
"name": "co",
"repository": {
"type": "git",
"url": "git+https://github.com/visionmedia/co.git"
},
"scripts": {
"test": "make test"
},
"version": "3.1.0"
}