1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
| {
| "_args": [
| [
| {
| "raw": "vasync@^2.2.0",
| "scope": null,
| "escapedName": "vasync",
| "name": "vasync",
| "rawSpec": "^2.2.0",
| "spec": ">=2.2.0 <3.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/restify"
| ]
| ],
| "_from": "vasync@>=2.2.0 <3.0.0",
| "_id": "vasync@2.2.0",
| "_inCache": true,
| "_location": "/vasync",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/vasync-2.2.0.tgz_1512139548991_0.5218220378737897"
| },
| "_npmUser": {
| "name": "dap",
| "email": "dap@cs.brown.edu"
| },
| "_npmVersion": "1.4.9",
| "_phantomChildren": {},
| "_requested": {
| "raw": "vasync@^2.2.0",
| "scope": null,
| "escapedName": "vasync",
| "name": "vasync",
| "rawSpec": "^2.2.0",
| "spec": ">=2.2.0 <3.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/restify"
| ],
| "_resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.0.tgz",
| "_shasum": "cfde751860a15822db3b132bc59b116a4adaf01b",
| "_shrinkwrap": null,
| "_spec": "vasync@^2.2.0",
| "_where": "/root/rushmail/node_modules/restify",
| "bugs": {
| "url": "https://github.com/davepacheco/node-vasync/issues"
| },
| "dependencies": {
| "verror": "1.10.0"
| },
| "description": "utilities for observable asynchronous control flow",
| "devDependencies": {
| "nodeunit": "0.8.7",
| "tap": "~0.4.8"
| },
| "directories": {},
| "dist": {
| "shasum": "cfde751860a15822db3b132bc59b116a4adaf01b",
| "tarball": "https://registry.npmjs.org/vasync/-/vasync-2.2.0.tgz"
| },
| "engines": [
| "node >=0.6.0"
| ],
| "homepage": "https://github.com/davepacheco/node-vasync",
| "license": "MIT",
| "main": "./lib/vasync.js",
| "maintainers": [
| {
| "name": "dap",
| "email": "dap@cs.brown.edu"
| }
| ],
| "name": "vasync",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "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"
| }
|
|