Skip to content

Failed at the int64-native@0.3.2 install script 'node-gyp configure && node-gyp build' #22

@kchoi1998

Description

@kchoi1998

Hi Candu,

I need your help.

I am running the latest node version and trying to install avro-serializer on my Mac machine. The installer stopped at int64-native@0.3.2 install: node-gyp configure && node-gyp build Exit status 1
Seems like the issue is about node-gyp configure && node-gyp build.

below is the npm-debug.log (it a bit loooong :D) :

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'avro-serializer',
1 verbose cli '--save' ]
2 info using npm@3.8.6
3 info using node@v5.12.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData avro-serializer
8 silly fetchNamedPackageData avro-serializer
9 silly mapToRegistry name avro-serializer
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'avro-serializer',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry name: 'avro-serializer',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/avro-serializer
14 verbose request uri https://registry.npmjs.org/avro-serializer
15 verbose request no auth needed
16 info attempt registry request try #1 at 10:09:10 AM
17 verbose request id 60ce779de69bdd5b
18 verbose etag W/"56b05c17-17df"
19 verbose lastModified Tue, 02 Feb 2016 07:34:47 GMT
20 http request GET https://registry.npmjs.org/avro-serializer
21 http 304 https://registry.npmjs.org/avro-serializer
22 verbose headers { date: 'Tue, 10 Oct 2017 17:09:10 GMT',
22 verbose headers via: '1.1 varnish',
22 verbose headers 'cache-control': 'max-age=300',
22 verbose headers etag: 'W/"56b05c17-17df"',
22 verbose headers age: '0',
22 verbose headers connection: 'keep-alive',
22 verbose headers 'x-served-by': 'cache-sjc3626-SJC',
22 verbose headers 'x-cache': 'HIT',
22 verbose headers 'x-cache-hits': '1',
22 verbose headers 'x-timer': 'S1507655351.712290,VS0,VE71',
22 verbose headers vary: 'Accept-Encoding, Accept' }
23 silly get cb [ 304,
23 silly get { date: 'Tue, 10 Oct 2017 17:09:10 GMT',
23 silly get via: '1.1 varnish',
23 silly get 'cache-control': 'max-age=300',
23 silly get etag: 'W/"56b05c17-17df"',
23 silly get age: '0',
23 silly get connection: 'keep-alive',
23 silly get 'x-served-by': 'cache-sjc3626-SJC',
23 silly get 'x-cache': 'HIT',
23 silly get 'x-cache-hits': '1',
23 silly get 'x-timer': 'S1507655351.712290,VS0,VE71',
23 silly get vary: 'Accept-Encoding, Accept' } ]
24 verbose etag https://registry.npmjs.org/avro-serializer from cache
25 verbose get saving avro-serializer to /Users/kevinchoi/.npm/registry.npmjs.org/avro-serializer/.cache.json
26 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
27 silly install normalizeTree
28 silly loadCurrentTree Finishing
29 silly loadIdealTree Starting
30 silly install loadIdealTree
31 silly cloneCurrentTree Starting
32 silly install cloneCurrentTreeToIdealTree
33 silly cloneCurrentTree Finishing
34 silly loadShrinkwrap Starting
35 silly install loadShrinkwrap
36 silly loadShrinkwrap Finishing
37 silly loadAllDepsIntoIdealTree Starting
38 silly install loadAllDepsIntoIdealTree
39 silly resolveWithNewModule avro-serializer@0.0.4 checking installable status
40 silly cache add args [ 'avro-serializer', null ]
41 verbose cache add spec avro-serializer
42 silly cache add parsed spec Result {
42 silly cache add raw: 'avro-serializer',
42 silly cache add scope: null,
42 silly cache add name: 'avro-serializer',
42 silly cache add rawSpec: '',
42 silly cache add spec: 'latest',
42 silly cache add type: 'tag' }
43 silly addNamed avro-serializer@latest
44 verbose addNamed "latest" is being treated as a dist-tag for avro-serializer
45 info addNameTag [ 'avro-serializer', 'latest' ]
46 silly mapToRegistry name avro-serializer
47 silly mapToRegistry using default registry
48 silly mapToRegistry registry https://registry.npmjs.org/
49 silly mapToRegistry data Result {
49 silly mapToRegistry raw: 'avro-serializer',
49 silly mapToRegistry scope: null,
49 silly mapToRegistry name: 'avro-serializer',
49 silly mapToRegistry rawSpec: '',
49 silly mapToRegistry spec: 'latest',
49 silly mapToRegistry type: 'tag' }
50 silly mapToRegistry uri https://registry.npmjs.org/avro-serializer
51 verbose addNameTag registry:https://registry.npmjs.org/avro-serializer not in flight; fetching
52 verbose get https://registry.npmjs.org/avro-serializer not expired, no request
53 silly addNameTag next cb for avro-serializer with tag latest
54 silly addNamed avro-serializer@0.0.4
55 verbose addNamed "0.0.4" is a plain semver version for avro-serializer
56 silly cache afterAdd avro-serializer@0.0.4
57 verbose afterAdd /Users/kevinchoi/.npm/avro-serializer/0.0.4/package/package.json not in flight; writing
58 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
59 verbose afterAdd /Users/kevinchoi/.npm/avro-serializer/0.0.4/package/package.json written
60 silly fetchNamedPackageData node-avro-io
61 silly mapToRegistry name node-avro-io
62 silly mapToRegistry using default registry
63 silly mapToRegistry registry https://registry.npmjs.org/
64 silly mapToRegistry data Result {
64 silly mapToRegistry raw: 'node-avro-io',
64 silly mapToRegistry scope: null,
64 silly mapToRegistry name: 'node-avro-io',
64 silly mapToRegistry rawSpec: '',
64 silly mapToRegistry spec: 'latest',
64 silly mapToRegistry type: 'tag' }
65 silly mapToRegistry uri https://registry.npmjs.org/node-avro-io
66 verbose request uri https://registry.npmjs.org/node-avro-io
67 verbose request no auth needed
68 info attempt registry request try #1 at 10:09:11 AM
69 verbose etag W/"5919cded-35b3"
70 verbose lastModified Mon, 15 May 2017 15:49:01 GMT
71 http request GET https://registry.npmjs.org/node-avro-io
72 http 304 https://registry.npmjs.org/node-avro-io
73 verbose headers { date: 'Tue, 10 Oct 2017 17:09:11 GMT',
73 verbose headers via: '1.1 varnish',
73 verbose headers 'cache-control': 'max-age=300',
73 verbose headers etag: 'W/"5919cded-35b3"',
73 verbose headers age: '0',
73 verbose headers connection: 'keep-alive',
73 verbose headers 'x-served-by': 'cache-sjc3626-SJC',
73 verbose headers 'x-cache': 'HIT',
73 verbose headers 'x-cache-hits': '1',
73 verbose headers 'x-timer': 'S1507655351.127787,VS0,VE62',
73 verbose headers vary: 'Accept-Encoding, Accept' }
74 silly get cb [ 304,
74 silly get { date: 'Tue, 10 Oct 2017 17:09:11 GMT',
74 silly get via: '1.1 varnish',
74 silly get 'cache-control': 'max-age=300',
74 silly get etag: 'W/"5919cded-35b3"',
74 silly get age: '0',
74 silly get connection: 'keep-alive',
74 silly get 'x-served-by': 'cache-sjc3626-SJC',
74 silly get 'x-cache': 'HIT',
74 silly get 'x-cache-hits': '1',
74 silly get 'x-timer': 'S1507655351.127787,VS0,VE62',
74 silly get vary: 'Accept-Encoding, Accept' } ]
75 verbose etag https://registry.npmjs.org/node-avro-io from cache
76 verbose get saving node-avro-io to /Users/kevinchoi/.npm/registry.npmjs.org/node-avro-io/.cache.json
77 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
78 silly resolveWithNewModule node-avro-io@0.3.3 checking installable status
79 silly cache add args [ 'node-avro-io@^0.3.3', null ]
80 verbose cache add spec node-avro-io@^0.3.3
81 silly cache add parsed spec Result {
81 silly cache add raw: 'node-avro-io@^0.3.3',
81 silly cache add scope: null,
81 silly cache add name: 'node-avro-io',
81 silly cache add rawSpec: '^0.3.3',
81 silly cache add spec: '>=0.3.3 <0.4.0',
81 silly cache add type: 'range' }
82 silly addNamed node-avro-io@>=0.3.3 <0.4.0
83 verbose addNamed ">=0.3.3 <0.4.0" is a valid semver range for node-avro-io
84 silly addNameRange { name: 'node-avro-io', range: '>=0.3.3 <0.4.0', hasData: false }
85 silly mapToRegistry name node-avro-io
86 silly mapToRegistry using default registry
87 silly mapToRegistry registry https://registry.npmjs.org/
88 silly mapToRegistry data Result {
88 silly mapToRegistry raw: 'node-avro-io',
88 silly mapToRegistry scope: null,
88 silly mapToRegistry name: 'node-avro-io',
88 silly mapToRegistry rawSpec: '',
88 silly mapToRegistry spec: 'latest',
88 silly mapToRegistry type: 'tag' }
89 silly mapToRegistry uri https://registry.npmjs.org/node-avro-io
90 verbose addNameRange registry:https://registry.npmjs.org/node-avro-io not in flight; fetching
91 verbose get https://registry.npmjs.org/node-avro-io not expired, no request
92 silly addNameRange number 2 { name: 'node-avro-io', range: '>=0.3.3 <0.4.0', hasData: true }
93 silly addNameRange versions [ 'node-avro-io',
93 silly addNameRange [ '0.1.0', '0.2.0', '0.3.0', '0.3.1', '0.3.3', '1.0.0', '1.0.1' ] ]
94 silly addNamed node-avro-io@0.3.3
95 verbose addNamed "0.3.3" is a plain semver version for node-avro-io
96 silly cache afterAdd node-avro-io@0.3.3
97 verbose afterAdd /Users/kevinchoi/.npm/node-avro-io/0.3.3/package/package.json not in flight; writing
98 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
99 verbose afterAdd /Users/kevinchoi/.npm/node-avro-io/0.3.3/package/package.json written
100 silly fetchNamedPackageData lodash
101 silly mapToRegistry name lodash
102 silly mapToRegistry using default registry
103 silly mapToRegistry registry https://registry.npmjs.org/
104 silly mapToRegistry data Result {
104 silly mapToRegistry raw: 'lodash',
104 silly mapToRegistry scope: null,
104 silly mapToRegistry name: 'lodash',
104 silly mapToRegistry rawSpec: '',
104 silly mapToRegistry spec: 'latest',
104 silly mapToRegistry type: 'tag' }
105 silly mapToRegistry uri https://registry.npmjs.org/lodash
106 silly fetchNamedPackageData int64-native
107 silly mapToRegistry name int64-native
108 silly mapToRegistry using default registry
109 silly mapToRegistry registry https://registry.npmjs.org/
110 silly mapToRegistry data Result {
110 silly mapToRegistry raw: 'int64-native',
110 silly mapToRegistry scope: null,
110 silly mapToRegistry name: 'int64-native',
110 silly mapToRegistry rawSpec: '',
110 silly mapToRegistry spec: 'latest',
110 silly mapToRegistry type: 'tag' }
111 silly mapToRegistry uri https://registry.npmjs.org/int64-native
112 verbose request uri https://registry.npmjs.org/int64-native
113 verbose request no auth needed
114 info attempt registry request try #1 at 10:09:11 AM
115 verbose etag W/"55e7720f-25f9"
116 verbose lastModified Wed, 02 Sep 2015 22:02:55 GMT
117 http request GET https://registry.npmjs.org/int64-native
118 verbose request uri https://registry.npmjs.org/lodash
119 verbose request no auth needed
120 info attempt registry request try #1 at 10:09:11 AM
121 verbose etag W/"59db0bd1-2a016"
122 verbose lastModified Mon, 09 Oct 2017 05:40:33 GMT
123 http request GET https://registry.npmjs.org/lodash
124 http 304 https://registry.npmjs.org/lodash
125 verbose headers { date: 'Tue, 10 Oct 2017 17:09:11 GMT',
125 verbose headers via: '1.1 varnish',
125 verbose headers 'cache-control': 'max-age=300',
125 verbose headers etag: 'W/"59db0bd1-2a016"',
125 verbose headers age: '265',
125 verbose headers connection: 'keep-alive',
125 verbose headers 'x-served-by': 'cache-sjc3144-SJC',
125 verbose headers 'x-cache': 'HIT',
125 verbose headers 'x-cache-hits': '7',
125 verbose headers 'x-timer': 'S1507655351.383617,VS0,VE0',
125 verbose headers vary: 'Accept-Encoding, Accept' }
126 silly get cb [ 304,
126 silly get { date: 'Tue, 10 Oct 2017 17:09:11 GMT',
126 silly get via: '1.1 varnish',
126 silly get 'cache-control': 'max-age=300',
126 silly get etag: 'W/"59db0bd1-2a016"',
126 silly get age: '265',
126 silly get connection: 'keep-alive',
126 silly get 'x-served-by': 'cache-sjc3144-SJC',
126 silly get 'x-cache': 'HIT',
126 silly get 'x-cache-hits': '7',
126 silly get 'x-timer': 'S1507655351.383617,VS0,VE0',
126 silly get vary: 'Accept-Encoding, Accept' } ]
127 verbose etag https://registry.npmjs.org/lodash from cache
128 verbose get saving lodash to /Users/kevinchoi/.npm/registry.npmjs.org/lodash/.cache.json
129 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
130 silly resolveWithNewModule lodash@2.4.2 checking installable status
131 silly cache add args [ 'lodash@^2.4.1', null ]
132 verbose cache add spec lodash@^2.4.1
133 silly cache add parsed spec Result {
133 silly cache add raw: 'lodash@^2.4.1',
133 silly cache add scope: null,
133 silly cache add name: 'lodash',
133 silly cache add rawSpec: '^2.4.1',
133 silly cache add spec: '>=2.4.1 <3.0.0',
133 silly cache add type: 'range' }
134 silly addNamed lodash@>=2.4.1 <3.0.0
135 verbose addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash
136 silly addNameRange { name: 'lodash', range: '>=2.4.1 <3.0.0', hasData: false }
137 silly mapToRegistry name lodash
138 silly mapToRegistry using default registry
139 silly mapToRegistry registry https://registry.npmjs.org/
140 silly mapToRegistry data Result {
140 silly mapToRegistry raw: 'lodash',
140 silly mapToRegistry scope: null,
140 silly mapToRegistry name: 'lodash',
140 silly mapToRegistry rawSpec: '',
140 silly mapToRegistry spec: 'latest',
140 silly mapToRegistry type: 'tag' }
141 silly mapToRegistry uri https://registry.npmjs.org/lodash
142 verbose addNameRange registry:https://registry.npmjs.org/lodash not in flight; fetching
143 verbose get https://registry.npmjs.org/lodash not expired, no request
144 silly addNameRange number 2 { name: 'lodash', range: '>=2.4.1 <3.0.0', hasData: true }
145 silly addNameRange versions [ 'lodash',
145 silly addNameRange [ '0.1.0',
145 silly addNameRange '0.2.0',
145 silly addNameRange '0.2.1',
145 silly addNameRange '0.2.2',
145 silly addNameRange '0.3.0',
145 silly addNameRange '0.3.1',
145 silly addNameRange '0.3.2',
145 silly addNameRange '0.4.0',
145 silly addNameRange '0.4.1',
145 silly addNameRange '0.4.2',
145 silly addNameRange '0.5.0-rc.1',
145 silly addNameRange '0.5.0',
145 silly addNameRange '0.5.1',
145 silly addNameRange '0.5.2',
145 silly addNameRange '0.6.0',
145 silly addNameRange '0.6.1',
145 silly addNameRange '0.7.0',
145 silly addNameRange '0.8.0',
145 silly addNameRange '0.8.1',
145 silly addNameRange '0.8.2',
145 silly addNameRange '0.9.0',
145 silly addNameRange '0.9.1',
145 silly addNameRange '0.9.2',
145 silly addNameRange '0.10.0',
145 silly addNameRange '1.0.0-rc.1',
145 silly addNameRange '1.0.0-rc.2',
145 silly addNameRange '1.0.0-rc.3',
145 silly addNameRange '1.0.0',
145 silly addNameRange '1.0.1',
145 silly addNameRange '1.1.0',
145 silly addNameRange '1.1.1',
145 silly addNameRange '1.2.0',
145 silly addNameRange '1.2.1',
145 silly addNameRange '1.3.0',
145 silly addNameRange '1.3.1',
145 silly addNameRange '2.0.0',
145 silly addNameRange '2.1.0',
145 silly addNameRange '2.2.0',
145 silly addNameRange '2.2.1',
145 silly addNameRange '2.3.0',
145 silly addNameRange '2.4.0',
145 silly addNameRange '2.4.1',
145 silly addNameRange '3.0.0',
145 silly addNameRange '3.0.1',
145 silly addNameRange '3.1.0',
145 silly addNameRange '3.2.0',
145 silly addNameRange '3.3.0',
145 silly addNameRange '3.3.1',
145 silly addNameRange '3.4.0',
145 silly addNameRange '3.5.0',
145 silly addNameRange '3.6.0',
145 silly addNameRange '1.0.2',
145 silly addNameRange '3.7.0',
145 silly addNameRange '2.4.2',
145 silly addNameRange '3.8.0',
145 silly addNameRange '3.9.0',
145 silly addNameRange '3.9.1',
145 silly addNameRange '3.9.2',
145 silly addNameRange '3.9.3',
145 silly addNameRange '3.10.0',
145 silly addNameRange '3.10.1',
145 silly addNameRange '4.0.0',
145 silly addNameRange '4.0.1',
145 silly addNameRange '4.1.0',
145 silly addNameRange '4.2.0',
145 silly addNameRange '4.2.1',
145 silly addNameRange '4.3.0',
145 silly addNameRange '4.4.0',
145 silly addNameRange '4.5.0',
145 silly addNameRange '4.5.1',
145 silly addNameRange '4.6.0',
145 silly addNameRange '4.6.1',
145 silly addNameRange '4.7.0',
145 silly addNameRange '4.8.0',
145 silly addNameRange '4.8.1',
145 silly addNameRange '4.8.2',
145 silly addNameRange '4.9.0',
145 silly addNameRange '4.10.0',
145 silly addNameRange '4.11.0',
145 silly addNameRange '4.11.1',
145 silly addNameRange '4.11.2',
145 silly addNameRange '4.12.0',
145 silly addNameRange '4.13.0',
145 silly addNameRange '4.13.1',
145 silly addNameRange '4.14.0',
145 silly addNameRange '4.14.1',
145 silly addNameRange '4.14.2',
145 silly addNameRange '4.15.0',
145 silly addNameRange '4.16.0',
145 silly addNameRange '4.16.1',
145 silly addNameRange '4.16.2',
145 silly addNameRange '4.16.3',
145 silly addNameRange '4.16.4',
145 silly addNameRange '4.16.5',
145 silly addNameRange '4.16.6',
145 silly addNameRange '4.17.0',
145 silly addNameRange '4.17.1',
145 silly addNameRange '4.17.2',
145 silly addNameRange '4.17.3',
145 silly addNameRange '4.17.4' ] ]
146 silly addNamed lodash@2.4.2
147 verbose addNamed "2.4.2" is a plain semver version for lodash
148 silly cache afterAdd lodash@2.4.2
149 verbose afterAdd /Users/kevinchoi/.npm/lodash/2.4.2/package/package.json not in flight; writing
150 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
151 verbose afterAdd /Users/kevinchoi/.npm/lodash/2.4.2/package/package.json written
152 http 304 https://registry.npmjs.org/int64-native
153 verbose headers { date: 'Tue, 10 Oct 2017 17:09:11 GMT',
153 verbose headers via: '1.1 varnish',
153 verbose headers 'cache-control': 'max-age=300',
153 verbose headers etag: 'W/"55e7720f-25f9"',
153 verbose headers age: '0',
153 verbose headers connection: 'keep-alive',
153 verbose headers 'x-served-by': 'cache-sjc3626-SJC',
153 verbose headers 'x-cache': 'HIT',
153 verbose headers 'x-cache-hits': '1',
153 verbose headers 'x-timer': 'S1507655351.362092,VS0,VE70',
153 verbose headers vary: 'Accept-Encoding, Accept' }
154 silly get cb [ 304,
154 silly get { date: 'Tue, 10 Oct 2017 17:09:11 GMT',
154 silly get via: '1.1 varnish',
154 silly get 'cache-control': 'max-age=300',
154 silly get etag: 'W/"55e7720f-25f9"',
154 silly get age: '0',
154 silly get connection: 'keep-alive',
154 silly get 'x-served-by': 'cache-sjc3626-SJC',
154 silly get 'x-cache': 'HIT',
154 silly get 'x-cache-hits': '1',
154 silly get 'x-timer': 'S1507655351.362092,VS0,VE70',
154 silly get vary: 'Accept-Encoding, Accept' } ]
155 verbose etag https://registry.npmjs.org/int64-native from cache
156 verbose get saving int64-native to /Users/kevinchoi/.npm/registry.npmjs.org/int64-native/.cache.json
157 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
158 silly resolveWithNewModule int64-native@0.3.2 checking installable status
159 silly cache add args [ 'int64-native@0.3.2', null ]
160 verbose cache add spec int64-native@0.3.2
161 silly cache add parsed spec Result {
161 silly cache add raw: 'int64-native@0.3.2',
161 silly cache add scope: null,
161 silly cache add name: 'int64-native',
161 silly cache add rawSpec: '0.3.2',
161 silly cache add spec: '0.3.2',
161 silly cache add type: 'version' }
162 silly addNamed int64-native@0.3.2
163 verbose addNamed "0.3.2" is a plain semver version for int64-native
164 silly mapToRegistry name int64-native
165 silly mapToRegistry using default registry
166 silly mapToRegistry registry https://registry.npmjs.org/
167 silly mapToRegistry data Result {
167 silly mapToRegistry raw: 'int64-native',
167 silly mapToRegistry scope: null,
167 silly mapToRegistry name: 'int64-native',
167 silly mapToRegistry rawSpec: '',
167 silly mapToRegistry spec: 'latest',
167 silly mapToRegistry type: 'tag' }
168 silly mapToRegistry uri https://registry.npmjs.org/int64-native
169 verbose addNameVersion registry:https://registry.npmjs.org/int64-native not in flight; fetching
170 verbose get https://registry.npmjs.org/int64-native not expired, no request
171 silly cache afterAdd int64-native@0.3.2
172 verbose afterAdd /Users/kevinchoi/.npm/int64-native/0.3.2/package/package.json not in flight; writing
173 verbose correctMkdir /Users/kevinchoi/.npm correctMkdir not in flight; initializing
174 verbose afterAdd /Users/kevinchoi/.npm/int64-native/0.3.2/package/package.json written
175 silly loadAllDepsIntoIdealTree Finishing
176 silly idealTree:prePrune production@1.0.0
176 silly idealTree:prePrune ├── abbrev@1.1.0
176 silly idealTree:prePrune ├── accepts@1.3.3
176 silly idealTree:prePrune ├── addressparser@1.0.1
176 silly idealTree:prePrune ├── ajv@4.11.8
176 silly idealTree:prePrune ├── amdefine@1.0.1
176 silly idealTree:prePrune ├── ansi-regex@2.1.1
176 silly idealTree:prePrune ├── ansi-styles@2.2.1
176 silly idealTree:prePrune ├── append-field@0.1.0
176 silly idealTree:prePrune ├── aproba@1.1.2
176 silly idealTree:prePrune ├── are-we-there-yet@1.1.4
176 silly idealTree:prePrune ├── array-find-index@1.0.2
176 silly idealTree:prePrune ├── array-flatten@1.1.1
176 silly idealTree:prePrune ├── asn1@0.2.3
176 silly idealTree:prePrune ├── assert-plus@0.2.0
176 silly idealTree:prePrune ├── assertion-error@1.0.2
176 silly idealTree:prePrune ├── async-foreach@0.1.3
176 silly idealTree:prePrune ├── async@2.1.4
176 silly idealTree:prePrune ├── asynckit@0.4.0
176 silly idealTree:prePrune ├─┬ authorization@1.1.0
176 silly idealTree:prePrune │ ├── ajv@4.11.8
176 silly idealTree:prePrune │ ├── asn1@0.2.3
176 silly idealTree:prePrune │ ├── assert-plus@0.2.0
176 silly idealTree:prePrune │ ├── assertion-error@1.0.2
176 silly idealTree:prePrune │ ├── async@2.1.4
176 silly idealTree:prePrune │ ├── asynckit@0.4.0
176 silly idealTree:prePrune │ ├── aws-sign2@0.6.0
176 silly idealTree:prePrune │ ├── aws4@1.6.0
176 silly idealTree:prePrune │ ├── bcrypt-nodejs@0.0.3
176 silly idealTree:prePrune │ ├── bcrypt-pbkdf@1.0.1
176 silly idealTree:prePrune │ ├── bluebird@2.10.2
176 silly idealTree:prePrune │ ├── boom@2.10.1
176 silly idealTree:prePrune │ ├── bson@1.0.4
176 silly idealTree:prePrune │ ├── buffer-shims@1.0.0
176 silly idealTree:prePrune │ ├── caseless@0.12.0
176 silly idealTree:prePrune │ ├── chai@4.0.2
176 silly idealTree:prePrune │ ├── check-error@1.0.2
176 silly idealTree:prePrune │ ├── co@4.6.0
176 silly idealTree:prePrune │ ├── combined-stream@1.0.5
176 silly idealTree:prePrune │ ├── connect-redis@3.3.0
176 silly idealTree:prePrune │ ├── consul@0.27.0
176 silly idealTree:prePrune │ ├── core-util-is@1.0.2
176 silly idealTree:prePrune │ ├── cryptiles@2.0.5
176 silly idealTree:prePrune │ ├─┬ dashdash@1.14.1
176 silly idealTree:prePrune │ │ └── assert-plus@1.0.0
176 silly idealTree:prePrune │ ├── debug@2.6.8
176 silly idealTree:prePrune │ ├─┬ deep-eql@2.0.2
176 silly idealTree:prePrune │ │ └── type-detect@3.0.0
176 silly idealTree:prePrune │ ├── delayed-stream@1.0.0
176 silly idealTree:prePrune │ ├── double-ended-queue@2.1.0-0
176 silly idealTree:prePrune │ ├── ecc-jsbn@0.1.1
176 silly idealTree:prePrune │ ├── es6-promise@3.2.1
176 silly idealTree:prePrune │ ├── extend@3.0.1
176 silly idealTree:prePrune │ ├── extsprintf@1.0.2
176 silly idealTree:prePrune │ ├── forever-agent@0.6.1
176 silly idealTree:prePrune │ ├── form-data@2.1.4
176 silly idealTree:prePrune │ ├── get-func-name@2.0.0
176 silly idealTree:prePrune │ ├─┬ getpass@0.1.7
176 silly idealTree:prePrune │ │ └── assert-plus@1.0.0
176 silly idealTree:prePrune │ ├── har-schema@1.0.5
176 silly idealTree:prePrune │ ├── har-validator@4.2.1
176 silly idealTree:prePrune │ ├── hawk@3.1.3
176 silly idealTree:prePrune │ ├── hoek@2.16.3
176 silly idealTree:prePrune │ ├── hooks-fixed@2.0.0
176 silly idealTree:prePrune │ ├── http-signature@1.1.1
176 silly idealTree:prePrune │ ├── inherits@2.0.3
176 silly idealTree:prePrune │ ├── is-typedarray@1.0.0
176 silly idealTree:prePrune │ ├── isarray@1.0.0
176 silly idealTree:prePrune │ ├── isstream@0.1.2
176 silly idealTree:prePrune │ ├── jsbn@0.1.1
176 silly idealTree:prePrune │ ├── json-schema@0.2.3
176 silly idealTree:prePrune │ ├── json-stable-stringify@1.0.1
176 silly idealTree:prePrune │ ├── json-stringify-safe@5.0.1
176 silly idealTree:prePrune │ ├── jsonify@0.0.0
176 silly idealTree:prePrune │ ├─┬ jsprim@1.4.0
176 silly idealTree:prePrune │ │ └── assert-plus@1.0.0
176 silly idealTree:prePrune │ ├── jwt-simple@0.5.1
176 silly idealTree:prePrune │ ├── kareem@1.4.1
176 silly idealTree:prePrune │ ├── lodash@4.17.4
176 silly idealTree:prePrune │ ├── mime-db@1.27.0
176 silly idealTree:prePrune │ ├── mime-types@2.1.15
176 silly idealTree:prePrune │ ├── moment@2.18.1
176 silly idealTree:prePrune │ ├── mongodb-core@2.1.11
176 silly idealTree:prePrune │ ├── mongodb@2.2.27
176 silly idealTree:prePrune │ ├── mongoose@4.10.6
176 silly idealTree:prePrune │ ├── mpath@0.3.0
176 silly idealTree:prePrune │ ├── mpromise@0.5.5
176 silly idealTree:prePrune │ ├─┬ mquery@2.3.1
176 silly idealTree:prePrune │ │ └── sliced@0.0.5
176 silly idealTree:prePrune │ ├── ms@2.0.0
176 silly idealTree:prePrune │ ├── muri@1.2.1
176 silly idealTree:prePrune │ ├── node-env-flag@0.1.0
176 silly idealTree:prePrune │ ├── oauth-sign@0.8.2
176 silly idealTree:prePrune │ ├── oauth@0.9.15
176 silly idealTree:prePrune │ ├── papi@0.27.0
176 silly idealTree:prePrune │ ├── passport-google-oauth@1.0.0
176 silly idealTree:prePrune │ ├── passport-google-oauth1@1.0.0
176 silly idealTree:prePrune │ ├── passport-google-oauth20@1.0.0
176 silly idealTree:prePrune │ ├── passport-oauth1@1.1.0
176 silly idealTree:prePrune │ ├── passport-oauth2-middleware@1.0.2
176 silly idealTree:prePrune │ ├── passport-oauth2-refresh@1.0.0
176 silly idealTree:prePrune │ ├── passport-oauth2@1.4.0
176 silly idealTree:prePrune │ ├── passport-strategy@1.0.0
176 silly idealTree:prePrune │ ├── passport@0.3.2
176 silly idealTree:prePrune │ ├── pathval@1.1.0
176 silly idealTree:prePrune │ ├── pause@0.0.1
176 silly idealTree:prePrune │ ├── performance-now@0.2.0
176 silly idealTree:prePrune │ ├── process-nextick-args@1.0.7
176 silly idealTree:prePrune │ ├── punycode@1.4.1
176 silly idealTree:prePrune │ ├── qs@6.4.0
176 silly idealTree:prePrune │ ├── querystring@0.2.0
176 silly idealTree:prePrune │ ├── readable-stream@2.2.7
176 silly idealTree:prePrune │ ├── redis-commands@1.3.1
176 silly idealTree:prePrune │ ├── redis-parser@2.6.0
176 silly idealTree:prePrune │ ├── redis@2.7.1
176 silly idealTree:prePrune │ ├── regexp-clone@0.0.1
176 silly idealTree:prePrune │ ├── request@2.81.0
176 silly idealTree:prePrune │ ├── require_optional@1.0.1
176 silly idealTree:prePrune │ ├── resolve-from@2.0.0
176 silly idealTree:prePrune │ ├── safe-buffer@5.0.1
176 silly idealTree:prePrune │ ├── semver@5.3.0
176 silly idealTree:prePrune │ ├── sliced@1.0.1
176 silly idealTree:prePrune │ ├── sntp@1.0.9
176 silly idealTree:prePrune │ ├─┬ sshpk@1.13.1
176 silly idealTree:prePrune │ │ └── assert-plus@1.0.0
176 silly idealTree:prePrune │ ├── string_decoder@1.0.2
176 silly idealTree:prePrune │ ├── stringstream@0.0.5
176 silly idealTree:prePrune │ ├── tough-cookie@2.3.2
176 silly idealTree:prePrune │ ├── tunnel-agent@0.6.0
176 silly idealTree:prePrune │ ├── tweetnacl@0.14.5
176 silly idealTree:prePrune │ ├── type-detect@4.0.3
176 silly idealTree:prePrune │ ├── uid2@0.0.3
176 silly idealTree:prePrune │ ├── util-deprecate@1.0.2
176 silly idealTree:prePrune │ ├── utils-merge@1.0.0
176 silly idealTree:prePrune │ ├── uuid@3.0.1
176 silly idealTree:prePrune │ └── verror@1.3.6
176 silly idealTree:prePrune ├── avro-serializer@0.0.4
176 silly idealTree:prePrune ├── aws-sign2@0.6.0
176 silly idealTree:prePrune ├── aws4@1.6.0
176 silly idealTree:prePrune ├── balanced-match@1.0.0
176 silly idealTree:prePrune ├── basic-auth@1.0.4
176 silly idealTree:prePrune ├── bcrypt-nodejs@0.0.3
176 silly idealTree:prePrune ├── bcrypt-pbkdf@1.0.1
176 silly idealTree:prePrune ├── bindings@1.1.1
176 silly idealTree:prePrune ├── block-stream@0.0.9
176 silly idealTree:prePrune ├── bluebird@2.10.2
176 silly idealTree:prePrune ├── body-parser@1.15.2
176 silly idealTree:prePrune ├── boom@2.10.1
176 silly idealTree:prePrune ├── brace-expansion@1.1.8
176 silly idealTree:prePrune ├── bson@1.0.4
176 silly idealTree:prePrune ├── buffer-alloc-unsafe@0.1.1
176 silly idealTree:prePrune ├── buffer-alloc@1.1.0
176 silly idealTree:prePrune ├── buffer-crc32@0.2.13
176 silly idealTree:prePrune ├── buffer-fill@0.1.0
176 silly idealTree:prePrune ├── buffer-shims@1.0.0
176 silly idealTree:prePrune ├── buildmail@3.10.0
176 silly idealTree:prePrune ├── builtin-modules@1.1.1
176 silly idealTree:prePrune ├─┬ busboy@0.2.14
176 silly idealTree:prePrune │ ├── isarray@0.0.1
176 silly idealTree:prePrune │ ├── readable-stream@1.1.14
176 silly idealTree:prePrune │ └── string_decoder@0.10.31
176 silly idealTree:prePrune ├── bytes@2.4.0
176 silly idealTree:prePrune ├── c3@0.4.13
176 silly idealTree:prePrune ├── camelcase-keys@2.1.0
176 silly idealTree:prePrune ├── camelcase@2.1.1
176 silly idealTree:prePrune ├── caseless@0.12.0
176 silly idealTree:prePrune ├── chai@4.0.2
176 silly idealTree:prePrune ├── chalk@1.1.3
176 silly idealTree:prePrune ├── check-error@1.0.2
176 silly idealTree:prePrune ├── cliui@3.2.0
176 silly idealTree:prePrune ├── co@4.6.0
176 silly idealTree:prePrune ├── code-point-at@1.1.0
176 silly idealTree:prePrune ├── combined-stream@1.0.5
176 silly idealTree:prePrune ├── concat-map@0.0.1
176 silly idealTree:prePrune ├── concat-stream@1.6.0
176 silly idealTree:prePrune ├── console-control-strings@1.1.0
176 silly idealTree:prePrune ├── content-disposition@0.5.2
176 silly idealTree:prePrune ├── content-type@1.0.2
176 silly idealTree:prePrune ├── cookie-parser@1.4.3
176 silly idealTree:prePrune ├── cookie-signature@1.0.6
176 silly idealTree:prePrune ├── cookie@0.3.1
176 silly idealTree:prePrune ├── core-util-is@1.0.2
176 silly idealTree:prePrune ├── crc@3.4.4
176 silly idealTree:prePrune ├── cross-spawn@3.0.1
176 silly idealTree:prePrune ├── cryptiles@2.0.5
176 silly idealTree:prePrune ├── currently-unhandled@0.4.1
176 silly idealTree:prePrune ├── d3@3.5.17
176 silly idealTree:prePrune ├─┬ dagre@0.7.4
176 silly idealTree:prePrune │ └── lodash@3.10.1
176 silly idealTree:prePrune ├─┬ dashdash@1.14.1
176 silly idealTree:prePrune │ └── assert-plus@1.0.0
176 silly idealTree:prePrune ├── datatables@1.10.13
176 silly idealTree:prePrune ├── debug@2.2.0
176 silly idealTree:prePrune ├── decamelize@1.2.0
176 silly idealTree:prePrune ├─┬ deep-eql@2.0.2
176 silly idealTree:prePrune │ └── type-detect@3.0.0
176 silly idealTree:prePrune ├── delayed-stream@1.0.0
176 silly idealTree:prePrune ├── delegates@1.0.0
176 silly idealTree:prePrune ├── depd@1.1.0
176 silly idealTree:prePrune ├── destroy@1.0.4
176 silly idealTree:prePrune ├─┬ dicer@0.2.5
176 silly idealTree:prePrune │ ├── isarray@0.0.1
176 silly idealTree:prePrune │ ├── readable-stream@1.1.14
176 silly idealTree:prePrune │ └── string_decoder@0.10.31
176 silly idealTree:prePrune ├── ecc-jsbn@0.1.1
176 silly idealTree:prePrune ├── ee-first@1.1.1
176 silly idealTree:prePrune ├── ejs@2.5.6
176 silly idealTree:prePrune ├── encodeurl@1.0.1
176 silly idealTree:prePrune ├── error-ex@1.3.1
176 silly idealTree:prePrune ├── es6-promise@3.2.1
176 silly idealTree:prePrune ├── escape-html@1.0.3
176 silly idealTree:prePrune ├── escape-string-regexp@1.0.5
176 silly idealTree:prePrune ├── etag@1.7.0
176 silly idealTree:prePrune ├── events@1.1.1
176 silly idealTree:prePrune ├─┬ express-session@1.15.3
176 silly idealTree:prePrune │ ├── debug@2.6.7
176 silly idealTree:prePrune │ └── ms@2.0.0
176 silly idealTree:prePrune ├── express@4.14.1
176 silly idealTree:prePrune ├── extend@3.0.1
176 silly idealTree:prePrune ├── extsprintf@1.0.2
176 silly idealTree:prePrune ├── finalhandler@0.5.1
176 silly idealTree:prePrune ├── find-up@1.1.2
176 silly idealTree:prePrune ├── forever-agent@0.6.1
176 silly idealTree:prePrune ├── form-data@2.1.4
176 silly idealTree:prePrune ├── formidable@1.1.1
176 silly idealTree:prePrune ├── forwarded@0.1.0
176 silly idealTree:prePrune ├── fresh@0.3.0
176 silly idealTree:prePrune ├── fs.realpath@1.0.0
176 silly idealTree:prePrune ├── fstream@1.0.11
176 silly idealTree:prePrune ├── gauge@2.7.4
176 silly idealTree:prePrune ├── gaze@1.1.2
176 silly idealTree:prePrune ├── get-caller-file@1.0.2
176 silly idealTree:prePrune ├── get-func-name@2.0.0
176 silly idealTree:prePrune ├── get-stdin@4.0.1
176 silly idealTree:prePrune ├─┬ getpass@0.1.7
176 silly idealTree:prePrune │ └── assert-plus@1.0.0
176 silly idealTree:prePrune ├── glob@7.1.2
176 silly idealTree:prePrune ├── globule@1.2.0
176 silly idealTree:prePrune ├── graceful-fs@4.1.11
176 silly idealTree:prePrune ├─┬ graphlib@1.0.7
176 silly idealTree:prePrune │ └── lodash@3.10.1
176 silly idealTree:prePrune ├── har-schema@1.0.5
176 silly idealTree:prePrune ├── har-validator@4.2.1
176 silly idealTree:prePrune ├── has-ansi@2.0.0
176 silly idealTree:prePrune ├── has-unicode@2.0.1
176 silly idealTree:prePrune ├── hawk@3.1.3
176 silly idealTree:prePrune ├── hoek@2.16.3
176 silly idealTree:prePrune ├── hooks-fixed@2.0.0
176 silly idealTree:prePrune ├── hosted-git-info@2.4.2
176 silly idealTree:prePrune ├── http-errors@1.5.1
176 silly idealTree:prePrune ├── http-signature@1.1.1
176 silly idealTree:prePrune ├── httpntlm@1.6.1
176 silly idealTree:prePrune ├── httpreq@0.4.24
176 silly idealTree:prePrune ├── iconv-lite@0.4.13
176 silly idealTree:prePrune ├── in-publish@2.0.0
176 silly idealTree:prePrune ├── indent-string@2.1.0
176 silly idealTree:prePrune ├── inflight@1.0.6
176 silly idealTree:prePrune ├── inherits@2.0.3
176 silly idealTree:prePrune ├── int64-native@0.3.2
176 silly idealTree:prePrune ├── invert-kv@1.0.0
176 silly idealTree:prePrune ├── ip@1.1.5
176 silly idealTree:prePrune ├── ipaddr.js@1.3.0
176 silly idealTree:prePrune ├── is-arrayish@0.2.1
176 silly idealTree:prePrune ├── is-builtin-module@1.0.0
176 silly idealTree:prePrune ├── is-finite@1.0.2
176 silly idealTree:prePrune ├── is-fullwidth-code-point@1.0.0
176 silly idealTree:prePrune ├── is-typedarray@1.0.0
176 silly idealTree:prePrune ├── is-utf8@0.2.1
176 silly idealTree:prePrune ├── isarray@1.0.0
176 silly idealTree:prePrune ├── isexe@2.0.0
176 silly idealTree:prePrune ├── isstream@0.1.2
176 silly idealTree:prePrune ├── jquery@3.2.1
176 silly idealTree:prePrune ├── js-base64@2.1.9
176 silly idealTree:prePrune ├── jsbn@0.1.1
176 silly idealTree:prePrune ├── json-schema@0.2.3
176 silly idealTree:prePrune ├── json-stable-stringify@1.0.1
176 silly idealTree:prePrune ├── json-stringify-safe@5.0.1
176 silly idealTree:prePrune ├── jsonify@0.0.0
176 silly idealTree:prePrune ├─┬ jsprim@1.4.0
176 silly idealTree:prePrune │ └── assert-plus@1.0.0
176 silly idealTree:prePrune ├── kareem@1.4.1
176 silly idealTree:prePrune ├── lcid@1.0.0
176 silly idealTree:prePrune ├── libbase64@0.1.0
176 silly idealTree:prePrune ├── libmime@2.1.0
176 silly idealTree:prePrune ├── libqp@1.1.0
176 silly idealTree:prePrune ├── load-json-file@1.1.0
176 silly idealTree:prePrune ├── lodash.assign@4.2.0
176 silly idealTree:prePrune ├── lodash.clonedeep@4.5.0
176 silly idealTree:prePrune ├── lodash@4.17.4
176 silly idealTree:prePrune ├── loud-rejection@1.6.0
176 silly idealTree:prePrune ├── lru-cache@4.1.1
176 silly idealTree:prePrune ├── mailcomposer@3.12.0
176 silly idealTree:prePrune ├── map-obj@1.0.1
176 silly idealTree:prePrune ├── md5-file@3.2.2
176 silly idealTree:prePrune ├── media-typer@0.3.0
176 silly idealTree:prePrune ├─┬ meow@3.7.0
176 silly idealTree:prePrune │ └── minimist@1.2.0
176 silly idealTree:prePrune ├── merge-descriptors@1.0.1
176 silly idealTree:prePrune ├── methods@1.1.2
176 silly idealTree:prePrune ├── mime-db@1.27.0
176 silly idealTree:prePrune ├── mime-types@2.1.15
176 silly idealTree:prePrune ├── mime@1.3.4
176 silly idealTree:prePrune ├── minimatch@3.0.4
176 silly idealTree:prePrune ├── minimist@0.0.8
176 silly idealTree:prePrune ├── mkdirp@0.5.1
176 silly idealTree:prePrune ├── mongodb-core@2.1.11
176 silly idealTree:prePrune ├── mongodb@2.2.27
176 silly idealTree:prePrune ├─┬ mongoose@4.10.5
176 silly idealTree:prePrune │ └── ms@2.0.0
176 silly idealTree:prePrune ├── morgan@1.7.0
176 silly idealTree:prePrune ├── mpath@0.3.0
176 silly idealTree:prePrune ├── mpromise@0.5.5
176 silly idealTree:prePrune ├─┬ mquery@2.3.1
176 silly idealTree:prePrune │ ├── debug@2.6.8
176 silly idealTree:prePrune │ ├── ms@2.0.0
176 silly idealTree:prePrune │ └── sliced@0.0.5
176 silly idealTree:prePrune ├── ms@0.7.1
176 silly idealTree:prePrune ├─┬ multer@1.3.0
176 silly idealTree:prePrune │ └── object-assign@3.0.0
176 silly idealTree:prePrune ├── muri@1.2.1
176 silly idealTree:prePrune ├── nan@2.6.2
176 silly idealTree:prePrune ├── negotiator@0.6.1
176 silly idealTree:prePrune ├─┬ node-avro-io@0.3.3
176 silly idealTree:prePrune │ └── lodash@2.4.2
176 silly idealTree:prePrune ├── node-env-flag@0.1.0
176 silly idealTree:prePrune ├── node-gyp@3.6.2
176 silly idealTree:prePrune ├── node-sass-middleware@0.9.8
176 silly idealTree:prePrune ├── node-sass@3.13.1
176 silly idealTree:prePrune ├── nodemailer-direct-transport@3.3.2
176 silly idealTree:prePrune ├── nodemailer-fetch@1.6.0
176 silly idealTree:prePrune ├── nodemailer-shared@1.1.0
176 silly idealTree:prePrune ├── nodemailer-smtp-pool@2.8.2
176 silly idealTree:prePrune ├── nodemailer-smtp-transport@2.7.2
176 silly idealTree:prePrune ├── nodemailer-wellknown@0.1.10
176 silly idealTree:prePrune ├── nodemailer@2.6.0
176 silly idealTree:prePrune ├── nopt@3.0.6
176 silly idealTree:prePrune ├── normalize-package-data@2.3.8
176 silly idealTree:prePrune ├── npmlog@4.1.0
176 silly idealTree:prePrune ├── number-is-nan@1.0.1
176 silly idealTree:prePrune ├── oauth-sign@0.8.2
176 silly idealTree:prePrune ├── oauth@0.9.15
176 silly idealTree:prePrune ├── object-assign@4.1.1
176 silly idealTree:prePrune ├── on-finished@2.3.0
176 silly idealTree:prePrune ├── on-headers@1.0.1
176 silly idealTree:prePrune ├── once@1.4.0
176 silly idealTree:prePrune ├── os-homedir@1.0.2
176 silly idealTree:prePrune ├── os-locale@1.4.0
176 silly idealTree:prePrune ├── os-tmpdir@1.0.2
176 silly idealTree:prePrune ├── osenv@0.1.4
176 silly idealTree:prePrune ├── parse-json@2.2.0
176 silly idealTree:prePrune ├── parseurl@1.3.1
176 silly idealTree:prePrune ├── passport-google-oauth@1.0.0
176 silly idealTree:prePrune ├── passport-google-oauth1@1.0.0
176 silly idealTree:prePrune ├── passport-google-oauth20@1.0.0
176 silly idealTree:prePrune ├── passport-oauth1@1.1.0
176 silly idealTree:prePrune ├── passport-oauth2@1.4.0
176 silly idealTree:prePrune ├── passport-strategy@1.0.0
176 silly idealTree:prePrune ├── passport@0.3.2
176 silly idealTree:prePrune ├── path-exists@2.1.0
176 silly idealTree:prePrune ├── path-is-absolute@1.0.1
176 silly idealTree:prePrune ├── path-to-regexp@0.1.7
176 silly idealTree:prePrune ├── path-type@1.1.0
176 silly idealTree:prePrune ├── pathval@1.1.0
176 silly idealTree:prePrune ├── pause@0.0.1
176 silly idealTree:prePrune ├── performance-now@0.2.0
176 silly idealTree:prePrune ├── pify@2.3.0
176 silly idealTree:prePrune ├── pinkie-promise@2.0.1
176 silly idealTree:prePrune ├── pinkie@2.0.4
176 silly idealTree:prePrune ├─┬ pn-dagre-d3@0.4.19
176 silly idealTree:prePrune │ └── lodash@3.10.1
176 silly idealTree:prePrune ├── process-nextick-args@1.0.7
176 silly idealTree:prePrune ├── proxy-addr@1.1.4
176 silly idealTree:prePrune ├── pseudomap@1.0.2
176 silly idealTree:prePrune ├── punycode@1.4.1
176 silly idealTree:prePrune ├── qs@6.2.0
176 silly idealTree:prePrune ├── random-bytes@1.0.0
176 silly idealTree:prePrune ├── range-parser@1.2.0
176 silly idealTree:prePrune ├── raw-body@2.1.7
176 silly idealTree:prePrune ├── read-pkg-up@1.0.1
176 silly idealTree:prePrune ├── read-pkg@1.1.0
176 silly idealTree:prePrune ├── readable-stream@2.2.7
176 silly idealTree:prePrune ├── redent@1.0.0
176 silly idealTree:prePrune ├── regexp-clone@0.0.1
176 silly idealTree:prePrune ├── repeating@2.0.1
176 silly idealTree:prePrune ├─┬ request@2.81.0
176 silly idealTree:prePrune │ └── qs@6.4.0
176 silly idealTree:prePrune ├── require_optional@1.0.0
176 silly idealTree:prePrune ├── require-directory@2.1.1
176 silly idealTree:prePrune ├── require-main-filename@1.0.1
176 silly idealTree:prePrune ├── resolve-from@2.0.0
176 silly idealTree:prePrune ├── rimraf@2.6.1
176 silly idealTree:prePrune ├── safe-buffer@5.0.1
176 silly idealTree:prePrune ├── sass-graph@2.2.4
176 silly idealTree:prePrune ├── scss-tokenizer@0.2.3
176 silly idealTree:prePrune ├── semver@5.3.0
176 silly idealTree:prePrune ├─┬ send@0.14.2
176 silly idealTree:prePrune │ └── ms@0.7.2
176 silly idealTree:prePrune ├─┬ serve-favicon@2.3.2
176 silly idealTree:prePrune │ └── ms@0.7.2
176 silly idealTree:prePrune ├── serve-static@1.11.2
176 silly idealTree:prePrune ├── set-blocking@2.0.0
176 silly idealTree:prePrune ├── setprototypeof@1.0.2
176 silly idealTree:prePrune ├── signal-exit@3.0.2
176 silly idealTree:prePrune ├── sliced@1.0.1
176 silly idealTree:prePrune ├── smart-buffer@1.1.15
176 silly idealTree:prePrune ├── smtp-connection@2.12.0
176 silly idealTree:prePrune ├─┬ snappy@2.1.3
176 silly idealTree:prePrune │ └── nan@1.0.0
176 silly idealTree:prePrune ├── sntp@1.0.9
176 silly idealTree:prePrune ├── socks@1.1.9
176 silly idealTree:prePrune ├── source-map@0.4.4
176 silly idealTree:prePrune ├── spdx-correct@1.0.2
176 silly idealTree:prePrune ├── spdx-expression-parse@1.0.4
176 silly idealTree:prePrune ├── spdx-license-ids@1.2.2
176 silly idealTree:prePrune ├─┬ sshpk@1.13.1
176 silly idealTree:prePrune │ └── assert-plus@1.0.0
176 silly idealTree:prePrune ├── statuses@1.3.1
176 silly idealTree:prePrune ├── streamsearch@0.1.2
176 silly idealTree:prePrune ├── string_decoder@1.0.2
176 silly idealTree:prePrune ├── string-width@1.0.2
176 silly idealTree:prePrune ├── stringstream@0.0.5
176 silly idealTree:prePrune ├── strip-ansi@3.0.1
176 silly idealTree:prePrune ├── strip-bom@2.0.0
176 silly idealTree:prePrune ├── strip-indent@1.0.1
176 silly idealTree:prePrune ├── supports-color@2.0.0
176 silly idealTree:prePrune ├── tar@2.2.1
176 silly idealTree:prePrune ├── tough-cookie@2.3.2
176 silly idealTree:prePrune ├── trim-newlines@1.0.0
176 silly idealTree:prePrune ├── tunnel-agent@0.6.0
176 silly idealTree:prePrune ├── tweetnacl@0.14.5
176 silly idealTree:prePrune ├── type-detect@4.0.3
176 silly idealTree:prePrune ├── type-is@1.6.15
176 silly idealTree:prePrune ├── typedarray@0.0.6
176 silly idealTree:prePrune ├── uid-safe@2.1.4
176 silly idealTree:prePrune ├── uid2@0.0.3
176 silly idealTree:prePrune ├── underscore@1.7.0
176 silly idealTree:prePrune ├── unpipe@1.0.0
176 silly idealTree:prePrune ├── util-deprecate@1.0.2
176 silly idealTree:prePrune ├── utils-merge@1.0.0
176 silly idealTree:prePrune ├── uuid@3.0.1
176 silly idealTree:prePrune ├── validate-npm-package-license@3.0.1
176 silly idealTree:prePrune ├── vary@1.1.1
176 silly idealTree:prePrune ├── verror@1.3.6
176 silly idealTree:prePrune ├── which-module@1.0.0
176 silly idealTree:prePrune ├── which@1.2.14
176 silly idealTree:prePrune ├── wide-align@1.1.2
176 silly idealTree:prePrune ├── wrap-ansi@2.1.0
176 silly idealTree:prePrune ├── wrappy@1.0.2
176 silly idealTree:prePrune ├── xtend@4.0.1
176 silly idealTree:prePrune ├── y18n@3.2.1
176 silly idealTree:prePrune ├── yallist@2.1.2
176 silly idealTree:prePrune ├─┬ yargs-parser@5.0.0
176 silly idealTree:prePrune │ └── camelcase@3.0.0
176 silly idealTree:prePrune └─┬ yargs@7.1.0
176 silly idealTree:prePrune └── camelcase@3.0.0
177 silly loadIdealTree Finishing
178 silly currentTree production@1.0.0
178 silly currentTree ├── abbrev@1.1.0
178 silly currentTree ├── accepts@1.3.3
178 silly currentTree ├── addressparser@1.0.1
178 silly currentTree ├── ajv@4.11.8
178 silly currentTree ├── amdefine@1.0.1
178 silly currentTree ├── ansi-regex@2.1.1
178 silly currentTree ├── ansi-styles@2.2.1
178 silly currentTree ├── append-field@0.1.0
178 silly currentTree ├── aproba@1.1.2
178 silly currentTree ├── are-we-there-yet@1.1.4
178 silly currentTree ├── array-find-index@1.0.2
178 silly currentTree ├── array-flatten@1.1.1
178 silly currentTree ├── asn1@0.2.3
178 silly currentTree ├── assert-plus@0.2.0
178 silly currentTree ├── assertion-error@1.0.2
178 silly currentTree ├── async-foreach@0.1.3
178 silly currentTree ├── async@2.1.4
178 silly currentTree ├── asynckit@0.4.0
178 silly currentTree ├─┬ authorization@1.1.0
178 silly currentTree │ ├── ajv@4.11.8
178 silly currentTree │ ├── asn1@0.2.3
178 silly currentTree │ ├── assert-plus@0.2.0
178 silly currentTree │ ├── assertion-error@1.0.2
178 silly currentTree │ ├── async@2.1.4
178 silly currentTree │ ├── asynckit@0.4.0
178 silly currentTree │ ├── aws-sign2@0.6.0
178 silly currentTree │ ├── aws4@1.6.0
178 silly currentTree │ ├── bcrypt-nodejs@0.0.3
178 silly currentTree │ ├── bcrypt-pbkdf@1.0.1
178 silly currentTree │ ├── bluebird@2.10.2
178 silly currentTree │ ├── boom@2.10.1
178 silly currentTree │ ├── bson@1.0.4
178 silly currentTree │ ├── buffer-shims@1.0.0
178 silly currentTree │ ├── caseless@0.12.0
178 silly currentTree │ ├── chai@4.0.2
178 silly currentTree │ ├── check-error@1.0.2
178 silly currentTree │ ├── co@4.6.0
178 silly currentTree │ ├── combined-stream@1.0.5
178 silly currentTree │ ├── connect-redis@3.3.0
178 silly currentTree │ ├── consul@0.27.0
178 silly currentTree │ ├── core-util-is@1.0.2
178 silly currentTree │ ├── cryptiles@2.0.5
178 silly currentTree │ ├─┬ dashdash@1.14.1
178 silly currentTree │ │ └── assert-plus@1.0.0
178 silly currentTree │ ├── debug@2.6.8
178 silly currentTree │ ├─┬ deep-eql@2.0.2
178 silly currentTree │ │ └── type-detect@3.0.0
178 silly currentTree │ ├── delayed-stream@1.0.0
178 silly currentTree │ ├── double-ended-queue@2.1.0-0
178 silly currentTree │ ├── ecc-jsbn@0.1.1
178 silly currentTree │ ├── es6-promise@3.2.1
178 silly currentTree │ ├── extend@3.0.1
178 silly currentTree │ ├── extsprintf@1.0.2
178 silly currentTree │ ├── forever-agent@0.6.1
178 silly currentTree │ ├── form-data@2.1.4
178 silly currentTree │ ├── get-func-name@2.0.0
178 silly currentTree │ ├─┬ getpass@0.1.7
178 silly currentTree │ │ └── assert-plus@1.0.0
178 silly currentTree │ ├── har-schema@1.0.5
178 silly currentTree │ ├── har-validator@4.2.1
178 silly currentTree │ ├── hawk@3.1.3
178 silly currentTree │ ├── hoek@2.16.3
178 silly currentTree │ ├── hooks-fixed@2.0.0
178 silly currentTree │ ├── http-signature@1.1.1
178 silly currentTree │ ├── inherits@2.0.3
178 silly currentTree │ ├── is-typedarray@1.0.0
178 silly currentTree │ ├── isarray@1.0.0
178 silly currentTree │ ├── isstream@0.1.2
178 silly currentTree │ ├── jsbn@0.1.1
178 silly currentTree │ ├── json-schema@0.2.3
178 silly currentTree │ ├── json-stable-stringify@1.0.1
178 silly currentTree │ ├── json-stringify-safe@5.0.1
178 silly currentTree │ ├── jsonify@0.0.0
178 silly currentTree │ ├─┬ jsprim@1.4.0
178 silly currentTree │ │ └── assert-plus@1.0.0
178 silly currentTree │ ├── jwt-simple@0.5.1
178 silly currentTree │ ├── kareem@1.4.1
178 silly currentTree │ ├── lodash@4.17.4
178 silly currentTree │ ├── mime-db@1.27.0
178 silly currentTree │ ├── mime-types@2.1.15
178 silly currentTree │ ├── moment@2.18.1
178 silly currentTree │ ├── mongodb-core@2.1.11
178 silly currentTree │ ├── mongodb@2.2.27
178 silly currentTree │ ├── mongoose@4.10.6
178 silly currentTree │ ├── mpath@0.3.0
178 silly currentTree │ ├── mpromise@0.5.5
178 silly currentTree │ ├─┬ mquery@2.3.1
178 silly currentTree │ │ └── sliced@0.0.5
178 silly currentTree │ ├── ms@2.0.0
178 silly currentTree │ ├── muri@1.2.1
178 silly currentTree │ ├── node-env-flag@0.1.0
178 silly currentTree │ ├── oauth-sign@0.8.2
178 silly currentTree │ ├── oauth@0.9.15
178 silly currentTree │ ├── papi@0.27.0
178 silly currentTree │ ├── passport-google-oauth@1.0.0
178 silly currentTree │ ├── passport-google-oauth1@1.0.0
178 silly currentTree │ ├── passport-google-oauth20@1.0.0
178 silly currentTree │ ├── passport-oauth1@1.1.0
178 silly currentTree │ ├── passport-oauth2-middleware@1.0.2
178 silly currentTree │ ├── passport-oauth2-refresh@1.0.0
178 silly currentTree │ ├── passport-oauth2@1.4.0
178 silly currentTree │ ├── passport-strategy@1.0.0
178 silly currentTree │ ├── passport@0.3.2
178 silly currentTree │ ├── pathval@1.1.0
178 silly currentTree │ ├── pause@0.0.1
178 silly currentTree │ ├── performance-now@0.2.0
178 silly currentTree │ ├── process-nextick-args@1.0.7
178 silly currentTree │ ├── punycode@1.4.1
178 silly currentTree │ ├── qs@6.4.0
178 silly currentTree │ ├── querystring@0.2.0
178 silly currentTree │ ├── readable-stream@2.2.7
178 silly currentTree │ ├── redis-commands@1.3.1
178 silly currentTree │ ├── redis-parser@2.6.0
178 silly currentTree │ ├── redis@2.7.1
178 silly currentTree │ ├── regexp-clone@0.0.1
178 silly currentTree │ ├── request@2.81.0
178 silly currentTree │ ├── require_optional@1.0.1
178 silly currentTree │ ├── resolve-from@2.0.0
178 silly currentTree │ ├── safe-buffer@5.0.1
178 silly currentTree │ ├── semver@5.3.0
178 silly currentTree │ ├── sliced@1.0.1
178 silly currentTree │ ├── sntp@1.0.9
178 silly currentTree │ ├─┬ sshpk@1.13.1
178 silly currentTree │ │ └── assert-plus@1.0.0
178 silly currentTree │ ├── string_decoder@1.0.2
178 silly currentTree │ ├── stringstream@0.0.5
178 silly currentTree │ ├── tough-cookie@2.3.2
178 silly currentTree │ ├── tunnel-agent@0.6.0
178 silly currentTree │ ├── tweetnacl@0.14.5
178 silly currentTree │ ├── type-detect@4.0.3
178 silly currentTree │ ├── uid2@0.0.3
178 silly currentTree │ ├── util-deprecate@1.0.2
178 silly currentTree │ ├── utils-merge@1.0.0
178 silly currentTree │ ├── uuid@3.0.1
178 silly currentTree │ └── verror@1.3.6
178 silly currentTree ├── aws-sign2@0.6.0
178 silly currentTree ├── aws4@1.6.0
178 silly currentTree ├── balanced-match@1.0.0
178 silly currentTree ├── basic-auth@1.0.4
178 silly currentTree ├── bcrypt-nodejs@0.0.3
178 silly currentTree ├── bcrypt-pbkdf@1.0.1
178 silly currentTree ├── bindings@1.1.1
178 silly currentTree ├── block-stream@0.0.9
178 silly currentTree ├── bluebird@2.10.2
178 silly currentTree ├── body-parser@1.15.2
178 silly currentTree ├── boom@2.10.1
178 silly currentTree ├── brace-expansion@1.1.8
178 silly currentTree ├── bson@1.0.4
178 silly currentTree ├── buffer-alloc-unsafe@0.1.1
178 silly currentTree ├── buffer-alloc@1.1.0
178 silly currentTree ├── buffer-crc32@0.2.13
178 silly currentTree ├── buffer-fill@0.1.0
178 silly currentTree ├── buffer-shims@1.0.0
178 silly currentTree ├── buildmail@3.10.0
178 silly currentTree ├── builtin-modules@1.1.1
178 silly currentTree ├─┬ busboy@0.2.14
178 silly currentTree │ ├── isarray@0.0.1
178 silly currentTree │ ├── readable-stream@1.1.14
178 silly currentTree │ └── string_decoder@0.10.31
178 silly currentTree ├── bytes@2.4.0
178 silly currentTree ├── c3@0.4.13
178 silly currentTree ├── camelcase-keys@2.1.0
178 silly currentTree ├── camelcase@2.1.1
178 silly currentTree ├── caseless@0.12.0
178 silly currentTree ├── chai@4.0.2
178 silly currentTree ├── chalk@1.1.3
178 silly currentTree ├── check-error@1.0.2
178 silly currentTree ├── cliui@3.2.0
178 silly currentTree ├── co@4.6.0
178 silly currentTree ├── code-point-at@1.1.0
178 silly currentTree ├── combined-stream@1.0.5
178 silly currentTree ├── concat-map@0.0.1
178 silly currentTree ├── concat-stream@1.6.0
178 silly currentTree ├── console-control-strings@1.1.0
178 silly currentTree ├── content-disposition@0.5.2
178 silly currentTree ├── content-type@1.0.2
178 silly currentTree ├── cookie-parser@1.4.3
178 silly currentTree ├── cookie-signature@1.0.6
178 silly currentTree ├── cookie@0.3.1
178 silly currentTree ├── core-util-is@1.0.2
178 silly currentTree ├── crc@3.4.4
178 silly currentTree ├── cross-spawn@3.0.1
178 silly currentTree ├── cryptiles@2.0.5
178 silly currentTree ├── currently-unhandled@0.4.1
178 silly currentTree ├── d3@3.5.17
178 silly currentTree ├─┬ dagre@0.7.4
178 silly currentTree │ └── lodash@3.10.1
178 silly currentTree ├─┬ dashdash@1.14.1
178 silly currentTree │ └── assert-plus@1.0.0
178 silly currentTree ├── datatables@1.10.13
178 silly currentTree ├── debug@2.2.0
178 silly currentTree ├── decamelize@1.2.0
178 silly currentTree ├─┬ deep-eql@2.0.2
178 silly currentTree │ └── type-detect@3.0.0
178 silly currentTree ├── delayed-stream@1.0.0
178 silly currentTree ├── delegates@1.0.0
178 silly currentTree ├── depd@1.1.0
178 silly currentTree ├── destroy@1.0.4
178 silly currentTree ├─┬ dicer@0.2.5
178 silly currentTree │ ├── isarray@0.0.1
178 silly currentTree │ ├── readable-stream@1.1.14
178 silly currentTree │ └── string_decoder@0.10.31
178 silly currentTree ├── ecc-jsbn@0.1.1
178 silly currentTree ├── ee-first@1.1.1
178 silly currentTree ├── ejs@2.5.6
178 silly currentTree ├── encodeurl@1.0.1
178 silly currentTree ├── error-ex@1.3.1
178 silly currentTree ├── es6-promise@3.2.1
178 silly currentTree ├── escape-html@1.0.3
178 silly currentTree ├── escape-string-regexp@1.0.5
178 silly currentTree ├── etag@1.7.0
178 silly currentTree ├── events@1.1.1
178 silly currentTree ├─┬ express-session@1.15.3
178 silly currentTree │ ├── debug@2.6.7
178 silly currentTree │ └── ms@2.0.0
178 silly currentTree ├── express@4.14.1
178 silly currentTree ├── extend@3.0.1
178 silly currentTree ├── extsprintf@1.0.2
178 silly currentTree ├── finalhandler@0.5.1
178 silly currentTree ├── find-up@1.1.2
178 silly currentTree ├── forever-agent@0.6.1
178 silly currentTree ├── form-data@2.1.4
178 silly currentTree ├── formidable@1.1.1
178 silly currentTree ├── forwarded@0.1.0
178 silly currentTree ├── fresh@0.3.0
178 silly currentTree ├── fs.realpath@1.0.0
178 silly currentTree ├── fstream@1.0.11
178 silly currentTree ├── gauge@2.7.4
178 silly currentTree ├── gaze@1.1.2
178 silly currentTree ├── get-caller-file@1.0.2
178 silly currentTree ├── get-func-name@2.0.0
178 silly currentTree ├── get-stdin@4.0.1
178 silly currentTree ├─┬ getpass@0.1.7
178 silly currentTree │ └── assert-plus@1.0.0
178 silly currentTree ├── glob@7.1.2
178 silly currentTree ├── globule@1.2.0
178 silly currentTree ├── graceful-fs@4.1.11
178 silly currentTree ├─┬ graphlib@1.0.7
178 silly currentTree │ └── lodash@3.10.1
178 silly currentTree ├── har-schema@1.0.5
178 silly currentTree ├── har-validator@4.2.1
178 silly currentTree ├── has-ansi@2.0.0
178 silly currentTree ├── has-unicode@2.0.1
178 silly currentTree ├── hawk@3.1.3
178 silly currentTree ├── hoek@2.16.3
178 silly currentTree ├── hooks-fixed@2.0.0
178 silly currentTree ├── hosted-git-info@2.4.2
178 silly currentTree ├── http-errors@1.5.1
178 silly currentTree ├── http-signature@1.1.1
178 silly currentTree ├── httpntlm@1.6.1
178 silly currentTree ├── httpreq@0.4.24
178 silly currentTree ├── iconv-lite@0.4.13
178 silly currentTree ├── in-publish@2.0.0
178 silly currentTree ├── indent-string@2.1.0
178 silly currentTree ├── inflight@1.0.6
178 silly currentTree ├── inherits@2.0.3
178 silly currentTree ├── invert-kv@1.0.0
178 silly currentTree ├── ip@1.1.5
178 silly currentTree ├── ipaddr.js@1.3.0
178 silly currentTree ├── is-arrayish@0.2.1
178 silly currentTree ├── is-builtin-module@1.0.0
178 silly currentTree ├── is-finite@1.0.2
178 silly currentTree ├── is-fullwidth-code-point@1.0.0
178 silly currentTree ├── is-typedarray@1.0.0
178 silly currentTree ├── is-utf8@0.2.1
178 silly currentTree ├── isarray@1.0.0
178 silly currentTree ├── isexe@2.0.0
178 silly currentTree ├── isstream@0.1.2
178 silly currentTree ├── jquery@3.2.1
178 silly currentTree ├── js-base64@2.1.9
178 silly currentTree ├── jsbn@0.1.1
178 silly currentTree ├── json-schema@0.2.3
178 silly currentTree ├── json-stable-stringify@1.0.1
178 silly currentTree ├── json-stringify-safe@5.0.1
178 silly currentTree ├── jsonify@0.0.0
178 silly currentTree ├─┬ jsprim@1.4.0
178 silly currentTree │ └── assert-plus@1.0.0
178 silly currentTree ├── kareem@1.4.1
178 silly currentTree ├── lcid@1.0.0
178 silly currentTree ├── libbase64@0.1.0
178 silly currentTree ├── libmime@2.1.0
178 silly currentTree ├── libqp@1.1.0
178 silly currentTree ├── load-json-file@1.1.0
178 silly currentTree ├── lodash.assign@4.2.0
178 silly currentTree ├── lodash.clonedeep@4.5.0
178 silly currentTree ├── lodash@4.17.4
178 silly currentTree ├── loud-rejection@1.6.0
178 silly currentTree ├── lru-cache@4.1.1
178 silly currentTree ├── mailcomposer@3.12.0
178 silly currentTree ├── map-obj@1.0.1
178 silly currentTree ├── md5-file@3.2.2
178 silly currentTree ├── media-typer@0.3.0
178 silly currentTree ├─┬ meow@3.7.0
178 silly currentTree │ └── minimist@1.2.0
178 silly currentTree ├── merge-descriptors@1.0.1
178 silly currentTree ├── methods@1.1.2
178 silly currentTree ├── mime-db@1.27.0
178 silly currentTree ├── mime-types@2.1.15
178 silly currentTree ├── mime@1.3.4
178 silly currentTree ├── minimatch@3.0.4
178 silly currentTree ├── minimist@0.0.8
178 silly currentTree ├── mkdirp@0.5.1
178 silly currentTree ├── mongodb-core@2.1.11
178 silly currentTree ├── mongodb@2.2.27
178 silly currentTree ├─┬ mongoose@4.10.5
178 silly currentTree │ └── ms@2.0.0
178 silly currentTree ├── morgan@1.7.0
178 silly currentTree ├── mpath@0.3.0
178 silly currentTree ├── mpromise@0.5.5
178 silly currentTree ├─┬ mquery@2.3.1
178 silly currentTree │ ├── debug@2.6.8
178 silly currentTree │ ├── ms@2.0.0
178 silly currentTree │ └── sliced@0.0.5
178 silly currentTree ├── ms@0.7.1
178 silly currentTree ├─┬ multer@1.3.0
178 silly currentTree │ └── object-assign@3.0.0
178 silly currentTree ├── muri@1.2.1
178 silly currentTree ├── nan@2.6.2
178 silly currentTree ├── negotiator@0.6.1
178 silly currentTree ├── node-env-flag@0.1.0
178 silly currentTree ├── node-gyp@3.6.2
178 silly currentTree ├── node-sass-middleware@0.9.8
178 silly currentTree ├── node-sass@3.13.1
178 silly currentTree ├── nodemailer-direct-transport@3.3.2
178 silly currentTree ├── nodemailer-fetch@1.6.0
178 silly currentTree ├── nodemailer-shared@1.1.0
178 silly currentTree ├── nodemailer-smtp-pool@2.8.2
178 silly currentTree ├── nodemailer-smtp-transport@2.7.2
178 silly currentTree ├── nodemailer-wellknown@0.1.10
178 silly currentTree ├── nodemailer@2.6.0
178 silly currentTree ├── nopt@3.0.6
178 silly currentTree ├── normalize-package-data@2.3.8
178 silly currentTree ├── npmlog@4.1.0
178 silly currentTree ├── number-is-nan@1.0.1
178 silly currentTree ├── oauth-sign@0.8.2
178 silly currentTree ├── oauth@0.9.15
178 silly currentTree ├── object-assign@4.1.1
178 silly currentTree ├── on-finished@2.3.0
178 silly currentTree ├── on-headers@1.0.1
178 silly currentTree ├── once@1.4.0
178 silly currentTree ├── os-homedir@1.0.2
178 silly currentTree ├── os-locale@1.4.0
178 silly currentTree ├── os-tmpdir@1.0.2
178 silly currentTree ├── osenv@0.1.4
178 silly currentTree ├── parse-json@2.2.0
178 silly currentTree ├── parseurl@1.3.1
178 silly currentTree ├── passport-google-oauth@1.0.0
178 silly currentTree ├── passport-google-oauth1@1.0.0
178 silly currentTree ├── passport-google-oauth20@1.0.0
178 silly currentTree ├── passport-oauth1@1.1.0
178 silly currentTree ├── passport-oauth2@1.4.0
178 silly currentTree ├── passport-strategy@1.0.0
178 silly currentTree ├── passport@0.3.2
178 silly currentTree ├── path-exists@2.1.0
178 silly currentTree ├── path-is-absolute@1.0.1
178 silly currentTree ├── path-to-regexp@0.1.7
178 silly currentTree ├── path-type@1.1.0
178 silly currentTree ├── pathval@1.1.0
178 silly currentTree ├── pause@0.0.1
178 silly currentTree ├── performance-now@0.2.0
178 silly currentTree ├── pify@2.3.0
178 silly currentTree ├── pinkie-promise@2.0.1
178 silly currentTree ├── pinkie@2.0.4
178 silly currentTree ├─┬ pn-dagre-d3@0.4.19
178 silly currentTree │ └── lodash@3.10.1
178 silly currentTree ├── process-nextick-args@1.0.7
178 silly currentTree ├── proxy-addr@1.1.4
178 silly currentTree ├── pseudomap@1.0.2
178 silly currentTree ├── punycode@1.4.1
178 silly currentTree ├── qs@6.2.0
178 silly currentTree ├── random-bytes@1.0.0
178 silly currentTree ├── range-parser@1.2.0
178 silly currentTree ├── raw-body@2.1.7
178 silly currentTree ├── read-pkg-up@1.0.1
178 silly currentTree ├── read-pkg@1.1.0
178 silly currentTree ├── readable-stream@2.2.7
178 silly currentTree ├── redent@1.0.0
178 silly currentTree ├── regexp-clone@0.0.1
178 silly currentTree ├── repeating@2.0.1
178 silly currentTree ├─┬ request@2.81.0
178 silly currentTree │ └── qs@6.4.0
178 silly currentTree ├── require_optional@1.0.0
178 silly currentTree ├── require-directory@2.1.1
178 silly currentTree ├── require-main-filename@1.0.1
178 silly currentTree ├── resolve-from@2.0.0
178 silly currentTree ├── rimraf@2.6.1
178 silly currentTree ├── safe-buffer@5.0.1
178 silly currentTree ├── sass-graph@2.2.4
178 silly currentTree ├── scss-tokenizer@0.2.3
178 silly currentTree ├── semver@5.3.0
178 silly currentTree ├─┬ send@0.14.2
178 silly currentTree │ └── ms@0.7.2
178 silly currentTree ├─┬ serve-favicon@2.3.2
178 silly currentTree │ └── ms@0.7.2
178 silly currentTree ├── serve-static@1.11.2
178 silly currentTree ├── set-blocking@2.0.0
178 silly currentTree ├── setprototypeof@1.0.2
178 silly currentTree ├── signal-exit@3.0.2
178 silly currentTree ├── sliced@1.0.1
178 silly currentTree ├── smart-buffer@1.1.15
178 silly currentTree ├── smtp-connection@2.12.0
178 silly currentTree ├─┬ snappy@2.1.3
178 silly currentTree │ └── nan@1.0.0
178 silly currentTree ├── sntp@1.0.9
178 silly currentTree ├── socks@1.1.9
178 silly currentTree ├── source-map@0.4.4
178 silly currentTree ├── spdx-correct@1.0.2
178 silly currentTree ├── spdx-expression-parse@1.0.4
178 silly currentTree ├── spdx-license-ids@1.2.2
178 silly currentTree ├─┬ sshpk@1.13.1
178 silly currentTree │ └── assert-plus@1.0.0
178 silly currentTree ├── statuses@1.3.1
178 silly currentTree ├── streamsearch@0.1.2
178 silly currentTree ├── string_decoder@1.0.2
178 silly currentTree ├── string-width@1.0.2
178 silly currentTree ├── stringstream@0.0.5
178 silly currentTree ├── strip-ansi@3.0.1
178 silly currentTree ├── strip-bom@2.0.0
178 silly currentTree ├── strip-indent@1.0.1
178 silly currentTree ├── supports-color@2.0.0
178 silly currentTree ├── tar@2.2.1
178 silly currentTree ├── tough-cookie@2.3.2
178 silly currentTree ├── trim-newlines@1.0.0
178 silly currentTree ├── tunnel-agent@0.6.0
178 silly currentTree ├── tweetnacl@0.14.5
178 silly currentTree ├── type-detect@4.0.3
178 silly currentTree ├── type-is@1.6.15
178 silly currentTree ├── typedarray@0.0.6
178 silly currentTree ├── uid-safe@2.1.4
178 silly currentTree ├── uid2@0.0.3
178 silly currentTree ├── underscore@1.7.0
178 silly currentTree ├── unpipe@1.0.0
178 silly currentTree ├── util-deprecate@1.0.2
178 silly currentTree ├── utils-merge@1.0.0
178 silly currentTree ├── uuid@3.0.1
178 silly currentTree ├── validate-npm-package-license@3.0.1
178 silly currentTree ├── vary@1.1.1
178 silly currentTree ├── verror@1.3.6
178 silly currentTree ├── which-module@1.0.0
178 silly currentTree ├── which@1.2.14
178 silly currentTree ├── wide-align@1.1.2
178 silly currentTree ├── wrap-ansi@2.1.0
178 silly currentTree ├── wrappy@1.0.2
178 silly currentTree ├── xtend@4.0.1
178 silly currentTree ├── y18n@3.2.1
178 silly currentTree ├── yallist@2.1.2
178 silly currentTree ├─┬ yargs-parser@5.0.0
178 silly currentTree │ └── camelcase@3.0.0
178 silly currentTree └─┬ yargs@7.1.0
178 silly currentTree └── camelcase@3.0.0
179 silly idealTree production@1.0.0
179 silly idealTree ├── abbrev@1.1.0
179 silly idealTree ├── accepts@1.3.3
179 silly idealTree ├── addressparser@1.0.1
179 silly idealTree ├── ajv@4.11.8
179 silly idealTree ├── amdefine@1.0.1
179 silly idealTree ├── ansi-regex@2.1.1
179 silly idealTree ├── ansi-styles@2.2.1
179 silly idealTree ├── append-field@0.1.0
179 silly idealTree ├── aproba@1.1.2
179 silly idealTree ├── are-we-there-yet@1.1.4
179 silly idealTree ├── array-find-index@1.0.2
179 silly idealTree ├── array-flatten@1.1.1
179 silly idealTree ├── asn1@0.2.3
179 silly idealTree ├── assert-plus@0.2.0
179 silly idealTree ├── assertion-error@1.0.2
179 silly idealTree ├── async-foreach@0.1.3
179 silly idealTree ├── async@2.1.4
179 silly idealTree ├── asynckit@0.4.0
179 silly idealTree ├─┬ authorization@1.1.0
179 silly idealTree │ ├── ajv@4.11.8
179 silly idealTree │ ├── asn1@0.2.3
179 silly idealTree │ ├── assert-plus@0.2.0
179 silly idealTree │ ├── assertion-error@1.0.2
179 silly idealTree │ ├── async@2.1.4
179 silly idealTree │ ├── asynckit@0.4.0
179 silly idealTree │ ├── aws-sign2@0.6.0
179 silly idealTree │ ├── aws4@1.6.0
179 silly idealTree │ ├── bcrypt-nodejs@0.0.3
179 silly idealTree │ ├── bcrypt-pbkdf@1.0.1
179 silly idealTree │ ├── bluebird@2.10.2
179 silly idealTree │ ├── boom@2.10.1
179 silly idealTree │ ├── bson@1.0.4
179 silly idealTree │ ├── buffer-shims@1.0.0
179 silly idealTree │ ├── caseless@0.12.0
179 silly idealTree │ ├── chai@4.0.2
179 silly idealTree │ ├── check-error@1.0.2
179 silly idealTree │ ├── co@4.6.0
179 silly idealTree │ ├── combined-stream@1.0.5
179 silly idealTree │ ├── connect-redis@3.3.0
179 silly idealTree │ ├── consul@0.27.0
179 silly idealTree │ ├── core-util-is@1.0.2
179 silly idealTree │ ├── cryptiles@2.0.5
179 silly idealTree │ ├─┬ dashdash@1.14.1
179 silly idealTree │ │ └── assert-plus@1.0.0
179 silly idealTree │ ├── debug@2.6.8
179 silly idealTree │ ├─┬ deep-eql@2.0.2
179 silly idealTree │ │ └── type-detect@3.0.0
179 silly idealTree │ ├── delayed-stream@1.0.0
179 silly idealTree │ ├── double-ended-queue@2.1.0-0
179 silly idealTree │ ├── ecc-jsbn@0.1.1
179 silly idealTree │ ├── es6-promise@3.2.1
179 silly idealTree │ ├── extend@3.0.1
179 silly idealTree │ ├── extsprintf@1.0.2
179 silly idealTree │ ├── forever-agent@0.6.1
179 silly idealTree │ ├── form-data@2.1.4
179 silly idealTree │ ├── get-func-name@2.0.0
179 silly idealTree │ ├─┬ getpass@0.1.7
179 silly idealTree │ │ └── assert-plus@1.0.0
179 silly idealTree │ ├── har-schema@1.0.5
179 silly idealTree │ ├── har-validator@4.2.1
179 silly idealTree │ ├── hawk@3.1.3
179 silly idealTree │ ├── hoek@2.16.3
179 silly idealTree │ ├── hooks-fixed@2.0.0
179 silly idealTree │ ├── http-signature@1.1.1
179 silly idealTree │ ├── inherits@2.0.3
179 silly idealTree │ ├── is-typedarray@1.0.0
179 silly idealTree │ ├── isarray@1.0.0
179 silly idealTree │ ├── isstream@0.1.2
179 silly idealTree │ ├── jsbn@0.1.1
179 silly idealTree │ ├── json-schema@0.2.3
179 silly idealTree │ ├── json-stable-stringify@1.0.1
179 silly idealTree │ ├── json-stringify-safe@5.0.1
179 silly idealTree │ ├── jsonify@0.0.0
179 silly idealTree │ ├─┬ jsprim@1.4.0
179 silly idealTree │ │ └── assert-plus@1.0.0
179 silly idealTree │ ├── jwt-simple@0.5.1
179 silly idealTree │ ├── kareem@1.4.1
179 silly idealTree │ ├── lodash@4.17.4
179 silly idealTree │ ├── mime-db@1.27.0
179 silly idealTree │ ├── mime-types@2.1.15
179 silly idealTree │ ├── moment@2.18.1
179 silly idealTree │ ├── mongodb-core@2.1.11
179 silly idealTree │ ├── mongodb@2.2.27
179 silly idealTree │ ├── mongoose@4.10.6
179 silly idealTree │ ├── mpath@0.3.0
179 silly idealTree │ ├── mpromise@0.5.5
179 silly idealTree │ ├─┬ mquery@2.3.1
179 silly idealTree │ │ └── sliced@0.0.5
179 silly idealTree │ ├── ms@2.0.0
179 silly idealTree │ ├── muri@1.2.1
179 silly idealTree │ ├── node-env-flag@0.1.0
179 silly idealTree │ ├── oauth-sign@0.8.2
179 silly idealTree │ ├── oauth@0.9.15
179 silly idealTree │ ├── papi@0.27.0
179 silly idealTree │ ├── passport-google-oauth@1.0.0
179 silly idealTree │ ├── passport-google-oauth1@1.0.0
179 silly idealTree │ ├── passport-google-oauth20@1.0.0
179 silly idealTree │ ├── passport-oauth1@1.1.0
179 silly idealTree │ ├── passport-oauth2-middleware@1.0.2
179 silly idealTree │ ├── passport-oauth2-refresh@1.0.0
179 silly idealTree │ ├── passport-oauth2@1.4.0
179 silly idealTree │ ├── passport-strategy@1.0.0
179 silly idealTree │ ├── passport@0.3.2
179 silly idealTree │ ├── pathval@1.1.0
179 silly idealTree │ ├── pause@0.0.1
179 silly idealTree │ ├── performance-now@0.2.0
179 silly idealTree │ ├── process-nextick-args@1.0.7
179 silly idealTree │ ├── punycode@1.4.1
179 silly idealTree │ ├── qs@6.4.0
179 silly idealTree │ ├── querystring@0.2.0
179 silly idealTree │ ├── readable-stream@2.2.7
179 silly idealTree │ ├── redis-commands@1.3.1
179 silly idealTree │ ├── redis-parser@2.6.0
179 silly idealTree │ ├── redis@2.7.1
179 silly idealTree │ ├── regexp-clone@0.0.1
179 silly idealTree │ ├── request@2.81.0
179 silly idealTree │ ├── require_optional@1.0.1
179 silly idealTree │ ├── resolve-from@2.0.0
179 silly idealTree │ ├── safe-buffer@5.0.1
179 silly idealTree │ ├── semver@5.3.0
179 silly idealTree │ ├── sliced@1.0.1
179 silly idealTree │ ├── sntp@1.0.9
179 silly idealTree │ ├─┬ sshpk@1.13.1
179 silly idealTree │ │ └── assert-plus@1.0.0
179 silly idealTree │ ├── string_decoder@1.0.2
179 silly idealTree │ ├── stringstream@0.0.5
179 silly idealTree │ ├── tough-cookie@2.3.2
179 silly idealTree │ ├── tunnel-agent@0.6.0
179 silly idealTree │ ├── tweetnacl@0.14.5
179 silly idealTree │ ├── type-detect@4.0.3
179 silly idealTree │ ├── uid2@0.0.3
179 silly idealTree │ ├── util-deprecate@1.0.2
179 silly idealTree │ ├── utils-merge@1.0.0
179 silly idealTree │ ├── uuid@3.0.1
179 silly idealTree │ └── verror@1.3.6
179 silly idealTree ├── avro-serializer@0.0.4
179 silly idealTree ├── aws-sign2@0.6.0
179 silly idealTree ├── aws4@1.6.0
179 silly idealTree ├── balanced-match@1.0.0
179 silly idealTree ├── basic-auth@1.0.4
179 silly idealTree ├── bcrypt-nodejs@0.0.3
179 silly idealTree ├── bcrypt-pbkdf@1.0.1
179 silly idealTree ├── bindings@1.1.1
179 silly idealTree ├── block-stream@0.0.9
179 silly idealTree ├── bluebird@2.10.2
179 silly idealTree ├── body-parser@1.15.2
179 silly idealTree ├── boom@2.10.1
179 silly idealTree ├── brace-expansion@1.1.8
179 silly idealTree ├── bson@1.0.4
179 silly idealTree ├── buffer-alloc-unsafe@0.1.1
179 silly idealTree ├── buffer-alloc@1.1.0
179 silly idealTree ├── buffer-crc32@0.2.13
179 silly idealTree ├── buffer-fill@0.1.0
179 silly idealTree ├── buffer-shims@1.0.0
179 silly idealTree ├── buildmail@3.10.0
179 silly idealTree ├── builtin-modules@1.1.1
179 silly idealTree ├─┬ busboy@0.2.14
179 silly idealTree │ ├── isarray@0.0.1
179 silly idealTree │ ├── readable-stream@1.1.14
179 silly idealTree │ └── string_decoder@0.10.31
179 silly idealTree ├── bytes@2.4.0
179 silly idealTree ├── c3@0.4.13
179 silly idealTree ├── camelcase-keys@2.1.0
179 silly idealTree ├── camelcase@2.1.1
179 silly idealTree ├── caseless@0.12.0
179 silly idealTree ├── chai@4.0.2
179 silly idealTree ├── chalk@1.1.3
179 silly idealTree ├── check-error@1.0.2
179 silly idealTree ├── cliui@3.2.0
179 silly idealTree ├── co@4.6.0
179 silly idealTree ├── code-point-at@1.1.0
179 silly idealTree ├── combined-stream@1.0.5
179 silly idealTree ├── concat-map@0.0.1
179 silly idealTree ├── concat-stream@1.6.0
179 silly idealTree ├── console-control-strings@1.1.0
179 silly idealTree ├── content-disposition@0.5.2
179 silly idealTree ├── content-type@1.0.2
179 silly idealTree ├── cookie-parser@1.4.3
179 silly idealTree ├── cookie-signature@1.0.6
179 silly idealTree ├── cookie@0.3.1
179 silly idealTree ├── core-util-is@1.0.2
179 silly idealTree ├── crc@3.4.4
179 silly idealTree ├── cross-spawn@3.0.1
179 silly idealTree ├── cryptiles@2.0.5
179 silly idealTree ├── currently-unhandled@0.4.1
179 silly idealTree ├── d3@3.5.17
179 silly idealTree ├─┬ dagre@0.7.4
179 silly idealTree │ └── lodash@3.10.1
179 silly idealTree ├─┬ dashdash@1.14.1
179 silly idealTree │ └── assert-plus@1.0.0
179 silly idealTree ├── datatables@1.10.13
179 silly idealTree ├── debug@2.2.0
179 silly idealTree ├── decamelize@1.2.0
179 silly idealTree ├─┬ deep-eql@2.0.2
179 silly idealTree │ └── type-detect@3.0.0
179 silly idealTree ├── delayed-stream@1.0.0
179 silly idealTree ├── delegates@1.0.0
179 silly idealTree ├── depd@1.1.0
179 silly idealTree ├── destroy@1.0.4
179 silly idealTree ├─┬ dicer@0.2.5
179 silly idealTree │ ├── isarray@0.0.1
179 silly idealTree │ ├── readable-stream@1.1.14
179 silly idealTree │ └── string_decoder@0.10.31
179 silly idealTree ├── ecc-jsbn@0.1.1
179 silly idealTree ├── ee-first@1.1.1
179 silly idealTree ├── ejs@2.5.6
179 silly idealTree ├── encodeurl@1.0.1
179 silly idealTree ├── error-ex@1.3.1
179 silly idealTree ├── es6-promise@3.2.1
179 silly idealTree ├── escape-html@1.0.3
179 silly idealTree ├── escape-string-regexp@1.0.5
179 silly idealTree ├── etag@1.7.0
179 silly idealTree ├── events@1.1.1
179 silly idealTree ├─┬ express-session@1.15.3
179 silly idealTree │ ├── debug@2.6.7
179 silly idealTree │ └── ms@2.0.0
179 silly idealTree ├── express@4.14.1
179 silly idealTree ├── extend@3.0.1
179 silly idealTree ├── extsprintf@1.0.2
179 silly idealTree ├── finalhandler@0.5.1
179 silly idealTree ├── find-up@1.1.2
179 silly idealTree ├── forever-agent@0.6.1
179 silly idealTree ├── form-data@2.1.4
179 silly idealTree ├── formidable@1.1.1
179 silly idealTree ├── forwarded@0.1.0
179 silly idealTree ├── fresh@0.3.0
179 silly idealTree ├── fs.realpath@1.0.0
179 silly idealTree ├── fstream@1.0.11
179 silly idealTree ├── gauge@2.7.4
179 silly idealTree ├── gaze@1.1.2
179 silly idealTree ├── get-caller-file@1.0.2
179 silly idealTree ├── get-func-name@2.0.0
179 silly idealTree ├── get-stdin@4.0.1
179 silly idealTree ├─┬ getpass@0.1.7
179 silly idealTree │ └── assert-plus@1.0.0
179 silly idealTree ├── glob@7.1.2
179 silly idealTree ├── globule@1.2.0
179 silly idealTree ├── graceful-fs@4.1.11
179 silly idealTree ├─┬ graphlib@1.0.7
179 silly idealTree │ └── lodash@3.10.1
179 silly idealTree ├── har-schema@1.0.5
179 silly idealTree ├── har-validator@4.2.1
179 silly idealTree ├── has-ansi@2.0.0
179 silly idealTree ├── has-unicode@2.0.1
179 silly idealTree ├── hawk@3.1.3
179 silly idealTree ├── hoek@2.16.3
179 silly idealTree ├── hooks-fixed@2.0.0
179 silly idealTree ├── hosted-git-info@2.4.2
179 silly idealTree ├── http-errors@1.5.1
179 silly idealTree ├── http-signature@1.1.1
179 silly idealTree ├── httpntlm@1.6.1
179 silly idealTree ├── httpreq@0.4.24
179 silly idealTree ├── iconv-lite@0.4.13
179 silly idealTree ├── in-publish@2.0.0
179 silly idealTree ├── indent-string@2.1.0
179 silly idealTree ├── inflight@1.0.6
179 silly idealTree ├── inherits@2.0.3
179 silly idealTree ├── int64-native@0.3.2
179 silly idealTree ├── invert-kv@1.0.0
179 silly idealTree ├── ip@1.1.5
179 silly idealTree ├── ipaddr.js@1.3.0
179 silly idealTree ├── is-arrayish@0.2.1
179 silly idealTree ├── is-builtin-module@1.0.0
179 silly idealTree ├── is-finite@1.0.2
179 silly idealTree ├── is-fullwidth-code-point@1.0.0
179 silly idealTree ├── is-typedarray@1.0.0
179 silly idealTree ├── is-utf8@0.2.1
179 silly idealTree ├── isarray@1.0.0
179 silly idealTree ├── isexe@2.0.0
179 silly idealTree ├── isstream@0.1.2
179 silly idealTree ├── jquery@3.2.1
179 silly idealTree ├── js-base64@2.1.9
179 silly idealTree ├── jsbn@0.1.1
179 silly idealTree ├── json-schema@0.2.3
179 silly idealTree ├── json-stable-stringify@1.0.1
179 silly idealTree ├── json-stringify-safe@5.0.1
179 silly idealTree ├── jsonify@0.0.0
179 silly idealTree ├─┬ jsprim@1.4.0
179 silly idealTree │ └── assert-plus@1.0.0
179 silly idealTree ├── kareem@1.4.1
179 silly idealTree ├── lcid@1.0.0
179 silly idealTree ├── libbase64@0.1.0
179 silly idealTree ├── libmime@2.1.0
179 silly idealTree ├── libqp@1.1.0
179 silly idealTree ├── load-json-file@1.1.0
179 silly idealTree ├── lodash.assign@4.2.0
179 silly idealTree ├── lodash.clonedeep@4.5.0
179 silly idealTree ├── lodash@4.17.4
179 silly idealTree ├── loud-rejection@1.6.0
179 silly idealTree ├── lru-cache@4.1.1
179 silly idealTree ├── mailcomposer@3.12.0
179 silly idealTree ├── map-obj@1.0.1
179 silly idealTree ├── md5-file@3.2.2
179 silly idealTree ├── media-typer@0.3.0
179 silly idealTree ├─┬ meow@3.7.0
179 silly idealTree │ └── minimist@1.2.0
179 silly idealTree ├── merge-descriptors@1.0.1
179 silly idealTree ├── methods@1.1.2
179 silly idealTree ├── mime-db@1.27.0
179 silly idealTree ├── mime-types@2.1.15
179 silly idealTree ├── mime@1.3.4
179 silly idealTree ├── minimatch@3.0.4
179 silly idealTree ├── minimist@0.0.8
179 silly idealTree ├── mkdirp@0.5.1
179 silly idealTree ├── mongodb-core@2.1.11
179 silly idealTree ├── mongodb@2.2.27
179 silly idealTree ├─┬ mongoose@4.10.5
179 silly idealTree │ └── ms@2.0.0
179 silly idealTree ├── morgan@1.7.0
179 silly idealTree ├── mpath@0.3.0
179 silly idealTree ├── mpromise@0.5.5
179 silly idealTree ├─┬ mquery@2.3.1
179 silly idealTree │ ├── debug@2.6.8
179 silly idealTree │ ├── ms@2.0.0
179 silly idealTree │ └── sliced@0.0.5
179 silly idealTree ├── ms@0.7.1
179 silly idealTree ├─┬ multer@1.3.0
179 silly idealTree │ └── object-assign@3.0.0
179 silly idealTree ├── muri@1.2.1
179 silly idealTree ├── nan@2.6.2
179 silly idealTree ├── negotiator@0.6.1
179 silly idealTree ├─┬ node-avro-io@0.3.3
179 silly idealTree │ └── lodash@2.4.2
179 silly idealTree ├── node-env-flag@0.1.0
179 silly idealTree ├── node-gyp@3.6.2
179 silly idealTree ├── node-sass-middleware@0.9.8
179 silly idealTree ├── node-sass@3.13.1
179 silly idealTree ├── nodemailer-direct-transport@3.3.2
179 silly idealTree ├── nodemailer-fetch@1.6.0
179 silly idealTree ├── nodemailer-shared@1.1.0
179 silly idealTree ├── nodemailer-smtp-pool@2.8.2
179 silly idealTree ├── nodemailer-smtp-transport@2.7.2
179 silly idealTree ├── nodemailer-wellknown@0.1.10
179 silly idealTree ├── nodemailer@2.6.0
179 silly idealTree ├── nopt@3.0.6
179 silly idealTree ├── normalize-package-data@2.3.8
179 silly idealTree ├── npmlog@4.1.0
179 silly idealTree ├── number-is-nan@1.0.1
179 silly idealTree ├── oauth-sign@0.8.2
179 silly idealTree ├── oauth@0.9.15
179 silly idealTree ├── object-assign@4.1.1
179 silly idealTree ├── on-finished@2.3.0
179 silly idealTree ├── on-headers@1.0.1
179 silly idealTree ├── once@1.4.0
179 silly idealTree ├── os-homedir@1.0.2
179 silly idealTree ├── os-locale@1.4.0
179 silly idealTree ├── os-tmpdir@1.0.2
179 silly idealTree ├── osenv@0.1.4
179 silly idealTree ├── parse-json@2.2.0
179 silly idealTree ├── parseurl@1.3.1
179 silly idealTree ├── passport-google-oauth@1.0.0
179 silly idealTree ├── passport-google-oauth1@1.0.0
179 silly idealTree ├── passport-google-oauth20@1.0.0
179 silly idealTree ├── passport-oauth1@1.1.0
179 silly idealTree ├── passport-oauth2@1.4.0
179 silly idealTree ├── passport-strategy@1.0.0
179 silly idealTree ├── passport@0.3.2
179 silly idealTree ├── path-exists@2.1.0
179 silly idealTree ├── path-is-absolute@1.0.1
179 silly idealTree ├── path-to-regexp@0.1.7
179 silly idealTree ├── path-type@1.1.0
179 silly idealTree ├── pathval@1.1.0
179 silly idealTree ├── pause@0.0.1
179 silly idealTree ├── performance-now@0.2.0
179 silly idealTree ├── pify@2.3.0
179 silly idealTree ├── pinkie-promise@2.0.1
179 silly idealTree ├── pinkie@2.0.4
179 silly idealTree ├─┬ pn-dagre-d3@0.4.19
179 silly idealTree │ └── lodash@3.10.1
179 silly idealTree ├── process-nextick-args@1.0.7
179 silly idealTree ├── proxy-addr@1.1.4
179 silly idealTree ├── pseudomap@1.0.2
179 silly idealTree ├── punycode@1.4.1
179 silly idealTree ├── qs@6.2.0
179 silly idealTree ├── random-bytes@1.0.0
179 silly idealTree ├── range-parser@1.2.0
179 silly idealTree ├── raw-body@2.1.7
179 silly idealTree ├── read-pkg-up@1.0.1
179 silly idealTree ├── read-pkg@1.1.0
179 silly idealTree ├── readable-stream@2.2.7
179 silly idealTree ├── redent@1.0.0
179 silly idealTree ├── regexp-clone@0.0.1
179 silly idealTree ├── repeating@2.0.1
179 silly idealTree ├─┬ request@2.81.0
179 silly idealTree │ └── qs@6.4.0
179 silly idealTree ├── require_optional@1.0.0
179 silly idealTree ├── require-directory@2.1.1
179 silly idealTree ├── require-main-filename@1.0.1
179 silly idealTree ├── resolve-from@2.0.0
179 silly idealTree ├── rimraf@2.6.1
179 silly idealTree ├── safe-buffer@5.0.1
179 silly idealTree ├── sass-graph@2.2.4
179 silly idealTree ├── scss-tokenizer@0.2.3
179 silly idealTree ├── semver@5.3.0
179 silly idealTree ├─┬ send@0.14.2
179 silly idealTree │ └── ms@0.7.2
179 silly idealTree ├─┬ serve-favicon@2.3.2
179 silly idealTree │ └── ms@0.7.2
179 silly idealTree ├── serve-static@1.11.2
179 silly idealTree ├── set-blocking@2.0.0
179 silly idealTree ├── setprototypeof@1.0.2
179 silly idealTree ├── signal-exit@3.0.2
179 silly idealTree ├── sliced@1.0.1
179 silly idealTree ├── smart-buffer@1.1.15
179 silly idealTree ├── smtp-connection@2.12.0
179 silly idealTree ├─┬ snappy@2.1.3
179 silly idealTree │ └── nan@1.0.0
179 silly idealTree ├── sntp@1.0.9
179 silly idealTree ├── socks@1.1.9
179 silly idealTree ├── source-map@0.4.4
179 silly idealTree ├── spdx-correct@1.0.2
179 silly idealTree ├── spdx-expression-parse@1.0.4
179 silly idealTree ├── spdx-license-ids@1.2.2
179 silly idealTree ├─┬ sshpk@1.13.1
179 silly idealTree │ └── assert-plus@1.0.0
179 silly idealTree ├── statuses@1.3.1
179 silly idealTree ├── streamsearch@0.1.2
179 silly idealTree ├── string_decoder@1.0.2
179 silly idealTree ├── string-width@1.0.2
179 silly idealTree ├── stringstream@0.0.5
179 silly idealTree ├── strip-ansi@3.0.1
179 silly idealTree ├── strip-bom@2.0.0
179 silly idealTree ├── strip-indent@1.0.1
179 silly idealTree ├── supports-color@2.0.0
179 silly idealTree ├── tar@2.2.1
179 silly idealTree ├── tough-cookie@2.3.2
179 silly idealTree ├── trim-newlines@1.0.0
179 silly idealTree ├── tunnel-agent@0.6.0
179 silly idealTree ├── tweetnacl@0.14.5
179 silly idealTree ├── type-detect@4.0.3
179 silly idealTree ├── type-is@1.6.15
179 silly idealTree ├── typedarray@0.0.6
179 silly idealTree ├── uid-safe@2.1.4
179 silly idealTree ├── uid2@0.0.3
179 silly idealTree ├── underscore@1.7.0
179 silly idealTree ├── unpipe@1.0.0
179 silly idealTree ├── util-deprecate@1.0.2
179 silly idealTree ├── utils-merge@1.0.0
179 silly idealTree ├── uuid@3.0.1
179 silly idealTree ├── validate-npm-package-license@3.0.1
179 silly idealTree ├── vary@1.1.1
179 silly idealTree ├── verror@1.3.6
179 silly idealTree ├── which-module@1.0.0
179 silly idealTree ├── which@1.2.14
179 silly idealTree ├── wide-align@1.1.2
179 silly idealTree ├── wrap-ansi@2.1.0
179 silly idealTree ├── wrappy@1.0.2
179 silly idealTree ├── xtend@4.0.1
179 silly idealTree ├── y18n@3.2.1
179 silly idealTree ├── yallist@2.1.2
179 silly idealTree ├─┬ yargs-parser@5.0.0
179 silly idealTree │ └── camelcase@3.0.0
179 silly idealTree └─┬ yargs@7.1.0
179 silly idealTree └── camelcase@3.0.0
180 silly generateActionsToTake Starting
181 silly install generateActionsToTake
182 silly generateActionsToTake Finishing
183 silly diffTrees action count 4
184 silly diffTrees add int64-native@0.3.2
185 silly diffTrees add lodash@2.4.2
186 silly diffTrees add node-avro-io@0.3.3
187 silly diffTrees add avro-serializer@0.0.4
188 silly decomposeActions action count 32
189 silly decomposeActions fetch int64-native@0.3.2
190 silly decomposeActions extract int64-native@0.3.2
191 silly decomposeActions test int64-native@0.3.2
192 silly decomposeActions preinstall int64-native@0.3.2
193 silly decomposeActions build int64-native@0.3.2
194 silly decomposeActions install int64-native@0.3.2
195 silly decomposeActions postinstall int64-native@0.3.2
196 silly decomposeActions finalize int64-native@0.3.2
197 silly decomposeActions fetch lodash@2.4.2
198 silly decomposeActions extract lodash@2.4.2
199 silly decomposeActions test lodash@2.4.2
200 silly decomposeActions preinstall lodash@2.4.2
201 silly decomposeActions build lodash@2.4.2
202 silly decomposeActions install lodash@2.4.2
203 silly decomposeActions postinstall lodash@2.4.2
204 silly decomposeActions finalize lodash@2.4.2
205 silly decomposeActions fetch node-avro-io@0.3.3
206 silly decomposeActions extract node-avro-io@0.3.3
207 silly decomposeActions test node-avro-io@0.3.3
208 silly decomposeActions preinstall node-avro-io@0.3.3
209 silly decomposeActions build node-avro-io@0.3.3
210 silly decomposeActions install node-avro-io@0.3.3
211 silly decomposeActions postinstall node-avro-io@0.3.3
212 silly decomposeActions finalize node-avro-io@0.3.3
213 silly decomposeActions fetch avro-serializer@0.0.4
214 silly decomposeActions extract avro-serializer@0.0.4
215 silly decomposeActions test avro-serializer@0.0.4
216 silly decomposeActions preinstall avro-serializer@0.0.4
217 silly decomposeActions build avro-serializer@0.0.4
218 silly decomposeActions install avro-serializer@0.0.4
219 silly decomposeActions postinstall avro-serializer@0.0.4
220 silly decomposeActions finalize avro-serializer@0.0.4
221 silly executeActions Starting
222 silly install executeActions
223 silly doSerial global-install 0
224 silly doParallel fetch 4
225 verbose correctMkdir /Users/kevinchoi/.npm/_locks correctMkdir not in flight; initializing
226 verbose lock using /Users/kevinchoi/.npm/_locks/staging-75feb56cebf762a0.lock for /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging
227 silly doParallel extract 4
228 silly extract int64-native@0.3.2
229 silly extract lodash@2.4.2
230 silly extract node-avro-io@0.3.3
231 silly extract avro-serializer@0.0.4
232 verbose unbuild node_modules/.staging/int64-native-f613103d
233 verbose unbuild node_modules/.staging/lodash-f8b4e7e4
234 verbose unbuild node_modules/.staging/node-avro-io-4f2e4d62
235 verbose unbuild node_modules/.staging/avro-serializer-dbbf0995
236 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform
237 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d
238 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform
239 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4
240 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform
241 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62
242 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 is being purged from base /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform
243 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995
244 verbose tar unpack /Users/kevinchoi/.npm/int64-native/0.3.2/package.tgz
245 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d
246 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d is being purged
247 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d
248 verbose tar unpack /Users/kevinchoi/.npm/lodash/2.4.2/package.tgz
249 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4
250 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4 is being purged
251 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4
252 verbose tar unpack /Users/kevinchoi/.npm/node-avro-io/0.3.3/package.tgz
253 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62
254 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62 is being purged
255 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62
256 verbose tar unpack /Users/kevinchoi/.npm/avro-serializer/0.0.4/package.tgz
257 verbose tar unpacking to /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995
258 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995 is being purged
259 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995
260 silly gunzTarPerm modes [ '755', '644' ]
261 silly gunzTarPerm modes [ '755', '644' ]
262 silly gunzTarPerm modes [ '755', '644' ]
263 silly gunzTarPerm modes [ '755', '644' ]
264 silly gunzTarPerm extractEntry package.json
265 silly gunzTarPerm extractEntry package.json
266 silly gunzTarPerm extractEntry package.json
267 silly gunzTarPerm extractEntry package.json
268 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ]
269 silly gunzTarPerm extractEntry .npmignore
270 silly gunzTarPerm extractEntry README.md
271 silly gunzTarPerm extractEntry README.md
272 silly gunzTarPerm extractEntry lodash.js
273 silly gunzTarPerm extractEntry .npmignore
274 silly gunzTarPerm extractEntry README.md
275 silly gunzTarPerm extractEntry .npmignore
276 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ]
277 silly gunzTarPerm extractEntry README.md
278 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ]
279 silly gunzTarPerm extractEntry int64.js
280 silly gunzTarPerm extractEntry binding.gyp
281 silly gunzTarPerm extractEntry example_writer.js
282 silly gunzTarPerm extractEntry example_reader.js
283 silly gunzTarPerm extractEntry avro_serializer.js
284 silly gunzTarPerm modified mode [ 'avro_serializer.js', 436, 420 ]
285 silly gunzTarPerm extractEntry Makefile
286 silly gunzTarPerm modified mode [ 'Makefile', 436, 420 ]
287 silly gunzTarPerm extractEntry LICENSE.txt
288 silly gunzTarPerm extractEntry src/Int64.cc
289 silly gunzTarPerm extractEntry src/Int64.h
290 silly gunzTarPerm extractEntry src/main.cc
291 silly gunzTarPerm extractEntry test/int64.js
292 silly gunzTarPerm extractEntry index.js
293 silly gunzTarPerm extractEntry run_tests.js
294 silly gunzTarPerm extractEntry test/avro_serializer.js
295 silly gunzTarPerm modified mode [ 'test/avro_serializer.js', 436, 420 ]
296 silly gunzTarPerm extractEntry dist/lodash.compat.js
297 silly gunzTarPerm extractEntry .idea/workspace.xml
298 silly gunzTarPerm extractEntry .travis.yml
299 silly gunzTarPerm extractEntry dist/lodash.compat.min.js
300 silly gunzTarPerm extractEntry dist/lodash.js
301 silly gunzTarPerm extractEntry lib/datafile.js
302 silly gunzTarPerm extractEntry lib/errors.js
303 silly gunzTarPerm extractEntry lib/io.js
304 silly gunzTarPerm extractEntry lib/schema.js
305 silly gunzTarPerm extractEntry test/datafile.test.js
306 silly gunzTarPerm extractEntry test/io.test.js
307 silly gunzTarPerm extractEntry dist/lodash.min.js
308 silly gunzTarPerm extractEntry dist/lodash.underscore.js
309 silly gunzTarPerm extractEntry test/schema.js
310 silly gunzTarPerm extractEntry test/schema.test.js
311 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995/node_modules is being purged
312 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995/node_modules
313 silly gunzTarPerm extractEntry dist/lodash.underscore.min.js
314 silly gunzTarPerm extractEntry test/data/log.schema
315 silly gunzTarPerm extractEntry test/data/double.json
316 silly gunzTarPerm extractEntry test/data/enum.json
317 silly gunzTarPerm extractEntry test/data/enum.schema
318 silly gunzTarPerm extractEntry test/data/float.json
319 silly gunzTarPerm extractEntry test/data/float.schema
320 silly gunzTarPerm extractEntry test/data/double.schema
321 silly gunzTarPerm extractEntry test/data/nested.json
322 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d/node_modules is being purged
323 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d/node_modules
324 silly gunzTarPerm extractEntry test/data/nested.schema
325 silly gunzTarPerm extractEntry test/data/string.json
326 silly gunzTarPerm extractEntry test/data/string.schema
327 silly gunzTarPerm extractEntry test/data/string_test.json
328 silly gunzTarPerm extractEntry test/data/string_test.schema
329 silly gunzTarPerm extractEntry test/mocha.opts
330 silly gunzTarPerm extractEntry Makefile
331 silly gunzTarPerm extractEntry tools/avro-tools-1.7.7.jar
332 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4/node_modules is being purged
333 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4/node_modules
334 silly gentlyRm /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62/node_modules is being purged
335 verbose gentlyRm don't care about contents; nuking /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62/node_modules
336 silly doParallel preinstall 4
337 silly preinstall int64-native@0.3.2 /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d
338 info lifecycle int64-native@0.3.2preinstall: int64-native@0.3.2
339 silly preinstall lodash@2.4.2 /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/lodash-f8b4e7e4
340 info lifecycle lodash@2.4.2
preinstall: lodash@2.4.2
341 silly preinstall node-avro-io@0.3.3 /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/node-avro-io-4f2e4d62
342 info lifecycle node-avro-io@0.3.3preinstall: node-avro-io@0.3.3
343 silly preinstall avro-serializer@0.0.4 /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/avro-serializer-dbbf0995
344 info lifecycle avro-serializer@0.0.4
preinstall: avro-serializer@0.0.4
345 silly lifecycle int64-native@0.3.2preinstall: no script for preinstall, continuing
346 silly lifecycle lodash@2.4.2
preinstall: no script for preinstall, continuing
347 silly lifecycle node-avro-io@0.3.3preinstall: no script for preinstall, continuing
348 silly lifecycle avro-serializer@0.0.4
preinstall: no script for preinstall, continuing
349 silly doReverseSerial remove 0
350 silly doSerial move 0
351 silly doSerial finalize 4
352 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/int64-native
353 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/node-avro-io/node_modules/lodash
354 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/node-avro-io
355 silly finalize /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/avro-serializer
356 silly doSerial build 4
357 silly build int64-native@0.3.2
358 info linkStuff int64-native@0.3.2
359 silly linkStuff int64-native@0.3.2 has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules as its parent node_modules
360 verbose linkBins int64-native@0.3.2
361 verbose linkMans int64-native@0.3.2
362 silly build lodash@2.4.2
363 info linkStuff lodash@2.4.2
364 silly linkStuff lodash@2.4.2 has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/node-avro-io/node_modules as its parent node_modules
365 verbose linkBins lodash@2.4.2
366 verbose linkMans lodash@2.4.2
367 silly build node-avro-io@0.3.3
368 info linkStuff node-avro-io@0.3.3
369 silly linkStuff node-avro-io@0.3.3 has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules as its parent node_modules
370 verbose linkBins node-avro-io@0.3.3
371 verbose linkMans node-avro-io@0.3.3
372 silly build avro-serializer@0.0.4
373 info linkStuff avro-serializer@0.0.4
374 silly linkStuff avro-serializer@0.0.4 has /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules as its parent node_modules
375 verbose linkBins avro-serializer@0.0.4
376 verbose linkMans avro-serializer@0.0.4
377 silly doSerial global-link 0
378 silly doParallel update-linked 0
379 silly doSerial install 4
380 silly install int64-native@0.3.2 /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging/int64-native-f613103d
381 info lifecycle int64-native@0.3.2install: int64-native@0.3.2
382 verbose lifecycle int64-native@0.3.2
install: unsafe-perm in lifecycle false
383 verbose lifecycle int64-native@0.3.2install: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/int64-native/node_modules/.bin:/Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.bin:/usr/local/bin:/Users/kevinchoi/workarea/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
384 verbose lifecycle int64-native@0.3.2
install: CWD: /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/int64-native
385 silly lifecycle int64-native@0.3.2install: Args: [ '-c', 'node-gyp configure && node-gyp build' ]
386 silly lifecycle int64-native@0.3.2
install: Returned: code: 1 signal: null
387 info lifecycle int64-native@0.3.2~install: Failed to exec install script
388 verbose unlock done using /Users/kevinchoi/.npm/_locks/staging-75feb56cebf762a0.lock for /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform/node_modules/.staging
389 silly rollbackFailedOptional Starting
390 silly rollbackFailedOptional Finishing
391 silly runTopLevelLifecycles Starting
392 silly runTopLevelLifecycles Finishing
393 silly install printInstalled
394 verbose stack Error: int64-native@0.3.2 install: node-gyp configure && node-gyp build
394 verbose stack Exit status 1
394 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:239:16)
394 verbose stack at emitTwo (events.js:100:13)
394 verbose stack at EventEmitter.emit (events.js:185:7)
394 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
394 verbose stack at emitTwo (events.js:100:13)
394 verbose stack at ChildProcess.emit (events.js:185:7)
394 verbose stack at maybeClose (internal/child_process.js:850:16)
394 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
395 verbose pkgid int64-native@0.3.2
396 verbose cwd /Users/kevinchoi/workarea/src/github.com/peernova-private/cuneiform-consumer/src/frontend/platform
397 error Darwin 16.7.0
398 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "avro-serializer" "--save"
399 error node v5.12.0
400 error npm v3.8.6
401 error code ELIFECYCLE
402 error int64-native@0.3.2 install: node-gyp configure && node-gyp build
402 error Exit status 1
403 error Failed at the int64-native@0.3.2 install script 'node-gyp configure && node-gyp build'.
403 error Make sure you have the latest version of node.js and npm installed.
403 error If you do, this is most likely a problem with the int64-native package,
403 error not with npm itself.
403 error Tell the author that this fails on your system:
403 error node-gyp configure && node-gyp build
403 error You can get information on how to open an issue for this project with:
403 error npm bugs int64-native
403 error Or if that isn't available, you can get their info via:
403 error npm owner ls int64-native
403 error There is likely additional logging output above.
404 verbose exit [ 1, true ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions