restify
Version:
REST framework
54 lines (53 loc) • 1.42 kB
JSON
{
"_from": "vasync@^1.6.4",
"_id": "vasync@1.6.4",
"_inBundle": false,
"_integrity": "sha1-3+k2Fq0OeugBszKp2Iv8XNyOHR8=",
"_location": "/vasync",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vasync@^1.6.4",
"name": "vasync",
"escapedName": "vasync",
"rawSpec": "^1.6.4",
"saveSpec": null,
"fetchSpec": "^1.6.4"
},
"_requiredBy": [
"/restify"
],
"_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/vasync/-/vasync-1.6.4.tgz",
"_shasum": "dfe93616ad0e7ae801b332a9d88bfc5cdc8e1d1f",
"_spec": "vasync@^1.6.4",
"_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/restify",
"bugs": {
"url": "https://github.com/davepacheco/node-vasync/issues"
},
"bundleDependencies": false,
"dependencies": {
"verror": "1.6.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 tests/ && ./node_modules/.bin/nodeunit tests/compat.js"
},
"version": "1.6.4"
}