Skip to content

build error with electron #963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
flyingyezi opened this issue Apr 2, 2018 · 1 comment
Closed

build error with electron #963

flyingyezi opened this issue Apr 2, 2018 · 1 comment

Comments

@flyingyezi
Copy link

I am working on an Electron project, It worked fine until I upgraded my npm and the node_sqlite3 crashed.
I've tried to run this:
npm install --build-from-source

And error message looks like this:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '--build-from-source' ]
2 info using npm@4.2.0
3 info using node@v7.10.1
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install normalizeTree
8 silly loadCurrentTree Finishing
9 silly loadIdealTree Starting
10 silly install loadIdealTree
11 silly cloneCurrentTree Starting
12 silly install cloneCurrentTreeToIdealTree
13 silly cloneCurrentTree Finishing
14 silly loadShrinkwrap Starting
15 silly install loadShrinkwrap
16 silly loadShrinkwrap Finishing
17 silly loadAllDepsIntoIdealTree Starting
18 silly install loadAllDepsIntoIdealTree
19 silly fetchNamedPackageData 7zip-bin-linux
20 silly mapToRegistry name 7zip-bin-linux
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npm.taobao.org/
23 silly mapToRegistry data Result {
23 silly mapToRegistry raw: '7zip-bin-linux',
23 silly mapToRegistry scope: null,
23 silly mapToRegistry escapedName: '7zip-bin-linux',
23 silly mapToRegistry name: '7zip-bin-linux',
23 silly mapToRegistry rawSpec: '',
23 silly mapToRegistry spec: 'latest',
23 silly mapToRegistry type: 'tag' }
24 silly mapToRegistry uri https://registry.npm.taobao.org/7zip-bin-linux
25 silly fetchNamedPackageData 7zip-bin-mac
26 silly mapToRegistry name 7zip-bin-mac
27 silly mapToRegistry using default registry
28 silly mapToRegistry registry https://registry.npm.taobao.org/
29 silly mapToRegistry data Result {
29 silly mapToRegistry raw: '7zip-bin-mac',
29 silly mapToRegistry scope: null,
29 silly mapToRegistry escapedName: '7zip-bin-mac',
29 silly mapToRegistry name: '7zip-bin-mac',
29 silly mapToRegistry rawSpec: '',
29 silly mapToRegistry spec: 'latest',
29 silly mapToRegistry type: 'tag' }
30 silly mapToRegistry uri https://registry.npm.taobao.org/7zip-bin-mac
31 verbose request uri https://registry.npm.taobao.org/7zip-bin-mac
32 verbose request no auth needed
33 info attempt registry request try #1 at 15:51:32
34 verbose request id 94a3a0f0352104c0
35 verbose etag "66d-NqcpamqIsD0N4jOomcYtGFt2oyQ"
36 http request GET https://registry.npm.taobao.org/7zip-bin-mac
37 verbose request uri https://registry.npm.taobao.org/7zip-bin-linux
38 verbose request no auth needed
39 info attempt registry request try #1 at 15:51:32
40 verbose etag "2b57-Fn5/VQHFpjijyUPrR423VMaVruc"
41 http request GET https://registry.npm.taobao.org/7zip-bin-linux
42 http 304 https://registry.npm.taobao.org/7zip-bin-mac
43 verbose headers { date: 'Mon, 02 Apr 2018 07:51:32 GMT',
43 verbose headers connection: 'keep-alive',
43 verbose headers 'x-current-requests': '1',
43 verbose headers etag: '"66d-NqcpamqIsD0N4jOomcYtGFt2oyQ"',
43 verbose headers 'x-readtime': '13' }
44 silly get cb [ 304,
44 silly get { date: 'Mon, 02 Apr 2018 07:51:32 GMT',
44 silly get connection: 'keep-alive',
44 silly get 'x-current-requests': '1',
44 silly get etag: '"66d-NqcpamqIsD0N4jOomcYtGFt2oyQ"',
44 silly get 'x-readtime': '13' } ]
45 verbose etag https://registry.npm.taobao.org/7zip-bin-mac from cache
46 verbose get saving 7zip-bin-mac to C:\Users\李烨\AppData\Roaming\npm-cache\registry.npm.taobao.org\7zip-bin-mac.cache.json
47 verbose correctMkdir C:\Users\李烨\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
48 silly pickManifestFromRegistryMetadata spec >=1.0.1 <1.1.0 tag latest versions [ '1.0.1' ]
49 silly resolveWithNewModule 7zip-bin-mac@1.0.1 checking installable status
50 http 304 https://registry.npm.taobao.org/7zip-bin-linux
51 verbose headers { date: 'Mon, 02 Apr 2018 07:51:32 GMT',
51 verbose headers connection: 'keep-alive',
51 verbose headers 'x-current-requests': '1',
51 verbose headers vary: 'Origin',
51 verbose headers etag: '"2b57-Fn5/VQHFpjijyUPrR423VMaVruc"',
51 verbose headers 'x-readtime': '83' }
52 silly get cb [ 304,
52 silly get { date: 'Mon, 02 Apr 2018 07:51:32 GMT',
52 silly get connection: 'keep-alive',
52 silly get 'x-current-requests': '1',
52 silly get vary: 'Origin',
52 silly get etag: '"2b57-Fn5/VQHFpjijyUPrR423VMaVruc"',
52 silly get 'x-readtime': '83' } ]
53 verbose etag https://registry.npm.taobao.org/7zip-bin-linux from cache
54 verbose get saving 7zip-bin-linux to C:\Users\myname\AppData\Roaming\npm-cache\registry.npm.taobao.org\7zip-bin-linux.cache.json
55 verbose correctMkdir C:\Users\myname\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
56 silly pickManifestFromRegistryMetadata spec >=1.3.1 <1.4.0 tag latest versions [ '1.3.1',
56 silly pickManifestFromRegistryMetadata '1.3.0',
56 silly pickManifestFromRegistryMetadata '1.2.0',
56 silly pickManifestFromRegistryMetadata '1.1.0',
56 silly pickManifestFromRegistryMetadata '1.0.3',
56 silly pickManifestFromRegistryMetadata '1.0.2',
56 silly pickManifestFromRegistryMetadata '1.0.1',
56 silly pickManifestFromRegistryMetadata '1.0.0',
56 silly pickManifestFromRegistryMetadata '0.1.0',
56 silly pickManifestFromRegistryMetadata '0.0.1' ]
57 silly resolveWithNewModule 7zip-bin-linux@1.3.1 checking installable status
58 silly loadAllDepsIntoIdealTree Finishing
59 silly loadIdealTree Finishing
60 silly currentTree efas@1.1.6
60 silly currentTree +-- @types/node@7.0.58
60 silly currentTree +-- 7zip-bin-win@2.1.1
60 silly currentTree +-- 7zip-bin@2.4.1
60 silly currentTree +-- abbrev@1.1.1
60 silly currentTree +-- adler-32@1.2.0
60 silly currentTree +-- ajv@5.5.2
60 silly currentTree +-- ansi-align@2.0.0
60 silly currentTree | +-- ansi-regex@3.0.0
60 silly currentTree | +-- is-fullwidth-code-point@2.0.0
60 silly currentTree | +-- string-width@2.1.1
60 silly currentTree | -- strip-ansi@4.0.0 60 silly currentTree +-- ansi-regex@2.1.1 60 silly currentTree +-- ansi-styles@2.2.1 60 silly currentTree +-- any-promise@1.3.0 60 silly currentTree +-- aproba@1.2.0 60 silly currentTree +-- are-we-there-yet@1.1.4 60 silly currentTree +-- argparse@1.0.10 60 silly currentTree +-- argsarray@0.0.1 60 silly currentTree +-- array-find-index@1.0.2 60 silly currentTree +-- asar@0.14.0 60 silly currentTree | +-- glob@6.0.4 60 silly currentTree | | +-- inflight@1.0.6 60 silly currentTree | | +-- inherits@2.0.3 60 silly currentTree | | +-- once@1.4.0 60 silly currentTree | | -- path-is-absolute@1.0.1
60 silly currentTree | -- minimatch@3.0.4 60 silly currentTree +-- asn1@0.2.3 60 silly currentTree +-- assert-plus@1.0.0 60 silly currentTree +-- asynckit@0.4.0 60 silly currentTree +-- attempt-x@1.1.3 60 silly currentTree +-- author-regex@1.0.0 60 silly currentTree +-- aws-sign2@0.7.0 60 silly currentTree +-- aws4@1.6.0 60 silly currentTree +-- axios@0.17.1 60 silly currentTree +-- balanced-match@1.0.0 60 silly currentTree +-- base64-js@1.2.0 60 silly currentTree +-- bcrypt-pbkdf@1.0.1 60 silly currentTree +-- binary@0.3.0 60 silly currentTree +-- block-stream@0.0.9 60 silly currentTree +-- bluebird-lst@1.0.5 60 silly currentTree +-- bluebird@3.5.1 60 silly currentTree +-- boom@4.3.1 60 silly currentTree +-- boxen@1.3.0 60 silly currentTree | +-- ansi-regex@3.0.0 60 silly currentTree | +-- ansi-styles@3.2.1 60 silly currentTree | +-- camelcase@4.1.0 60 silly currentTree | +-- chalk@2.3.2 60 silly currentTree | +-- color-convert@1.9.1 60 silly currentTree | +-- is-fullwidth-code-point@2.0.0 60 silly currentTree | +-- string-width@2.1.1 60 silly currentTree | +-- strip-ansi@4.0.0 60 silly currentTree | -- supports-color@5.3.0
60 silly currentTree +-- brace-expansion@1.1.11
60 silly currentTree +-- buffer-from@0.1.1
60 silly currentTree +-- buffers@0.1.1
60 silly currentTree +-- builtin-modules@1.1.1
60 silly currentTree +-- cached-constructors-x@1.0.2
60 silly currentTree +-- camelcase-keys@2.1.0
60 silly currentTree +-- camelcase@2.1.1
60 silly currentTree +-- capture-stack-trace@1.0.0
60 silly currentTree +-- caseless@0.12.0
60 silly currentTree +-- cfb@1.0.5
60 silly currentTree +-- chainsaw@0.1.0
60 silly currentTree +-- chalk@1.1.3
60 silly currentTree +-- chromium-pickle-js@0.2.0
60 silly currentTree +-- ci-info@1.1.3
60 silly currentTree +-- cli-boxes@1.0.0
60 silly currentTree +-- cli-cursor@2.1.0
60 silly currentTree +-- cli-spinners@1.3.0
60 silly currentTree +-- cliui@3.2.0
60 silly currentTree +-- clone-buffer@1.0.0
60 silly currentTree +-- co@4.6.0
60 silly currentTree +-- code-point-at@1.1.0
60 silly currentTree +-- codepage@1.12.2
60 silly currentTree | -- commander@2.14.1 60 silly currentTree +-- color-convert@0.5.3 60 silly currentTree +-- color-name@1.1.3 60 silly currentTree +-- colors@1.2.1 60 silly currentTree +-- combined-stream@1.0.6 60 silly currentTree +-- commander@2.15.1 60 silly currentTree +-- compare-version@0.1.2 60 silly currentTree +-- concat-map@0.0.1 60 silly currentTree +-- concat-stream@1.6.0 60 silly currentTree +-- configstore@3.1.2 60 silly currentTree +-- console-control-strings@1.1.0 60 silly currentTree +-- core-util-is@1.0.2 60 silly currentTree +-- crc-32@1.2.0 60 silly currentTree +-- create-error-class@3.0.2 60 silly currentTree +-- cross-spawn@5.1.0 60 silly currentTree +-- cryptiles@3.1.2 60 silly currentTree | -- boom@5.2.0
60 silly currentTree +-- crypto-random-string@1.0.0
60 silly currentTree +-- cuint@0.2.2
60 silly currentTree +-- currently-unhandled@0.4.1
60 silly currentTree +-- dashdash@1.14.1
60 silly currentTree +-- debug@2.6.9
60 silly currentTree +-- decamelize@1.2.0
60 silly currentTree +-- decompress-zip@0.3.0
60 silly currentTree | +-- isarray@0.0.1
60 silly currentTree | +-- readable-stream@1.1.14
60 silly currentTree | | +-- core-util-is@1.0.2
60 silly currentTree | | -- inherits@2.0.3 60 silly currentTree | -- string_decoder@0.10.31
60 silly currentTree +-- deep-extend@0.4.2
60 silly currentTree +-- delayed-stream@1.0.0
60 silly currentTree +-- delegates@1.0.0
60 silly currentTree +-- detect-libc@1.0.3
60 silly currentTree +-- dot-prop@4.2.0
60 silly currentTree +-- duplexer3@0.1.4
60 silly currentTree +-- ecc-jsbn@0.1.1
60 silly currentTree +-- electron-builder-core@13.6.0
60 silly currentTree +-- electron-builder-http@13.10.1
60 silly currentTree | +-- debug@2.6.1
60 silly currentTree | -- ms@0.7.2 60 silly currentTree +-- electron-builder-util@13.10.1 60 silly currentTree | +-- debug@2.6.1 60 silly currentTree | +-- ms@0.7.2 60 silly currentTree | -- tunnel-agent@0.4.3
60 silly currentTree +-- electron-builder@13.11.1
60 silly currentTree | +-- asar-electron-builder@0.13.5
60 silly currentTree | +-- electron-download-tf@3.2.0
60 silly currentTree | +-- fs-extra@2.1.2
60 silly currentTree | +-- minimist@1.2.0
60 silly currentTree | +-- path-exists@3.0.0
60 silly currentTree | -- sumchecker@2.0.2 60 silly currentTree +-- electron-download@3.3.0 60 silly currentTree | +-- fs-extra@0.30.0 60 silly currentTree | -- minimist@1.2.0
60 silly currentTree +-- electron-log@2.2.14
60 silly currentTree +-- electron-macos-sign@1.6.0
60 silly currentTree +-- electron-osx-sign@0.4.7
60 silly currentTree | -- minimist@1.2.0 60 silly currentTree +-- electron-packager@10.1.1 60 silly currentTree | +-- asar@0.14.0 60 silly currentTree | +-- camelcase@4.1.0 60 silly currentTree | +-- debug@3.1.0 60 silly currentTree | +-- electron-download@4.1.0 60 silly currentTree | | +-- debug@2.6.9 60 silly currentTree | | +-- fs-extra@2.1.2 60 silly currentTree | | | -- jsonfile@2.4.0
60 silly currentTree | | +-- minimist@1.2.0
60 silly currentTree | | +-- nugget@2.0.1
60 silly currentTree | | -- rc@1.2.6 60 silly currentTree | +-- fs-extra@5.0.0 60 silly currentTree | | +-- jsonfile@4.0.0 60 silly currentTree | | -- universalify@0.1.1
60 silly currentTree | +-- glob@6.0.4
60 silly currentTree | +-- path-exists@3.0.0
60 silly currentTree | +-- pify@3.0.0
60 silly currentTree | +-- semver@5.5.0
60 silly currentTree | +-- sumchecker@2.0.2
60 silly currentTree | | -- debug@2.6.9 60 silly currentTree | -- yargs-parser@8.1.0
60 silly currentTree +-- electron-publish@13.10.1
60 silly currentTree +-- electron-rebuild@1.7.3
60 silly currentTree | +-- camelcase@3.0.0
60 silly currentTree | +-- yargs-parser@5.0.0
60 silly currentTree | -- yargs@7.1.0 60 silly currentTree +-- electron@1.6.13 60 silly currentTree +-- env-paths@1.0.0 60 silly currentTree +-- error-ex@1.3.1 60 silly currentTree +-- es6-promise@4.2.4 60 silly currentTree +-- escape-string-regexp@1.0.5 60 silly currentTree +-- esprima@4.0.0 60 silly currentTree +-- execa@0.7.0 60 silly currentTree +-- exit-on-epipe@1.0.1 60 silly currentTree +-- extend@3.0.1 60 silly currentTree +-- extract-zip@1.6.6 60 silly currentTree | -- mkdirp@0.5.0
60 silly currentTree +-- extsprintf@1.3.0
60 silly currentTree +-- fast-deep-equal@1.1.0
60 silly currentTree +-- fast-json-stable-stringify@2.0.0
60 silly currentTree +-- fd-slicer@1.0.1
60 silly currentTree +-- find-up@1.1.2
60 silly currentTree +-- follow-redirects@1.4.1
60 silly currentTree | -- debug@3.1.0 60 silly currentTree +-- forever-agent@0.6.1 60 silly currentTree +-- form-data@2.3.2 60 silly currentTree +-- frac@1.1.2 60 silly currentTree +-- fs-extra-p@4.5.2 60 silly currentTree | +-- fs-extra@5.0.0 60 silly currentTree | -- jsonfile@4.0.0
60 silly currentTree +-- fs-extra@3.0.1
60 silly currentTree | -- jsonfile@3.0.1 60 silly currentTree +-- fs.realpath@1.0.0 60 silly currentTree +-- fstream@1.0.11 60 silly currentTree +-- gauge@2.7.4 60 silly currentTree +-- get-caller-file@1.0.2 60 silly currentTree +-- get-package-info@1.0.0 60 silly currentTree | +-- find-up@2.1.0 60 silly currentTree | +-- load-json-file@2.0.0 60 silly currentTree | +-- path-type@2.0.0 60 silly currentTree | +-- read-pkg-up@2.0.0 60 silly currentTree | +-- read-pkg@2.0.0 60 silly currentTree | -- strip-bom@3.0.0
60 silly currentTree +-- get-stdin@4.0.1
60 silly currentTree +-- get-stream@3.0.0
60 silly currentTree +-- getpass@0.1.7
60 silly currentTree +-- glob@7.1.2
60 silly currentTree +-- global-dirs@0.1.1
60 silly currentTree +-- got@6.7.1
60 silly currentTree +-- graceful-fs@4.1.11
60 silly currentTree +-- har-schema@2.0.0
60 silly currentTree +-- har-validator@5.0.3
60 silly currentTree +-- has-ansi@2.0.0
60 silly currentTree +-- has-flag@3.0.0
60 silly currentTree +-- has-own-property-x@3.2.0
60 silly currentTree +-- has-symbol-support-x@1.4.2
60 silly currentTree +-- has-to-string-tag-x@1.4.1
60 silly currentTree +-- has-unicode@2.0.1
60 silly currentTree +-- hawk@6.0.2
60 silly currentTree +-- hoek@4.2.1
60 silly currentTree +-- home-path@1.0.5
60 silly currentTree +-- hosted-git-info@2.6.0
60 silly currentTree +-- http-signature@1.2.0
60 silly currentTree +-- immediate@3.0.6
60 silly currentTree +-- import-lazy@2.1.0
60 silly currentTree +-- imurmurhash@0.1.4
60 silly currentTree +-- indent-string@2.1.0
60 silly currentTree +-- infinity-x@1.0.2
60 silly currentTree +-- inflight@1.0.6
60 silly currentTree +-- inherits@2.0.3
60 silly currentTree +-- ini@1.3.5
60 silly currentTree +-- invert-kv@1.0.0
60 silly currentTree +-- is-array-buffer-x@1.7.0
60 silly currentTree +-- is-arrayish@0.2.1
60 silly currentTree +-- is-buffer@1.1.6
60 silly currentTree +-- is-builtin-module@1.0.0
60 silly currentTree +-- is-ci@1.1.0
60 silly currentTree +-- is-date-object@1.0.1
60 silly currentTree +-- is-falsey-x@1.0.3
60 silly currentTree +-- is-finite-x@3.0.4
60 silly currentTree +-- is-finite@1.0.2
60 silly currentTree +-- is-fullwidth-code-point@1.0.0
60 silly currentTree +-- is-function-x@3.3.0
60 silly currentTree | -- is-primitive@2.0.0 60 silly currentTree +-- is-index-x@1.1.0 60 silly currentTree +-- is-installed-globally@0.1.0 60 silly currentTree +-- is-nan-x@1.0.3 60 silly currentTree +-- is-nil-x@1.4.2 60 silly currentTree +-- is-npm@1.0.0 60 silly currentTree +-- is-obj@1.0.1 60 silly currentTree +-- is-object-like-x@1.7.1 60 silly currentTree +-- is-path-inside@1.0.1 60 silly currentTree +-- is-primitive@3.0.0 60 silly currentTree +-- is-promise@1.0.1 60 silly currentTree +-- is-redirect@1.0.0 60 silly currentTree +-- is-retry-allowed@1.1.0 60 silly currentTree +-- is-stream@1.1.0 60 silly currentTree +-- is-string@1.0.4 60 silly currentTree +-- is-symbol@1.0.1 60 silly currentTree +-- is-typedarray@1.0.0 60 silly currentTree +-- is-utf8@0.2.1 60 silly currentTree +-- isarray@1.0.0 60 silly currentTree +-- isbinaryfile@3.0.2 60 silly currentTree +-- isexe@2.0.0 60 silly currentTree +-- isstream@0.1.2 60 silly currentTree +-- js-yaml@3.11.0 60 silly currentTree +-- jsbn@0.1.1 60 silly currentTree +-- json-schema-traverse@0.3.1 60 silly currentTree +-- json-schema@0.2.3 60 silly currentTree +-- json-stringify-safe@5.0.1 60 silly currentTree +-- jsonfile@2.4.0 60 silly currentTree +-- jsprim@1.4.1 60 silly currentTree +-- klaw@1.3.1 60 silly currentTree +-- latest-version@3.1.0 60 silly currentTree +-- lcid@1.0.0 60 silly currentTree +-- lie@3.1.1 60 silly currentTree +-- load-json-file@1.1.0 60 silly currentTree +-- locate-path@2.0.0 60 silly currentTree | -- path-exists@3.0.0
60 silly currentTree +-- lodash.assign@4.2.0
60 silly currentTree +-- lodash.get@4.4.2
60 silly currentTree +-- lodash.isnull@3.0.0
60 silly currentTree +-- lodash.toarray@4.4.0
60 silly currentTree +-- log-symbols@2.2.0
60 silly currentTree | +-- ansi-styles@3.2.1
60 silly currentTree | +-- chalk@2.3.2
60 silly currentTree | +-- color-convert@1.9.1
60 silly currentTree | -- supports-color@5.3.0 60 silly currentTree +-- loud-rejection@1.6.0 60 silly currentTree +-- lowercase-keys@1.0.1 60 silly currentTree +-- lru-cache@4.1.2 60 silly currentTree +-- macaddress@0.2.8 60 silly currentTree +-- make-dir@1.2.0 60 silly currentTree | -- pify@3.0.0
60 silly currentTree +-- map-obj@1.0.1
60 silly currentTree +-- math-clamp-x@1.2.0
60 silly currentTree +-- math-sign-x@3.0.0
60 silly currentTree +-- max-safe-integer@1.0.1
60 silly currentTree +-- meow@3.7.0
60 silly currentTree | -- minimist@1.2.0 60 silly currentTree +-- mime-db@1.33.0 60 silly currentTree +-- mime-types@2.1.18 60 silly currentTree +-- mime@1.6.0 60 silly currentTree +-- mimic-fn@1.2.0 60 silly currentTree +-- minimatch@3.0.4 60 silly currentTree +-- minimist@0.0.8 60 silly currentTree +-- mkdirp@0.5.1 60 silly currentTree +-- mkpath@0.1.0 60 silly currentTree +-- mksnapshot@0.3.1 60 silly currentTree | -- fs-extra@0.26.7
60 silly currentTree | +-- jsonfile@2.4.0
60 silly currentTree | +-- klaw@1.3.1
60 silly currentTree | +-- path-is-absolute@1.0.1
60 silly currentTree | -- rimraf@2.6.2 60 silly currentTree +-- ms@2.0.0 60 silly currentTree +-- mz@2.7.0 60 silly currentTree +-- nan-x@1.0.2 60 silly currentTree +-- nan@2.7.0 60 silly currentTree +-- node-abi@2.3.0 60 silly currentTree +-- node-emoji@1.8.1 60 silly currentTree +-- node-forge@0.7.5 60 silly currentTree +-- node-gyp@3.6.2 60 silly currentTree | -- semver@5.3.0
60 silly currentTree +-- node-sha1@1.0.1
60 silly currentTree +-- nodeify@1.0.1
60 silly currentTree +-- noop-fn@1.0.0
60 silly currentTree +-- nopt@3.0.6
60 silly currentTree +-- normalize-package-data@2.4.0
60 silly currentTree +-- normalize-space-x@3.0.0
60 silly currentTree +-- npm-run-path@2.0.2
60 silly currentTree +-- npm@5.8.0
60 silly currentTree | +-- abbrev@1.1.1
60 silly currentTree | +-- ansi-regex@3.0.0
60 silly currentTree | +-- ansicolors@0.3.2
60 silly currentTree | +-- ansistyles@0.1.3
60 silly currentTree | +-- aproba@1.2.0
60 silly currentTree | +-- archy@1.0.0
60 silly currentTree | +-- bin-links@1.1.0
60 silly currentTree | +-- bluebird@3.5.1
60 silly currentTree | +-- cacache@10.0.4
60 silly currentTree | | +-- mississippi@2.0.0
60 silly currentTree | | | +-- concat-stream@1.6.1
60 silly currentTree | | | | -- typedarray@0.0.6 60 silly currentTree | | | +-- duplexify@3.5.4 60 silly currentTree | | | | -- stream-shift@1.0.0
60 silly currentTree | | | +-- end-of-stream@1.4.1
60 silly currentTree | | | +-- flush-write-stream@1.0.2
60 silly currentTree | | | +-- from2@2.3.0
60 silly currentTree | | | +-- parallel-transform@1.1.0
60 silly currentTree | | | | -- cyclist@0.2.2 60 silly currentTree | | | +-- pump@2.0.1 60 silly currentTree | | | +-- pumpify@1.4.0 60 silly currentTree | | | +-- stream-each@1.2.2 60 silly currentTree | | | | -- stream-shift@1.0.0
60 silly currentTree | | | -- through2@2.0.3 60 silly currentTree | | | -- xtend@4.0.1
60 silly currentTree | | -- y18n@4.0.0 60 silly currentTree | +-- call-limit@1.1.0 60 silly currentTree | +-- chownr@1.0.1 60 silly currentTree | +-- cli-table2@0.2.0 60 silly currentTree | | +-- colors@1.1.2 60 silly currentTree | | +-- lodash@3.10.1 60 silly currentTree | | -- string-width@1.0.2
60 silly currentTree | | +-- code-point-at@1.1.0
60 silly currentTree | | +-- is-fullwidth-code-point@1.0.0
60 silly currentTree | | | -- number-is-nan@1.0.1 60 silly currentTree | | -- strip-ansi@3.0.1
60 silly currentTree | | -- ansi-regex@2.1.1 60 silly currentTree | +-- cmd-shim@2.0.2 60 silly currentTree | +-- columnify@1.5.4 60 silly currentTree | | +-- strip-ansi@3.0.1 60 silly currentTree | | | -- ansi-regex@2.1.1
60 silly currentTree | | -- wcwidth@1.0.1 60 silly currentTree | | -- defaults@1.0.3
60 silly currentTree | | -- clone@1.0.2 60 silly currentTree | +-- config-chain@1.1.11 60 silly currentTree | | -- proto-list@1.2.4
60 silly currentTree | +-- debuglog@1.0.1
60 silly currentTree | +-- detect-indent@5.0.0
60 silly currentTree | +-- detect-newline@2.1.0
60 silly currentTree | +-- dezalgo@1.0.3
60 silly currentTree | | -- asap@2.0.5 60 silly currentTree | +-- editor@1.0.0 60 silly currentTree | +-- find-npm-prefix@1.0.2 60 silly currentTree | +-- fs-vacuum@1.2.10 60 silly currentTree | +-- fs-write-stream-atomic@1.0.10 60 silly currentTree | +-- gentle-fs@2.0.1 60 silly currentTree | +-- glob@7.1.2 60 silly currentTree | | +-- fs.realpath@1.0.0 60 silly currentTree | | +-- minimatch@3.0.4 60 silly currentTree | | | -- brace-expansion@1.1.8
60 silly currentTree | | | +-- balanced-match@1.0.0
60 silly currentTree | | | -- concat-map@0.0.1 60 silly currentTree | | -- path-is-absolute@1.0.1
60 silly currentTree | +-- graceful-fs@4.1.11
60 silly currentTree | +-- has-unicode@2.0.1
60 silly currentTree | +-- hosted-git-info@2.6.0
60 silly currentTree | +-- iferr@0.1.5
60 silly currentTree | +-- imurmurhash@0.1.4
60 silly currentTree | +-- inflight@1.0.6
60 silly currentTree | +-- inherits@2.0.3
60 silly currentTree | +-- ini@1.3.5
60 silly currentTree | +-- init-package-json@1.10.3
60 silly currentTree | | -- promzard@0.3.0 60 silly currentTree | +-- is-cidr@1.0.0 60 silly currentTree | | -- cidr-regex@1.0.6
60 silly currentTree | +-- json-parse-better-errors@1.0.1
60 silly currentTree | +-- JSONStream@1.3.2
60 silly currentTree | | +-- jsonparse@1.3.1
60 silly currentTree | | -- through@2.3.8 60 silly currentTree | +-- lazy-property@1.0.0 60 silly currentTree | +-- libcipm@1.6.0 60 silly currentTree | | +-- lock-verify@2.0.0 60 silly currentTree | | | -- npm-package-arg@5.1.2
60 silly currentTree | | +-- npm-logical-tree@1.2.1
60 silly currentTree | | +-- protoduck@5.0.0
60 silly currentTree | | | -- genfun@4.0.1 60 silly currentTree | | -- worker-farm@1.5.4
60 silly currentTree | | +-- errno@0.1.7
60 silly currentTree | | | -- prr@1.0.1 60 silly currentTree | | -- xtend@4.0.1
60 silly currentTree | +-- libnpx@10.0.1
60 silly currentTree | | +-- dotenv@5.0.1
60 silly currentTree | | +-- y18n@4.0.0
60 silly currentTree | | -- yargs@11.0.0 60 silly currentTree | | +-- cliui@4.0.0 60 silly currentTree | | | -- wrap-ansi@2.1.0
60 silly currentTree | | | +-- string-width@1.0.2
60 silly currentTree | | | | +-- code-point-at@1.1.0
60 silly currentTree | | | | -- is-fullwidth-code-point@1.0.0 60 silly currentTree | | | | -- number-is-nan@1.0.1
60 silly currentTree | | | -- strip-ansi@3.0.1 60 silly currentTree | | | -- ansi-regex@2.1.1
60 silly currentTree | | +-- decamelize@1.2.0
60 silly currentTree | | +-- find-up@2.1.0
60 silly currentTree | | | -- locate-path@2.0.0 60 silly currentTree | | | +-- p-locate@2.0.0 60 silly currentTree | | | | -- p-limit@1.2.0
60 silly currentTree | | | | -- p-try@1.0.0 60 silly currentTree | | | -- path-exists@3.0.0
60 silly currentTree | | +-- get-caller-file@1.0.2
60 silly currentTree | | +-- os-locale@2.1.0
60 silly currentTree | | | +-- execa@0.7.0
60 silly currentTree | | | | +-- cross-spawn@5.1.0
60 silly currentTree | | | | | -- shebang-command@1.2.0 60 silly currentTree | | | | | -- shebang-regex@1.0.0
60 silly currentTree | | | | +-- get-stream@3.0.0
60 silly currentTree | | | | +-- is-stream@1.1.0
60 silly currentTree | | | | +-- npm-run-path@2.0.2
60 silly currentTree | | | | | -- path-key@2.0.1 60 silly currentTree | | | | +-- p-finally@1.0.0 60 silly currentTree | | | | +-- signal-exit@3.0.2 60 silly currentTree | | | | -- strip-eof@1.0.0
60 silly currentTree | | | +-- lcid@1.0.0
60 silly currentTree | | | | -- invert-kv@1.0.0 60 silly currentTree | | | -- mem@1.1.0
60 silly currentTree | | | -- mimic-fn@1.2.0 60 silly currentTree | | +-- require-directory@2.1.1 60 silly currentTree | | +-- require-main-filename@1.0.1 60 silly currentTree | | +-- set-blocking@2.0.0 60 silly currentTree | | +-- string-width@2.1.1 60 silly currentTree | | | -- is-fullwidth-code-point@2.0.0
60 silly currentTree | | +-- which-module@2.0.0
60 silly currentTree | | +-- y18n@3.2.1
60 silly currentTree | | -- yargs-parser@9.0.2 60 silly currentTree | | -- camelcase@4.1.0
60 silly currentTree | +-- lockfile@1.0.3
60 silly currentTree | +-- lodash._baseindexof@3.1.0
60 silly currentTree | +-- lodash._baseuniq@4.6.0
60 silly currentTree | | +-- lodash._createset@4.0.3
60 silly currentTree | | -- lodash._root@3.0.1 60 silly currentTree | +-- lodash._bindcallback@3.0.1 60 silly currentTree | +-- lodash._cacheindexof@3.0.2 60 silly currentTree | +-- lodash._createcache@3.1.2 60 silly currentTree | +-- lodash._getnative@3.9.1 60 silly currentTree | +-- lodash.clonedeep@4.5.0 60 silly currentTree | +-- lodash.restparam@3.6.1 60 silly currentTree | +-- lodash.union@4.6.0 60 silly currentTree | +-- lodash.uniq@4.5.0 60 silly currentTree | +-- lodash.without@4.4.0 60 silly currentTree | +-- lru-cache@4.1.1 60 silly currentTree | | +-- pseudomap@1.0.2 60 silly currentTree | | -- yallist@2.1.2
60 silly currentTree | +-- meant@1.0.1
60 silly currentTree | +-- mississippi@3.0.0
60 silly currentTree | | +-- concat-stream@1.6.1
60 silly currentTree | | | -- typedarray@0.0.6 60 silly currentTree | | +-- duplexify@3.5.4 60 silly currentTree | | | -- stream-shift@1.0.0
60 silly currentTree | | +-- end-of-stream@1.4.1
60 silly currentTree | | +-- flush-write-stream@1.0.2
60 silly currentTree | | +-- from2@2.3.0
60 silly currentTree | | +-- parallel-transform@1.1.0
60 silly currentTree | | | -- cyclist@0.2.2 60 silly currentTree | | +-- pump@3.0.0 60 silly currentTree | | +-- pumpify@1.4.0 60 silly currentTree | | | -- pump@2.0.1
60 silly currentTree | | +-- stream-each@1.2.2
60 silly currentTree | | | -- stream-shift@1.0.0 60 silly currentTree | | -- through2@2.0.3
60 silly currentTree | | -- xtend@4.0.1 60 silly currentTree | +-- mkdirp@0.5.1 60 silly currentTree | | -- minimist@0.0.8
60 silly currentTree | +-- move-concurrently@1.0.1
60 silly currentTree | | +-- copy-concurrently@1.0.5
60 silly currentTree | | -- run-queue@1.0.3 60 silly currentTree | +-- nopt@4.0.1 60 silly currentTree | +-- normalize-package-data@2.4.0 60 silly currentTree | | -- is-builtin-module@1.0.0
60 silly currentTree | | -- builtin-modules@1.1.1 60 silly currentTree | +-- npm-cache-filename@1.0.2 60 silly currentTree | +-- npm-install-checks@3.0.0 60 silly currentTree | +-- npm-lifecycle@2.0.1 60 silly currentTree | | +-- byline@5.0.0 60 silly currentTree | | +-- node-gyp@3.6.2 60 silly currentTree | | | +-- fstream@1.0.11 60 silly currentTree | | | +-- minimatch@3.0.4 60 silly currentTree | | | | -- brace-expansion@1.1.11
60 silly currentTree | | | | +-- balanced-match@1.0.0
60 silly currentTree | | | | -- concat-map@0.0.1 60 silly currentTree | | | +-- nopt@3.0.6 60 silly currentTree | | | +-- semver@5.3.0 60 silly currentTree | | | -- tar@2.2.1
60 silly currentTree | | | -- block-stream@0.0.9 60 silly currentTree | | -- resolve-from@4.0.0
60 silly currentTree | +-- npm-package-arg@6.0.0
60 silly currentTree | +-- npm-packlist@1.1.10
60 silly currentTree | | +-- ignore-walk@3.0.1
60 silly currentTree | | | -- minimatch@3.0.4 60 silly currentTree | | | -- brace-expansion@1.1.8
60 silly currentTree | | | +-- balanced-match@1.0.0
60 silly currentTree | | | -- concat-map@0.0.1 60 silly currentTree | | -- npm-bundled@1.0.3
60 silly currentTree | +-- npm-profile@3.0.1
60 silly currentTree | | -- make-fetch-happen@2.6.0 60 silly currentTree | | +-- agentkeepalive@3.3.0 60 silly currentTree | | | -- humanize-ms@1.2.1
60 silly currentTree | | | -- ms@2.1.1 60 silly currentTree | | +-- http-cache-semantics@3.8.1 60 silly currentTree | | +-- http-proxy-agent@2.0.0 60 silly currentTree | | | +-- agent-base@4.2.0 60 silly currentTree | | | | -- es6-promisify@5.0.0
60 silly currentTree | | | | -- es6-promise@4.2.4 60 silly currentTree | | | -- debug@2.6.9
60 silly currentTree | | | -- ms@2.0.0 60 silly currentTree | | +-- https-proxy-agent@2.1.1 60 silly currentTree | | | +-- agent-base@4.2.0 60 silly currentTree | | | | -- es6-promisify@5.0.0
60 silly currentTree | | | | -- es6-promise@4.2.4 60 silly currentTree | | | -- debug@3.1.0
60 silly currentTree | | | -- ms@2.0.0 60 silly currentTree | | +-- mississippi@1.3.1 60 silly currentTree | | | +-- concat-stream@1.6.0 60 silly currentTree | | | | -- typedarray@0.0.6
60 silly currentTree | | | +-- duplexify@3.5.3
60 silly currentTree | | | | -- stream-shift@1.0.0 60 silly currentTree | | | +-- end-of-stream@1.4.1 60 silly currentTree | | | +-- flush-write-stream@1.0.2 60 silly currentTree | | | +-- from2@2.3.0 60 silly currentTree | | | +-- parallel-transform@1.1.0 60 silly currentTree | | | | -- cyclist@0.2.2
60 silly currentTree | | | +-- pump@1.0.3
60 silly currentTree | | | +-- pumpify@1.4.0
60 silly currentTree | | | | -- pump@2.0.1 60 silly currentTree | | | +-- stream-each@1.2.2 60 silly currentTree | | | | -- stream-shift@1.0.0
60 silly currentTree | | | -- through2@2.0.3 60 silly currentTree | | | -- xtend@4.0.1
60 silly currentTree | | +-- node-fetch-npm@2.0.2
60 silly currentTree | | | +-- encoding@0.1.12
60 silly currentTree | | | | -- iconv-lite@0.4.19 60 silly currentTree | | | -- json-parse-better-errors@1.0.1
60 silly currentTree | | +-- promise-retry@1.1.1
60 silly currentTree | | | -- err-code@1.1.2 60 silly currentTree | | -- socks-proxy-agent@3.0.1
60 silly currentTree | | +-- agent-base@4.2.0
60 silly currentTree | | | -- es6-promisify@5.0.0 60 silly currentTree | | | -- es6-promise@4.2.4
60 silly currentTree | | -- socks@1.1.10 60 silly currentTree | | +-- ip@1.1.5 60 silly currentTree | | -- smart-buffer@1.1.15
60 silly currentTree | +-- npm-registry-client@8.5.1
60 silly currentTree | | -- concat-stream@1.6.1 60 silly currentTree | | -- typedarray@0.0.6
60 silly currentTree | +-- npm-user-validate@1.0.0
60 silly currentTree | +-- npmlog@4.1.2
60 silly currentTree | | +-- are-we-there-yet@1.1.4
60 silly currentTree | | | -- delegates@1.0.0 60 silly currentTree | | +-- console-control-strings@1.1.0 60 silly currentTree | | +-- gauge@2.7.4 60 silly currentTree | | | +-- object-assign@4.1.1 60 silly currentTree | | | +-- signal-exit@3.0.2 60 silly currentTree | | | +-- string-width@1.0.2 60 silly currentTree | | | | +-- code-point-at@1.1.0 60 silly currentTree | | | | -- is-fullwidth-code-point@1.0.0
60 silly currentTree | | | | -- number-is-nan@1.0.1 60 silly currentTree | | | +-- strip-ansi@3.0.1 60 silly currentTree | | | | -- ansi-regex@2.1.1
60 silly currentTree | | | -- wide-align@1.1.2 60 silly currentTree | | -- set-blocking@2.0.0
60 silly currentTree | +-- once@1.4.0
60 silly currentTree | +-- opener@1.4.3
60 silly currentTree | +-- osenv@0.1.5
60 silly currentTree | | +-- os-homedir@1.0.2
60 silly currentTree | | -- os-tmpdir@1.0.2 60 silly currentTree | +-- pacote@7.6.1 60 silly currentTree | | +-- get-stream@3.0.0 60 silly currentTree | | +-- make-fetch-happen@2.6.0 60 silly currentTree | | | +-- agentkeepalive@3.4.0 60 silly currentTree | | | | -- humanize-ms@1.2.1
60 silly currentTree | | | | -- ms@2.1.1 60 silly currentTree | | | +-- http-cache-semantics@3.8.1 60 silly currentTree | | | +-- http-proxy-agent@2.1.0 60 silly currentTree | | | | +-- agent-base@4.2.0 60 silly currentTree | | | | | -- es6-promisify@5.0.0
60 silly currentTree | | | | | -- es6-promise@4.2.4 60 silly currentTree | | | | -- debug@3.1.0
60 silly currentTree | | | | -- ms@2.0.0 60 silly currentTree | | | +-- https-proxy-agent@2.2.0 60 silly currentTree | | | | +-- agent-base@4.2.0 60 silly currentTree | | | | | -- es6-promisify@5.0.0
60 silly currentTree | | | | | -- es6-promise@4.2.4 60 silly currentTree | | | | -- debug@3.1.0
60 silly currentTree | | | | -- ms@2.0.0 60 silly currentTree | | | +-- mississippi@1.3.1 60 silly currentTree | | | | +-- concat-stream@1.6.1 60 silly currentTree | | | | | -- typedarray@0.0.6
60 silly currentTree | | | | +-- duplexify@3.5.4
60 silly currentTree | | | | | -- stream-shift@1.0.0 60 silly currentTree | | | | +-- end-of-stream@1.4.1 60 silly currentTree | | | | +-- flush-write-stream@1.0.2 60 silly currentTree | | | | +-- from2@2.3.0 60 silly currentTree | | | | +-- parallel-transform@1.1.0 60 silly currentTree | | | | | -- cyclist@0.2.2
60 silly currentTree | | | | +-- pump@1.0.3
60 silly currentTree | | | | +-- pumpify@1.4.0
60 silly currentTree | | | | | -- pump@2.0.1 60 silly currentTree | | | | +-- stream-each@1.2.2 60 silly currentTree | | | | | -- stream-shift@1.0.0
60 silly currentTree | | | | -- through2@2.0.3 60 silly currentTree | | | | -- xtend@4.0.1
60 silly currentTree | | | +-- node-fetch-npm@2.0.2
60 silly currentTree | | | | +-- encoding@0.1.12
60 silly currentTree | | | | | -- iconv-lite@0.4.19 60 silly currentTree | | | | -- json-parse-better-errors@1.0.1
60 silly currentTree | | | -- socks-proxy-agent@3.0.1 60 silly currentTree | | | +-- agent-base@4.2.0 60 silly currentTree | | | | -- es6-promisify@5.0.0
60 silly currentTree | | | | -- es6-promise@4.2.4 60 silly currentTree | | | -- socks@1.1.10
60 silly currentTree | | | +-- ip@1.1.5
60 silly currentTree | | | -- smart-buffer@1.1.15 60 silly currentTree | | +-- minimatch@3.0.4 60 silly currentTree | | | -- brace-expansion@1.1.11
60 silly currentTree | | | +-- balanced-match@1.0.0
60 silly currentTree | | | -- concat-map@0.0.1 60 silly currentTree | | +-- npm-pick-manifest@2.1.0 60 silly currentTree | | +-- promise-retry@1.1.1 60 silly currentTree | | | -- err-code@1.1.2
60 silly currentTree | | -- protoduck@5.0.0 60 silly currentTree | | -- genfun@4.0.1
60 silly currentTree | +-- path-is-inside@1.0.2
60 silly currentTree | +-- promise-inflight@1.0.1
60 silly currentTree | +-- qrcode-terminal@0.11.0
60 silly currentTree | +-- query-string@5.1.0
60 silly currentTree | | +-- decode-uri-component@0.2.0
60 silly currentTree | | +-- object-assign@4.1.1
60 silly currentTree | | -- strict-uri-encode@1.1.0 60 silly currentTree | +-- qw@1.0.1 60 silly currentTree | +-- read-cmd-shim@1.0.1 60 silly currentTree | +-- read-installed@4.0.3 60 silly currentTree | | -- util-extend@1.0.3
60 silly currentTree | +-- read-package-json@2.0.13
60 silly currentTree | | +-- json-parse-better-errors@1.0.1
60 silly currentTree | | -- slash@1.0.0 60 silly currentTree | +-- read-package-tree@5.1.6 60 silly currentTree | +-- read@1.0.7 60 silly currentTree | | -- mute-stream@0.0.7
60 silly currentTree | +-- readable-stream@2.3.5
60 silly currentTree | | +-- core-util-is@1.0.2
60 silly currentTree | | +-- isarray@1.0.0
60 silly currentTree | | +-- process-nextick-args@2.0.0
60 silly currentTree | | +-- string_decoder@1.0.3
60 silly currentTree | | -- util-deprecate@1.0.2 60 silly currentTree | +-- readdir-scoped-modules@1.0.2 60 silly currentTree | +-- request@2.83.0 60 silly currentTree | | +-- aws-sign2@0.7.0 60 silly currentTree | | +-- aws4@1.6.0 60 silly currentTree | | +-- caseless@0.12.0 60 silly currentTree | | +-- combined-stream@1.0.5 60 silly currentTree | | | -- delayed-stream@1.0.0
60 silly currentTree | | +-- extend@3.0.1
60 silly currentTree | | +-- forever-agent@0.6.1
60 silly currentTree | | +-- form-data@2.3.1
60 silly currentTree | | | -- asynckit@0.4.0 60 silly currentTree | | +-- har-validator@5.0.3 60 silly currentTree | | | +-- ajv@5.2.3 60 silly currentTree | | | | +-- co@4.6.0 60 silly currentTree | | | | +-- fast-deep-equal@1.0.0 60 silly currentTree | | | | +-- json-schema-traverse@0.3.1 60 silly currentTree | | | | -- json-stable-stringify@1.0.1
60 silly currentTree | | | | -- jsonify@0.0.0 60 silly currentTree | | | -- har-schema@2.0.0
60 silly currentTree | | +-- hawk@6.0.2
60 silly currentTree | | | +-- boom@4.3.1
60 silly currentTree | | | +-- cryptiles@3.1.2
60 silly currentTree | | | | -- boom@5.2.0 60 silly currentTree | | | +-- hoek@4.2.0 60 silly currentTree | | | -- sntp@2.0.2
60 silly currentTree | | +-- http-signature@1.2.0
60 silly currentTree | | | +-- assert-plus@1.0.0
60 silly currentTree | | | +-- jsprim@1.4.1
60 silly currentTree | | | | +-- extsprintf@1.3.0
60 silly currentTree | | | | +-- json-schema@0.2.3
60 silly currentTree | | | | -- verror@1.10.0 60 silly currentTree | | | | -- core-util-is@1.0.2
60 silly currentTree | | | -- sshpk@1.13.1 60 silly currentTree | | | +-- asn1@0.2.3 60 silly currentTree | | | +-- bcrypt-pbkdf@1.0.1 60 silly currentTree | | | +-- dashdash@1.14.1 60 silly currentTree | | | +-- ecc-jsbn@0.1.1 60 silly currentTree | | | +-- getpass@0.1.7 60 silly currentTree | | | +-- jsbn@0.1.1 60 silly currentTree | | | -- tweetnacl@0.14.5
60 silly currentTree | | +-- is-typedarray@1.0.0
60 silly currentTree | | +-- isstream@0.1.2
60 silly currentTree | | +-- json-stringify-safe@5.0.1
60 silly currentTree | | +-- mime-types@2.1.17
60 silly currentTree | | | -- mime-db@1.30.0 60 silly currentTree | | +-- oauth-sign@0.8.2 60 silly currentTree | | +-- performance-now@2.1.0 60 silly currentTree | | +-- qs@6.5.1 60 silly currentTree | | +-- stringstream@0.0.5 60 silly currentTree | | +-- tough-cookie@2.3.3 60 silly currentTree | | | -- punycode@1.4.1
60 silly currentTree | | -- tunnel-agent@0.6.0 60 silly currentTree | +-- retry@0.10.1 60 silly currentTree | +-- rimraf@2.6.2 60 silly currentTree | +-- safe-buffer@5.1.1 60 silly currentTree | +-- semver@5.5.0 60 silly currentTree | +-- sha@2.0.1 60 silly currentTree | +-- slide@1.1.6 60 silly currentTree | +-- sorted-object@2.0.1 60 silly currentTree | +-- sorted-union-stream@2.1.3 60 silly currentTree | | +-- from2@1.3.0 60 silly currentTree | | | -- readable-stream@1.1.14
60 silly currentTree | | | +-- core-util-is@1.0.2
60 silly currentTree | | | +-- isarray@0.0.1
60 silly currentTree | | | -- string_decoder@0.10.31 60 silly currentTree | | -- stream-iterate@1.2.0
60 silly currentTree | | -- stream-shift@1.0.0 60 silly currentTree | +-- ssri@5.2.4 60 silly currentTree | +-- strip-ansi@4.0.0 60 silly currentTree | | -- ansi-regex@3.0.0
60 silly currentTree | +-- tar@4.4.0
60 silly currentTree | | +-- fs-minipass@1.2.5
60 silly currentTree | | +-- minipass@2.2.1
60 silly currentTree | | +-- minizlib@1.1.0
60 silly currentTree | | -- yallist@3.0.2 60 silly currentTree | +-- text-table@0.2.0 60 silly currentTree | +-- uid-number@0.0.6 60 silly currentTree | +-- umask@1.1.0 60 silly currentTree | +-- unique-filename@1.1.0 60 silly currentTree | | -- unique-slug@2.0.0
60 silly currentTree | +-- unpipe@1.0.0
60 silly currentTree | +-- update-notifier@2.3.0
60 silly currentTree | | +-- boxen@1.2.1
60 silly currentTree | | | +-- ansi-align@2.0.0
60 silly currentTree | | | +-- camelcase@4.1.0
60 silly currentTree | | | +-- cli-boxes@1.0.0
60 silly currentTree | | | +-- string-width@2.1.1
60 silly currentTree | | | | -- is-fullwidth-code-point@2.0.0 60 silly currentTree | | | +-- term-size@1.2.0 60 silly currentTree | | | | -- execa@0.7.0
60 silly currentTree | | | | +-- cross-spawn@5.1.0
60 silly currentTree | | | | | -- shebang-command@1.2.0 60 silly currentTree | | | | | -- shebang-regex@1.0.0
60 silly currentTree | | | | +-- get-stream@3.0.0
60 silly currentTree | | | | +-- is-stream@1.1.0
60 silly currentTree | | | | +-- npm-run-path@2.0.2
60 silly currentTree | | | | | -- path-key@2.0.1 60 silly currentTree | | | | +-- p-finally@1.0.0 60 silly currentTree | | | | +-- signal-exit@3.0.2 60 silly currentTree | | | | -- strip-eof@1.0.0
60 silly currentTree | | | -- widest-line@1.0.0 60 silly currentTree | | | -- string-width@1.0.2
60 silly currentTree | | | +-- code-point-at@1.1.0
60 silly currentTree | | | +-- is-fullwidth-code-point@1.0.0
60 silly currentTree | | | | -- number-is-nan@1.0.1 60 silly currentTree | | | -- strip-ansi@3.0.1
60 silly currentTree | | | -- ansi-regex@2.1.1 60 silly currentTree | | +-- chalk@2.1.0 60 silly currentTree | | | +-- ansi-styles@3.2.0 60 silly currentTree | | | | -- color-convert@1.9.0
60 silly currentTree | | | | -- color-name@1.1.3 60 silly currentTree | | | +-- escape-string-regexp@1.0.5 60 silly currentTree | | | -- supports-color@4.4.0
60 silly currentTree | | | -- has-flag@2.0.0 60 silly currentTree | | +-- configstore@3.1.1 60 silly currentTree | | | +-- dot-prop@4.2.0 60 silly currentTree | | | | -- is-obj@1.0.1
60 silly currentTree | | | +-- make-dir@1.0.0
60 silly currentTree | | | | -- pify@2.3.0 60 silly currentTree | | | -- unique-string@1.0.0
60 silly currentTree | | | -- crypto-random-string@1.0.0 60 silly currentTree | | +-- import-lazy@2.1.0 60 silly currentTree | | +-- is-installed-globally@0.1.0 60 silly currentTree | | | +-- global-dirs@0.1.0 60 silly currentTree | | | -- is-path-inside@1.0.0
60 silly currentTree | | +-- is-npm@1.0.0
60 silly currentTree | | +-- latest-version@3.1.0
60 silly currentTree | | | -- package-json@4.0.1 60 silly currentTree | | | +-- got@6.7.1 60 silly currentTree | | | | +-- create-error-class@3.0.2 60 silly currentTree | | | | | -- capture-stack-trace@1.0.0
60 silly currentTree | | | | +-- duplexer3@0.1.4
60 silly currentTree | | | | +-- get-stream@3.0.0
60 silly currentTree | | | | +-- is-redirect@1.0.0
60 silly currentTree | | | | +-- is-retry-allowed@1.1.0
60 silly currentTree | | | | +-- is-stream@1.1.0
60 silly currentTree | | | | +-- lowercase-keys@1.0.0
60 silly currentTree | | | | +-- timed-out@4.0.1
60 silly currentTree | | | | +-- unzip-response@2.0.1
60 silly currentTree | | | | -- url-parse-lax@1.0.0 60 silly currentTree | | | | -- prepend-http@1.0.4
60 silly currentTree | | | +-- registry-auth-token@3.3.1
60 silly currentTree | | | | -- rc@1.2.1 60 silly currentTree | | | | +-- deep-extend@0.4.2 60 silly currentTree | | | | +-- minimist@1.2.0 60 silly currentTree | | | | -- strip-json-comments@2.0.1
60 silly currentTree | | | -- registry-url@3.1.0 60 silly currentTree | | | -- rc@1.2.1
60 silly currentTree | | | +-- deep-extend@0.4.2
60 silly currentTree | | | +-- minimist@1.2.0
60 silly currentTree | | | -- strip-json-comments@2.0.1 60 silly currentTree | | +-- semver-diff@2.1.0 60 silly currentTree | | -- xdg-basedir@3.0.0
60 silly currentTree | +-- uuid@3.2.1
60 silly currentTree | +-- validate-npm-package-license@3.0.1
60 silly currentTree | | +-- spdx-correct@1.0.2
60 silly currentTree | | | -- spdx-license-ids@1.2.2 60 silly currentTree | | -- spdx-expression-parse@1.0.4
60 silly currentTree | +-- validate-npm-package-name@3.0.0
60 silly currentTree | | -- builtins@1.0.3 60 silly currentTree | +-- which@1.3.0 60 silly currentTree | | -- isexe@2.0.0
60 silly currentTree | +-- worker-farm@1.5.4
60 silly currentTree | | +-- errno@0.1.7
60 silly currentTree | | | -- prr@1.0.1 60 silly currentTree | | -- xtend@4.0.1
60 silly currentTree | +-- wrappy@1.0.2
60 silly currentTree | -- write-file-atomic@2.3.0 60 silly currentTree | -- signal-exit@3.0.2
60 silly currentTree +-- npmlog@4.1.2
60 silly currentTree +-- nugget@2.0.1
60 silly currentTree | -- minimist@1.2.0 60 silly currentTree +-- number-is-nan@1.0.1 60 silly currentTree +-- oauth-sign@0.8.2 60 silly currentTree +-- object-assign@4.1.1 60 silly currentTree +-- object-get-own-property-descriptor-x@3.2.0 60 silly currentTree | -- is-primitive@2.0.0
60 silly currentTree +-- object-keys@0.4.0
60 silly currentTree +-- once@1.4.0
60 silly currentTree +-- onetime@2.0.1
60 silly currentTree +-- ora@1.4.0
60 silly currentTree | +-- ansi-styles@3.2.1
60 silly currentTree | +-- chalk@2.3.2
60 silly currentTree | +-- color-convert@1.9.1
60 silly currentTree | -- supports-color@5.3.0 60 silly currentTree +-- os-homedir@1.0.2 60 silly currentTree +-- os-locale@1.4.0 60 silly currentTree +-- os-tmpdir@1.0.2 60 silly currentTree +-- osenv@0.1.5 60 silly currentTree +-- p-finally@1.0.0 60 silly currentTree +-- p-limit@1.2.0 60 silly currentTree +-- p-locate@2.0.0 60 silly currentTree +-- p-try@1.0.0 60 silly currentTree +-- package-json@4.0.1 60 silly currentTree +-- parse-author@2.0.0 60 silly currentTree +-- parse-color@1.0.0 60 silly currentTree +-- parse-int-x@2.0.0 60 silly currentTree +-- parse-json@2.2.0 60 silly currentTree +-- path-exists@2.1.0 60 silly currentTree +-- path-is-absolute@1.0.1 60 silly currentTree +-- path-is-inside@1.0.2 60 silly currentTree +-- path-key@2.0.1 60 silly currentTree +-- path-parse@1.0.5 60 silly currentTree +-- path-type@1.1.0 60 silly currentTree +-- pend@1.2.0 60 silly currentTree +-- performance-now@2.1.0 60 silly currentTree +-- pify@2.3.0 60 silly currentTree +-- pinkie-promise@2.0.1 60 silly currentTree +-- pinkie@2.0.4 60 silly currentTree +-- plist@2.1.0 60 silly currentTree +-- pouchdb-abstract-mapreduce@6.4.3 60 silly currentTree +-- pouchdb-adapter-node-websql@6.4.3 60 silly currentTree +-- pouchdb-adapter-utils@6.4.3 60 silly currentTree +-- pouchdb-adapter-websql-core@6.4.3 60 silly currentTree +-- pouchdb-ajax@6.4.2 60 silly currentTree | +-- buffer-from@0.1.1 60 silly currentTree | +-- pouchdb-binary-utils@6.4.2 60 silly currentTree | +-- pouchdb-collections@6.4.2 60 silly currentTree | +-- pouchdb-errors@6.4.2 60 silly currentTree | +-- pouchdb-promise@6.4.2 60 silly currentTree | | +-- immediate@3.0.6 60 silly currentTree | | -- lie@3.1.1
60 silly currentTree | +-- pouchdb-utils@6.4.2
60 silly currentTree | | +-- argsarray@0.0.1
60 silly currentTree | | +-- clone-buffer@1.0.0
60 silly currentTree | | -- immediate@3.0.6 60 silly currentTree | -- request@2.83.0
60 silly currentTree +-- pouchdb-authentication@1.1.1
60 silly currentTree +-- pouchdb-binary-utils@6.4.3
60 silly currentTree +-- pouchdb-browser@6.4.3
60 silly currentTree | -- debug@3.1.0 60 silly currentTree +-- pouchdb-collate@6.4.3 60 silly currentTree +-- pouchdb-collections@6.4.3 60 silly currentTree +-- pouchdb-errors@6.4.3 60 silly currentTree +-- pouchdb-find@6.4.3 60 silly currentTree +-- pouchdb-json@6.4.3 60 silly currentTree +-- pouchdb-mapreduce-utils@6.4.3 60 silly currentTree +-- pouchdb-md5@6.4.3 60 silly currentTree +-- pouchdb-merge@6.4.3 60 silly currentTree +-- pouchdb-promise@6.4.3 60 silly currentTree +-- pouchdb-selector-core@6.4.3 60 silly currentTree +-- pouchdb-utils@6.4.3 60 silly currentTree +-- prepend-http@1.0.4 60 silly currentTree +-- pretty-bytes@1.0.4 60 silly currentTree +-- printj@1.1.2 60 silly currentTree +-- process-nextick-args@2.0.0 60 silly currentTree +-- progress-ex@2.0.0 60 silly currentTree +-- progress-stream@1.2.0 60 silly currentTree +-- promise@1.3.0 60 silly currentTree +-- property-is-enumerable-x@1.1.0 60 silly currentTree +-- pruner@0.0.7 60 silly currentTree | +-- fs-extra@4.0.3 60 silly currentTree | | -- universalify@0.1.1
60 silly currentTree | -- jsonfile@4.0.0 60 silly currentTree +-- pseudomap@1.0.2 60 silly currentTree +-- punycode@1.4.1 60 silly currentTree +-- q@1.5.1 60 silly currentTree +-- qs@6.5.1 60 silly currentTree +-- querystringify@1.0.0 60 silly currentTree +-- rc@1.2.6 60 silly currentTree | -- minimist@1.2.0
60 silly currentTree +-- rcedit@0.9.0
60 silly currentTree +-- read-pkg-up@1.0.1
60 silly currentTree +-- read-pkg@1.1.0
60 silly currentTree +-- readable-stream@2.3.5
60 silly currentTree +-- redent@1.0.0
60 silly currentTree +-- registry-auth-token@3.3.2
60 silly currentTree +-- registry-url@3.1.0
60 silly currentTree +-- repeating@2.0.1
60 silly currentTree +-- replace-comments-x@2.0.0
60 silly currentTree +-- request@2.85.0
60 silly currentTree +-- require-coercible-to-string-x@1.0.2
60 silly currentTree +-- require-directory@2.1.1
60 silly currentTree +-- require-main-filename@1.0.1
60 silly currentTree +-- require-object-coercible-x@1.4.3
60 silly currentTree +-- requires-port@1.0.0
60 silly currentTree +-- resolve@1.5.0
60 silly currentTree +-- restore-cursor@2.0.0
60 silly currentTree +-- rimraf@2.6.2
60 silly currentTree +-- rxjs@5.5.8
60 silly currentTree +-- safe-buffer@5.1.1
60 silly currentTree +-- sanitize-filename@1.6.1
60 silly currentTree +-- semver-diff@2.1.0
60 silly currentTree +-- semver@5.5.0
60 silly currentTree +-- set-blocking@2.0.0
60 silly currentTree +-- shebang-command@1.2.0
60 silly currentTree +-- shebang-regex@1.0.0
60 silly currentTree +-- signal-exit@3.0.2
60 silly currentTree +-- single-line-log@1.1.2
60 silly currentTree +-- sntp@2.1.0
60 silly currentTree +-- source-map-support@0.4.18
60 silly currentTree +-- source-map@0.5.7
60 silly currentTree +-- spark-md5@3.0.0
60 silly currentTree +-- spawn-rx@2.0.12
60 silly currentTree +-- spdx-correct@3.0.0
60 silly currentTree +-- spdx-exceptions@2.1.0
60 silly currentTree +-- spdx-expression-parse@3.0.0
60 silly currentTree +-- spdx-license-ids@3.0.0
60 silly currentTree +-- speedometer@0.1.4
60 silly currentTree +-- sprintf-js@1.0.3
60 silly currentTree +-- sqlite3@3.1.13
60 silly currentTree | +-- abbrev@1.1.1
60 silly currentTree | +-- ajv@4.11.8
60 silly currentTree | +-- ansi-regex@2.1.1
60 silly currentTree | +-- aproba@1.2.0
60 silly currentTree | +-- are-we-there-yet@1.1.4
60 silly currentTree | +-- asn1@0.2.3
60 silly currentTree | +-- assert-plus@0.2.0
60 silly currentTree | +-- asynckit@0.4.0
60 silly currentTree | +-- aws-sign2@0.6.0
60 silly currentTree | +-- aws4@1.6.0
60 silly currentTree | +-- balanced-match@1.0.0
60 silly currentTree | +-- bcrypt-pbkdf@1.0.1
60 silly currentTree | +-- block-stream@0.0.9
60 silly currentTree | +-- boom@2.10.1
60 silly currentTree | +-- brace-expansion@1.1.8
60 silly currentTree | +-- caseless@0.12.0
60 silly currentTree | +-- co@4.6.0
60 silly currentTree | +-- code-point-at@1.1.0
60 silly currentTree | +-- combined-stream@1.0.5
60 silly currentTree | +-- concat-map@0.0.1
60 silly currentTree | +-- console-control-strings@1.1.0
60 silly currentTree | +-- core-util-is@1.0.2
60 silly currentTree | +-- cryptiles@2.0.5
60 silly currentTree | +-- dashdash@1.14.1
60 silly currentTree | | -- assert-plus@1.0.0 60 silly currentTree | +-- debug@2.6.9 60 silly currentTree | +-- deep-extend@0.4.2 60 silly currentTree | +-- delayed-stream@1.0.0 60 silly currentTree | +-- delegates@1.0.0 60 silly currentTree | +-- ecc-jsbn@0.1.1 60 silly currentTree | +-- extend@3.0.1 60 silly currentTree | +-- extsprintf@1.3.0 60 silly currentTree | +-- forever-agent@0.6.1 60 silly currentTree | +-- form-data@2.1.4 60 silly currentTree | +-- fs.realpath@1.0.0 60 silly currentTree | +-- fstream-ignore@1.0.5 60 silly currentTree | +-- fstream@1.0.11 60 silly currentTree | +-- gauge@2.7.4 60 silly currentTree | +-- getpass@0.1.7 60 silly currentTree | | -- assert-plus@1.0.0
60 silly currentTree | +-- glob@7.1.2
60 silly currentTree | +-- graceful-fs@4.1.11
60 silly currentTree | +-- har-schema@1.0.5
60 silly currentTree | +-- har-validator@4.2.1
60 silly currentTree | +-- has-unicode@2.0.1
60 silly currentTree | +-- hawk@3.1.3
60 silly currentTree | +-- hoek@2.16.3
60 silly currentTree | +-- http-signature@1.1.1
60 silly currentTree | +-- inflight@1.0.6
60 silly currentTree | +-- inherits@2.0.3
60 silly currentTree | +-- ini@1.3.4
60 silly currentTree | +-- is-fullwidth-code-point@1.0.0
60 silly currentTree | +-- is-typedarray@1.0.0
60 silly currentTree | +-- isarray@1.0.0
60 silly currentTree | +-- isstream@0.1.2
60 silly currentTree | +-- jsbn@0.1.1
60 silly currentTree | +-- json-schema@0.2.3
60 silly currentTree | +-- json-stable-stringify@1.0.1
60 silly currentTree | +-- json-stringify-safe@5.0.1
60 silly currentTree | +-- jsonify@0.0.0
60 silly currentTree | +-- jsprim@1.4.1
60 silly currentTree | | -- assert-plus@1.0.0 60 silly currentTree | +-- mime-db@1.30.0 60 silly currentTree | +-- mime-types@2.1.17 60 silly currentTree | +-- minimatch@3.0.4 60 silly currentTree | +-- minimist@0.0.8 60 silly currentTree | +-- mkdirp@0.5.1 60 silly currentTree | +-- ms@2.0.0 60 silly currentTree | +-- node-pre-gyp@0.6.38 60 silly currentTree | +-- nopt@4.0.1 60 silly currentTree | +-- npmlog@4.1.2 60 silly currentTree | +-- number-is-nan@1.0.1 60 silly currentTree | +-- oauth-sign@0.8.2 60 silly currentTree | +-- object-assign@4.1.1 60 silly currentTree | +-- once@1.4.0 60 silly currentTree | +-- os-homedir@1.0.2 60 silly currentTree | +-- os-tmpdir@1.0.2 60 silly currentTree | +-- osenv@0.1.4 60 silly currentTree | +-- path-is-absolute@1.0.1 60 silly currentTree | +-- performance-now@0.2.0 60 silly currentTree | +-- process-nextick-args@1.0.7 60 silly currentTree | +-- punycode@1.4.1 60 silly currentTree | +-- qs@6.4.0 60 silly currentTree | +-- rc@1.2.1 60 silly currentTree | | -- minimist@1.2.0
60 silly currentTree | +-- readable-stream@2.3.3
60 silly currentTree | +-- request@2.81.0
60 silly currentTree | +-- rimraf@2.6.2
60 silly currentTree | +-- safe-buffer@5.1.1
60 silly currentTree | +-- semver@5.4.1
60 silly currentTree | +-- set-blocking@2.0.0
60 silly currentTree | +-- signal-exit@3.0.2
60 silly currentTree | +-- sntp@1.0.9
60 silly currentTree | +-- sshpk@1.13.1
60 silly currentTree | | -- assert-plus@1.0.0 60 silly currentTree | +-- string_decoder@1.0.3 60 silly currentTree | +-- string-width@1.0.2 60 silly currentTree | +-- stringstream@0.0.5 60 silly currentTree | +-- strip-ansi@3.0.1 60 silly currentTree | +-- strip-json-comments@2.0.1 60 silly currentTree | +-- tar-pack@3.4.0 60 silly currentTree | +-- tar@2.2.1 60 silly currentTree | +-- tough-cookie@2.3.3 60 silly currentTree | +-- tunnel-agent@0.6.0 60 silly currentTree | +-- tweetnacl@0.14.5 60 silly currentTree | +-- uid-number@0.0.6 60 silly currentTree | +-- util-deprecate@1.0.2 60 silly currentTree | +-- uuid@3.1.0 60 silly currentTree | +-- verror@1.10.0 60 silly currentTree | | -- assert-plus@1.0.0
60 silly currentTree | +-- wide-align@1.1.2
60 silly currentTree | -- wrappy@1.0.2 60 silly currentTree +-- ssf@0.10.2 60 silly currentTree +-- sshpk@1.14.1 60 silly currentTree +-- stat-mode@0.2.2 60 silly currentTree +-- string_decoder@1.0.3 60 silly currentTree +-- string-width@1.0.2 60 silly currentTree +-- stringstream@0.0.5 60 silly currentTree +-- strip-ansi@3.0.1 60 silly currentTree +-- strip-bom@2.0.0 60 silly currentTree +-- strip-eof@1.0.0 60 silly currentTree +-- strip-indent@1.0.1 60 silly currentTree +-- strip-json-comments@2.0.1 60 silly currentTree +-- sumchecker@1.3.1 60 silly currentTree +-- supports-color@2.0.0 60 silly currentTree +-- symbol-observable@1.0.1 60 silly currentTree +-- systeminformation@3.37.8 60 silly currentTree +-- tar@2.2.1 60 silly currentTree +-- term-size@1.2.0 60 silly currentTree +-- thenify-all@1.6.0 60 silly currentTree +-- thenify@3.3.0 60 silly currentTree +-- throttleit@0.0.2 60 silly currentTree +-- through2@0.2.3 60 silly currentTree | +-- isarray@0.0.1 60 silly currentTree | +-- readable-stream@1.1.14 60 silly currentTree | -- string_decoder@0.10.31
60 silly currentTree +-- timed-out@4.0.1
60 silly currentTree +-- tiny-queue@0.2.1
60 silly currentTree +-- tmp@0.0.28
60 silly currentTree +-- to-boolean-x@1.0.3
60 silly currentTree +-- to-integer-x@3.0.0
60 silly currentTree +-- to-number-x@2.0.0
60 silly currentTree +-- to-object-x@1.5.0
60 silly currentTree +-- to-primitive-x@1.1.0
60 silly currentTree | -- is-primitive@2.0.0 60 silly currentTree +-- to-property-key-x@2.0.2 60 silly currentTree +-- to-string-symbols-supported-x@1.0.2 60 silly currentTree +-- to-string-tag-x@1.4.3 60 silly currentTree +-- to-string-x@1.4.5 60 silly currentTree +-- touch@0.0.3 60 silly currentTree | -- nopt@1.0.10
60 silly currentTree +-- tough-cookie@2.3.4
60 silly currentTree +-- traverse@0.3.9
60 silly currentTree +-- trim-left-x@3.0.0
60 silly currentTree +-- trim-newlines@1.0.0
60 silly currentTree +-- trim-right-x@3.0.0
60 silly currentTree +-- trim-x@3.0.0
60 silly currentTree +-- truncate-utf8-bytes@1.0.2
60 silly currentTree +-- tunnel-agent@0.6.0
60 silly currentTree +-- tweetnacl@0.14.5
60 silly currentTree +-- typedarray@0.0.6
60 silly currentTree +-- unique-string@1.0.0
60 silly currentTree +-- universalify@0.1.1
60 silly currentTree +-- unzip-response@2.0.1
60 silly currentTree +-- update-notifier@2.4.0
60 silly currentTree | +-- ansi-styles@3.2.1
60 silly currentTree | +-- chalk@2.3.2
60 silly currentTree | +-- color-convert@1.9.1
60 silly currentTree | -- supports-color@5.3.0 60 silly currentTree +-- url-join@3.0.0 60 silly currentTree +-- url-parse-lax@1.0.0 60 silly currentTree +-- url-parse@1.2.0 60 silly currentTree +-- utf8-byte-length@1.0.4 60 silly currentTree +-- util-deprecate@1.0.2 60 silly currentTree +-- uuid-1345@0.99.6 60 silly currentTree +-- uuid@3.2.1 60 silly currentTree +-- validate-npm-package-license@3.0.3 60 silly currentTree +-- validate.io-undefined@1.0.3 60 silly currentTree +-- verror@1.10.0 60 silly currentTree +-- vuvuzela@1.0.3 60 silly currentTree +-- websql@0.4.4 60 silly currentTree | +-- immediate@3.2.3 60 silly currentTree | -- pouchdb-collections@1.0.1
60 silly currentTree +-- which-module@1.0.0
60 silly currentTree +-- which@1.3.0
60 silly currentTree +-- white-space-x@3.0.1
60 silly currentTree +-- wide-align@1.1.2
60 silly currentTree +-- widest-line@2.0.0
60 silly currentTree | +-- ansi-regex@3.0.0
60 silly currentTree | +-- is-fullwidth-code-point@2.0.0
60 silly currentTree | +-- string-width@2.1.1
60 silly currentTree | -- strip-ansi@4.0.0 60 silly currentTree +-- wrap-ansi@2.1.0 60 silly currentTree +-- wrappy@1.0.2 60 silly currentTree +-- write-file-atomic@2.3.0 60 silly currentTree +-- xdg-basedir@3.0.0 60 silly currentTree +-- xlsx@0.11.19 60 silly currentTree | -- commander@2.13.0
60 silly currentTree +-- xmlbuilder@8.2.2
60 silly currentTree +-- xmldom@0.1.27
60 silly currentTree +-- xtend@2.1.2
60 silly currentTree +-- y18n@3.2.1
60 silly currentTree +-- yallist@2.1.2
60 silly currentTree +-- yargs-parser@4.2.1
60 silly currentTree | -- camelcase@3.0.0 60 silly currentTree +-- yargs@6.6.0 60 silly currentTree | -- camelcase@3.0.0
60 silly currentTree -- yauzl@2.4.1 61 silly idealTree efas@1.1.6 61 silly idealTree +-- @types/node@7.0.58 61 silly idealTree +-- 7zip-bin-win@2.1.1 61 silly idealTree +-- 7zip-bin@2.4.1 61 silly idealTree +-- abbrev@1.1.1 61 silly idealTree +-- adler-32@1.2.0 61 silly idealTree +-- ajv@5.5.2 61 silly idealTree +-- ansi-align@2.0.0 61 silly idealTree | +-- ansi-regex@3.0.0 61 silly idealTree | +-- is-fullwidth-code-point@2.0.0 61 silly idealTree | +-- string-width@2.1.1 61 silly idealTree | -- strip-ansi@4.0.0
61 silly idealTree +-- ansi-regex@2.1.1
61 silly idealTree +-- ansi-styles@2.2.1
61 silly idealTree +-- any-promise@1.3.0
61 silly idealTree +-- aproba@1.2.0
61 silly idealTree +-- are-we-there-yet@1.1.4
61 silly idealTree +-- argparse@1.0.10
61 silly idealTree +-- argsarray@0.0.1
61 silly idealTree +-- array-find-index@1.0.2
61 silly idealTree +-- asar@0.14.0
61 silly idealTree | +-- glob@6.0.4
61 silly idealTree | | +-- inflight@1.0.6
61 silly idealTree | | +-- inherits@2.0.3
61 silly idealTree | | +-- once@1.4.0
61 silly idealTree | | -- path-is-absolute@1.0.1 61 silly idealTree | -- minimatch@3.0.4
61 silly idealTree +-- asn1@0.2.3
61 silly idealTree +-- assert-plus@1.0.0
61 silly idealTree +-- asynckit@0.4.0
61 silly idealTree +-- attempt-x@1.1.3
61 silly idealTree +-- author-regex@1.0.0
61 silly idealTree +-- aws-sign2@0.7.0
61 silly idealTree +-- aws4@1.6.0
61 silly idealTree +-- axios@0.17.1
61 silly idealTree +-- balanced-match@1.0.0
61 silly idealTree +-- base64-js@1.2.0
61 silly idealTree +-- bcrypt-pbkdf@1.0.1
61 silly idealTree +-- binary@0.3.0
61 silly idealTree +-- block-stream@0.0.9
61 silly idealTree +-- bluebird-lst@1.0.5
61 silly idealTree +-- bluebird@3.5.1
61 silly idealTree +-- boom@4.3.1
61 silly idealTree +-- boxen@1.3.0
61 silly idealTree | +-- ansi-regex@3.0.0
61 silly idealTree | +-- ansi-styles@3.2.1
61 silly idealTree | +-- camelcase@4.1.0
61 silly idealTree | +-- chalk@2.3.2
61 silly idealTree | +-- color-convert@1.9.1
61 silly idealTree | +-- is-fullwidth-code-point@2.0.0
61 silly idealTree | +-- string-width@2.1.1
61 silly idealTree | +-- strip-ansi@4.0.0
61 silly idealTree | -- supports-color@5.3.0 61 silly idealTree +-- brace-expansion@1.1.11 61 silly idealTree +-- buffer-from@0.1.1 61 silly idealTree +-- buffers@0.1.1 61 silly idealTree +-- builtin-modules@1.1.1 61 silly idealTree +-- cached-constructors-x@1.0.2 61 silly idealTree +-- camelcase-keys@2.1.0 61 silly idealTree +-- camelcase@2.1.1 61 silly idealTree +-- capture-stack-trace@1.0.0 61 silly idealTree +-- caseless@0.12.0 61 silly idealTree +-- cfb@1.0.5 61 silly idealTree +-- chainsaw@0.1.0 61 silly idealTree +-- chalk@1.1.3 61 silly idealTree +-- chromium-pickle-js@0.2.0 61 silly idealTree +-- ci-info@1.1.3 61 silly idealTree +-- cli-boxes@1.0.0 61 silly idealTree +-- cli-cursor@2.1.0 61 silly idealTree +-- cli-spinners@1.3.0 61 silly idealTree +-- cliui@3.2.0 61 silly idealTree +-- clone-buffer@1.0.0 61 silly idealTree +-- co@4.6.0 61 silly idealTree +-- code-point-at@1.1.0 61 silly idealTree +-- codepage@1.12.2 61 silly idealTree | -- commander@2.14.1
61 silly idealTree +-- color-convert@0.5.3
61 silly idealTree +-- color-name@1.1.3
61 silly idealTree +-- colors@1.2.1
61 silly idealTree +-- combined-stream@1.0.6
61 silly idealTree +-- commander@2.15.1
61 silly idealTree +-- compare-version@0.1.2
61 silly idealTree +-- concat-map@0.0.1
61 silly idealTree +-- concat-stream@1.6.0
61 silly idealTree +-- configstore@3.1.2
61 silly idealTree +-- console-control-strings@1.1.0
61 silly idealTree +-- core-util-is@1.0.2
61 silly idealTree +-- crc-32@1.2.0
61 silly idealTree +-- create-error-class@3.0.2
61 silly idealTree +-- cross-spawn@5.1.0
61 silly idealTree +-- cryptiles@3.1.2
61 silly idealTree | -- boom@5.2.0 61 silly idealTree +-- crypto-random-string@1.0.0 61 silly idealTree +-- cuint@0.2.2 61 silly idealTree +-- currently-unhandled@0.4.1 61 silly idealTree +-- dashdash@1.14.1 61 silly idealTree +-- debug@2.6.9 61 silly idealTree +-- decamelize@1.2.0 61 silly idealTree +-- decompress-zip@0.3.0 61 silly idealTree | +-- isarray@0.0.1 61 silly idealTree | +-- readable-stream@1.1.14 61 silly idealTree | | +-- core-util-is@1.0.2 61 silly idealTree | | -- inherits@2.0.3
61 silly idealTree | -- string_decoder@0.10.31 61 silly idealTree +-- deep-extend@0.4.2 61 silly idealTree +-- delayed-stream@1.0.0 61 silly idealTree +-- delegates@1.0.0 61 silly idealTree +-- detect-libc@1.0.3 61 silly idealTree +-- dot-prop@4.2.0 61 silly idealTree +-- duplexer3@0.1.4 61 silly idealTree +-- ecc-jsbn@0.1.1 61 silly idealTree +-- electron-builder-core@13.6.0 61 silly idealTree +-- electron-builder-http@13.10.1 61 silly idealTree | +-- debug@2.6.1 61 silly idealTree | -- ms@0.7.2
61 silly idealTree +-- electron-builder-util@13.10.1
61 silly idealTree | +-- debug@2.6.1
61 silly idealTree | +-- ms@0.7.2
61 silly idealTree | -- tunnel-agent@0.4.3 61 silly idealTree +-- electron-builder@13.11.1 61 silly idealTree | +-- asar-electron-builder@0.13.5 61 silly idealTree | +-- electron-download-tf@3.2.0 61 silly idealTree | +-- fs-extra@2.1.2 61 silly idealTree | +-- minimist@1.2.0 61 silly idealTree | +-- path-exists@3.0.0 61 silly idealTree | -- sumchecker@2.0.2
61 silly idealTree +-- electron-download@3.3.0
61 silly idealTree | +-- fs-extra@0.30.0
61 silly idealTree | -- minimist@1.2.0 61 silly idealTree +-- electron-log@2.2.14 61 silly idealTree +-- electron-macos-sign@1.6.0 61 silly idealTree +-- electron-osx-sign@0.4.7 61 silly idealTree | -- minimist@1.2.0
61 silly idealTree +-- electron-packager@10.1.1
61 silly idealTree | +-- asar@0.14.0
61 silly idealTree | +-- camelcase@4.1.0
61 silly idealTree | +-- debug@3.1.0
61 silly idealTree | +-- electron-download@4.1.0
61 silly idealTree | | +-- debug@2.6.9
61 silly idealTree | | +-- fs-extra@2.1.2
61 silly idealTree | | | -- jsonfile@2.4.0 61 silly idealTree | | +-- minimist@1.2.0 61 silly idealTree | | +-- nugget@2.0.1 61 silly idealTree | | -- rc@1.2.6
61 silly idealTree | +-- fs-extra@5.0.0
61 silly idealTree | | +-- jsonfile@4.0.0
61 silly idealTree | | -- universalify@0.1.1 61 silly idealTree | +-- glob@6.0.4 61 silly idealTree | +-- path-exists@3.0.0 61 silly idealTree | +-- pify@3.0.0 61 silly idealTree | +-- semver@5.5.0 61 silly idealTree | +-- sumchecker@2.0.2 61 silly idealTree | | -- debug@2.6.9
61 silly idealTree | -- yargs-parser@8.1.0 61 silly idealTree +-- electron-publish@13.10.1 61 silly idealTree +-- electron-rebuild@1.7.3 61 silly idealTree | +-- camelcase@3.0.0 61 silly idealTree | +-- yargs-parser@5.0.0 61 silly idealTree | -- yargs@7.1.0
61 silly idealTree +-- electron@1.6.13
61 silly idealTree +-- env-paths@1.0.0
61 silly idealTree +-- error-ex@1.3.1
61 silly idealTree +-- es6-promise@4.2.4
61 silly idealTree +-- escape-string-regexp@1.0.5
61 silly idealTree +-- esprima@4.0.0
61 silly idealTree +-- execa@0.7.0
61 silly idealTree +-- exit-on-epipe@1.0.1
61 silly idealTree +-- extend@3.0.1
61 silly idealTree +-- extract-zip@1.6.6
61 silly idealTree | -- mkdirp@0.5.0 61 silly idealTree +-- extsprintf@1.3.0 61 silly idealTree +-- fast-deep-equal@1.1.0 61 silly idealTree +-- fast-json-stable-stringify@2.0.0 61 silly idealTree +-- fd-slicer@1.0.1 61 silly idealTree +-- find-up@1.1.2 61 silly idealTree +-- follow-redirects@1.4.1 61 silly idealTree | -- debug@3.1.0
61 silly idealTree +-- forever-agent@0.6.1
61 silly idealTree +-- form-data@2.3.2
61 silly idealTree +-- frac@1.1.2
61 silly idealTree +-- fs-extra-p@4.5.2
61 silly idealTree | +-- fs-extra@5.0.0
61 silly idealTree | -- jsonfile@4.0.0 61 silly idealTree +-- fs-extra@3.0.1 61 silly idealTree | -- jsonfile@3.0.1
61 silly idealTree +-- fs.realpath@1.0.0
61 silly idealTree +-- fstream@1.0.11
61 silly idealTree +-- gauge@2.7.4
61 silly idealTree +-- get-caller-file@1.0.2
61 silly idealTree +-- get-package-info@1.0.0
61 silly idealTree | +-- find-up@2.1.0
61 silly idealTree | +-- load-json-file@2.0.0
61 silly idealTree | +-- path-type@2.0.0
61 silly idealTree | +-- read-pkg-up@2.0.0
61 silly idealTree | +-- read-pkg@2.0.0
61 silly idealTree | -- strip-bom@3.0.0 61 silly idealTree +-- get-stdin@4.0.1 61 silly idealTree +-- get-stream@3.0.0 61 silly idealTree +-- getpass@0.1.7 61 silly idealTree +-- glob@7.1.2 61 silly idealTree +-- global-dirs@0.1.1 61 silly idealTree +-- got@6.7.1 61 silly idealTree +-- graceful-fs@4.1.11 61 silly idealTree +-- har-schema@2.0.0 61 silly idealTree +-- har-validator@5.0.3 61 silly idealTree +-- has-ansi@2.0.0 61 silly idealTree +-- has-flag@3.0.0 61 silly idealTree +-- has-own-property-x@3.2.0 61 silly idealTree +-- has-symbol-support-x@1.4.2 61 silly idealTree +-- has-to-string-tag-x@1.4.1 61 silly idealTree +-- has-unicode@2.0.1 61 silly idealTree +-- hawk@6.0.2 61 silly idealTree +-- hoek@4.2.1 61 silly idealTree +-- home-path@1.0.5 61 silly idealTree +-- hosted-git-info@2.6.0 61 silly idealTree +-- http-signature@1.2.0 61 silly idealTree +-- immediate@3.0.6 61 silly idealTree +-- import-lazy@2.1.0 61 silly idealTree +-- imurmurhash@0.1.4 61 silly idealTree +-- indent-string@2.1.0 61 silly idealTree +-- infinity-x@1.0.2 61 silly idealTree +-- inflight@1.0.6 61 silly idealTree +-- inherits@2.0.3 61 silly idealTree +-- ini@1.3.5 61 silly idealTree +-- invert-kv@1.0.0 61 silly idealTree +-- is-array-buffer-x@1.7.0 61 silly idealTree +-- is-arrayish@0.2.1 61 silly idealTree +-- is-buffer@1.1.6 61 silly idealTree +-- is-builtin-module@1.0.0 61 silly idealTree +-- is-ci@1.1.0 61 silly idealTree +-- is-date-object@1.0.1 61 silly idealTree +-- is-falsey-x@1.0.3 61 silly idealTree +-- is-finite-x@3.0.4 61 silly idealTree +-- is-finite@1.0.2 61 silly idealTree +-- is-fullwidth-code-point@1.0.0 61 silly idealTree +-- is-function-x@3.3.0 61 silly idealTree | -- is-primitive@2.0.0
61 silly idealTree +-- is-index-x@1.1.0
61 silly idealTree +-- is-installed-globally@0.1.0
61 silly idealTree +-- is-nan-x@1.0.3
61 silly idealTree +-- is-nil-x@1.4.2
61 silly idealTree +-- is-npm@1.0.0
61 silly idealTree +-- is-obj@1.0.1
61 silly idealTree +-- is-object-like-x@1.7.1
61 silly idealTree +-- is-path-inside@1.0.1
61 silly idealTree +-- is-primitive@3.0.0
61 silly idealTree +-- is-promise@1.0.1
61 silly idealTree +-- is-redirect@1.0.0
61 silly idealTree +-- is-retry-allowed@1.1.0
61 silly idealTree +-- is-stream@1.1.0
61 silly idealTree +-- is-string@1.0.4
61 silly idealTree +-- is-symbol@1.0.1
61 silly idealTree +-- is-typedarray@1.0.0
61 silly idealTree +-- is-utf8@0.2.1
61 silly idealTree +-- isarray@1.0.0
61 silly idealTree +-- isbinaryfile@3.0.2
61 silly idealTree +-- isexe@2.0.0
61 silly idealTree +-- isstream@0.1.2
61 silly idealTree +-- js-yaml@3.11.0
61 silly idealTree +-- jsbn@0.1.1
61 silly idealTree +-- json-schema-traverse@0.3.1
61 silly idealTree +-- json-schema@0.2.3
61 silly idealTree +-- json-stringify-safe@5.0.1
61 silly idealTree +-- jsonfile@2.4.0
61 silly idealTree +-- jsprim@1.4.1
61 silly idealTree +-- klaw@1.3.1
61 silly idealTree +-- latest-version@3.1.0
61 silly idealTree +-- lcid@1.0.0
61 silly idealTree +-- lie@3.1.1
61 silly idealTree +-- load-json-file@1.1.0
61 silly idealTree +-- locate-path@2.0.0
61 silly idealTree | -- path-exists@3.0.0 61 silly idealTree +-- lodash.assign@4.2.0 61 silly idealTree +-- lodash.get@4.4.2 61 silly idealTree +-- lodash.isnull@3.0.0 61 silly idealTree +-- lodash.toarray@4.4.0 61 silly idealTree +-- log-symbols@2.2.0 61 silly idealTree | +-- ansi-styles@3.2.1 61 silly idealTree | +-- chalk@2.3.2 61 silly idealTree | +-- color-convert@1.9.1 61 silly idealTree | -- supports-color@5.3.0
61 silly idealTree +-- loud-rejection@1.6.0
61 silly idealTree +-- lowercase-keys@1.0.1
61 silly idealTree +-- lru-cache@4.1.2
61 silly idealTree +-- macaddress@0.2.8
61 silly idealTree +-- make-dir@1.2.0
61 silly idealTree | -- pify@3.0.0 61 silly idealTree +-- map-obj@1.0.1 61 silly idealTree +-- math-clamp-x@1.2.0 61 silly idealTree +-- math-sign-x@3.0.0 61 silly idealTree +-- max-safe-integer@1.0.1 61 silly idealTree +-- meow@3.7.0 61 silly idealTree | -- minimist@1.2.0
61 silly idealTree +-- mime-db@1.33.0
61 silly idealTree +-- mime-types@2.1.18
61 silly idealTree +-- mime@1.6.0
61 silly idealTree +-- mimic-fn@1.2.0
61 silly idealTree +-- minimatch@3.0.4
61 silly idealTree +-- minimist@0.0.8
61 silly idealTree +-- mkdirp@0.5.1
61 silly idealTree +-- mkpath@0.1.0
61 silly idealTree +-- mksnapshot@0.3.1
61 silly idealTree | -- fs-extra@0.26.7 61 silly idealTree | +-- jsonfile@2.4.0 61 silly idealTree | +-- klaw@1.3.1 61 silly idealTree | +-- path-is-absolute@1.0.1 61 silly idealTree | -- rimraf@2.6.2
61 silly idealTree +-- ms@2.0.0
61 silly idealTree +-- mz@2.7.0
61 silly idealTree +-- nan-x@1.0.2
61 silly idealTree +-- nan@2.7.0
61 silly idealTree +-- node-abi@2.3.0
61 silly idealTree +-- node-emoji@1.8.1
61 silly idealTree +-- node-forge@0.7.5
61 silly idealTree +-- node-gyp@3.6.2
61 silly idealTree | -- semver@5.3.0 61 silly idealTree +-- node-sha1@1.0.1 61 silly idealTree +-- nodeify@1.0.1 61 silly idealTree +-- noop-fn@1.0.0 61 silly idealTree +-- nopt@3.0.6 61 silly idealTree +-- normalize-package-data@2.4.0 61 silly idealTree +-- normalize-space-x@3.0.0 61 silly idealTree +-- npm-run-path@2.0.2 61 silly idealTree +-- npm@5.8.0 61 silly idealTree | +-- abbrev@1.1.1 61 silly idealTree | +-- ansi-regex@3.0.0 61 silly idealTree | +-- ansicolors@0.3.2 61 silly idealTree | +-- ansistyles@0.1.3 61 silly idealTree | +-- aproba@1.2.0 61 silly idealTree | +-- archy@1.0.0 61 silly idealTree | +-- bin-links@1.1.0 61 silly idealTree | +-- bluebird@3.5.1 61 silly idealTree | +-- cacache@10.0.4 61 silly idealTree | | +-- mississippi@2.0.0 61 silly idealTree | | | +-- concat-stream@1.6.1 61 silly idealTree | | | | -- typedarray@0.0.6
61 silly idealTree | | | +-- duplexify@3.5.4
61 silly idealTree | | | | -- stream-shift@1.0.0 61 silly idealTree | | | +-- end-of-stream@1.4.1 61 silly idealTree | | | +-- flush-write-stream@1.0.2 61 silly idealTree | | | +-- from2@2.3.0 61 silly idealTree | | | +-- parallel-transform@1.1.0 61 silly idealTree | | | | -- cyclist@0.2.2
61 silly idealTree | | | +-- pump@2.0.1
61 silly idealTree | | | +-- pumpify@1.4.0
61 silly idealTree | | | +-- stream-each@1.2.2
61 silly idealTree | | | | -- stream-shift@1.0.0 61 silly idealTree | | | -- through2@2.0.3
61 silly idealTree | | | -- xtend@4.0.1 61 silly idealTree | | -- y18n@4.0.0
61 silly idealTree | +-- call-limit@1.1.0
61 silly idealTree | +-- chownr@1.0.1
61 silly idealTree | +-- cli-table2@0.2.0
61 silly idealTree | | +-- colors@1.1.2
61 silly idealTree | | +-- lodash@3.10.1
61 silly idealTree | | -- string-width@1.0.2 61 silly idealTree | | +-- code-point-at@1.1.0 61 silly idealTree | | +-- is-fullwidth-code-point@1.0.0 61 silly idealTree | | | -- number-is-nan@1.0.1
61 silly idealTree | | -- strip-ansi@3.0.1 61 silly idealTree | | -- ansi-regex@2.1.1
61 silly idealTree | +-- cmd-shim@2.0.2
61 silly idealTree | +-- columnify@1.5.4
61 silly idealTree | | +-- strip-ansi@3.0.1
61 silly idealTree | | | -- ansi-regex@2.1.1 61 silly idealTree | | -- wcwidth@1.0.1
61 silly idealTree | | -- defaults@1.0.3 61 silly idealTree | | -- clone@1.0.2
61 silly idealTree | +-- config-chain@1.1.11
61 silly idealTree | | -- proto-list@1.2.4 61 silly idealTree | +-- debuglog@1.0.1 61 silly idealTree | +-- detect-indent@5.0.0 61 silly idealTree | +-- detect-newline@2.1.0 61 silly idealTree | +-- dezalgo@1.0.3 61 silly idealTree | | -- asap@2.0.5
61 silly idealTree | +-- editor@1.0.0
61 silly idealTree | +-- find-npm-prefix@1.0.2
61 silly idealTree | +-- fs-vacuum@1.2.10
61 silly idealTree | +-- fs-write-stream-atomic@1.0.10
61 silly idealTree | +-- gentle-fs@2.0.1
61 silly idealTree | +-- glob@7.1.2
61 silly idealTree | | +-- fs.realpath@1.0.0
61 silly idealTree | | +-- minimatch@3.0.4
61 silly idealTree | | | -- brace-expansion@1.1.8 61 silly idealTree | | | +-- balanced-match@1.0.0 61 silly idealTree | | | -- concat-map@0.0.1
61 silly idealTree | | -- path-is-absolute@1.0.1 61 silly idealTree | +-- graceful-fs@4.1.11 61 silly idealTree | +-- has-unicode@2.0.1 61 silly idealTree | +-- hosted-git-info@2.6.0 61 silly idealTree | +-- iferr@0.1.5 61 silly idealTree | +-- imurmurhash@0.1.4 61 silly idealTree | +-- inflight@1.0.6 61 silly idealTree | +-- inherits@2.0.3 61 silly idealTree | +-- ini@1.3.5 61 silly idealTree | +-- init-package-json@1.10.3 61 silly idealTree | | -- promzard@0.3.0
61 silly idealTree | +-- is-cidr@1.0.0
61 silly idealTree | | -- cidr-regex@1.0.6 61 silly idealTree | +-- json-parse-better-errors@1.0.1 61 silly idealTree | +-- JSONStream@1.3.2 61 silly idealTree | | +-- jsonparse@1.3.1 61 silly idealTree | | -- through@2.3.8
61 silly idealTree | +-- lazy-property@1.0.0
61 silly idealTree | +-- libcipm@1.6.0
61 silly idealTree | | +-- lock-verify@2.0.0
61 silly idealTree | | | -- npm-package-arg@5.1.2 61 silly idealTree | | +-- npm-logical-tree@1.2.1 61 silly idealTree | | +-- protoduck@5.0.0 61 silly idealTree | | | -- genfun@4.0.1
61 silly idealTree | | -- worker-farm@1.5.4 61 silly idealTree | | +-- errno@0.1.7 61 silly idealTree | | | -- prr@1.0.1
61 silly idealTree | | -- xtend@4.0.1 61 silly idealTree | +-- libnpx@10.0.1 61 silly idealTree | | +-- dotenv@5.0.1 61 silly idealTree | | +-- y18n@4.0.0 61 silly idealTree | | -- yargs@11.0.0
61 silly idealTree | | +-- cliui@4.0.0
61 silly idealTree | | | -- wrap-ansi@2.1.0 61 silly idealTree | | | +-- string-width@1.0.2 61 silly idealTree | | | | +-- code-point-at@1.1.0 61 silly idealTree | | | | -- is-fullwidth-code-point@1.0.0
61 silly idealTree | | | | -- number-is-nan@1.0.1 61 silly idealTree | | | -- strip-ansi@3.0.1
61 silly idealTree | | | -- ansi-regex@2.1.1 61 silly idealTree | | +-- decamelize@1.2.0 61 silly idealTree | | +-- find-up@2.1.0 61 silly idealTree | | | -- locate-path@2.0.0
61 silly idealTree | | | +-- p-locate@2.0.0
61 silly idealTree | | | | -- p-limit@1.2.0 61 silly idealTree | | | | -- p-try@1.0.0
61 silly idealTree | | | -- path-exists@3.0.0 61 silly idealTree | | +-- get-caller-file@1.0.2 61 silly idealTree | | +-- os-locale@2.1.0 61 silly idealTree | | | +-- execa@0.7.0 61 silly idealTree | | | | +-- cross-spawn@5.1.0 61 silly idealTree | | | | | -- shebang-command@1.2.0
61 silly idealTree | | | | | -- shebang-regex@1.0.0 61 silly idealTree | | | | +-- get-stream@3.0.0 61 silly idealTree | | | | +-- is-stream@1.1.0 61 silly idealTree | | | | +-- npm-run-path@2.0.2 61 silly idealTree | | | | | -- path-key@2.0.1
61 silly idealTree | | | | +-- p-finally@1.0.0
61 silly idealTree | | | | +-- signal-exit@3.0.2
61 silly idealTree | | | | -- strip-eof@1.0.0 61 silly idealTree | | | +-- lcid@1.0.0 61 silly idealTree | | | | -- invert-kv@1.0.0
61 silly idealTree | | | -- mem@1.1.0 61 silly idealTree | | | -- mimic-fn@1.2.0
61 silly idealTree | | +-- require-directory@2.1.1
61 silly idealTree | | +-- require-main-filename@1.0.1
61 silly idealTree | | +-- set-blocking@2.0.0
61 silly idealTree | | +-- string-width@2.1.1
61 silly idealTree | | | -- is-fullwidth-code-point@2.0.0 61 silly idealTree | | +-- which-module@2.0.0 61 silly idealTree | | +-- y18n@3.2.1 61 silly idealTree | | -- yargs-parser@9.0.2
61 silly idealTree | | -- camelcase@4.1.0 61 silly idealTree | +-- lockfile@1.0.3 61 silly idealTree | +-- lodash._baseindexof@3.1.0 61 silly idealTree | +-- lodash._baseuniq@4.6.0 61 silly idealTree | | +-- lodash._createset@4.0.3 61 silly idealTree | | -- lodash._root@3.0.1
61 silly idealTree | +-- lodash._bindcallback@3.0.1
61 silly idealTree | +-- lodash._cacheindexof@3.0.2
61 silly idealTree | +-- lodash._createcache@3.1.2
61 silly idealTree | +-- lodash._getnative@3.9.1
61 silly idealTree | +-- lodash.clonedeep@4.5.0
61 silly idealTree | +-- lodash.restparam@3.6.1
61 silly idealTree | +-- lodash.union@4.6.0
61 silly idealTree | +-- lodash.uniq@4.5.0
61 silly idealTree | +-- lodash.without@4.4.0
61 silly idealTree | +-- lru-cache@4.1.1
61 silly idealTree | | +-- pseudomap@1.0.2
61 silly idealTree | | -- yallist@2.1.2 61 silly idealTree | +-- meant@1.0.1 61 silly idealTree | +-- mississippi@3.0.0 61 silly idealTree | | +-- concat-stream@1.6.1 61 silly idealTree | | | -- typedarray@0.0.6
61 silly idealTree | | +-- duplexify@3.5.4
61 silly idealTree | | | -- stream-shift@1.0.0 61 silly idealTree | | +-- end-of-stream@1.4.1 61 silly idealTree | | +-- flush-write-stream@1.0.2 61 silly idealTree | | +-- from2@2.3.0 61 silly idealTree | | +-- parallel-transform@1.1.0 61 silly idealTree | | | -- cyclist@0.2.2
61 silly idealTree | | +-- pump@3.0.0
61 silly idealTree | | +-- pumpify@1.4.0
61 silly idealTree | | | -- pump@2.0.1 61 silly idealTree | | +-- stream-each@1.2.2 61 silly idealTree | | | -- stream-shift@1.0.0
61 silly idealTree | | -- through2@2.0.3 61 silly idealTree | | -- xtend@4.0.1
61 silly idealTree | +-- mkdirp@0.5.1
61 silly idealTree | | -- minimist@0.0.8 61 silly idealTree | +-- move-concurrently@1.0.1 61 silly idealTree | | +-- copy-concurrently@1.0.5 61 silly idealTree | | -- run-queue@1.0.3
61 silly idealTree | +-- nopt@4.0.1
61 silly idealTree | +-- normalize-package-data@2.4.0
61 silly idealTree | | -- is-builtin-module@1.0.0 61 silly idealTree | | -- builtin-modules@1.1.1
61 silly idealTree | +-- npm-cache-filename@1.0.2
61 silly idealTree | +-- npm-install-checks@3.0.0
61 silly idealTree | +-- npm-lifecycle@2.0.1
61 silly idealTree | | +-- byline@5.0.0
61 silly idealTree | | +-- node-gyp@3.6.2
61 silly idealTree | | | +-- fstream@1.0.11
61 silly idealTree | | | +-- minimatch@3.0.4
61 silly idealTree | | | | -- brace-expansion@1.1.11 61 silly idealTree | | | | +-- balanced-match@1.0.0 61 silly idealTree | | | | -- concat-map@0.0.1
61 silly idealTree | | | +-- nopt@3.0.6
61 silly idealTree | | | +-- semver@5.3.0
61 silly idealTree | | | -- tar@2.2.1 61 silly idealTree | | | -- block-stream@0.0.9
61 silly idealTree | | -- resolve-from@4.0.0 61 silly idealTree | +-- npm-package-arg@6.0.0 61 silly idealTree | +-- npm-packlist@1.1.10 61 silly idealTree | | +-- ignore-walk@3.0.1 61 silly idealTree | | | -- minimatch@3.0.4
61 silly idealTree | | | -- brace-expansion@1.1.8 61 silly idealTree | | | +-- balanced-match@1.0.0 61 silly idealTree | | | -- concat-map@0.0.1
61 silly idealTree | | -- npm-bundled@1.0.3 61 silly idealTree | +-- npm-profile@3.0.1 61 silly idealTree | | -- make-fetch-happen@2.6.0
61 silly idealTree | | +-- agentkeepalive@3.3.0
61 silly idealTree | | | -- humanize-ms@1.2.1 61 silly idealTree | | | -- ms@2.1.1
61 silly idealTree | | +-- http-cache-semantics@3.8.1
61 silly idealTree | | +-- http-proxy-agent@2.0.0
61 silly idealTree | | | +-- agent-base@4.2.0
61 silly idealTree | | | | -- es6-promisify@5.0.0 61 silly idealTree | | | | -- es6-promise@4.2.4
61 silly idealTree | | | -- debug@2.6.9 61 silly idealTree | | | -- ms@2.0.0
61 silly idealTree | | +-- https-proxy-agent@2.1.1
61 silly idealTree | | | +-- agent-base@4.2.0
61 silly idealTree | | | | -- es6-promisify@5.0.0 61 silly idealTree | | | | -- es6-promise@4.2.4
61 silly idealTree | | | -- debug@3.1.0 61 silly idealTree | | | -- ms@2.0.0
61 silly idealTree | | +-- mississippi@1.3.1
61 silly idealTree | | | +-- concat-stream@1.6.0
61 silly idealTree | | | | -- typedarray@0.0.6 61 silly idealTree | | | +-- duplexify@3.5.3 61 silly idealTree | | | | -- stream-shift@1.0.0
61 silly idealTree | | | +-- end-of-stream@1.4.1
61 silly idealTree | | | +-- flush-write-stream@1.0.2
61 silly idealTree | | | +-- from2@2.3.0
61 silly idealTree | | | +-- parallel-transform@1.1.0
61 silly idealTree | | | | -- cyclist@0.2.2 61 silly idealTree | | | +-- pump@1.0.3 61 silly idealTree | | | +-- pumpify@1.4.0 61 silly idealTree | | | | -- pump@2.0.1
61 silly idealTree | | | +-- stream-each@1.2.2
61 silly idealTree | | | | -- stream-shift@1.0.0 61 silly idealTree | | | -- through2@2.0.3
61 silly idealTree | | | -- xtend@4.0.1 61 silly idealTree | | +-- node-fetch-npm@2.0.2 61 silly idealTree | | | +-- encoding@0.1.12 61 silly idealTree | | | | -- iconv-lite@0.4.19
61 silly idealTree | | | -- json-parse-better-errors@1.0.1 61 silly idealTree | | +-- promise-retry@1.1.1 61 silly idealTree | | | -- err-code@1.1.2
61 silly idealTree | | -- socks-proxy-agent@3.0.1 61 silly idealTree | | +-- agent-base@4.2.0 61 silly idealTree | | | -- es6-promisify@5.0.0
61 silly idealTree | | | -- es6-promise@4.2.4 61 silly idealTree | | -- socks@1.1.10
61 silly idealTree | | +-- ip@1.1.5
61 silly idealTree | | -- smart-buffer@1.1.15 61 silly idealTree | +-- npm-registry-client@8.5.1 61 silly idealTree | | -- concat-stream@1.6.1
61 silly idealTree | | -- typedarray@0.0.6 61 silly idealTree | +-- npm-user-validate@1.0.0 61 silly idealTree | +-- npmlog@4.1.2 61 silly idealTree | | +-- are-we-there-yet@1.1.4 61 silly idealTree | | | -- delegates@1.0.0
61 silly idealTree | | +-- console-control-strings@1.1.0
61 silly idealTree | | +-- gauge@2.7.4
61 silly idealTree | | | +-- object-assign@4.1.1
61 silly idealTree | | | +-- signal-exit@3.0.2
61 silly idealTree | | | +-- string-width@1.0.2
61 silly idealTree | | | | +-- code-point-at@1.1.0
61 silly idealTree | | | | -- is-fullwidth-code-point@1.0.0 61 silly idealTree | | | | -- number-is-nan@1.0.1
61 silly idealTree | | | +-- strip-ansi@3.0.1
61 silly idealTree | | | | -- ansi-regex@2.1.1 61 silly idealTree | | | -- wide-align@1.1.2
61 silly idealTree | | -- set-blocking@2.0.0 61 silly idealTree | +-- once@1.4.0 61 silly idealTree | +-- opener@1.4.3 61 silly idealTree | +-- osenv@0.1.5 61 silly idealTree | | +-- os-homedir@1.0.2 61 silly idealTree | | -- os-tmpdir@1.0.2
61 silly idealTree | +-- pacote@7.6.1
61 silly idealTree | | +-- get-stream@3.0.0
61 silly idealTree | | +-- make-fetch-happen@2.6.0
61 silly idealTree | | | +-- agentkeepalive@3.4.0
61 silly idealTree | | | | -- humanize-ms@1.2.1 61 silly idealTree | | | | -- ms@2.1.1
61 silly idealTree | | | +-- http-cache-semantics@3.8.1
61 silly idealTree | | | +-- http-proxy-agent@2.1.0
61 silly idealTree | | | | +-- agent-base@4.2.0
61 silly idealTree | | | | | -- es6-promisify@5.0.0 61 silly idealTree | | | | | -- es6-promise@4.2.4
61 silly idealTree | | | | -- debug@3.1.0 61 silly idealTree | | | | -- ms@2.0.0
61 silly idealTree | | | +-- https-proxy-agent@2.2.0
61 silly idealTree | | | | +-- agent-base@4.2.0
61 silly idealTree | | | | | -- es6-promisify@5.0.0 61 silly idealTree | | | | | -- es6-promise@4.2.4
61 silly idealTree | | | | -- debug@3.1.0 61 silly idealTree | | | | -- ms@2.0.0
61 silly idealTree | | | +-- mississippi@1.3.1
61 silly idealTree | | | | +-- concat-stream@1.6.1
61 silly idealTree | | | | | -- typedarray@0.0.6 61 silly idealTree | | | | +-- duplexify@3.5.4 61 silly idealTree | | | | | -- stream-shift@1.0.0
61 silly idealTree | | | | +-- end-of-stream@1.4.1
61 silly idealTree | | | | +-- flush-write-stream@1.0.2
61 silly idealTree | | | | +-- from2@2.3.0
61 silly idealTree | | | | +-- parallel-transform@1.1.0
61 silly idealTree | | | | | -- cyclist@0.2.2 61 silly idealTree | | | | +-- pump@1.0.3 61 silly idealTree | | | | +-- pumpify@1.4.0 61 silly idealTree | | | | | -- pump@2.0.1
61 silly idealTree | | | | +-- stream-each@1.2.2
61 silly idealTree | | | | | -- stream-shift@1.0.0 61 silly idealTree | | | | -- through2@2.0.3
61 silly idealTree | | | | -- xtend@4.0.1 61 silly idealTree | | | +-- node-fetch-npm@2.0.2 61 silly idealTree | | | | +-- encoding@0.1.12 61 silly idealTree | | | | | -- iconv-lite@0.4.19
61 silly idealTree | | | | -- json-parse-better-errors@1.0.1 61 silly idealTree | | | -- socks-proxy-agent@3.0.1
61 silly idealTree | | | +-- agent-base@4.2.0
61 silly idealTree | | | | -- es6-promisify@5.0.0 61 silly idealTree | | | | -- es6-promise@4.2.4
61 silly idealTree | | | -- socks@1.1.10 61 silly idealTree | | | +-- ip@1.1.5 61 silly idealTree | | | -- smart-buffer@1.1.15
61 silly idealTree | | +-- minimatch@3.0.4
61 silly idealTree | | | -- brace-expansion@1.1.11 61 silly idealTree | | | +-- balanced-match@1.0.0 61 silly idealTree | | | -- concat-map@0.0.1
61 silly idealTree | | +-- npm-pick-manifest@2.1.0
61 silly idealTree | | +-- promise-retry@1.1.1
61 silly idealTree | | | -- err-code@1.1.2 61 silly idealTree | | -- protoduck@5.0.0
61 silly idealTree | | -- genfun@4.0.1 61 silly idealTree | +-- path-is-inside@1.0.2 61 silly idealTree | +-- promise-inflight@1.0.1 61 silly idealTree | +-- qrcode-terminal@0.11.0 61 silly idealTree | +-- query-string@5.1.0 61 silly idealTree | | +-- decode-uri-component@0.2.0 61 silly idealTree | | +-- object-assign@4.1.1 61 silly idealTree | | -- strict-uri-encode@1.1.0
61 silly idealTree | +-- qw@1.0.1
61 silly idealTree | +-- read-cmd-shim@1.0.1
61 silly idealTree | +-- read-installed@4.0.3
61 silly idealTree | | -- util-extend@1.0.3 61 silly idealTree | +-- read-package-json@2.0.13 61 silly idealTree | | +-- json-parse-better-errors@1.0.1 61 silly idealTree | | -- slash@1.0.0
61 silly idealTree | +-- read-package-tree@5.1.6
61 silly idealTree | +-- read@1.0.7
61 silly idealTree | | -- mute-stream@0.0.7 61 silly idealTree | +-- readable-stream@2.3.5 61 silly idealTree | | +-- core-util-is@1.0.2 61 silly idealTree | | +-- isarray@1.0.0 61 silly idealTree | | +-- process-nextick-args@2.0.0 61 silly idealTree | | +-- string_decoder@1.0.3 61 silly idealTree | | -- util-deprecate@1.0.2
61 silly idealTree | +-- readdir-scoped-modules@1.0.2
61 silly idealTree | +-- request@2.83.0
61 silly idealTree | | +-- aws-sign2@0.7.0
61 silly idealTree | | +-- aws4@1.6.0
61 silly idealTree | | +-- caseless@0.12.0
61 silly idealTree | | +-- combined-stream@1.0.5
61 silly idealTree | | | -- delayed-stream@1.0.0 61 silly idealTree | | +-- extend@3.0.1 61 silly idealTree | | +-- forever-agent@0.6.1 61 silly idealTree | | +-- form-data@2.3.1 61 silly idealTree | | | -- asynckit@0.4.0
61 silly idealTree | | +-- har-validator@5.0.3
61 silly idealTree | | | +-- ajv@5.2.3
61 silly idealTree | | | | +-- co@4.6.0
61 silly idealTree | | | | +-- fast-deep-equal@1.0.0
61 silly idealTree | | | | +-- json-schema-traverse@0.3.1
61 silly idealTree | | | | -- json-stable-stringify@1.0.1 61 silly idealTree | | | | -- jsonify@0.0.0
61 silly idealTree | | | -- har-schema@2.0.0 61 silly idealTree | | +-- hawk@6.0.2 61 silly idealTree | | | +-- boom@4.3.1 61 silly idealTree | | | +-- cryptiles@3.1.2 61 silly idealTree | | | | -- boom@5.2.0
61 silly idealTree | | | +-- hoek@4.2.0
61 silly idealTree | | | -- sntp@2.0.2 61 silly idealTree | | +-- http-signature@1.2.0 61 silly idealTree | | | +-- assert-plus@1.0.0 61 silly idealTree | | | +-- jsprim@1.4.1 61 silly idealTree | | | | +-- extsprintf@1.3.0 61 silly idealTree | | | | +-- json-schema@0.2.3 61 silly idealTree | | | | -- verror@1.10.0
61 silly idealTree | | | | -- core-util-is@1.0.2 61 silly idealTree | | | -- sshpk@1.13.1
61 silly idealTree | | | +-- asn1@0.2.3
61 silly idealTree | | | +-- bcrypt-pbkdf@1.0.1
61 silly idealTree | | | +-- dashdash@1.14.1
61 silly idealTree | | | +-- ecc-jsbn@0.1.1
61 silly idealTree | | | +-- getpass@0.1.7
61 silly idealTree | | | +-- jsbn@0.1.1
61 silly idealTree | | | -- tweetnacl@0.14.5 61 silly idealTree | | +-- is-typedarray@1.0.0 61 silly idealTree | | +-- isstream@0.1.2 61 silly idealTree | | +-- json-stringify-safe@5.0.1 61 silly idealTree | | +-- mime-types@2.1.17 61 silly idealTree | | | -- mime-db@1.30.0
61 silly idealTree | | +-- oauth-sign@0.8.2
61 silly idealTree | | +-- performance-now@2.1.0
61 silly idealTree | | +-- qs@6.5.1
61 silly idealTree | | +-- stringstream@0.0.5
61 silly idealTree | | +-- tough-cookie@2.3.3
61 silly idealTree | | | -- punycode@1.4.1 61 silly idealTree | | -- tunnel-agent@0.6.0
61 silly idealTree | +-- retry@0.10.1
61 silly idealTree | +-- rimraf@2.6.2
61 silly idealTree | +-- safe-buffer@5.1.1
61 silly idealTree | +-- semver@5.5.0
61 silly idealTree | +-- sha@2.0.1
61 silly idealTree | +-- slide@1.1.6
61 silly idealTree | +-- sorted-object@2.0.1
61 silly idealTree | +-- sorted-union-stream@2.1.3
61 silly idealTree | | +-- from2@1.3.0
61 silly idealTree | | | -- readable-stream@1.1.14 61 silly idealTree | | | +-- core-util-is@1.0.2 61 silly idealTree | | | +-- isarray@0.0.1 61 silly idealTree | | | -- string_decoder@0.10.31
61 silly idealTree | | -- stream-iterate@1.2.0 61 silly idealTree | | -- stream-shift@1.0.0
61 silly idealTree | +-- ssri@5.2.4
61 silly idealTree | +-- strip-ansi@4.0.0
61 silly idealTree | | -- ansi-regex@3.0.0 61 silly idealTree | +-- tar@4.4.0 61 silly idealTree | | +-- fs-minipass@1.2.5 61 silly idealTree | | +-- minipass@2.2.1 61 silly idealTree | | +-- minizlib@1.1.0 61 silly idealTree | | -- yallist@3.0.2
61 silly idealTree | +-- text-table@0.2.0
61 silly idealTree | +-- uid-number@0.0.6
61 silly idealTree | +-- umask@1.1.0
61 silly idealTree | +-- unique-filename@1.1.0
61 silly idealTree | | -- unique-slug@2.0.0 61 silly idealTree | +-- unpipe@1.0.0 61 silly idealTree | +-- update-notifier@2.3.0 61 silly idealTree | | +-- boxen@1.2.1 61 silly idealTree | | | +-- ansi-align@2.0.0 61 silly idealTree | | | +-- camelcase@4.1.0 61 silly idealTree | | | +-- cli-boxes@1.0.0 61 silly idealTree | | | +-- string-width@2.1.1 61 silly idealTree | | | | -- is-fullwidth-code-point@2.0.0
61 silly idealTree | | | +-- term-size@1.2.0
61 silly idealTree | | | | -- execa@0.7.0 61 silly idealTree | | | | +-- cross-spawn@5.1.0 61 silly idealTree | | | | | -- shebang-command@1.2.0
61 silly idealTree | | | | | -- shebang-regex@1.0.0 61 silly idealTree | | | | +-- get-stream@3.0.0 61 silly idealTree | | | | +-- is-stream@1.1.0 61 silly idealTree | | | | +-- npm-run-path@2.0.2 61 silly idealTree | | | | | -- path-key@2.0.1
61 silly idealTree | | | | +-- p-finally@1.0.0
61 silly idealTree | | | | +-- signal-exit@3.0.2
61 silly idealTree | | | | -- strip-eof@1.0.0 61 silly idealTree | | | -- widest-line@1.0.0
61 silly idealTree | | | -- string-width@1.0.2 61 silly idealTree | | | +-- code-point-at@1.1.0 61 silly idealTree | | | +-- is-fullwidth-code-point@1.0.0 61 silly idealTree | | | | -- number-is-nan@1.0.1
61 silly idealTree | | | -- strip-ansi@3.0.1 61 silly idealTree | | | -- ansi-regex@2.1.1
61 silly idealTree | | +-- chalk@2.1.0
61 silly idealTree | | | +-- ansi-styles@3.2.0
61 silly idealTree | | | | -- color-convert@1.9.0 61 silly idealTree | | | | -- color-name@1.1.3
61 silly idealTree | | | +-- escape-string-regexp@1.0.5
61 silly idealTree | | | -- supports-color@4.4.0 61 silly idealTree | | | -- has-flag@2.0.0
61 silly idealTree | | +-- configstore@3.1.1
61 silly idealTree | | | +-- dot-prop@4.2.0
61 silly idealTree | | | | -- is-obj@1.0.1 61 silly idealTree | | | +-- make-dir@1.0.0 61 silly idealTree | | | | -- pify@2.3.0
61 silly idealTree | | | -- unique-string@1.0.0 61 silly idealTree | | | -- crypto-random-string@1.0.0
61 silly idealTree | | +-- import-lazy@2.1.0
61 silly idealTree | | +-- is-installed-globally@0.1.0
61 silly idealTree | | | +-- global-dirs@0.1.0
61 silly idealTree | | | -- is-path-inside@1.0.0 61 silly idealTree | | +-- is-npm@1.0.0 61 silly idealTree | | +-- latest-version@3.1.0 61 silly idealTree | | | -- package-json@4.0.1
61 silly idealTree | | | +-- got@6.7.1
61 silly idealTree | | | | +-- create-error-class@3.0.2
61 silly idealTree | | | | | -- capture-stack-trace@1.0.0 61 silly idealTree | | | | +-- duplexer3@0.1.4 61 silly idealTree | | | | +-- get-stream@3.0.0 61 silly idealTree | | | | +-- is-redirect@1.0.0 61 silly idealTree | | | | +-- is-retry-allowed@1.1.0 61 silly idealTree | | | | +-- is-stream@1.1.0 61 silly idealTree | | | | +-- lowercase-keys@1.0.0 61 silly idealTree | | | | +-- timed-out@4.0.1 61 silly idealTree | | | | +-- unzip-response@2.0.1 61 silly idealTree | | | | -- url-parse-lax@1.0.0
61 silly idealTree | | | | -- prepend-http@1.0.4 61 silly idealTree | | | +-- registry-auth-token@3.3.1 61 silly idealTree | | | | -- rc@1.2.1
61 silly idealTree | | | | +-- deep-extend@0.4.2
61 silly idealTree | | | | +-- minimist@1.2.0
61 silly idealTree | | | | -- strip-json-comments@2.0.1 61 silly idealTree | | | -- registry-url@3.1.0
61 silly idealTree | | | -- rc@1.2.1 61 silly idealTree | | | +-- deep-extend@0.4.2 61 silly idealTree | | | +-- minimist@1.2.0 61 silly idealTree | | | -- strip-json-comments@2.0.1
61 silly idealTree | | +-- semver-diff@2.1.0
61 silly idealTree | | -- xdg-basedir@3.0.0 61 silly idealTree | +-- uuid@3.2.1 61 silly idealTree | +-- validate-npm-package-license@3.0.1 61 silly idealTree | | +-- spdx-correct@1.0.2 61 silly idealTree | | | -- spdx-license-ids@1.2.2
61 silly idealTree | | -- spdx-expression-parse@1.0.4 61 silly idealTree | +-- validate-npm-package-name@3.0.0 61 silly idealTree | | -- builtins@1.0.3
61 silly idealTree | +-- which@1.3.0
61 silly idealTree | | -- isexe@2.0.0 61 silly idealTree | +-- worker-farm@1.5.4 61 silly idealTree | | +-- errno@0.1.7 61 silly idealTree | | | -- prr@1.0.1
61 silly idealTree | | -- xtend@4.0.1 61 silly idealTree | +-- wrappy@1.0.2 61 silly idealTree | -- write-file-atomic@2.3.0
61 silly idealTree | -- signal-exit@3.0.2 61 silly idealTree +-- npmlog@4.1.2 61 silly idealTree +-- nugget@2.0.1 61 silly idealTree | -- minimist@1.2.0
61 silly idealTree +-- number-is-nan@1.0.1
61 silly idealTree +-- oauth-sign@0.8.2
61 silly idealTree +-- object-assign@4.1.1
61 silly idealTree +-- object-get-own-property-descriptor-x@3.2.0
61 silly idealTree | -- is-primitive@2.0.0 61 silly idealTree +-- object-keys@0.4.0 61 silly idealTree +-- once@1.4.0 61 silly idealTree +-- onetime@2.0.1 61 silly idealTree +-- ora@1.4.0 61 silly idealTree | +-- ansi-styles@3.2.1 61 silly idealTree | +-- chalk@2.3.2 61 silly idealTree | +-- color-convert@1.9.1 61 silly idealTree | -- supports-color@5.3.0
61 silly idealTree +-- os-homedir@1.0.2
61 silly idealTree +-- os-locale@1.4.0
61 silly idealTree +-- os-tmpdir@1.0.2
61 silly idealTree +-- osenv@0.1.5
61 silly idealTree +-- p-finally@1.0.0
61 silly idealTree +-- p-limit@1.2.0
61 silly idealTree +-- p-locate@2.0.0
61 silly idealTree +-- p-try@1.0.0
61 silly idealTree +-- package-json@4.0.1
61 silly idealTree +-- parse-author@2.0.0
61 silly idealTree +-- parse-color@1.0.0
61 silly idealTree +-- parse-int-x@2.0.0
61 silly idealTree +-- parse-json@2.2.0
61 silly idealTree +-- path-exists@2.1.0
61 silly idealTree +-- path-is-absolute@1.0.1
61 silly idealTree +-- path-is-inside@1.0.2
61 silly idealTree +-- path-key@2.0.1
61 silly idealTree +-- path-parse@1.0.5
61 silly idealTree +-- path-type@1.1.0
61 silly idealTree +-- pend@1.2.0
61 silly idealTree +-- performance-now@2.1.0
61 silly idealTree +-- pify@2.3.0
61 silly idealTree +-- pinkie-promise@2.0.1
61 silly idealTree +-- pinkie@2.0.4
61 silly idealTree +-- plist@2.1.0
61 silly idealTree +-- pouchdb-abstract-mapreduce@6.4.3
61 silly idealTree +-- pouchdb-adapter-node-websql@6.4.3
61 silly idealTree +-- pouchdb-adapter-utils@6.4.3
61 silly idealTree +-- pouchdb-adapter-websql-core@6.4.3
61 silly idealTree +-- pouchdb-ajax@6.4.2
61 silly idealTree | +-- buffer-from@0.1.1
61 silly idealTree | +-- pouchdb-binary-utils@6.4.2
61 silly idealTree | +-- pouchdb-collections@6.4.2
61 silly idealTree | +-- pouchdb-errors@6.4.2
61 silly idealTree | +-- pouchdb-promise@6.4.2
61 silly idealTree | | +-- immediate@3.0.6
61 silly idealTree | | -- lie@3.1.1 61 silly idealTree | +-- pouchdb-utils@6.4.2 61 silly idealTree | | +-- argsarray@0.0.1 61 silly idealTree | | +-- clone-buffer@1.0.0 61 silly idealTree | | -- immediate@3.0.6
61 silly idealTree | -- request@2.83.0 61 silly idealTree +-- pouchdb-authentication@1.1.1 61 silly idealTree +-- pouchdb-binary-utils@6.4.3 61 silly idealTree +-- pouchdb-browser@6.4.3 61 silly idealTree | -- debug@3.1.0
61 silly idealTree +-- pouchdb-collate@6.4.3
61 silly idealTree +-- pouchdb-collections@6.4.3
61 silly idealTree +-- pouchdb-errors@6.4.3
61 silly idealTree +-- pouchdb-find@6.4.3
61 silly idealTree +-- pouchdb-json@6.4.3
61 silly idealTree +-- pouchdb-mapreduce-utils@6.4.3
61 silly idealTree +-- pouchdb-md5@6.4.3
61 silly idealTree +-- pouchdb-merge@6.4.3
61 silly idealTree +-- pouchdb-promise@6.4.3
61 silly idealTree +-- pouchdb-selector-core@6.4.3
61 silly idealTree +-- pouchdb-utils@6.4.3
61 silly idealTree +-- prepend-http@1.0.4
61 silly idealTree +-- pretty-bytes@1.0.4
61 silly idealTree +-- printj@1.1.2
61 silly idealTree +-- process-nextick-args@2.0.0
61 silly idealTree +-- progress-ex@2.0.0
61 silly idealTree +-- progress-stream@1.2.0
61 silly idealTree +-- promise@1.3.0
61 silly idealTree +-- property-is-enumerable-x@1.1.0
61 silly idealTree +-- pruner@0.0.7
61 silly idealTree | +-- fs-extra@4.0.3
61 silly idealTree | | -- universalify@0.1.1 61 silly idealTree | -- jsonfile@4.0.0
61 silly idealTree +-- pseudomap@1.0.2
61 silly idealTree +-- punycode@1.4.1
61 silly idealTree +-- q@1.5.1
61 silly idealTree +-- qs@6.5.1
61 silly idealTree +-- querystringify@1.0.0
61 silly idealTree +-- rc@1.2.6
61 silly idealTree | -- minimist@1.2.0 61 silly idealTree +-- rcedit@0.9.0 61 silly idealTree +-- read-pkg-up@1.0.1 61 silly idealTree +-- read-pkg@1.1.0 61 silly idealTree +-- readable-stream@2.3.5 61 silly idealTree +-- redent@1.0.0 61 silly idealTree +-- registry-auth-token@3.3.2 61 silly idealTree +-- registry-url@3.1.0 61 silly idealTree +-- repeating@2.0.1 61 silly idealTree +-- replace-comments-x@2.0.0 61 silly idealTree +-- request@2.85.0 61 silly idealTree +-- require-coercible-to-string-x@1.0.2 61 silly idealTree +-- require-directory@2.1.1 61 silly idealTree +-- require-main-filename@1.0.1 61 silly idealTree +-- require-object-coercible-x@1.4.3 61 silly idealTree +-- requires-port@1.0.0 61 silly idealTree +-- resolve@1.5.0 61 silly idealTree +-- restore-cursor@2.0.0 61 silly idealTree +-- rimraf@2.6.2 61 silly idealTree +-- rxjs@5.5.8 61 silly idealTree +-- safe-buffer@5.1.1 61 silly idealTree +-- sanitize-filename@1.6.1 61 silly idealTree +-- semver-diff@2.1.0 61 silly idealTree +-- semver@5.5.0 61 silly idealTree +-- set-blocking@2.0.0 61 silly idealTree +-- shebang-command@1.2.0 61 silly idealTree +-- shebang-regex@1.0.0 61 silly idealTree +-- signal-exit@3.0.2 61 silly idealTree +-- single-line-log@1.1.2 61 silly idealTree +-- sntp@2.1.0 61 silly idealTree +-- source-map-support@0.4.18 61 silly idealTree +-- source-map@0.5.7 61 silly idealTree +-- spark-md5@3.0.0 61 silly idealTree +-- spawn-rx@2.0.12 61 silly idealTree +-- spdx-correct@3.0.0 61 silly idealTree +-- spdx-exceptions@2.1.0 61 silly idealTree +-- spdx-expression-parse@3.0.0 61 silly idealTree +-- spdx-license-ids@3.0.0 61 silly idealTree +-- speedometer@0.1.4 61 silly idealTree +-- sprintf-js@1.0.3 61 silly idealTree +-- sqlite3@3.1.13 61 silly idealTree | +-- abbrev@1.1.1 61 silly idealTree | +-- ajv@4.11.8 61 silly idealTree | +-- ansi-regex@2.1.1 61 silly idealTree | +-- aproba@1.2.0 61 silly idealTree | +-- are-we-there-yet@1.1.4 61 silly idealTree | +-- asn1@0.2.3 61 silly idealTree | +-- assert-plus@0.2.0 61 silly idealTree | +-- asynckit@0.4.0 61 silly idealTree | +-- aws-sign2@0.6.0 61 silly idealTree | +-- aws4@1.6.0 61 silly idealTree | +-- balanced-match@1.0.0 61 silly idealTree | +-- bcrypt-pbkdf@1.0.1 61 silly idealTree | +-- block-stream@0.0.9 61 silly idealTree | +-- boom@2.10.1 61 silly idealTree | +-- brace-expansion@1.1.8 61 silly idealTree | +-- caseless@0.12.0 61 silly idealTree | +-- co@4.6.0 61 silly idealTree | +-- code-point-at@1.1.0 61 silly idealTree | +-- combined-stream@1.0.5 61 silly idealTree | +-- concat-map@0.0.1 61 silly idealTree | +-- console-control-strings@1.1.0 61 silly idealTree | +-- core-util-is@1.0.2 61 silly idealTree | +-- cryptiles@2.0.5 61 silly idealTree | +-- dashdash@1.14.1 61 silly idealTree | | -- assert-plus@1.0.0
61 silly idealTree | +-- debug@2.6.9
61 silly idealTree | +-- deep-extend@0.4.2
61 silly idealTree | +-- delayed-stream@1.0.0
61 silly idealTree | +-- delegates@1.0.0
61 silly idealTree | +-- ecc-jsbn@0.1.1
61 silly idealTree | +-- extend@3.0.1
61 silly idealTree | +-- extsprintf@1.3.0
61 silly idealTree | +-- forever-agent@0.6.1
61 silly idealTree | +-- form-data@2.1.4
61 silly idealTree | +-- fs.realpath@1.0.0
61 silly idealTree | +-- fstream-ignore@1.0.5
61 silly idealTree | +-- fstream@1.0.11
61 silly idealTree | +-- gauge@2.7.4
61 silly idealTree | +-- getpass@0.1.7
61 silly idealTree | | -- assert-plus@1.0.0 61 silly idealTree | +-- glob@7.1.2 61 silly idealTree | +-- graceful-fs@4.1.11 61 silly idealTree | +-- har-schema@1.0.5 61 silly idealTree | +-- har-validator@4.2.1 61 silly idealTree | +-- has-unicode@2.0.1 61 silly idealTree | +-- hawk@3.1.3 61 silly idealTree | +-- hoek@2.16.3 61 silly idealTree | +-- http-signature@1.1.1 61 silly idealTree | +-- inflight@1.0.6 61 silly idealTree | +-- inherits@2.0.3 61 silly idealTree | +-- ini@1.3.4 61 silly idealTree | +-- is-fullwidth-code-point@1.0.0 61 silly idealTree | +-- is-typedarray@1.0.0 61 silly idealTree | +-- isarray@1.0.0 61 silly idealTree | +-- isstream@0.1.2 61 silly idealTree | +-- jsbn@0.1.1 61 silly idealTree | +-- json-schema@0.2.3 61 silly idealTree | +-- json-stable-stringify@1.0.1 61 silly idealTree | +-- json-stringify-safe@5.0.1 61 silly idealTree | +-- jsonify@0.0.0 61 silly idealTree | +-- jsprim@1.4.1 61 silly idealTree | | -- assert-plus@1.0.0
61 silly idealTree | +-- mime-db@1.30.0
61 silly idealTree | +-- mime-types@2.1.17
61 silly idealTree | +-- minimatch@3.0.4
61 silly idealTree | +-- minimist@0.0.8
61 silly idealTree | +-- mkdirp@0.5.1
61 silly idealTree | +-- ms@2.0.0
61 silly idealTree | +-- node-pre-gyp@0.6.38
61 silly idealTree | +-- nopt@4.0.1
61 silly idealTree | +-- npmlog@4.1.2
61 silly idealTree | +-- number-is-nan@1.0.1
61 silly idealTree | +-- oauth-sign@0.8.2
61 silly idealTree | +-- object-assign@4.1.1
61 silly idealTree | +-- once@1.4.0
61 silly idealTree | +-- os-homedir@1.0.2
61 silly idealTree | +-- os-tmpdir@1.0.2
61 silly idealTree | +-- osenv@0.1.4
61 silly idealTree | +-- path-is-absolute@1.0.1
61 silly idealTree | +-- performance-now@0.2.0
61 silly idealTree | +-- process-nextick-args@1.0.7
61 silly idealTree | +-- punycode@1.4.1
61 silly idealTree | +-- qs@6.4.0
61 silly idealTree | +-- rc@1.2.1
61 silly idealTree | | -- minimist@1.2.0 61 silly idealTree | +-- readable-stream@2.3.3 61 silly idealTree | +-- request@2.81.0 61 silly idealTree | +-- rimraf@2.6.2 61 silly idealTree | +-- safe-buffer@5.1.1 61 silly idealTree | +-- semver@5.4.1 61 silly idealTree | +-- set-blocking@2.0.0 61 silly idealTree | +-- signal-exit@3.0.2 61 silly idealTree | +-- sntp@1.0.9 61 silly idealTree | +-- sshpk@1.13.1 61 silly idealTree | | -- assert-plus@1.0.0
61 silly idealTree | +-- string_decoder@1.0.3
61 silly idealTree | +-- string-width@1.0.2
61 silly idealTree | +-- stringstream@0.0.5
61 silly idealTree | +-- strip-ansi@3.0.1
61 silly idealTree | +-- strip-json-comments@2.0.1
61 silly idealTree | +-- tar-pack@3.4.0
61 silly idealTree | +-- tar@2.2.1
61 silly idealTree | +-- tough-cookie@2.3.3
61 silly idealTree | +-- tunnel-agent@0.6.0
61 silly idealTree | +-- tweetnacl@0.14.5
61 silly idealTree | +-- uid-number@0.0.6
61 silly idealTree | +-- util-deprecate@1.0.2
61 silly idealTree | +-- uuid@3.1.0
61 silly idealTree | +-- verror@1.10.0
61 silly idealTree | | -- assert-plus@1.0.0 61 silly idealTree | +-- wide-align@1.1.2 61 silly idealTree | -- wrappy@1.0.2
61 silly idealTree +-- ssf@0.10.2
61 silly idealTree +-- sshpk@1.14.1
61 silly idealTree +-- stat-mode@0.2.2
61 silly idealTree +-- string_decoder@1.0.3
61 silly idealTree +-- string-width@1.0.2
61 silly idealTree +-- stringstream@0.0.5
61 silly idealTree +-- strip-ansi@3.0.1
61 silly idealTree +-- strip-bom@2.0.0
61 silly idealTree +-- strip-eof@1.0.0
61 silly idealTree +-- strip-indent@1.0.1
61 silly idealTree +-- strip-json-comments@2.0.1
61 silly idealTree +-- sumchecker@1.3.1
61 silly idealTree +-- supports-color@2.0.0
61 silly idealTree +-- symbol-observable@1.0.1
61 silly idealTree +-- systeminformation@3.37.8
61 silly idealTree +-- tar@2.2.1
61 silly idealTree +-- term-size@1.2.0
61 silly idealTree +-- thenify-all@1.6.0
61 silly idealTree +-- thenify@3.3.0
61 silly idealTree +-- throttleit@0.0.2
61 silly idealTree +-- through2@0.2.3
61 silly idealTree | +-- isarray@0.0.1
61 silly idealTree | +-- readable-stream@1.1.14
61 silly idealTree | -- string_decoder@0.10.31 61 silly idealTree +-- timed-out@4.0.1 61 silly idealTree +-- tiny-queue@0.2.1 61 silly idealTree +-- tmp@0.0.28 61 silly idealTree +-- to-boolean-x@1.0.3 61 silly idealTree +-- to-integer-x@3.0.0 61 silly idealTree +-- to-number-x@2.0.0 61 silly idealTree +-- to-object-x@1.5.0 61 silly idealTree +-- to-primitive-x@1.1.0 61 silly idealTree | -- is-primitive@2.0.0
61 silly idealTree +-- to-property-key-x@2.0.2
61 silly idealTree +-- to-string-symbols-supported-x@1.0.2
61 silly idealTree +-- to-string-tag-x@1.4.3
61 silly idealTree +-- to-string-x@1.4.5
61 silly idealTree +-- touch@0.0.3
61 silly idealTree | -- nopt@1.0.10 61 silly idealTree +-- tough-cookie@2.3.4 61 silly idealTree +-- traverse@0.3.9 61 silly idealTree +-- trim-left-x@3.0.0 61 silly idealTree +-- trim-newlines@1.0.0 61 silly idealTree +-- trim-right-x@3.0.0 61 silly idealTree +-- trim-x@3.0.0 61 silly idealTree +-- truncate-utf8-bytes@1.0.2 61 silly idealTree +-- tunnel-agent@0.6.0 61 silly idealTree +-- tweetnacl@0.14.5 61 silly idealTree +-- typedarray@0.0.6 61 silly idealTree +-- unique-string@1.0.0 61 silly idealTree +-- universalify@0.1.1 61 silly idealTree +-- unzip-response@2.0.1 61 silly idealTree +-- update-notifier@2.4.0 61 silly idealTree | +-- ansi-styles@3.2.1 61 silly idealTree | +-- chalk@2.3.2 61 silly idealTree | +-- color-convert@1.9.1 61 silly idealTree | -- supports-color@5.3.0
61 silly idealTree +-- url-join@3.0.0
61 silly idealTree +-- url-parse-lax@1.0.0
61 silly idealTree +-- url-parse@1.2.0
61 silly idealTree +-- utf8-byte-length@1.0.4
61 silly idealTree +-- util-deprecate@1.0.2
61 silly idealTree +-- uuid-1345@0.99.6
61 silly idealTree +-- uuid@3.2.1
61 silly idealTree +-- validate-npm-package-license@3.0.3
61 silly idealTree +-- validate.io-undefined@1.0.3
61 silly idealTree +-- verror@1.10.0
61 silly idealTree +-- vuvuzela@1.0.3
61 silly idealTree +-- websql@0.4.4
61 silly idealTree | +-- immediate@3.2.3
61 silly idealTree | -- pouchdb-collections@1.0.1 61 silly idealTree +-- which-module@1.0.0 61 silly idealTree +-- which@1.3.0 61 silly idealTree +-- white-space-x@3.0.1 61 silly idealTree +-- wide-align@1.1.2 61 silly idealTree +-- widest-line@2.0.0 61 silly idealTree | +-- ansi-regex@3.0.0 61 silly idealTree | +-- is-fullwidth-code-point@2.0.0 61 silly idealTree | +-- string-width@2.1.1 61 silly idealTree | -- strip-ansi@4.0.0
61 silly idealTree +-- wrap-ansi@2.1.0
61 silly idealTree +-- wrappy@1.0.2
61 silly idealTree +-- write-file-atomic@2.3.0
61 silly idealTree +-- xdg-basedir@3.0.0
61 silly idealTree +-- xlsx@0.11.19
61 silly idealTree | -- commander@2.13.0 61 silly idealTree +-- xmlbuilder@8.2.2 61 silly idealTree +-- xmldom@0.1.27 61 silly idealTree +-- xtend@2.1.2 61 silly idealTree +-- y18n@3.2.1 61 silly idealTree +-- yallist@2.1.2 61 silly idealTree +-- yargs-parser@4.2.1 61 silly idealTree | -- camelcase@3.0.0
61 silly idealTree +-- yargs@6.6.0
61 silly idealTree | -- camelcase@3.0.0 61 silly idealTree -- yauzl@2.4.1
62 silly generateActionsToTake Starting
63 silly install generateActionsToTake
64 silly generateActionsToTake Finishing
65 silly diffTrees action count 0
66 silly decomposeActions action count 0
67 silly runTopLevelLifecycles Starting
68 silly install runPreinstallTopLevelLifecycles
69 silly preinstall efas@1.1.6
70 info lifecycle efas@1.1.6preinstall: efas@1.1.6
71 silly lifecycle efas@1.1.6
preinstall: no script for preinstall, continuing
72 silly executeActions Starting
73 silly install executeActions
74 silly doSerial global-install 0
75 silly doParallel fetch 0
76 verbose correctMkdir C:\Users\myname\AppData\Roaming\npm-cache_locks correctMkdir not in flight; initializing
77 verbose lock using C:\Users\myname\AppData\Roaming\npm-cache_locks\staging-8b061df2723d31c8.lock for D:\hello-electron-with-pouchdb\node_modules.staging
78 silly doParallel extract 0
79 silly doParallel preinstall 0
80 silly doReverseSerial remove 0
81 silly doSerial move 0
82 silly doSerial finalize 0
83 silly doSerial build 0
84 silly doSerial global-link 0
85 silly doParallel update-linked 0
86 silly doSerial install 0
87 silly doSerial postinstall 0
88 verbose unlock done using C:\Users\myname\AppData\Roaming\npm-cache_locks\staging-8b061df2723d31c8.lock for D:\hello-electron-with-pouchdb\node_modules.staging
89 silly executeActions Finishing
90 silly rollbackFailedOptional Starting
91 silly rollbackFailedOptional Finishing
92 silly install runPostinstallTopLevelLifecycles
93 silly build efas@1.1.6
94 info linkStuff efas@1.1.6
95 silly linkStuff efas@1.1.6 has D:\ as its parent node_modules
96 verbose linkBins efas@1.1.6
97 verbose linkMans efas@1.1.6
98 silly install efas@1.1.6
99 info lifecycle efas@1.1.6install: efas@1.1.6
100 silly lifecycle efas@1.1.6
install: no script for install, continuing
101 silly postinstall efas@1.1.6
102 info lifecycle efas@1.1.6postinstall: efas@1.1.6
103 verbose lifecycle efas@1.1.6
postinstall: unsafe-perm in lifecycle true
104 verbose lifecycle efas@1.1.6postinstall: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;D:\hello-electron-with-pouchdb\node_modules.bin;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\Doctrine extensions for PHP;C:\Program Files\MongoDB\Server\3.2\bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseGit\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit;C:\Program Files\Microsoft SQL Server\110\Tools\Binn;C:\Program Files (x86)\Skype\Phone;C:\Program Files (x86)\Yarn\bin;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\nodejs;C:\Program Files\MongoDB\Server\3.2\bin;c:\python27;c:\python27\Scripts;C:\Users\myname\AppData\Local\Microsoft\WindowsApps;C:\Users\myname\AppData\Local\Yarn\bin;C:\Program Files (x86)\Yarn\bin;C:\Program Files\Microsoft VS Code\bin;C:\Users\myname\AppData\Roaming\npm
105 verbose lifecycle efas@1.1.6
postinstall: CWD: D:\hello-electron-with-pouchdb
106 silly lifecycle efas@1.1.6postinstall: Args: [ '/d /s /c', 'electron-builder install-app-deps' ]
107 silly lifecycle efas@1.1.6
postinstall: Returned: code: 1 signal: null
108 info lifecycle efas@1.1.6~postinstall: Failed to exec postinstall script
109 warn optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@~1.0.1 (node_modules\7zip-bin\node_modules\7zip-bin-mac):
110 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-mac@1.0.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
111 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin
111 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
111 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32
111 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
112 warn optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-linux@~1.3.1 (node_modules\7zip-bin\node_modules\7zip-bin-linux):
113 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for 7zip-bin-linux@1.3.1: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"x64"})
114 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: linux
114 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any
114 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32
114 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64
115 warn efas@1.1.6 No repository field.
116 verbose If you need help, you may report this error at:
116 verbose https://github.com/npm/npm/issues
117 warn efas@1.1.6 No license field.
118 verbose If you need help, you may report this error at:
118 verbose https://github.com/npm/npm/issues
119 verbose stack Error: efas@1.1.6 postinstall: electron-builder install-app-deps
119 verbose stack Exit status 1
119 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:279:16)
119 verbose stack at emitTwo (events.js:106:13)
119 verbose stack at EventEmitter.emit (events.js:194:7)
119 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
119 verbose stack at emitTwo (events.js:106:13)
119 verbose stack at ChildProcess.emit (events.js:194:7)
119 verbose stack at maybeClose (internal/child_process.js:899:16)
119 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
120 verbose pkgid efas@1.1.6
121 verbose cwd D:\hello-electron-with-pouchdb
122 error Windows_NT 10.0.16299
123 error argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--build-from-source"
124 error node v7.10.1
125 error npm v4.2.0
126 error code ELIFECYCLE
127 error errno 1
128 error efas@1.1.6 postinstall: electron-builder install-app-deps
128 error Exit status 1
129 error Failed at the efas@1.1.6 postinstall script 'electron-builder install-app-deps'.
129 error Make sure you have the latest version of node.js and npm installed.
129 error If you do, this is most likely a problem with the efas package,
129 error not with npm itself.
129 error Tell the author that this fails on your system:
129 error electron-builder install-app-deps
129 error You can get information on how to open an issue for this project with:
129 error npm bugs efas
129 error Or if that isn't available, you can get their info via:
129 error npm owner ls efas
129 error There is likely additional logging output above.
130 verbose exit [ 1, true ]

Environment:
Win10 x64
Node v7.10.1
npm v4.2.0
Electron v1.6.13
sqlite v3.1.13

I've tried reinstall Electron and Node to older version but it didn't work.
I've tried electron-rebuild and all other methods mentioned in other posts.
Is there any pre-built binaries for the sqlite3 module to work with Electron?

@flyingyezi
Copy link
Author

solved
Reinstalled the dependencies with YARN and it all works fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant