54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"_from": "vasync@^2.2.0",
|
|
"_id": "vasync@2.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-z951GGChWCLbOxMrxZsRakra8Bs=",
|
|
"_location": "/vasync",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vasync@^2.2.0",
|
|
"name": "vasync",
|
|
"escapedName": "vasync",
|
|
"rawSpec": "^2.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/restify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.0.tgz",
|
|
"_shasum": "cfde751860a15822db3b132bc59b116a4adaf01b",
|
|
"_spec": "vasync@^2.2.0",
|
|
"_where": "/usr/home/nodejs/node_modules/restify",
|
|
"bugs": {
|
|
"url": "https://github.com/davepacheco/node-vasync/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"verror": "1.10.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "utilities for observable asynchronous control flow",
|
|
"devDependencies": {
|
|
"nodeunit": "0.8.7",
|
|
"tap": "~0.4.8"
|
|
},
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"homepage": "https://github.com/davepacheco/node-vasync#readme",
|
|
"license": "MIT",
|
|
"main": "./lib/vasync.js",
|
|
"name": "vasync",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/davepacheco/node-vasync.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap --stdout tests/ && ./node_modules/.bin/nodeunit tests/compat.js && ./node_modules/.bin/nodeunit tests/compat_tryEach.js"
|
|
},
|
|
"version": "2.2.0"
|
|
}
|