0rpc / zerorpc-node

zerorpc for node.js
http://www.zerorpc.io
Other
704 stars 166 forks source link

Error when installing on osx and node 5.8 #75

Open mrlarssen opened 7 years ago

mrlarssen commented 7 years ago

I am getting the following error when I try to npm install --save zerorpc

`> node-gyp rebuild

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

CC(target) Release/obj.target/libmsgpack/deps/msgpack/objectc.o ./Release/.deps/Release/obj.target/libmsgpack/deps/msgpack/objectc.o.d.raw { dev: 16777220, mode: 33188, nlink: 1, uid: 501, gid: 20, rdev: 0, blksize: 4096, ino: 3434821, size: 302, blocks: 8, atime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST), mtime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST), ctime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST), birthtime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST) } CC(target) Release/obj.target/libmsgpack/deps/msgpack/unpack.o ./Release/.deps/Release/obj.target/libmsgpack/deps/msgpack/unpack.o.d.raw { dev: 16777220, mode: 33188, nlink: 1, uid: 501, gid: 20, rdev: 0, blksize: 4096, ino: 3434826, size: 341, blocks: 8, atime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST), mtime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST), ctime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST), birthtime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST) } CC(target) Release/obj.target/libmsgpack/deps/msgpack/vrefbuffer.o ./Release/.deps/Release/obj.target/libmsgpack/deps/msgpack/vrefbuffer.o.d.raw { dev: 16777220, mode: 33188, nlink: 1, uid: 501, gid: 20, rdev: 0, blksize: 4096, ino: 3434833, size: 195, blocks: 8, atime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), mtime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), ctime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), birthtime: Tue Aug 23 2016 12:33:51 GMT+0200 (CEST) } CC(target) Release/obj.target/libmsgpack/deps/msgpack/zone.o ./Release/.deps/Release/obj.target/libmsgpack/deps/msgpack/zone.o.d.raw { dev: 16777220, mode: 33188, nlink: 1, uid: 501, gid: 20, rdev: 0, blksize: 4096, ino: 3434838, size: 142, blocks: 8, atime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), mtime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), ctime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), birthtime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST) } CC(target) Release/obj.target/libmsgpack/deps/msgpack/version.o ./Release/.deps/Release/obj.target/libmsgpack/deps/msgpack/version.o.d.raw { dev: 16777220, mode: 33188, nlink: 1, uid: 501, gid: 20, rdev: 0, blksize: 4096, ino: 3434841, size: 554, blocks: 8, atime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), mtime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), ctime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST), birthtime: Tue Aug 23 2016 12:33:52 GMT+0200 (CEST) } LIBTOOL-STATIC Release/msgpack.a libtool: unrecognized option -static' libtool: Trylibtool --help' for more information. make: *\ [Release/msgpack.a] Error 1 gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) gyp ERR! stack at emitTwo (events.js:100:13) gyp ERR! stack at ChildProcess.emit (events.js:185:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12) gyp ERR! System Darwin 15.5.0 gyp ERR! command "/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/node" "/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/msgpack gyp ERR! node -v v5.8.0 gyp ERR! node-gyp -v v3.2.1 gyp ERR! not ok server@1.0.0 /Users/nicholaslarssen/ProWellPlan/pwp-api └── (empty)

npm WARN server@1.0.0 No description npm WARN server@1.0.0 No repository field. npm ERR! Darwin 15.5.0 npm ERR! argv "/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/node" "/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/npm" "install" "--save" "zerorpc" npm ERR! node v5.8.0 npm ERR! npm v3.7.3 npm ERR! code ELIFECYCLE

npm ERR! msgpack@1.0.2 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the msgpack@1.0.2 install script 'node-gyp rebuild'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the msgpack package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs msgpack npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls msgpack npm ERR! There is likely additional logging output above.`

My npm-debug.log looks like this:

0 info it worked if it ends with ok 1 verbose cli [ '/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/node', 1 verbose cli '/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/npm', 1 verbose cli 'install', 1 verbose cli '--save', 1 verbose cli 'zerorpc' ] 2 info using npm@3.7.3 3 info using node@v5.8.0 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 silly fetchPackageMetaData zerorpc 8 silly fetchNamedPackageData zerorpc 9 silly mapToRegistry name zerorpc 10 silly mapToRegistry using default registry 11 silly mapToRegistry registry https://registry.npmjs.org/ 12 silly mapToRegistry uri https://registry.npmjs.org/zerorpc 13 verbose request uri https://registry.npmjs.org/zerorpc 14 verbose request no auth needed 15 info attempt registry request try #1 at 12:33:45 PM 16 verbose request id b0cae46e7f2d4c34 17 verbose etag "F0QZZP853S3BEJOSXI46B5IF" 18 http request GET https://registry.npmjs.org/zerorpc 19 http 304 https://registry.npmjs.org/zerorpc 20 verbose headers { date: 'Tue, 23 Aug 2016 10:33:45 GMT', 20 verbose headers via: '1.1 varnish', 20 verbose headers 'cache-control': 'max-age=300', 20 verbose headers etag: '"F0QZZP853S3BEJOSXI46B5IF"', 20 verbose headers age: '69', 20 verbose headers connection: 'keep-alive', 20 verbose headers 'x-served-by': 'cache-bma7035-BMA', 20 verbose headers 'x-cache': 'HIT', 20 verbose headers 'x-cache-hits': '1', 20 verbose headers 'x-timer': 'S1471948425.693183,VS0,VE0', 20 verbose headers vary: 'Accept-Encoding' } 21 silly get cb [ 304, 21 silly get { date: 'Tue, 23 Aug 2016 10:33:45 GMT', 21 silly get via: '1.1 varnish', 21 silly get 'cache-control': 'max-age=300', 21 silly get etag: '"F0QZZP853S3BEJOSXI46B5IF"', 21 silly get age: '69', 21 silly get connection: 'keep-alive', 21 silly get 'x-served-by': 'cache-bma7035-BMA', 21 silly get 'x-cache': 'HIT', 21 silly get 'x-cache-hits': '1', 21 silly get 'x-timer': 'S1471948425.693183,VS0,VE0', 21 silly get vary: 'Accept-Encoding' } ] 22 verbose etag https://registry.npmjs.org/zerorpc from cache 23 verbose get saving zerorpc to /Users/nicholaslarssen/.npm/registry.npmjs.org/zerorpc/.cache.json 24 verbose correctMkdir /Users/nicholaslarssen/.npm correctMkdir not in flight; initializing 25 silly install normalizeTree 26 silly loadCurrentTree Finishing 27 silly loadIdealTree Starting 28 silly install loadIdealTree 29 silly cloneCurrentTree Starting 30 silly install cloneCurrentTreeToIdealTree 31 silly cloneCurrentTree Finishing 32 silly loadShrinkwrap Starting 33 silly install loadShrinkwrap 34 silly loadShrinkwrap Finishing 35 silly loadAllDepsIntoIdealTree Starting 36 silly install loadAllDepsIntoIdealTree 37 silly resolveWithNewModule zerorpc@0.9.6 checking installable status 38 silly cache add args [ 'zerorpc', null ] 39 verbose cache add spec zerorpc 40 silly cache add parsed spec Result { 40 silly cache add raw: 'zerorpc', 40 silly cache add scope: null, 40 silly cache add name: 'zerorpc', 40 silly cache add rawSpec: '', 40 silly cache add spec: 'latest', 40 silly cache add type: 'tag' } 41 silly addNamed zerorpc@latest 42 verbose addNamed "latest" is being treated as a dist-tag for zerorpc 43 info addNameTag [ 'zerorpc', 'latest' ] 44 silly mapToRegistry name zerorpc 45 silly mapToRegistry using default registry 46 silly mapToRegistry registry https://registry.npmjs.org/ 47 silly mapToRegistry uri https://registry.npmjs.org/zerorpc 48 verbose addNameTag registry:https://registry.npmjs.org/zerorpc not in flight; fetching 49 verbose get https://registry.npmjs.org/zerorpc not expired, no request 50 silly addNameTag next cb for zerorpc with tag latest 51 silly addNamed zerorpc@0.9.6 52 verbose addNamed "0.9.6" is a plain semver version for zerorpc 53 silly cache afterAdd zerorpc@0.9.6 54 verbose afterAdd /Users/nicholaslarssen/.npm/zerorpc/0.9.6/package/package.json not in flight; writing 55 verbose correctMkdir /Users/nicholaslarssen/.npm correctMkdir not in flight; initializing 56 verbose afterAdd /Users/nicholaslarssen/.npm/zerorpc/0.9.6/package/package.json written 57 silly fetchNamedPackageData msgpack 58 silly mapToRegistry name msgpack 59 silly mapToRegistry using default registry 60 silly mapToRegistry registry https://registry.npmjs.org/ 61 silly mapToRegistry uri https://registry.npmjs.org/msgpack 62 silly fetchNamedPackageData node-uuid 63 silly mapToRegistry name node-uuid 64 silly mapToRegistry using default registry 65 silly mapToRegistry registry https://registry.npmjs.org/ 66 silly mapToRegistry uri https://registry.npmjs.org/node-uuid 67 verbose request uri https://registry.npmjs.org/msgpack 68 verbose request no auth needed 69 info attempt registry request try #1 at 12:33:46 PM 70 verbose etag "AK58CPPGPCW0HYCUM932R6IAW" 71 http request GET https://registry.npmjs.org/msgpack 72 verbose request uri https://registry.npmjs.org/node-uuid 73 verbose request no auth needed 74 info attempt registry request try #1 at 12:33:46 PM 75 verbose etag "9Y8ZHY2VBDORDL23F0JOPB9PR" 76 http request GET https://registry.npmjs.org/node-uuid 77 http 304 https://registry.npmjs.org/node-uuid 78 verbose headers { date: 'Tue, 23 Aug 2016 10:33:46 GMT', 78 verbose headers via: '1.1 varnish', 78 verbose headers 'cache-control': 'max-age=300', 78 verbose headers etag: '"9Y8ZHY2VBDORDL23F0JOPB9PR"', 78 verbose headers age: '223', 78 verbose headers connection: 'keep-alive', 78 verbose headers 'x-served-by': 'cache-bma7022-BMA', 78 verbose headers 'x-cache': 'HIT', 78 verbose headers 'x-cache-hits': '12', 78 verbose headers 'x-timer': 'S1471948426.487037,VS0,VE0', 78 verbose headers vary: 'Accept-Encoding' } 79 silly get cb [ 304, 79 silly get { date: 'Tue, 23 Aug 2016 10:33:46 GMT', 79 silly get via: '1.1 varnish', 79 silly get 'cache-control': 'max-age=300', 79 silly get etag: '"9Y8ZHY2VBDORDL23F0JOPB9PR"', 79 silly get age: '223', 79 silly get connection: 'keep-alive', 79 silly get 'x-served-by': 'cache-bma7022-BMA', 79 silly get 'x-cache': 'HIT', 79 silly get 'x-cache-hits': '12', 79 silly get 'x-timer': 'S1471948426.487037,VS0,VE0', 79 silly get vary: 'Accept-Encoding' } ] 80 verbose etag https://registry.npmjs.org/node-uuid from cache 81 verbose get saving node-uuid to /Users/nicholaslarssen/.npm/registry.npmjs.org/node-uuid/.cache.json 82 verbose correctMkdir /Users/nicholaslarssen/.npm correctMkdir not in flight; initializing 83 http 304 https://registry.npmjs.org/msgpack 84 verbose headers { date: 'Tue, 23 Aug 2016 10:33:46 GMT', 84 verbose headers via: '1.1 varnish', 84 verbose headers 'cache-control': 'max-age=300', 84 verbose headers etag: '"AK58CPPGPCW0HYCUM932R6IAW"', 84 verbose headers age: '68', 84 verbose headers connection: 'keep-alive', 84 verbose headers 'x-served-by': 'cache-bma7025-BMA', 84 verbose headers 'x-cache': 'HIT', 84 verbose headers 'x-cache-hits': '1', 84 verbose headers 'x-timer': 'S1471948426.486205,VS0,VE0', 84 verbose headers vary: 'Accept-Encoding' } 85 silly get cb [ 304, 85 silly get { date: 'Tue, 23 Aug 2016 10:33:46 GMT', 85 silly get via: '1.1 varnish', 85 silly get 'cache-control': 'max-age=300', 85 silly get etag: '"AK58CPPGPCW0HYCUM932R6IAW"', 85 silly get age: '68', 85 silly get connection: 'keep-alive', 85 silly get 'x-served-by': 'cache-bma7025-BMA', 85 silly get 'x-cache': 'HIT', 85 silly get 'x-cache-hits': '1', 85 silly get 'x-timer': 'S1471948426.486205,VS0,VE0', 85 silly get vary: 'Accept-Encoding' } ] 86 verbose etag https://registry.npmjs.org/msgpack from cache 87 verbose get saving msgpack to /Users/nicholaslarssen/.npm/registry.npmjs.org/msgpack/.cache.json 88 verbose correctMkdir /Users/nicholaslarssen/.npm correctMkdir not in flight; initializing 89 silly resolveWithNewModule node-uuid@1.3.3 checking installable status 90 silly cache add args [ 'node-uuid@1.3.3', null ] 91 verbose cache add spec node-uuid@1.3.3 92 silly cache add parsed spec Result { 92 silly cache add raw: 'node-uuid@1.3.3', 92 silly cache add scope: null, 92 silly cache add name: 'node-uuid', 92 silly cache add rawSpec: '1.3.3', 92 silly cache add spec: '1.3.3', 92 silly cache add type: 'version' } 93 silly addNamed node-uuid@1.3.3 94 verbose addNamed "1.3.3" is a plain semver version for node-uuid 95 silly mapToRegistry name node-uuid 96 silly mapToRegistry using default registry 97 silly mapToRegistry registry https://registry.npmjs.org/ 98 silly mapToRegistry uri https://registry.npmjs.org/node-uuid 99 verbose addNameVersion registry:https://registry.npmjs.org/node-uuid not in flight; fetching 100 silly resolveWithNewModule msgpack@1.0.2 checking installable status 101 silly cache add args [ 'msgpack@1.0.2', null ] 102 verbose cache add spec msgpack@1.0.2 103 silly cache add parsed spec Result { 103 silly cache add raw: 'msgpack@1.0.2', 103 silly cache add scope: null, 103 silly cache add name: 'msgpack', 103 silly cache add rawSpec: '1.0.2', 103 silly cache add spec: '1.0.2', 103 silly cache add type: 'version' } 104 silly addNamed msgpack@1.0.2 105 verbose addNamed "1.0.2" is a plain semver version for msgpack 106 silly mapToRegistry name msgpack 107 silly mapToRegistry using default registry 108 silly mapToRegistry registry https://registry.npmjs.org/ 109 silly mapToRegistry uri https://registry.npmjs.org/msgpack 110 verbose addNameVersion registry:https://registry.npmjs.org/msgpack not in flight; fetching 111 verbose get https://registry.npmjs.org/node-uuid not expired, no request 112 verbose get https://registry.npmjs.org/msgpack not expired, no request 113 silly cache afterAdd node-uuid@1.3.3 114 verbose afterAdd /Users/nicholaslarssen/.npm/node-uuid/1.3.3/package/package.json not in flight; writing 115 verbose correctMkdir /Users/nicholaslarssen/.npm correctMkdir not in flight; initializing 116 silly cache afterAdd msgpack@1.0.2 117 verbose afterAdd /Users/nicholaslarssen/.npm/msgpack/1.0.2/package/package.json not in flight; writing 118 verbose correctMkdir /Users/nicholaslarssen/.npm correctMkdir not in flight; initializing 119 verbose afterAdd /Users/nicholaslarssen/.npm/node-uuid/1.3.3/package/package.json written 120 verbose afterAdd /Users/nicholaslarssen/.npm/msgpack/1.0.2/package/package.json written 121 silly loadAllDepsIntoIdealTree Finishing 122 silly idealTree:prePrune server@1.0.0 122 silly idealTree:prePrune ├── abbrev@1.0.9 122 silly idealTree:prePrune ├── accepts@1.3.3 122 silly idealTree:prePrune ├── amdefine@1.0.0 122 silly idealTree:prePrune ├── ansi-regex@2.0.0 122 silly idealTree:prePrune ├── ansi-styles@2.2.1 122 silly idealTree:prePrune ├── anymatch@1.3.0 122 silly idealTree:prePrune ├── arr-diff@2.0.0 122 silly idealTree:prePrune ├── arr-flatten@1.0.1 122 silly idealTree:prePrune ├── array-find-index@1.0.1 122 silly idealTree:prePrune ├── array-flatten@1.1.1 122 silly idealTree:prePrune ├── array-uniq@1.0.3 122 silly idealTree:prePrune ├── array-unique@0.2.1 122 silly idealTree:prePrune ├── arrify@1.0.1 122 silly idealTree:prePrune ├── asn1@0.2.3 122 silly idealTree:prePrune ├── assert-plus@0.2.0 122 silly idealTree:prePrune ├── async-each@1.0.0 122 silly idealTree:prePrune ├── async@1.5.2 122 silly idealTree:prePrune ├── aws-sign2@0.6.0 122 silly idealTree:prePrune ├── aws4@1.4.1 122 silly idealTree:prePrune ├─┬ babel-cli@6.11.4 122 silly idealTree:prePrune │ └── chalk@1.1.1 122 silly idealTree:prePrune ├── babel-code-frame@6.11.0 122 silly idealTree:prePrune ├── babel-core@6.13.2 122 silly idealTree:prePrune ├── babel-generator@6.11.4 122 silly idealTree:prePrune ├── babel-helper-bindify-decorators@6.8.0 122 silly idealTree:prePrune ├── babel-helper-builder-binary-assignment-operator-visitor@6.8.0 122 silly idealTree:prePrune ├── babel-helper-builder-react-jsx@6.9.0 122 silly idealTree:prePrune ├── babel-helper-call-delegate@6.8.0 122 silly idealTree:prePrune ├── babel-helper-define-map@6.9.0 122 silly idealTree:prePrune ├── babel-helper-explode-assignable-expression@6.8.0 122 silly idealTree:prePrune ├── babel-helper-explode-class@6.8.0 122 silly idealTree:prePrune ├── babel-helper-function-name@6.8.0 122 silly idealTree:prePrune ├── babel-helper-get-function-arity@6.8.0 122 silly idealTree:prePrune ├── babel-helper-hoist-variables@6.8.0 122 silly idealTree:prePrune ├── babel-helper-optimise-call-expression@6.8.0 122 silly idealTree:prePrune ├── babel-helper-regex@6.9.0 122 silly idealTree:prePrune ├── babel-helper-remap-async-to-generator@6.11.2 122 silly idealTree:prePrune ├── babel-helper-replace-supers@6.8.0 122 silly idealTree:prePrune ├── babel-helpers@6.8.0 122 silly idealTree:prePrune ├── babel-messages@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-check-es2015-constants@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-async-functions@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-class-constructor-call@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-class-properties@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-decorators@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-do-expressions@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-exponentiation-operator@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-export-extensions@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-flow@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-function-bind@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-jsx@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-object-rest-spread@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-syntax-trailing-function-commas@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-transform-async-to-generator@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-class-constructor-call@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-class-properties@6.11.5 122 silly idealTree:prePrune ├── babel-plugin-transform-decorators@6.13.0 122 silly idealTree:prePrune ├── babel-plugin-transform-do-expressions@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-block-scoping@6.10.1 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-classes@6.9.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-computed-properties@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-destructuring@6.9.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-duplicate-keys@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-for-of@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-function-name@6.9.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-literals@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-modules-amd@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-modules-commonjs@6.11.5 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-modules-systemjs@6.12.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-modules-umd@6.12.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-object-super@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-parameters@6.11.4 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-shorthand-properties@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-spread@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-sticky-regex@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-template-literals@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-typeof-symbol@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-es2015-unicode-regex@6.11.0 122 silly idealTree:prePrune ├── babel-plugin-transform-exponentiation-operator@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-export-extensions@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-flow-strip-types@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-function-bind@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-object-rest-spread@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-react-display-name@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-react-jsx-self@6.11.0 122 silly idealTree:prePrune ├── babel-plugin-transform-react-jsx-source@6.9.0 122 silly idealTree:prePrune ├── babel-plugin-transform-react-jsx@6.8.0 122 silly idealTree:prePrune ├── babel-plugin-transform-regenerator@6.11.4 122 silly idealTree:prePrune ├── babel-plugin-transform-strict-mode@6.11.3 122 silly idealTree:prePrune ├── babel-polyfill@6.13.0 122 silly idealTree:prePrune ├── babel-preset-es2015@6.13.2 122 silly idealTree:prePrune ├── babel-preset-react@6.11.1 122 silly idealTree:prePrune ├── babel-preset-stage-0@6.5.0 122 silly idealTree:prePrune ├── babel-preset-stage-1@6.13.0 122 silly idealTree:prePrune ├── babel-preset-stage-2@6.13.0 122 silly idealTree:prePrune ├── babel-preset-stage-3@6.11.0 122 silly idealTree:prePrune ├── babel-register@6.11.6 122 silly idealTree:prePrune ├── babel-runtime@6.11.6 122 silly idealTree:prePrune ├── babel-template@6.9.0 122 silly idealTree:prePrune ├── babel-traverse@6.13.0 122 silly idealTree:prePrune ├── babel-types@6.13.0 122 silly idealTree:prePrune ├── babylon@6.9.0 122 silly idealTree:prePrune ├── balanced-match@0.4.2 122 silly idealTree:prePrune ├── base64-url@1.3.2 122 silly idealTree:prePrune ├── base64url@1.0.6 122 silly idealTree:prePrune ├── basic-auth@1.0.4 122 silly idealTree:prePrune ├── bcrypt-nodejs@0.0.3 122 silly idealTree:prePrune ├─┬ bin-version-check@2.1.0 122 silly idealTree:prePrune │ ├── minimist@1.2.0 122 silly idealTree:prePrune │ └── semver@4.3.6 122 silly idealTree:prePrune ├── bin-version@1.0.4 122 silly idealTree:prePrune ├── binary-extensions@1.5.0 122 silly idealTree:prePrune ├── bindings@1.2.1 122 silly idealTree:prePrune ├─┬ bl@1.1.2 122 silly idealTree:prePrune │ ├── isarray@1.0.0 122 silly idealTree:prePrune │ └── readable-stream@2.0.6 122 silly idealTree:prePrune ├── bluebird@2.10.2 122 silly idealTree:prePrune ├── body-parser@1.15.2 122 silly idealTree:prePrune ├── boom@2.10.1 122 silly idealTree:prePrune ├── brace-expansion@1.1.6 122 silly idealTree:prePrune ├── braces@1.8.5 122 silly idealTree:prePrune ├── bson@0.4.23 122 silly idealTree:prePrune ├── buffer-equal-constant-time@1.0.1 122 silly idealTree:prePrune ├── buffer-shims@1.0.0 122 silly idealTree:prePrune ├── builtin-modules@1.1.1 122 silly idealTree:prePrune ├── bytes@2.4.0 122 silly idealTree:prePrune ├── camelcase-keys@1.0.0 122 silly idealTree:prePrune ├── camelcase@1.2.1 122 silly idealTree:prePrune ├── caseless@0.11.0 122 silly idealTree:prePrune ├── chalk@1.1.3 122 silly idealTree:prePrune ├── chokidar@1.6.0 122 silly idealTree:prePrune ├── combined-stream@1.0.5 122 silly idealTree:prePrune ├── commander@2.9.0 122 silly idealTree:prePrune ├── concat-map@0.0.1 122 silly idealTree:prePrune ├─┬ concat-stream@1.4.10 122 silly idealTree:prePrune │ └── readable-stream@1.1.14 122 silly idealTree:prePrune ├── configstore@1.4.0 122 silly idealTree:prePrune ├── content-disposition@0.5.1 122 silly idealTree:prePrune ├── content-type@1.0.2 122 silly idealTree:prePrune ├── convert-source-map@1.3.0 122 silly idealTree:prePrune ├── cookie-signature@1.0.6 122 silly idealTree:prePrune ├── cookie@0.3.1 122 silly idealTree:prePrune ├── core-js@2.4.1 122 silly idealTree:prePrune ├── core-util-is@1.0.2 122 silly idealTree:prePrune ├── cors@2.7.1 122 silly idealTree:prePrune ├── cryptiles@2.0.5 122 silly idealTree:prePrune ├── currently-unhandled@0.4.1 122 silly idealTree:prePrune ├─┬ dashdash@1.14.0 122 silly idealTree:prePrune │ └── assert-plus@1.0.0 122 silly idealTree:prePrune ├── debug@2.2.0 122 silly idealTree:prePrune ├── decamelize@1.2.0 122 silly idealTree:prePrune ├── deep-extend@0.4.1 122 silly idealTree:prePrune ├── delayed-stream@1.0.0 122 silly idealTree:prePrune ├── depd@1.1.0 122 silly idealTree:prePrune ├── destroy@1.0.4 122 silly idealTree:prePrune ├─┬ detect-indent@3.0.1 122 silly idealTree:prePrune │ └── minimist@1.2.0 122 silly idealTree:prePrune ├── duplexer@0.1.1 122 silly idealTree:prePrune ├─┬ duplexify@3.4.5 122 silly idealTree:prePrune │ ├── isarray@1.0.0 122 silly idealTree:prePrune │ └── readable-stream@2.1.4 122 silly idealTree:prePrune ├── ecc-jsbn@0.1.1 122 silly idealTree:prePrune ├── ecdsa-sig-formatter@1.0.7 122 silly idealTree:prePrune ├── ee-first@1.1.1 122 silly idealTree:prePrune ├── encodeurl@1.0.1 122 silly idealTree:prePrune ├── end-of-stream@1.0.0 122 silly idealTree:prePrune ├── error-ex@1.3.0 122 silly idealTree:prePrune ├── es6-promise@3.0.2 122 silly idealTree:prePrune ├── escape-html@1.0.3 122 silly idealTree:prePrune ├── escape-string-regexp@1.0.5 122 silly idealTree:prePrune ├── esutils@2.0.2 122 silly idealTree:prePrune ├── etag@1.7.0 122 silly idealTree:prePrune ├── event-stream@3.3.4 122 silly idealTree:prePrune ├── expand-brackets@0.1.5 122 silly idealTree:prePrune ├── expand-range@1.8.2 122 silly idealTree:prePrune ├── express@4.14.0 122 silly idealTree:prePrune ├── extend@3.0.0 122 silly idealTree:prePrune ├── extglob@0.3.2 122 silly idealTree:prePrune ├── extsprintf@1.0.2 122 silly idealTree:prePrune ├── filename-regex@2.0.0 122 silly idealTree:prePrune ├── fill-range@2.2.3 122 silly idealTree:prePrune ├── finalhandler@0.5.0 122 silly idealTree:prePrune ├─┬ find-up@1.1.2 122 silly idealTree:prePrune │ └── path-exists@2.1.0 122 silly idealTree:prePrune ├─┬ find-versions@1.2.1 122 silly idealTree:prePrune │ ├── camelcase-keys@2.1.0 122 silly idealTree:prePrune │ ├── camelcase@2.1.1 122 silly idealTree:prePrune │ ├── meow@3.7.0 122 silly idealTree:prePrune │ └── minimist@1.2.0 122 silly idealTree:prePrune ├── for-in@0.1.5 122 silly idealTree:prePrune ├── for-own@0.1.4 122 silly idealTree:prePrune ├── forever-agent@0.6.1 122 silly idealTree:prePrune ├── form-data@1.0.0-rc4 122 silly idealTree:prePrune ├── forwarded@0.1.0 122 silly idealTree:prePrune ├── fresh@0.3.0 122 silly idealTree:prePrune ├── from@0.1.3 122 silly idealTree:prePrune ├── fs-readdir-recursive@0.1.2 122 silly idealTree:prePrune ├─┬ fsevents@1.0.14 122 silly idealTree:prePrune │ ├── abbrev@1.0.9 122 silly idealTree:prePrune │ ├── ansi-regex@2.0.0 122 silly idealTree:prePrune │ ├── ansi-styles@2.2.1 122 silly idealTree:prePrune │ ├── aproba@1.0.4 122 silly idealTree:prePrune │ ├── are-we-there-yet@1.1.2 122 silly idealTree:prePrune │ ├── asn1@0.2.3 122 silly idealTree:prePrune │ ├── assert-plus@0.2.0 122 silly idealTree:prePrune │ ├── async@1.5.2 122 silly idealTree:prePrune │ ├── aws-sign2@0.6.0 122 silly idealTree:prePrune │ ├── aws4@1.4.1 122 silly idealTree:prePrune │ ├── balanced-match@0.4.2 122 silly idealTree:prePrune │ ├─┬ bl@1.1.2 122 silly idealTree:prePrune │ │ └── readable-stream@2.0.6 122 silly idealTree:prePrune │ ├── block-stream@0.0.9 122 silly idealTree:prePrune │ ├── boom@2.10.1 122 silly idealTree:prePrune │ ├── brace-expansion@1.1.5 122 silly idealTree:prePrune │ ├── buffer-shims@1.0.0 122 silly idealTree:prePrune │ ├── caseless@0.11.0 122 silly idealTree:prePrune │ ├── chalk@1.1.3 122 silly idealTree:prePrune │ ├── code-point-at@1.0.0 122 silly idealTree:prePrune │ ├── combined-stream@1.0.5 122 silly idealTree:prePrune │ ├── commander@2.9.0 122 silly idealTree:prePrune │ ├── concat-map@0.0.1 122 silly idealTree:prePrune │ ├── console-control-strings@1.1.0 122 silly idealTree:prePrune │ ├── core-util-is@1.0.2 122 silly idealTree:prePrune │ ├── cryptiles@2.0.5 122 silly idealTree:prePrune │ ├─┬ dashdash@1.14.0 122 silly idealTree:prePrune │ │ └── assert-plus@1.0.0 122 silly idealTree:prePrune │ ├── debug@2.2.0 122 silly idealTree:prePrune │ ├── deep-extend@0.4.1 122 silly idealTree:prePrune │ ├── delayed-stream@1.0.0 122 silly idealTree:prePrune │ ├── delegates@1.0.0 122 silly idealTree:prePrune │ ├── ecc-jsbn@0.1.1 122 silly idealTree:prePrune │ ├── escape-string-regexp@1.0.5 122 silly idealTree:prePrune │ ├── extend@3.0.0 122 silly idealTree:prePrune │ ├── extsprintf@1.0.2 122 silly idealTree:prePrune │ ├── forever-agent@0.6.1 122 silly idealTree:prePrune │ ├── form-data@1.0.0-rc4 122 silly idealTree:prePrune │ ├── fs.realpath@1.0.0 122 silly idealTree:prePrune │ ├── fstream-ignore@1.0.5 122 silly idealTree:prePrune │ ├── fstream@1.0.10 122 silly idealTree:prePrune │ ├── gauge@2.6.0 122 silly idealTree:prePrune │ ├── generate-function@2.0.0 122 silly idealTree:prePrune │ ├── generate-object-property@1.2.0 122 silly idealTree:prePrune │ ├─┬ getpass@0.1.6 122 silly idealTree:prePrune │ │ └── assert-plus@1.0.0 122 silly idealTree:prePrune │ ├── glob@7.0.5 122 silly idealTree:prePrune │ ├── graceful-fs@4.1.4 122 silly idealTree:prePrune │ ├── graceful-readlink@1.0.1 122 silly idealTree:prePrune │ ├── har-validator@2.0.6 122 silly idealTree:prePrune │ ├── has-ansi@2.0.0 122 silly idealTree:prePrune │ ├── has-color@0.1.7 122 silly idealTree:prePrune │ ├── has-unicode@2.0.1 122 silly idealTree:prePrune │ ├── hawk@3.1.3 122 silly idealTree:prePrune │ ├── hoek@2.16.3 122 silly idealTree:prePrune │ ├── http-signature@1.1.1 122 silly idealTree:prePrune │ ├── inflight@1.0.5 122 silly idealTree:prePrune │ ├── inherits@2.0.1 122 silly idealTree:prePrune │ ├── ini@1.3.4 122 silly idealTree:prePrune │ ├── is-fullwidth-code-point@1.0.0 122 silly idealTree:prePrune │ ├── is-my-json-valid@2.13.1 122 silly idealTree:prePrune │ ├── is-property@1.0.2 122 silly idealTree:prePrune │ ├── is-typedarray@1.0.0 122 silly idealTree:prePrune │ ├── isarray@1.0.0 122 silly idealTree:prePrune │ ├── isstream@0.1.2 122 silly idealTree:prePrune │ ├── jodid25519@1.0.2 122 silly idealTree:prePrune │ ├── jsbn@0.1.0 122 silly idealTree:prePrune │ ├── json-schema@0.2.2 122 silly idealTree:prePrune │ ├── json-stringify-safe@5.0.1 122 silly idealTree:prePrune │ ├── jsonpointer@2.0.0 122 silly idealTree:prePrune │ ├── jsprim@1.3.0 122 silly idealTree:prePrune │ ├── mime-db@1.23.0 122 silly idealTree:prePrune │ ├── mime-types@2.1.11 122 silly idealTree:prePrune │ ├── minimatch@3.0.2 122 silly idealTree:prePrune │ ├── minimist@0.0.8 122 silly idealTree:prePrune │ ├── mkdirp@0.5.1 122 silly idealTree:prePrune │ ├── ms@0.7.1 122 silly idealTree:prePrune │ ├── node-pre-gyp@0.6.29 122 silly idealTree:prePrune │ ├── node-uuid@1.4.7 122 silly idealTree:prePrune │ ├── nopt@3.0.6 122 silly idealTree:prePrune │ ├── npmlog@3.1.2 122 silly idealTree:prePrune │ ├── number-is-nan@1.0.0 122 silly idealTree:prePrune │ ├── oauth-sign@0.8.2 122 silly idealTree:prePrune │ ├── object-assign@4.1.0 122 silly idealTree:prePrune │ ├── once@1.3.3 122 silly idealTree:prePrune │ ├── path-is-absolute@1.0.0 122 silly idealTree:prePrune │ ├── pinkie-promise@2.0.1 122 silly idealTree:prePrune │ ├── pinkie@2.0.4 122 silly idealTree:prePrune │ ├── process-nextick-args@1.0.7 122 silly idealTree:prePrune │ ├── qs@6.2.0 122 silly idealTree:prePrune │ ├─┬ rc@1.1.6 122 silly idealTree:prePrune │ │ └── minimist@1.2.0 122 silly idealTree:prePrune │ ├── readable-stream@2.1.4 122 silly idealTree:prePrune │ ├── request@2.73.0 122 silly idealTree:prePrune │ ├── rimraf@2.5.3 122 silly idealTree:prePrune │ ├── semver@5.2.0 122 silly idealTree:prePrune │ ├── set-blocking@2.0.0 122 silly idealTree:prePrune │ ├── signal-exit@3.0.0 122 silly idealTree:prePrune │ ├── sntp@1.0.9 122 silly idealTree:prePrune │ ├─┬ sshpk@1.8.3 122 silly idealTree:prePrune │ │ └── assert-plus@1.0.0 122 silly idealTree:prePrune │ ├── string_decoder@0.10.31 122 silly idealTree:prePrune │ ├── string-width@1.0.1 122 silly idealTree:prePrune │ ├── stringstream@0.0.5 122 silly idealTree:prePrune │ ├── strip-ansi@3.0.1 122 silly idealTree:prePrune │ ├── strip-json-comments@1.0.4 122 silly idealTree:prePrune │ ├── supports-color@2.0.0 122 silly idealTree:prePrune │ ├── tar-pack@3.1.4 122 silly idealTree:prePrune │ ├── tar@2.2.1 122 silly idealTree:prePrune │ ├── tough-cookie@2.2.2 122 silly idealTree:prePrune │ ├── tunnel-agent@0.4.3 122 silly idealTree:prePrune │ ├── tweetnacl@0.13.3 122 silly idealTree:prePrune │ ├── uid-number@0.0.6 122 silly idealTree:prePrune │ ├── util-deprecate@1.0.2 122 silly idealTree:prePrune │ ├── verror@1.3.6 122 silly idealTree:prePrune │ ├── wide-align@1.1.0 122 silly idealTree:prePrune │ ├── wrappy@1.0.2 122 silly idealTree:prePrune │ └── xtend@4.0.1 122 silly idealTree:prePrune ├── generate-function@2.0.0 122 silly idealTree:prePrune ├── generate-object-property@1.2.0 122 silly idealTree:prePrune ├── get-stdin@4.0.1 122 silly idealTree:prePrune ├─┬ getpass@0.1.6 122 silly idealTree:prePrune │ └── assert-plus@1.0.0 122 silly idealTree:prePrune ├── glob-base@0.3.0 122 silly idealTree:prePrune ├── glob-parent@2.0.0 122 silly idealTree:prePrune ├── glob@5.0.15 122 silly idealTree:prePrune ├── globals@8.18.0 122 silly idealTree:prePrune ├─┬ got@3.3.1 122 silly idealTree:prePrune │ └── object-assign@3.0.0 122 silly idealTree:prePrune ├── graceful-fs@4.1.5 122 silly idealTree:prePrune ├── graceful-readlink@1.0.1 122 silly idealTree:prePrune ├── har-validator@2.0.6 122 silly idealTree:prePrune ├── has-ansi@2.0.0 122 silly idealTree:prePrune ├── hawk@3.1.3 122 silly idealTree:prePrune ├── hoek@2.16.3 122 silly idealTree:prePrune ├── home-or-tmp@1.0.0 122 silly idealTree:prePrune ├── hooks-fixed@1.2.0 122 silly idealTree:prePrune ├── hosted-git-info@2.1.5 122 silly idealTree:prePrune ├── http-errors@1.5.0 122 silly idealTree:prePrune ├── http-signature@1.1.1 122 silly idealTree:prePrune ├── iconv-lite@0.4.13 122 silly idealTree:prePrune ├── ignore-by-default@1.0.1 122 silly idealTree:prePrune ├── imurmurhash@0.1.4 122 silly idealTree:prePrune ├─┬ indent-string@1.2.2 122 silly idealTree:prePrune │ └── minimist@1.2.0 122 silly idealTree:prePrune ├── infinity-agent@2.0.3 122 silly idealTree:prePrune ├── inflight@1.0.5 122 silly idealTree:prePrune ├── inherits@2.0.1 122 silly idealTree:prePrune ├── ini@1.3.4 122 silly idealTree:prePrune ├── invariant@2.2.1 122 silly idealTree:prePrune ├── ipaddr.js@1.1.1 122 silly idealTree:prePrune ├── is-arrayish@0.2.1 122 silly idealTree:prePrune ├── is-binary-path@1.0.1 122 silly idealTree:prePrune ├── is-buffer@1.1.4 122 silly idealTree:prePrune ├── is-builtin-module@1.0.0 122 silly idealTree:prePrune ├── is-dotfile@1.0.2 122 silly idealTree:prePrune ├── is-equal-shallow@0.1.3 122 silly idealTree:prePrune ├── is-extendable@0.1.1 122 silly idealTree:prePrune ├── is-extglob@1.0.0 122 silly idealTree:prePrune ├── is-finite@1.0.1 122 silly idealTree:prePrune ├── is-glob@2.0.1 122 silly idealTree:prePrune ├── is-my-json-valid@2.13.1 122 silly idealTree:prePrune ├── is-npm@1.0.0 122 silly idealTree:prePrune ├── is-number@2.1.0 122 silly idealTree:prePrune ├── is-posix-bracket@0.1.1 122 silly idealTree:prePrune ├── is-primitive@2.0.0 122 silly idealTree:prePrune ├── is-property@1.0.2 122 silly idealTree:prePrune ├── is-redirect@1.0.0 122 silly idealTree:prePrune ├── is-stream@1.1.0 122 silly idealTree:prePrune ├── is-typedarray@1.0.0 122 silly idealTree:prePrune ├── is-utf8@0.2.1 122 silly idealTree:prePrune ├── isarray@0.0.1 122 silly idealTree:prePrune ├─┬ isobject@2.1.0 122 silly idealTree:prePrune │ └── isarray@1.0.0 122 silly idealTree:prePrune ├── isstream@0.1.2 122 silly idealTree:prePrune ├── jodid25519@1.0.2 122 silly idealTree:prePrune ├── js-tokens@2.0.0 122 silly idealTree:prePrune ├── jsbn@0.1.0 122 silly idealTree:prePrune ├── jsesc@0.5.0 122 silly idealTree:prePrune ├── json-schema@0.2.2 122 silly idealTree:prePrune ├── json-stringify-safe@5.0.1 122 silly idealTree:prePrune ├── json5@0.4.0 122 silly idealTree:prePrune ├── jsonpointer@2.0.0 122 silly idealTree:prePrune ├── jsonwebtoken@5.7.0 122 silly idealTree:prePrune ├── jsprim@1.3.0 122 silly idealTree:prePrune ├── jwa@1.1.3 122 silly idealTree:prePrune ├── jws@3.1.3 122 silly idealTree:prePrune ├── jwt-simple@0.5.0 122 silly idealTree:prePrune ├── kareem@1.1.3 122 silly idealTree:prePrune ├── kind-of@3.0.4 122 silly idealTree:prePrune ├── latest-version@1.0.1 122 silly idealTree:prePrune ├── load-json-file@1.1.0 122 silly idealTree:prePrune ├── lodash._baseassign@3.2.0 122 silly idealTree:prePrune ├── lodash._basecopy@3.0.1 122 silly idealTree:prePrune ├── lodash._bindcallback@3.0.1 122 silly idealTree:prePrune ├── lodash._createassigner@3.1.1 122 silly idealTree:prePrune ├── lodash._getnative@3.9.1 122 silly idealTree:prePrune ├── lodash._isiterateecall@3.0.9 122 silly idealTree:prePrune ├── lodash.assign@3.2.0 122 silly idealTree:prePrune ├── lodash.defaults@3.1.2 122 silly idealTree:prePrune ├── lodash.isarguments@3.0.9 122 silly idealTree:prePrune ├── lodash.isarray@3.0.4 122 silly idealTree:prePrune ├── lodash.keys@3.1.2 122 silly idealTree:prePrune ├── lodash.restparam@3.6.1 122 silly idealTree:prePrune ├── lodash@4.15.0 122 silly idealTree:prePrune ├── log-symbols@1.0.2 122 silly idealTree:prePrune ├─┬ loose-envify@1.2.0 122 silly idealTree:prePrune │ └── js-tokens@1.0.3 122 silly idealTree:prePrune ├── loud-rejection@1.6.0 122 silly idealTree:prePrune ├── lowercase-keys@1.0.0 122 silly idealTree:prePrune ├── map-obj@1.0.1 122 silly idealTree:prePrune ├── map-stream@0.1.0 122 silly idealTree:prePrune ├── media-typer@0.3.0 122 silly idealTree:prePrune ├─┬ meow@2.0.0 122 silly idealTree:prePrune │ ├── minimist@1.2.0 122 silly idealTree:prePrune │ └── object-assign@1.0.0 122 silly idealTree:prePrune ├── merge-descriptors@1.0.1 122 silly idealTree:prePrune ├── methods@1.1.2 122 silly idealTree:prePrune ├── micromatch@2.3.11 122 silly idealTree:prePrune ├── mime-db@1.23.0 122 silly idealTree:prePrune ├── mime-types@2.1.11 122 silly idealTree:prePrune ├── mime@1.3.4 122 silly idealTree:prePrune ├── minimatch@3.0.3 122 silly idealTree:prePrune ├── minimist@0.0.8 122 silly idealTree:prePrune ├── mkdirp@0.5.1 122 silly idealTree:prePrune ├── mongodb-core@1.3.18 122 silly idealTree:prePrune ├── mongodb@2.1.18 122 silly idealTree:prePrune ├── mongoose@4.5.8 122 silly idealTree:prePrune ├── morgan@1.7.0 122 silly idealTree:prePrune ├── mpath@0.2.1 122 silly idealTree:prePrune ├── mpromise@0.5.5 122 silly idealTree:prePrune ├─┬ mquery@1.11.0 122 silly idealTree:prePrune │ └── sliced@0.0.5 122 silly idealTree:prePrune ├── ms@0.7.1 122 silly idealTree:prePrune ├── msgpack@1.0.2 122 silly idealTree:prePrune ├── muri@1.1.0 122 silly idealTree:prePrune ├── nan@2.4.0 122 silly idealTree:prePrune ├── negotiator@0.6.1 122 silly idealTree:prePrune ├── nested-error-stacks@1.0.2 122 silly idealTree:prePrune ├── node-uuid@1.4.7 122 silly idealTree:prePrune ├── nodemon@1.10.0 122 silly idealTree:prePrune ├── nopt@1.0.10 122 silly idealTree:prePrune ├── normalize-package-data@2.3.5 122 silly idealTree:prePrune ├── normalize-path@2.0.1 122 silly idealTree:prePrune ├── number-is-nan@1.0.0 122 silly idealTree:prePrune ├── oauth-sign@0.8.2 122 silly idealTree:prePrune ├── object-assign@4.1.0 122 silly idealTree:prePrune ├── object.omit@2.0.0 122 silly idealTree:prePrune ├── on-finished@2.3.0 122 silly idealTree:prePrune ├── on-headers@1.0.1 122 silly idealTree:prePrune ├── once@1.3.3 122 silly idealTree:prePrune ├── os-homedir@1.0.1 122 silly idealTree:prePrune ├── os-tmpdir@1.0.1 122 silly idealTree:prePrune ├── osenv@0.1.3 122 silly idealTree:prePrune ├── output-file-sync@1.1.2 122 silly idealTree:prePrune ├── package-json@1.2.0 122 silly idealTree:prePrune ├── parse-glob@3.0.4 122 silly idealTree:prePrune ├── parse-json@2.2.0 122 silly idealTree:prePrune ├── parseurl@1.3.1 122 silly idealTree:prePrune ├── passport-jwt@2.1.0 122 silly idealTree:prePrune ├── passport-local@1.0.0 122 silly idealTree:prePrune ├── passport-strategy@1.0.0 122 silly idealTree:prePrune ├── passport@0.3.2 122 silly idealTree:prePrune ├── path-exists@1.0.0 122 silly idealTree:prePrune ├── path-is-absolute@1.0.0 122 silly idealTree:prePrune ├── path-to-regexp@0.1.7 122 silly idealTree:prePrune ├── path-type@1.1.0 122 silly idealTree:prePrune ├── pause-stream@0.0.11 122 silly idealTree:prePrune ├── pause@0.0.1 122 silly idealTree:prePrune ├── pify@2.3.0 122 silly idealTree:prePrune ├── pinkie-promise@2.0.1 122 silly idealTree:prePrune ├── pinkie@2.0.4 122 silly idealTree:prePrune ├── prepend-http@1.0.4 122 silly idealTree:prePrune ├── preserve@0.2.0 122 silly idealTree:prePrune ├── private@0.1.6 122 silly idealTree:prePrune ├── process-nextick-args@1.0.7 122 silly idealTree:prePrune ├── proxy-addr@1.1.2 122 silly idealTree:prePrune ├── ps-tree@1.1.0 122 silly idealTree:prePrune ├── qs@6.2.0 122 silly idealTree:prePrune ├── randomatic@1.1.5 122 silly idealTree:prePrune ├── range-parser@1.2.0 122 silly idealTree:prePrune ├── raw-body@2.1.7 122 silly idealTree:prePrune ├─┬ rc@1.1.6 122 silly idealTree:prePrune │ └── minimist@1.2.0 122 silly idealTree:prePrune ├─┬ read-all-stream@3.1.0 122 silly idealTree:prePrune │ ├── isarray@1.0.0 122 silly idealTree:prePrune │ └── readable-stream@2.1.4 122 silly idealTree:prePrune ├── read-pkg-up@1.0.1 122 silly idealTree:prePrune ├── read-pkg@1.1.0 122 silly idealTree:prePrune ├── readable-stream@1.0.31 122 silly idealTree:prePrune ├─┬ readdirp@2.1.0 122 silly idealTree:prePrune │ ├── isarray@1.0.0 122 silly idealTree:prePrune │ └── readable-stream@2.1.4 122 silly idealTree:prePrune ├─┬ redent@1.0.0 122 silly idealTree:prePrune │ ├── indent-string@2.1.0 122 silly idealTree:prePrune │ └── repeating@2.0.1 122 silly idealTree:prePrune ├── regenerate@1.3.1 122 silly idealTree:prePrune ├── regenerator-runtime@0.9.5 122 silly idealTree:prePrune ├── regex-cache@0.4.3 122 silly idealTree:prePrune ├── regexp-clone@0.0.1 122 silly idealTree:prePrune ├── regexpu-core@2.0.0 122 silly idealTree:prePrune ├── registry-url@3.1.0 122 silly idealTree:prePrune ├── regjsgen@0.2.0 122 silly idealTree:prePrune ├── regjsparser@0.1.5 122 silly idealTree:prePrune ├── repeat-element@1.1.2 122 silly idealTree:prePrune ├── repeat-string@1.5.4 122 silly idealTree:prePrune ├── repeating@1.1.3 122 silly idealTree:prePrune ├── request@2.74.0 122 silly idealTree:prePrune ├── require_optional@1.0.0 122 silly idealTree:prePrune ├── resolve-from@2.0.0 122 silly idealTree:prePrune ├── semver-diff@2.1.0 122 silly idealTree:prePrune ├── semver-regex@1.0.0 122 silly idealTree:prePrune ├── semver-truncate@1.1.2 122 silly idealTree:prePrune ├── semver@5.3.0 122 silly idealTree:prePrune ├── send@0.14.1 122 silly idealTree:prePrune ├── serve-static@1.11.1 122 silly idealTree:prePrune ├── set-immediate-shim@1.0.1 122 silly idealTree:prePrune ├── setprototypeof@1.0.1 122 silly idealTree:prePrune ├── shebang-regex@1.0.0 122 silly idealTree:prePrune ├── signal-exit@3.0.0 122 silly idealTree:prePrune ├── slash@1.0.0 122 silly idealTree:prePrune ├── sliced@1.0.1 122 silly idealTree:prePrune ├── slide@1.1.6 122 silly idealTree:prePrune ├── sntp@1.0.9 122 silly idealTree:prePrune ├─┬ source-map-support@0.2.10 122 silly idealTree:prePrune │ └── source-map@0.1.32 122 silly idealTree:prePrune ├── source-map@0.5.6 122 silly idealTree:prePrune ├── spdx-correct@1.0.2 122 silly idealTree:prePrune ├── spdx-exceptions@1.0.5 122 silly idealTree:prePrune ├── spdx-expression-parse@1.0.2 122 silly idealTree:prePrune ├── spdx-license-ids@1.2.2 122 silly idealTree:prePrune ├── split@0.3.3 122 silly idealTree:prePrune ├─┬ sshpk@1.9.2 122 silly idealTree:prePrune │ └── assert-plus@1.0.0 122 silly idealTree:prePrune ├── statuses@1.3.0 122 silly idealTree:prePrune ├── stream-combiner@0.0.4 122 silly idealTree:prePrune ├── stream-shift@1.0.0 122 silly idealTree:prePrune ├── string_decoder@0.10.31 122 silly idealTree:prePrune ├── string-length@1.0.1 122 silly idealTree:prePrune ├── stringstream@0.0.5 122 silly idealTree:prePrune ├── strip-ansi@3.0.1 122 silly idealTree:prePrune ├── strip-bom@2.0.0 122 silly idealTree:prePrune ├── strip-indent@1.0.1 122 silly idealTree:prePrune ├── strip-json-comments@1.0.4 122 silly idealTree:prePrune ├── supports-color@2.0.0 122 silly idealTree:prePrune ├── through@2.3.8 122 silly idealTree:prePrune ├── timed-out@2.0.0 122 silly idealTree:prePrune ├── to-fast-properties@1.0.2 122 silly idealTree:prePrune ├── touch@1.0.0 122 silly idealTree:prePrune ├── tough-cookie@2.3.1 122 silly idealTree:prePrune ├── trim-newlines@1.0.0 122 silly idealTree:prePrune ├── tunnel-agent@0.4.3 122 silly idealTree:prePrune ├── tweetnacl@0.13.3 122 silly idealTree:prePrune ├── type-is@1.6.13 122 silly idealTree:prePrune ├── typedarray@0.0.6 122 silly idealTree:prePrune ├── undefsafe@0.0.3 122 silly idealTree:prePrune ├── underscore@1.3.3 122 silly idealTree:prePrune ├── unpipe@1.0.0 122 silly idealTree:prePrune ├── update-notifier@0.5.0 122 silly idealTree:prePrune ├── user-home@1.1.1 122 silly idealTree:prePrune ├── util-deprecate@1.0.2 122 silly idealTree:prePrune ├── utils-merge@1.0.0 122 silly idealTree:prePrune ├── uuid@2.0.2 122 silly idealTree:prePrune ├── v8flags@2.0.11 122 silly idealTree:prePrune ├── validate-npm-package-license@3.0.1 122 silly idealTree:prePrune ├── vary@1.1.0 122 silly idealTree:prePrune ├── verror@1.3.6 122 silly idealTree:prePrune ├── wrappy@1.0.2 122 silly idealTree:prePrune ├── write-file-atomic@1.1.4 122 silly idealTree:prePrune ├── xdg-basedir@2.0.0 122 silly idealTree:prePrune ├── xtend@4.0.1 122 silly idealTree:prePrune ├─┬ zerorpc@0.9.6 122 silly idealTree:prePrune │ └── node-uuid@1.3.3 122 silly idealTree:prePrune └─┬ zmq@2.15.3 122 silly idealTree:prePrune └── nan@2.3.5 123 silly loadIdealTree Finishing 124 silly currentTree server@1.0.0 124 silly currentTree ├── abbrev@1.0.9 124 silly currentTree ├── accepts@1.3.3 124 silly currentTree ├── amdefine@1.0.0 124 silly currentTree ├── ansi-regex@2.0.0 124 silly currentTree ├── ansi-styles@2.2.1 124 silly currentTree ├── anymatch@1.3.0 124 silly currentTree ├── arr-diff@2.0.0 124 silly currentTree ├── arr-flatten@1.0.1 124 silly currentTree ├── array-find-index@1.0.1 124 silly currentTree ├── array-flatten@1.1.1 124 silly currentTree ├── array-uniq@1.0.3 124 silly currentTree ├── array-unique@0.2.1 124 silly currentTree ├── arrify@1.0.1 124 silly currentTree ├── asn1@0.2.3 124 silly currentTree ├── assert-plus@0.2.0 124 silly currentTree ├── async-each@1.0.0 124 silly currentTree ├── async@1.5.2 124 silly currentTree ├── aws-sign2@0.6.0 124 silly currentTree ├── aws4@1.4.1 124 silly currentTree ├─┬ babel-cli@6.11.4 124 silly currentTree │ └── chalk@1.1.1 124 silly currentTree ├── babel-code-frame@6.11.0 124 silly currentTree ├── babel-core@6.13.2 124 silly currentTree ├── babel-generator@6.11.4 124 silly currentTree ├── babel-helper-bindify-decorators@6.8.0 124 silly currentTree ├── babel-helper-builder-binary-assignment-operator-visitor@6.8.0 124 silly currentTree ├── babel-helper-builder-react-jsx@6.9.0 124 silly currentTree ├── babel-helper-call-delegate@6.8.0 124 silly currentTree ├── babel-helper-define-map@6.9.0 124 silly currentTree ├── babel-helper-explode-assignable-expression@6.8.0 124 silly currentTree ├── babel-helper-explode-class@6.8.0 124 silly currentTree ├── babel-helper-function-name@6.8.0 124 silly currentTree ├── babel-helper-get-function-arity@6.8.0 124 silly currentTree ├── babel-helper-hoist-variables@6.8.0 124 silly currentTree ├── babel-helper-optimise-call-expression@6.8.0 124 silly currentTree ├── babel-helper-regex@6.9.0 124 silly currentTree ├── babel-helper-remap-async-to-generator@6.11.2 124 silly currentTree ├── babel-helper-replace-supers@6.8.0 124 silly currentTree ├── babel-helpers@6.8.0 124 silly currentTree ├── babel-messages@6.8.0 124 silly currentTree ├── babel-plugin-check-es2015-constants@6.8.0 124 silly currentTree ├── babel-plugin-syntax-async-functions@6.13.0 124 silly currentTree ├── babel-plugin-syntax-class-constructor-call@6.13.0 124 silly currentTree ├── babel-plugin-syntax-class-properties@6.13.0 124 silly currentTree ├── babel-plugin-syntax-decorators@6.13.0 124 silly currentTree ├── babel-plugin-syntax-do-expressions@6.13.0 124 silly currentTree ├── babel-plugin-syntax-exponentiation-operator@6.13.0 124 silly currentTree ├── babel-plugin-syntax-export-extensions@6.13.0 124 silly currentTree ├── babel-plugin-syntax-flow@6.13.0 124 silly currentTree ├── babel-plugin-syntax-function-bind@6.13.0 124 silly currentTree ├── babel-plugin-syntax-jsx@6.13.0 124 silly currentTree ├── babel-plugin-syntax-object-rest-spread@6.13.0 124 silly currentTree ├── babel-plugin-syntax-trailing-function-commas@6.13.0 124 silly currentTree ├── babel-plugin-transform-async-to-generator@6.8.0 124 silly currentTree ├── babel-plugin-transform-class-constructor-call@6.8.0 124 silly currentTree ├── babel-plugin-transform-class-properties@6.11.5 124 silly currentTree ├── babel-plugin-transform-decorators@6.13.0 124 silly currentTree ├── babel-plugin-transform-do-expressions@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-block-scoping@6.10.1 124 silly currentTree ├── babel-plugin-transform-es2015-classes@6.9.0 124 silly currentTree ├── babel-plugin-transform-es2015-computed-properties@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-destructuring@6.9.0 124 silly currentTree ├── babel-plugin-transform-es2015-duplicate-keys@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-for-of@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-function-name@6.9.0 124 silly currentTree ├── babel-plugin-transform-es2015-literals@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-modules-amd@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-modules-commonjs@6.11.5 124 silly currentTree ├── babel-plugin-transform-es2015-modules-systemjs@6.12.0 124 silly currentTree ├── babel-plugin-transform-es2015-modules-umd@6.12.0 124 silly currentTree ├── babel-plugin-transform-es2015-object-super@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-parameters@6.11.4 124 silly currentTree ├── babel-plugin-transform-es2015-shorthand-properties@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-spread@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-sticky-regex@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-template-literals@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-typeof-symbol@6.8.0 124 silly currentTree ├── babel-plugin-transform-es2015-unicode-regex@6.11.0 124 silly currentTree ├── babel-plugin-transform-exponentiation-operator@6.8.0 124 silly currentTree ├── babel-plugin-transform-export-extensions@6.8.0 124 silly currentTree ├── babel-plugin-transform-flow-strip-types@6.8.0 124 silly currentTree ├── babel-plugin-transform-function-bind@6.8.0 124 silly currentTree ├── babel-plugin-transform-object-rest-spread@6.8.0 124 silly currentTree ├── babel-plugin-transform-react-display-name@6.8.0 124 silly currentTree ├── babel-plugin-transform-react-jsx-self@6.11.0 124 silly currentTree ├── babel-plugin-transform-react-jsx-source@6.9.0 124 silly currentTree ├── babel-plugin-transform-react-jsx@6.8.0 124 silly currentTree ├── babel-plugin-transform-regenerator@6.11.4 124 silly currentTree ├── babel-plugin-transform-strict-mode@6.11.3 124 silly currentTree ├── babel-polyfill@6.13.0 124 silly currentTree ├── babel-preset-es2015@6.13.2 124 silly currentTree ├── babel-preset-react@6.11.1 124 silly currentTree ├── babel-preset-stage-0@6.5.0 124 silly currentTree ├── babel-preset-stage-1@6.13.0 124 silly currentTree ├── babel-preset-stage-2@6.13.0 124 silly currentTree ├── babel-preset-stage-3@6.11.0 124 silly currentTree ├── babel-register@6.11.6 124 silly currentTree ├── babel-runtime@6.11.6 124 silly currentTree ├── babel-template@6.9.0 124 silly currentTree ├── babel-traverse@6.13.0 124 silly currentTree ├── babel-types@6.13.0 124 silly currentTree ├── babylon@6.9.0 124 silly currentTree ├── balanced-match@0.4.2 124 silly currentTree ├── base64-url@1.3.2 124 silly currentTree ├── base64url@1.0.6 124 silly currentTree ├── basic-auth@1.0.4 124 silly currentTree ├── bcrypt-nodejs@0.0.3 124 silly currentTree ├─┬ bin-version-check@2.1.0 124 silly currentTree │ ├── minimist@1.2.0 124 silly currentTree │ └── semver@4.3.6 124 silly currentTree ├── bin-version@1.0.4 124 silly currentTree ├── binary-extensions@1.5.0 124 silly currentTree ├── bindings@1.2.1 124 silly currentTree ├─┬ bl@1.1.2 124 silly currentTree │ ├── isarray@1.0.0 124 silly currentTree │ └── readable-stream@2.0.6 124 silly currentTree ├── bluebird@2.10.2 124 silly currentTree ├── body-parser@1.15.2 124 silly currentTree ├── boom@2.10.1 124 silly currentTree ├── brace-expansion@1.1.6 124 silly currentTree ├── braces@1.8.5 124 silly currentTree ├── bson@0.4.23 124 silly currentTree ├── buffer-equal-constant-time@1.0.1 124 silly currentTree ├── buffer-shims@1.0.0 124 silly currentTree ├── builtin-modules@1.1.1 124 silly currentTree ├── bytes@2.4.0 124 silly currentTree ├── camelcase-keys@1.0.0 124 silly currentTree ├── camelcase@1.2.1 124 silly currentTree ├── caseless@0.11.0 124 silly currentTree ├── chalk@1.1.3 124 silly currentTree ├── chokidar@1.6.0 124 silly currentTree ├── combined-stream@1.0.5 124 silly currentTree ├── commander@2.9.0 124 silly currentTree ├── concat-map@0.0.1 124 silly currentTree ├─┬ concat-stream@1.4.10 124 silly currentTree │ └── readable-stream@1.1.14 124 silly currentTree ├── configstore@1.4.0 124 silly currentTree ├── content-disposition@0.5.1 124 silly currentTree ├── content-type@1.0.2 124 silly currentTree ├── convert-source-map@1.3.0 124 silly currentTree ├── cookie-signature@1.0.6 124 silly currentTree ├── cookie@0.3.1 124 silly currentTree ├── core-js@2.4.1 124 silly currentTree ├── core-util-is@1.0.2 124 silly currentTree ├── cors@2.7.1 124 silly currentTree ├── cryptiles@2.0.5 124 silly currentTree ├── currently-unhandled@0.4.1 124 silly currentTree ├─┬ dashdash@1.14.0 124 silly currentTree │ └── assert-plus@1.0.0 124 silly currentTree ├── debug@2.2.0 124 silly currentTree ├── decamelize@1.2.0 124 silly currentTree ├── deep-extend@0.4.1 124 silly currentTree ├── delayed-stream@1.0.0 124 silly currentTree ├── depd@1.1.0 124 silly currentTree ├── destroy@1.0.4 124 silly currentTree ├─┬ detect-indent@3.0.1 124 silly currentTree │ └── minimist@1.2.0 124 silly currentTree ├── duplexer@0.1.1 124 silly currentTree ├─┬ duplexify@3.4.5 124 silly currentTree │ ├── isarray@1.0.0 124 silly currentTree │ └── readable-stream@2.1.4 124 silly currentTree ├── ecc-jsbn@0.1.1 124 silly currentTree ├── ecdsa-sig-formatter@1.0.7 124 silly currentTree ├── ee-first@1.1.1 124 silly currentTree ├── encodeurl@1.0.1 124 silly currentTree ├── end-of-stream@1.0.0 124 silly currentTree ├── error-ex@1.3.0 124 silly currentTree ├── es6-promise@3.0.2 124 silly currentTree ├── escape-html@1.0.3 124 silly currentTree ├── escape-string-regexp@1.0.5 124 silly currentTree ├── esutils@2.0.2 124 silly currentTree ├── etag@1.7.0 124 silly currentTree ├── event-stream@3.3.4 124 silly currentTree ├── expand-brackets@0.1.5 124 silly currentTree ├── expand-range@1.8.2 124 silly currentTree ├── express@4.14.0 124 silly currentTree ├── extend@3.0.0 124 silly currentTree ├── extglob@0.3.2 124 silly currentTree ├── extsprintf@1.0.2 124 silly currentTree ├── filename-regex@2.0.0 124 silly currentTree ├── fill-range@2.2.3 124 silly currentTree ├── finalhandler@0.5.0 124 silly currentTree ├─┬ find-up@1.1.2 124 silly currentTree │ └── path-exists@2.1.0 124 silly currentTree ├─┬ find-versions@1.2.1 124 silly currentTree │ ├── camelcase-keys@2.1.0 124 silly currentTree │ ├── camelcase@2.1.1 124 silly currentTree │ ├── meow@3.7.0 124 silly currentTree │ └── minimist@1.2.0 124 silly currentTree ├── for-in@0.1.5 124 silly currentTree ├── for-own@0.1.4 124 silly currentTree ├── forever-agent@0.6.1 124 silly currentTree ├── form-data@1.0.0-rc4 124 silly currentTree ├── forwarded@0.1.0 124 silly currentTree ├── fresh@0.3.0 124 silly currentTree ├── from@0.1.3 124 silly currentTree ├── fs-readdir-recursive@0.1.2 124 silly currentTree ├─┬ fsevents@1.0.14 124 silly currentTree │ ├── abbrev@1.0.9 124 silly currentTree │ ├── ansi-regex@2.0.0 124 silly currentTree │ ├── ansi-styles@2.2.1 124 silly currentTree │ ├── aproba@1.0.4 124 silly currentTree │ ├── are-we-there-yet@1.1.2 124 silly currentTree │ ├── asn1@0.2.3 124 silly currentTree │ ├── assert-plus@0.2.0 124 silly currentTree │ ├── async@1.5.2 124 silly currentTree │ ├── aws-sign2@0.6.0 124 silly currentTree │ ├── aws4@1.4.1 124 silly currentTree │ ├── balanced-match@0.4.2 124 silly currentTree │ ├─┬ bl@1.1.2 124 silly currentTree │ │ └── readable-stream@2.0.6 124 silly currentTree │ ├── block-stream@0.0.9 124 silly currentTree │ ├── boom@2.10.1 124 silly currentTree │ ├── brace-expansion@1.1.5 124 silly currentTree │ ├── buffer-shims@1.0.0 124 silly currentTree │ ├── caseless@0.11.0 124 silly currentTree │ ├── chalk@1.1.3 124 silly currentTree │ ├── code-point-at@1.0.0 124 silly currentTree │ ├── combined-stream@1.0.5 124 silly currentTree │ ├── commander@2.9.0 124 silly currentTree │ ├── concat-map@0.0.1 124 silly currentTree │ ├── console-control-strings@1.1.0 124 silly currentTree │ ├── core-util-is@1.0.2 124 silly currentTree │ ├── cryptiles@2.0.5 124 silly currentTree │ ├─┬ dashdash@1.14.0 124 silly currentTree │ │ └── assert-plus@1.0.0 124 silly currentTree │ ├── debug@2.2.0 124 silly currentTree │ ├── deep-extend@0.4.1 124 silly currentTree │ ├── delayed-stream@1.0.0 124 silly currentTree │ ├── delegates@1.0.0 124 silly currentTree │ ├── ecc-jsbn@0.1.1 124 silly currentTree │ ├── escape-string-regexp@1.0.5 124 silly currentTree │ ├── extend@3.0.0 124 silly currentTree │ ├── extsprintf@1.0.2 124 silly currentTree │ ├── forever-agent@0.6.1 124 silly currentTree │ ├── form-data@1.0.0-rc4 124 silly currentTree │ ├── fs.realpath@1.0.0 124 silly currentTree │ ├── fstream-ignore@1.0.5 124 silly currentTree │ ├── fstream@1.0.10 124 silly currentTree │ ├── gauge@2.6.0 124 silly currentTree │ ├── generate-function@2.0.0 124 silly currentTree │ ├── generate-object-property@1.2.0 124 silly currentTree │ ├─┬ getpass@0.1.6 124 silly currentTree │ │ └── assert-plus@1.0.0 124 silly currentTree │ ├── glob@7.0.5 124 silly currentTree │ ├── graceful-fs@4.1.4 124 silly currentTree │ ├── graceful-readlink@1.0.1 124 silly currentTree │ ├── har-validator@2.0.6 124 silly currentTree │ ├── has-ansi@2.0.0 124 silly currentTree │ ├── has-color@0.1.7 124 silly currentTree │ ├── has-unicode@2.0.1 124 silly currentTree │ ├── hawk@3.1.3 124 silly currentTree │ ├── hoek@2.16.3 124 silly currentTree │ ├── http-signature@1.1.1 124 silly currentTree │ ├── inflight@1.0.5 124 silly currentTree │ ├── inherits@2.0.1 124 silly currentTree │ ├── ini@1.3.4 124 silly currentTree │ ├── is-fullwidth-code-point@1.0.0 124 silly currentTree │ ├── is-my-json-valid@2.13.1 124 silly currentTree │ ├── is-property@1.0.2 124 silly currentTree │ ├── is-typedarray@1.0.0 124 silly currentTree │ ├── isarray@1.0.0 124 silly currentTree │ ├── isstream@0.1.2 124 silly currentTree │ ├── jodid25519@1.0.2 124 silly currentTree │ ├── jsbn@0.1.0 124 silly currentTree │ ├── json-schema@0.2.2 124 silly currentTree │ ├── json-stringify-safe@5.0.1 124 silly currentTree │ ├── jsonpointer@2.0.0 124 silly currentTree │ ├── jsprim@1.3.0 124 silly currentTree │ ├── mime-db@1.23.0 124 silly currentTree │ ├── mime-types@2.1.11 124 silly currentTree │ ├── minimatch@3.0.2 124 silly currentTree │ ├── minimist@0.0.8 124 silly currentTree │ ├── mkdirp@0.5.1 124 silly currentTree │ ├── ms@0.7.1 124 silly currentTree │ ├── node-pre-gyp@0.6.29 124 silly currentTree │ ├── node-uuid@1.4.7 124 silly currentTree │ ├── nopt@3.0.6 124 silly currentTree │ ├── npmlog@3.1.2 124 silly currentTree │ ├── number-is-nan@1.0.0 124 silly currentTree │ ├── oauth-sign@0.8.2 124 silly currentTree │ ├── object-assign@4.1.0 124 silly currentTree │ ├── once@1.3.3 124 silly currentTree │ ├── path-is-absolute@1.0.0 124 silly currentTree │ ├── pinkie-promise@2.0.1 124 silly currentTree │ ├── pinkie@2.0.4 124 silly currentTree │ ├── process-nextick-args@1.0.7 124 silly currentTree │ ├── qs@6.2.0 124 silly currentTree │ ├─┬ rc@1.1.6 124 silly currentTree │ │ └── minimist@1.2.0 124 silly currentTree │ ├── readable-stream@2.1.4 124 silly currentTree │ ├── request@2.73.0 124 silly currentTree │ ├── rimraf@2.5.3 124 silly currentTree │ ├── semver@5.2.0 124 silly currentTree │ ├── set-blocking@2.0.0 124 silly currentTree │ ├── signal-exit@3.0.0 124 silly currentTree │ ├── sntp@1.0.9 124 silly currentTree │ ├─┬ sshpk@1.8.3 124 silly currentTree │ │ └── assert-plus@1.0.0 124 silly currentTree │ ├── string_decoder@0.10.31 124 silly currentTree │ ├── string-width@1.0.1 124 silly currentTree │ ├── stringstream@0.0.5 124 silly currentTree │ ├── strip-ansi@3.0.1 124 silly currentTree │ ├── strip-json-comments@1.0.4 124 silly currentTree │ ├── supports-color@2.0.0 124 silly currentTree │ ├── tar-pack@3.1.4 124 silly currentTree │ ├── tar@2.2.1 124 silly currentTree │ ├── tough-cookie@2.2.2 124 silly currentTree │ ├── tunnel-agent@0.4.3 124 silly currentTree │ ├── tweetnacl@0.13.3 124 silly currentTree │ ├── uid-number@0.0.6 124 silly currentTree │ ├── util-deprecate@1.0.2 124 silly currentTree │ ├── verror@1.3.6 124 silly currentTree │ ├── wide-align@1.1.0 124 silly currentTree │ ├── wrappy@1.0.2 124 silly currentTree │ └── xtend@4.0.1 124 silly currentTree ├── generate-function@2.0.0 124 silly currentTree ├── generate-object-property@1.2.0 124 silly currentTree ├── get-stdin@4.0.1 124 silly currentTree ├─┬ getpass@0.1.6 124 silly currentTree │ └── assert-plus@1.0.0 124 silly currentTree ├── glob-base@0.3.0 124 silly currentTree ├── glob-parent@2.0.0 124 silly currentTree ├── glob@5.0.15 124 silly currentTree ├── globals@8.18.0 124 silly currentTree ├─┬ got@3.3.1 124 silly currentTree │ └── object-assign@3.0.0 124 silly currentTree ├── graceful-fs@4.1.5 124 silly currentTree ├── graceful-readlink@1.0.1 124 silly currentTree ├── har-validator@2.0.6 124 silly currentTree ├── has-ansi@2.0.0 124 silly currentTree ├── hawk@3.1.3 124 silly currentTree ├── hoek@2.16.3 124 silly currentTree ├── home-or-tmp@1.0.0 124 silly currentTree ├── hooks-fixed@1.2.0 124 silly currentTree ├── hosted-git-info@2.1.5 124 silly currentTree ├── http-errors@1.5.0 124 silly currentTree ├── http-signature@1.1.1 124 silly currentTree ├── iconv-lite@0.4.13 124 silly currentTree ├── ignore-by-default@1.0.1 124 silly currentTree ├── imurmurhash@0.1.4 124 silly currentTree ├─┬ indent-string@1.2.2 124 silly currentTree │ └── minimist@1.2.0 124 silly currentTree ├── infinity-agent@2.0.3 124 silly currentTree ├── inflight@1.0.5 124 silly currentTree ├── inherits@2.0.1 124 silly currentTree ├── ini@1.3.4 124 silly currentTree ├── invariant@2.2.1 124 silly currentTree ├── ipaddr.js@1.1.1 124 silly currentTree ├── is-arrayish@0.2.1 124 silly currentTree ├── is-binary-path@1.0.1 124 silly currentTree ├── is-buffer@1.1.4 124 silly currentTree ├── is-builtin-module@1.0.0 124 silly currentTree ├── is-dotfile@1.0.2 124 silly currentTree ├── is-equal-shallow@0.1.3 124 silly currentTree ├── is-extendable@0.1.1 124 silly currentTree ├── is-extglob@1.0.0 124 silly currentTree ├── is-finite@1.0.1 124 silly currentTree ├── is-glob@2.0.1 124 silly currentTree ├── is-my-json-valid@2.13.1 124 silly currentTree ├── is-npm@1.0.0 124 silly currentTree ├── is-number@2.1.0 124 silly currentTree ├── is-posix-bracket@0.1.1 124 silly currentTree ├── is-primitive@2.0.0 124 silly currentTree ├── is-property@1.0.2 124 silly currentTree ├── is-redirect@1.0.0 124 silly currentTree ├── is-stream@1.1.0 124 silly currentTree ├── is-typedarray@1.0.0 124 silly currentTree ├── is-utf8@0.2.1 124 silly currentTree ├── isarray@0.0.1 124 silly currentTree ├─┬ isobject@2.1.0 124 silly currentTree │ └── isarray@1.0.0 124 silly currentTree ├── isstream@0.1.2 124 silly currentTree ├── jodid25519@1.0.2 124 silly currentTree ├── js-tokens@2.0.0 124 silly currentTree ├── jsbn@0.1.0 124 silly currentTree ├── jsesc@0.5.0 124 silly currentTree ├── json-schema@0.2.2 124 silly currentTree ├── json-stringify-safe@5.0.1 124 silly currentTree ├── json5@0.4.0 124 silly currentTree ├── jsonpointer@2.0.0 124 silly currentTree ├── jsonwebtoken@5.7.0 124 silly currentTree ├── jsprim@1.3.0 124 silly currentTree ├── jwa@1.1.3 124 silly currentTree ├── jws@3.1.3 124 silly currentTree ├── jwt-simple@0.5.0 124 silly currentTree ├── kareem@1.1.3 124 silly currentTree ├── kind-of@3.0.4 124 silly currentTree ├── latest-version@1.0.1 124 silly currentTree ├── load-json-file@1.1.0 124 silly currentTree ├── lodash._baseassign@3.2.0 124 silly currentTree ├── lodash._basecopy@3.0.1 124 silly currentTree ├── lodash._bindcallback@3.0.1 124 silly currentTree ├── lodash._createassigner@3.1.1 124 silly currentTree ├── lodash._getnative@3.9.1 124 silly currentTree ├── lodash._isiterateecall@3.0.9 124 silly currentTree ├── lodash.assign@3.2.0 124 silly currentTree ├── lodash.defaults@3.1.2 124 silly currentTree ├── lodash.isarguments@3.0.9 124 silly currentTree ├── lodash.isarray@3.0.4 124 silly currentTree ├── lodash.keys@3.1.2 124 silly currentTree ├── lodash.restparam@3.6.1 124 silly currentTree ├── lodash@4.15.0 124 silly currentTree ├── log-symbols@1.0.2 124 silly currentTree ├─┬ loose-envify@1.2.0 124 silly currentTree │ └── js-tokens@1.0.3 124 silly currentTree ├── loud-rejection@1.6.0 124 silly currentTree ├── lowercase-keys@1.0.0 124 silly currentTree ├── map-obj@1.0.1 124 silly currentTree ├── map-stream@0.1.0 124 silly currentTree ├── media-typer@0.3.0 124 silly currentTree ├─┬ meow@2.0.0 124 silly currentTree │ ├── minimist@1.2.0 124 silly currentTree │ └── object-assign@1.0.0 124 silly currentTree ├── merge-descriptors@1.0.1 124 silly currentTree ├── methods@1.1.2 124 silly currentTree ├── micromatch@2.3.11 124 silly currentTree ├── mime-db@1.23.0 124 silly currentTree ├── mime-types@2.1.11 124 silly currentTree ├── mime@1.3.4 124 silly currentTree ├── minimatch@3.0.3 124 silly currentTree ├── minimist@0.0.8 124 silly currentTree ├── mkdirp@0.5.1 124 silly currentTree ├── mongodb-core@1.3.18 124 silly currentTree ├── mongodb@2.1.18 124 silly currentTree ├── mongoose@4.5.8 124 silly currentTree ├── morgan@1.7.0 124 silly currentTree ├── mpath@0.2.1 124 silly currentTree ├── mpromise@0.5.5 124 silly currentTree ├─┬ mquery@1.11.0 124 silly currentTree │ └── sliced@0.0.5 124 silly currentTree ├── ms@0.7.1 124 silly currentTree ├── muri@1.1.0 124 silly currentTree ├── nan@2.4.0 124 silly currentTree ├── negotiator@0.6.1 124 silly currentTree ├── nested-error-stacks@1.0.2 124 silly currentTree ├── node-uuid@1.4.7 124 silly currentTree ├── nodemon@1.10.0 124 silly currentTree ├── nopt@1.0.10 124 silly currentTree ├── normalize-package-data@2.3.5 124 silly currentTree ├── normalize-path@2.0.1 124 silly currentTree ├── number-is-nan@1.0.0 124 silly currentTree ├── oauth-sign@0.8.2 124 silly currentTree ├── object-assign@4.1.0 124 silly currentTree ├── object.omit@2.0.0 124 silly currentTree ├── on-finished@2.3.0 124 silly currentTree ├── on-headers@1.0.1 124 silly currentTree ├── once@1.3.3 124 silly currentTree ├── os-homedir@1.0.1 124 silly currentTree ├── os-tmpdir@1.0.1 124 silly currentTree ├── osenv@0.1.3 124 silly currentTree ├── output-file-sync@1.1.2 124 silly currentTree ├── package-json@1.2.0 124 silly currentTree ├── parse-glob@3.0.4 124 silly currentTree ├── parse-json@2.2.0 124 silly currentTree ├── parseurl@1.3.1 124 silly currentTree ├── passport-jwt@2.1.0 124 silly currentTree ├── passport-local@1.0.0 124 silly currentTree ├── passport-strategy@1.0.0 124 silly currentTree ├── passport@0.3.2 124 silly currentTree ├── path-exists@1.0.0 124 silly currentTree ├── path-is-absolute@1.0.0 124 silly currentTree ├── path-to-regexp@0.1.7 124 silly currentTree ├── path-type@1.1.0 124 silly currentTree ├── pause-stream@0.0.11 124 silly currentTree ├── pause@0.0.1 124 silly currentTree ├── pify@2.3.0 124 silly currentTree ├── pinkie-promise@2.0.1 124 silly currentTree ├── pinkie@2.0.4 124 silly currentTree ├── prepend-http@1.0.4 124 silly currentTree ├── preserve@0.2.0 124 silly currentTree ├── private@0.1.6 124 silly currentTree ├── process-nextick-args@1.0.7 124 silly currentTree ├── proxy-addr@1.1.2 124 silly currentTree ├── ps-tree@1.1.0 124 silly currentTree ├── qs@6.2.0 124 silly currentTree ├── randomatic@1.1.5 124 silly currentTree ├── range-parser@1.2.0 124 silly currentTree ├── raw-body@2.1.7 124 silly currentTree ├─┬ rc@1.1.6 124 silly currentTree │ └── minimist@1.2.0 124 silly currentTree ├─┬ read-all-stream@3.1.0 124 silly currentTree │ ├── isarray@1.0.0 124 silly currentTree │ └── readable-stream@2.1.4 124 silly currentTree ├── read-pkg-up@1.0.1 124 silly currentTree ├── read-pkg@1.1.0 124 silly currentTree ├── readable-stream@1.0.31 124 silly currentTree ├─┬ readdirp@2.1.0 124 silly currentTree │ ├── isarray@1.0.0 124 silly currentTree │ └── readable-stream@2.1.4 124 silly currentTree ├─┬ redent@1.0.0 124 silly currentTree │ ├── indent-string@2.1.0 124 silly currentTree │ └── repeating@2.0.1 124 silly currentTree ├── regenerate@1.3.1 124 silly currentTree ├── regenerator-runtime@0.9.5 124 silly currentTree ├── regex-cache@0.4.3 124 silly currentTree ├── regexp-clone@0.0.1 124 silly currentTree ├── regexpu-core@2.0.0 124 silly currentTree ├── registry-url@3.1.0 124 silly currentTree ├── regjsgen@0.2.0 124 silly currentTree ├── regjsparser@0.1.5 124 silly currentTree ├── repeat-element@1.1.2 124 silly currentTree ├── repeat-string@1.5.4 124 silly currentTree ├── repeating@1.1.3 124 silly currentTree ├── request@2.74.0 124 silly currentTree ├── require_optional@1.0.0 124 silly currentTree ├── resolve-from@2.0.0 124 silly currentTree ├── semver-diff@2.1.0 124 silly currentTree ├── semver-regex@1.0.0 124 silly currentTree ├── semver-truncate@1.1.2 124 silly currentTree ├── semver@5.3.0 124 silly currentTree ├── send@0.14.1 124 silly currentTree ├── serve-static@1.11.1 124 silly currentTree ├── set-immediate-shim@1.0.1 124 silly currentTree ├── setprototypeof@1.0.1 124 silly currentTree ├── shebang-regex@1.0.0 124 silly currentTree ├── signal-exit@3.0.0 124 silly currentTree ├── slash@1.0.0 124 silly currentTree ├── sliced@1.0.1 124 silly currentTree ├── slide@1.1.6 124 silly currentTree ├── sntp@1.0.9 124 silly currentTree ├─┬ source-map-support@0.2.10 124 silly currentTree │ └── source-map@0.1.32 124 silly currentTree ├── source-map@0.5.6 124 silly currentTree ├── spdx-correct@1.0.2 124 silly currentTree ├── spdx-exceptions@1.0.5 124 silly currentTree ├── spdx-expression-parse@1.0.2 124 silly currentTree ├── spdx-license-ids@1.2.2 124 silly currentTree ├── split@0.3.3 124 silly currentTree ├─┬ sshpk@1.9.2 124 silly currentTree │ └── assert-plus@1.0.0 124 silly currentTree ├── statuses@1.3.0 124 silly currentTree ├── stream-combiner@0.0.4 124 silly currentTree ├── stream-shift@1.0.0 124 silly currentTree ├── string_decoder@0.10.31 124 silly currentTree ├── string-length@1.0.1 124 silly currentTree ├── stringstream@0.0.5 124 silly currentTree ├── strip-ansi@3.0.1 124 silly currentTree ├── strip-bom@2.0.0 124 silly currentTree ├── strip-indent@1.0.1 124 silly currentTree ├── strip-json-comments@1.0.4 124 silly currentTree ├── supports-color@2.0.0 124 silly currentTree ├── through@2.3.8 124 silly currentTree ├── timed-out@2.0.0 124 silly currentTree ├── to-fast-properties@1.0.2 124 silly currentTree ├── touch@1.0.0 124 silly currentTree ├── tough-cookie@2.3.1 124 silly currentTree ├── trim-newlines@1.0.0 124 silly currentTree ├── tunnel-agent@0.4.3 124 silly currentTree ├── tweetnacl@0.13.3 124 silly currentTree ├── type-is@1.6.13 124 silly currentTree ├── typedarray@0.0.6 124 silly currentTree ├── undefsafe@0.0.3 124 silly currentTree ├── underscore@1.3.3 124 silly currentTree ├── unpipe@1.0.0 124 silly currentTree ├── update-notifier@0.5.0 124 silly currentTree ├── user-home@1.1.1 124 silly currentTree ├── util-deprecate@1.0.2 124 silly currentTree ├── utils-merge@1.0.0 124 silly currentTree ├── uuid@2.0.2 124 silly currentTree ├── v8flags@2.0.11 124 silly currentTree ├── validate-npm-package-license@3.0.1 124 silly currentTree ├── vary@1.1.0 124 silly currentTree ├── verror@1.3.6 124 silly currentTree ├── wrappy@1.0.2 124 silly currentTree ├── write-file-atomic@1.1.4 124 silly currentTree ├── xdg-basedir@2.0.0 124 silly currentTree ├── xtend@4.0.1 124 silly currentTree └─┬ zmq@2.15.3 124 silly currentTree └── nan@2.3.5 125 silly idealTree server@1.0.0 125 silly idealTree ├── abbrev@1.0.9 125 silly idealTree ├── accepts@1.3.3 125 silly idealTree ├── amdefine@1.0.0 125 silly idealTree ├── ansi-regex@2.0.0 125 silly idealTree ├── ansi-styles@2.2.1 125 silly idealTree ├── anymatch@1.3.0 125 silly idealTree ├── arr-diff@2.0.0 125 silly idealTree ├── arr-flatten@1.0.1 125 silly idealTree ├── array-find-index@1.0.1 125 silly idealTree ├── array-flatten@1.1.1 125 silly idealTree ├── array-uniq@1.0.3 125 silly idealTree ├── array-unique@0.2.1 125 silly idealTree ├── arrify@1.0.1 125 silly idealTree ├── asn1@0.2.3 125 silly idealTree ├── assert-plus@0.2.0 125 silly idealTree ├── async-each@1.0.0 125 silly idealTree ├── async@1.5.2 125 silly idealTree ├── aws-sign2@0.6.0 125 silly idealTree ├── aws4@1.4.1 125 silly idealTree ├─┬ babel-cli@6.11.4 125 silly idealTree │ └── chalk@1.1.1 125 silly idealTree ├── babel-code-frame@6.11.0 125 silly idealTree ├── babel-core@6.13.2 125 silly idealTree ├── babel-generator@6.11.4 125 silly idealTree ├── babel-helper-bindify-decorators@6.8.0 125 silly idealTree ├── babel-helper-builder-binary-assignment-operator-visitor@6.8.0 125 silly idealTree ├── babel-helper-builder-react-jsx@6.9.0 125 silly idealTree ├── babel-helper-call-delegate@6.8.0 125 silly idealTree ├── babel-helper-define-map@6.9.0 125 silly idealTree ├── babel-helper-explode-assignable-expression@6.8.0 125 silly idealTree ├── babel-helper-explode-class@6.8.0 125 silly idealTree ├── babel-helper-function-name@6.8.0 125 silly idealTree ├── babel-helper-get-function-arity@6.8.0 125 silly idealTree ├── babel-helper-hoist-variables@6.8.0 125 silly idealTree ├── babel-helper-optimise-call-expression@6.8.0 125 silly idealTree ├── babel-helper-regex@6.9.0 125 silly idealTree ├── babel-helper-remap-async-to-generator@6.11.2 125 silly idealTree ├── babel-helper-replace-supers@6.8.0 125 silly idealTree ├── babel-helpers@6.8.0 125 silly idealTree ├── babel-messages@6.8.0 125 silly idealTree ├── babel-plugin-check-es2015-constants@6.8.0 125 silly idealTree ├── babel-plugin-syntax-async-functions@6.13.0 125 silly idealTree ├── babel-plugin-syntax-class-constructor-call@6.13.0 125 silly idealTree ├── babel-plugin-syntax-class-properties@6.13.0 125 silly idealTree ├── babel-plugin-syntax-decorators@6.13.0 125 silly idealTree ├── babel-plugin-syntax-do-expressions@6.13.0 125 silly idealTree ├── babel-plugin-syntax-exponentiation-operator@6.13.0 125 silly idealTree ├── babel-plugin-syntax-export-extensions@6.13.0 125 silly idealTree ├── babel-plugin-syntax-flow@6.13.0 125 silly idealTree ├── babel-plugin-syntax-function-bind@6.13.0 125 silly idealTree ├── babel-plugin-syntax-jsx@6.13.0 125 silly idealTree ├── babel-plugin-syntax-object-rest-spread@6.13.0 125 silly idealTree ├── babel-plugin-syntax-trailing-function-commas@6.13.0 125 silly idealTree ├── babel-plugin-transform-async-to-generator@6.8.0 125 silly idealTree ├── babel-plugin-transform-class-constructor-call@6.8.0 125 silly idealTree ├── babel-plugin-transform-class-properties@6.11.5 125 silly idealTree ├── babel-plugin-transform-decorators@6.13.0 125 silly idealTree ├── babel-plugin-transform-do-expressions@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-block-scoping@6.10.1 125 silly idealTree ├── babel-plugin-transform-es2015-classes@6.9.0 125 silly idealTree ├── babel-plugin-transform-es2015-computed-properties@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-destructuring@6.9.0 125 silly idealTree ├── babel-plugin-transform-es2015-duplicate-keys@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-for-of@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-function-name@6.9.0 125 silly idealTree ├── babel-plugin-transform-es2015-literals@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-modules-amd@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-modules-commonjs@6.11.5 125 silly idealTree ├── babel-plugin-transform-es2015-modules-systemjs@6.12.0 125 silly idealTree ├── babel-plugin-transform-es2015-modules-umd@6.12.0 125 silly idealTree ├── babel-plugin-transform-es2015-object-super@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-parameters@6.11.4 125 silly idealTree ├── babel-plugin-transform-es2015-shorthand-properties@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-spread@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-sticky-regex@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-template-literals@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-typeof-symbol@6.8.0 125 silly idealTree ├── babel-plugin-transform-es2015-unicode-regex@6.11.0 125 silly idealTree ├── babel-plugin-transform-exponentiation-operator@6.8.0 125 silly idealTree ├── babel-plugin-transform-export-extensions@6.8.0 125 silly idealTree ├── babel-plugin-transform-flow-strip-types@6.8.0 125 silly idealTree ├── babel-plugin-transform-function-bind@6.8.0 125 silly idealTree ├── babel-plugin-transform-object-rest-spread@6.8.0 125 silly idealTree ├── babel-plugin-transform-react-display-name@6.8.0 125 silly idealTree ├── babel-plugin-transform-react-jsx-self@6.11.0 125 silly idealTree ├── babel-plugin-transform-react-jsx-source@6.9.0 125 silly idealTree ├── babel-plugin-transform-react-jsx@6.8.0 125 silly idealTree ├── babel-plugin-transform-regenerator@6.11.4 125 silly idealTree ├── babel-plugin-transform-strict-mode@6.11.3 125 silly idealTree ├── babel-polyfill@6.13.0 125 silly idealTree ├── babel-preset-es2015@6.13.2 125 silly idealTree ├── babel-preset-react@6.11.1 125 silly idealTree ├── babel-preset-stage-0@6.5.0 125 silly idealTree ├── babel-preset-stage-1@6.13.0 125 silly idealTree ├── babel-preset-stage-2@6.13.0 125 silly idealTree ├── babel-preset-stage-3@6.11.0 125 silly idealTree ├── babel-register@6.11.6 125 silly idealTree ├── babel-runtime@6.11.6 125 silly idealTree ├── babel-template@6.9.0 125 silly idealTree ├── babel-traverse@6.13.0 125 silly idealTree ├── babel-types@6.13.0 125 silly idealTree ├── babylon@6.9.0 125 silly idealTree ├── balanced-match@0.4.2 125 silly idealTree ├── base64-url@1.3.2 125 silly idealTree ├── base64url@1.0.6 125 silly idealTree ├── basic-auth@1.0.4 125 silly idealTree ├── bcrypt-nodejs@0.0.3 125 silly idealTree ├─┬ bin-version-check@2.1.0 125 silly idealTree │ ├── minimist@1.2.0 125 silly idealTree │ └── semver@4.3.6 125 silly idealTree ├── bin-version@1.0.4 125 silly idealTree ├── binary-extensions@1.5.0 125 silly idealTree ├── bindings@1.2.1 125 silly idealTree ├─┬ bl@1.1.2 125 silly idealTree │ ├── isarray@1.0.0 125 silly idealTree │ └── readable-stream@2.0.6 125 silly idealTree ├── bluebird@2.10.2 125 silly idealTree ├── body-parser@1.15.2 125 silly idealTree ├── boom@2.10.1 125 silly idealTree ├── brace-expansion@1.1.6 125 silly idealTree ├── braces@1.8.5 125 silly idealTree ├── bson@0.4.23 125 silly idealTree ├── buffer-equal-constant-time@1.0.1 125 silly idealTree ├── buffer-shims@1.0.0 125 silly idealTree ├── builtin-modules@1.1.1 125 silly idealTree ├── bytes@2.4.0 125 silly idealTree ├── camelcase-keys@1.0.0 125 silly idealTree ├── camelcase@1.2.1 125 silly idealTree ├── caseless@0.11.0 125 silly idealTree ├── chalk@1.1.3 125 silly idealTree ├── chokidar@1.6.0 125 silly idealTree ├── combined-stream@1.0.5 125 silly idealTree ├── commander@2.9.0 125 silly idealTree ├── concat-map@0.0.1 125 silly idealTree ├─┬ concat-stream@1.4.10 125 silly idealTree │ └── readable-stream@1.1.14 125 silly idealTree ├── configstore@1.4.0 125 silly idealTree ├── content-disposition@0.5.1 125 silly idealTree ├── content-type@1.0.2 125 silly idealTree ├── convert-source-map@1.3.0 125 silly idealTree ├── cookie-signature@1.0.6 125 silly idealTree ├── cookie@0.3.1 125 silly idealTree ├── core-js@2.4.1 125 silly idealTree ├── core-util-is@1.0.2 125 silly idealTree ├── cors@2.7.1 125 silly idealTree ├── cryptiles@2.0.5 125 silly idealTree ├── currently-unhandled@0.4.1 125 silly idealTree ├─┬ dashdash@1.14.0 125 silly idealTree │ └── assert-plus@1.0.0 125 silly idealTree ├── debug@2.2.0 125 silly idealTree ├── decamelize@1.2.0 125 silly idealTree ├── deep-extend@0.4.1 125 silly idealTree ├── delayed-stream@1.0.0 125 silly idealTree ├── depd@1.1.0 125 silly idealTree ├── destroy@1.0.4 125 silly idealTree ├─┬ detect-indent@3.0.1 125 silly idealTree │ └── minimist@1.2.0 125 silly idealTree ├── duplexer@0.1.1 125 silly idealTree ├─┬ duplexify@3.4.5 125 silly idealTree │ ├── isarray@1.0.0 125 silly idealTree │ └── readable-stream@2.1.4 125 silly idealTree ├── ecc-jsbn@0.1.1 125 silly idealTree ├── ecdsa-sig-formatter@1.0.7 125 silly idealTree ├── ee-first@1.1.1 125 silly idealTree ├── encodeurl@1.0.1 125 silly idealTree ├── end-of-stream@1.0.0 125 silly idealTree ├── error-ex@1.3.0 125 silly idealTree ├── es6-promise@3.0.2 125 silly idealTree ├── escape-html@1.0.3 125 silly idealTree ├── escape-string-regexp@1.0.5 125 silly idealTree ├── esutils@2.0.2 125 silly idealTree ├── etag@1.7.0 125 silly idealTree ├── event-stream@3.3.4 125 silly idealTree ├── expand-brackets@0.1.5 125 silly idealTree ├── expand-range@1.8.2 125 silly idealTree ├── express@4.14.0 125 silly idealTree ├── extend@3.0.0 125 silly idealTree ├── extglob@0.3.2 125 silly idealTree ├── extsprintf@1.0.2 125 silly idealTree ├── filename-regex@2.0.0 125 silly idealTree ├── fill-range@2.2.3 125 silly idealTree ├── finalhandler@0.5.0 125 silly idealTree ├─┬ find-up@1.1.2 125 silly idealTree │ └── path-exists@2.1.0 125 silly idealTree ├─┬ find-versions@1.2.1 125 silly idealTree │ ├── camelcase-keys@2.1.0 125 silly idealTree │ ├── camelcase@2.1.1 125 silly idealTree │ ├── meow@3.7.0 125 silly idealTree │ └── minimist@1.2.0 125 silly idealTree ├── for-in@0.1.5 125 silly idealTree ├── for-own@0.1.4 125 silly idealTree ├── forever-agent@0.6.1 125 silly idealTree ├── form-data@1.0.0-rc4 125 silly idealTree ├── forwarded@0.1.0 125 silly idealTree ├── fresh@0.3.0 125 silly idealTree ├── from@0.1.3 125 silly idealTree ├── fs-readdir-recursive@0.1.2 125 silly idealTree ├─┬ fsevents@1.0.14 125 silly idealTree │ ├── abbrev@1.0.9 125 silly idealTree │ ├── ansi-regex@2.0.0 125 silly idealTree │ ├── ansi-styles@2.2.1 125 silly idealTree │ ├── aproba@1.0.4 125 silly idealTree │ ├── are-we-there-yet@1.1.2 125 silly idealTree │ ├── asn1@0.2.3 125 silly idealTree │ ├── assert-plus@0.2.0 125 silly idealTree │ ├── async@1.5.2 125 silly idealTree │ ├── aws-sign2@0.6.0 125 silly idealTree │ ├── aws4@1.4.1 125 silly idealTree │ ├── balanced-match@0.4.2 125 silly idealTree │ ├─┬ bl@1.1.2 125 silly idealTree │ │ └── readable-stream@2.0.6 125 silly idealTree │ ├── block-stream@0.0.9 125 silly idealTree │ ├── boom@2.10.1 125 silly idealTree │ ├── brace-expansion@1.1.5 125 silly idealTree │ ├── buffer-shims@1.0.0 125 silly idealTree │ ├── caseless@0.11.0 125 silly idealTree │ ├── chalk@1.1.3 125 silly idealTree │ ├── code-point-at@1.0.0 125 silly idealTree │ ├── combined-stream@1.0.5 125 silly idealTree │ ├── commander@2.9.0 125 silly idealTree │ ├── concat-map@0.0.1 125 silly idealTree │ ├── console-control-strings@1.1.0 125 silly idealTree │ ├── core-util-is@1.0.2 125 silly idealTree │ ├── cryptiles@2.0.5 125 silly idealTree │ ├─┬ dashdash@1.14.0 125 silly idealTree │ │ └── assert-plus@1.0.0 125 silly idealTree │ ├── debug@2.2.0 125 silly idealTree │ ├── deep-extend@0.4.1 125 silly idealTree │ ├── delayed-stream@1.0.0 125 silly idealTree │ ├── delegates@1.0.0 125 silly idealTree │ ├── ecc-jsbn@0.1.1 125 silly idealTree │ ├── escape-string-regexp@1.0.5 125 silly idealTree │ ├── extend@3.0.0 125 silly idealTree │ ├── extsprintf@1.0.2 125 silly idealTree │ ├── forever-agent@0.6.1 125 silly idealTree │ ├── form-data@1.0.0-rc4 125 silly idealTree │ ├── fs.realpath@1.0.0 125 silly idealTree │ ├── fstream-ignore@1.0.5 125 silly idealTree │ ├── fstream@1.0.10 125 silly idealTree │ ├── gauge@2.6.0 125 silly idealTree │ ├── generate-function@2.0.0 125 silly idealTree │ ├── generate-object-property@1.2.0 125 silly idealTree │ ├─┬ getpass@0.1.6 125 silly idealTree │ │ └── assert-plus@1.0.0 125 silly idealTree │ ├── glob@7.0.5 125 silly idealTree │ ├── graceful-fs@4.1.4 125 silly idealTree │ ├── graceful-readlink@1.0.1 125 silly idealTree │ ├── har-validator@2.0.6 125 silly idealTree │ ├── has-ansi@2.0.0 125 silly idealTree │ ├── has-color@0.1.7 125 silly idealTree │ ├── has-unicode@2.0.1 125 silly idealTree │ ├── hawk@3.1.3 125 silly idealTree │ ├── hoek@2.16.3 125 silly idealTree │ ├── http-signature@1.1.1 125 silly idealTree │ ├── inflight@1.0.5 125 silly idealTree │ ├── inherits@2.0.1 125 silly idealTree │ ├── ini@1.3.4 125 silly idealTree │ ├── is-fullwidth-code-point@1.0.0 125 silly idealTree │ ├── is-my-json-valid@2.13.1 125 silly idealTree │ ├── is-property@1.0.2 125 silly idealTree │ ├── is-typedarray@1.0.0 125 silly idealTree │ ├── isarray@1.0.0 125 silly idealTree │ ├── isstream@0.1.2 125 silly idealTree │ ├── jodid25519@1.0.2 125 silly idealTree │ ├── jsbn@0.1.0 125 silly idealTree │ ├── json-schema@0.2.2 125 silly idealTree │ ├── json-stringify-safe@5.0.1 125 silly idealTree │ ├── jsonpointer@2.0.0 125 silly idealTree │ ├── jsprim@1.3.0 125 silly idealTree │ ├── mime-db@1.23.0 125 silly idealTree │ ├── mime-types@2.1.11 125 silly idealTree │ ├── minimatch@3.0.2 125 silly idealTree │ ├── minimist@0.0.8 125 silly idealTree │ ├── mkdirp@0.5.1 125 silly idealTree │ ├── ms@0.7.1 125 silly idealTree │ ├── node-pre-gyp@0.6.29 125 silly idealTree │ ├── node-uuid@1.4.7 125 silly idealTree │ ├── nopt@3.0.6 125 silly idealTree │ ├── npmlog@3.1.2 125 silly idealTree │ ├── number-is-nan@1.0.0 125 silly idealTree │ ├── oauth-sign@0.8.2 125 silly idealTree │ ├── object-assign@4.1.0 125 silly idealTree │ ├── once@1.3.3 125 silly idealTree │ ├── path-is-absolute@1.0.0 125 silly idealTree │ ├── pinkie-promise@2.0.1 125 silly idealTree │ ├── pinkie@2.0.4 125 silly idealTree │ ├── process-nextick-args@1.0.7 125 silly idealTree │ ├── qs@6.2.0 125 silly idealTree │ ├─┬ rc@1.1.6 125 silly idealTree │ │ └── minimist@1.2.0 125 silly idealTree │ ├── readable-stream@2.1.4 125 silly idealTree │ ├── request@2.73.0 125 silly idealTree │ ├── rimraf@2.5.3 125 silly idealTree │ ├── semver@5.2.0 125 silly idealTree │ ├── set-blocking@2.0.0 125 silly idealTree │ ├── signal-exit@3.0.0 125 silly idealTree │ ├── sntp@1.0.9 125 silly idealTree │ ├─┬ sshpk@1.8.3 125 silly idealTree │ │ └── assert-plus@1.0.0 125 silly idealTree │ ├── string_decoder@0.10.31 125 silly idealTree │ ├── string-width@1.0.1 125 silly idealTree │ ├── stringstream@0.0.5 125 silly idealTree │ ├── strip-ansi@3.0.1 125 silly idealTree │ ├── strip-json-comments@1.0.4 125 silly idealTree │ ├── supports-color@2.0.0 125 silly idealTree │ ├── tar-pack@3.1.4 125 silly idealTree │ ├── tar@2.2.1 125 silly idealTree │ ├── tough-cookie@2.2.2 125 silly idealTree │ ├── tunnel-agent@0.4.3 125 silly idealTree │ ├── tweetnacl@0.13.3 125 silly idealTree │ ├── uid-number@0.0.6 125 silly idealTree │ ├── util-deprecate@1.0.2 125 silly idealTree │ ├── verror@1.3.6 125 silly idealTree │ ├── wide-align@1.1.0 125 silly idealTree │ ├── wrappy@1.0.2 125 silly idealTree │ └── xtend@4.0.1 125 silly idealTree ├── generate-function@2.0.0 125 silly idealTree ├── generate-object-property@1.2.0 125 silly idealTree ├── get-stdin@4.0.1 125 silly idealTree ├─┬ getpass@0.1.6 125 silly idealTree │ └── assert-plus@1.0.0 125 silly idealTree ├── glob-base@0.3.0 125 silly idealTree ├── glob-parent@2.0.0 125 silly idealTree ├── glob@5.0.15 125 silly idealTree ├── globals@8.18.0 125 silly idealTree ├─┬ got@3.3.1 125 silly idealTree │ └── object-assign@3.0.0 125 silly idealTree ├── graceful-fs@4.1.5 125 silly idealTree ├── graceful-readlink@1.0.1 125 silly idealTree ├── har-validator@2.0.6 125 silly idealTree ├── has-ansi@2.0.0 125 silly idealTree ├── hawk@3.1.3 125 silly idealTree ├── hoek@2.16.3 125 silly idealTree ├── home-or-tmp@1.0.0 125 silly idealTree ├── hooks-fixed@1.2.0 125 silly idealTree ├── hosted-git-info@2.1.5 125 silly idealTree ├── http-errors@1.5.0 125 silly idealTree ├── http-signature@1.1.1 125 silly idealTree ├── iconv-lite@0.4.13 125 silly idealTree ├── ignore-by-default@1.0.1 125 silly idealTree ├── imurmurhash@0.1.4 125 silly idealTree ├─┬ indent-string@1.2.2 125 silly idealTree │ └── minimist@1.2.0 125 silly idealTree ├── infinity-agent@2.0.3 125 silly idealTree ├── inflight@1.0.5 125 silly idealTree ├── inherits@2.0.1 125 silly idealTree ├── ini@1.3.4 125 silly idealTree ├── invariant@2.2.1 125 silly idealTree ├── ipaddr.js@1.1.1 125 silly idealTree ├── is-arrayish@0.2.1 125 silly idealTree ├── is-binary-path@1.0.1 125 silly idealTree ├── is-buffer@1.1.4 125 silly idealTree ├── is-builtin-module@1.0.0 125 silly idealTree ├── is-dotfile@1.0.2 125 silly idealTree ├── is-equal-shallow@0.1.3 125 silly idealTree ├── is-extendable@0.1.1 125 silly idealTree ├── is-extglob@1.0.0 125 silly idealTree ├── is-finite@1.0.1 125 silly idealTree ├── is-glob@2.0.1 125 silly idealTree ├── is-my-json-valid@2.13.1 125 silly idealTree ├── is-npm@1.0.0 125 silly idealTree ├── is-number@2.1.0 125 silly idealTree ├── is-posix-bracket@0.1.1 125 silly idealTree ├── is-primitive@2.0.0 125 silly idealTree ├── is-property@1.0.2 125 silly idealTree ├── is-redirect@1.0.0 125 silly idealTree ├── is-stream@1.1.0 125 silly idealTree ├── is-typedarray@1.0.0 125 silly idealTree ├── is-utf8@0.2.1 125 silly idealTree ├── isarray@0.0.1 125 silly idealTree ├─┬ isobject@2.1.0 125 silly idealTree │ └── isarray@1.0.0 125 silly idealTree ├── isstream@0.1.2 125 silly idealTree ├── jodid25519@1.0.2 125 silly idealTree ├── js-tokens@2.0.0 125 silly idealTree ├── jsbn@0.1.0 125 silly idealTree ├── jsesc@0.5.0 125 silly idealTree ├── json-schema@0.2.2 125 silly idealTree ├── json-stringify-safe@5.0.1 125 silly idealTree ├── json5@0.4.0 125 silly idealTree ├── jsonpointer@2.0.0 125 silly idealTree ├── jsonwebtoken@5.7.0 125 silly idealTree ├── jsprim@1.3.0 125 silly idealTree ├── jwa@1.1.3 125 silly idealTree ├── jws@3.1.3 125 silly idealTree ├── jwt-simple@0.5.0 125 silly idealTree ├── kareem@1.1.3 125 silly idealTree ├── kind-of@3.0.4 125 silly idealTree ├── latest-version@1.0.1 125 silly idealTree ├── load-json-file@1.1.0 125 silly idealTree ├── lodash._baseassign@3.2.0 125 silly idealTree ├── lodash._basecopy@3.0.1 125 silly idealTree ├── lodash._bindcallback@3.0.1 125 silly idealTree ├── lodash._createassigner@3.1.1 125 silly idealTree ├── lodash._getnative@3.9.1 125 silly idealTree ├── lodash._isiterateecall@3.0.9 125 silly idealTree ├── lodash.assign@3.2.0 125 silly idealTree ├── lodash.defaults@3.1.2 125 silly idealTree ├── lodash.isarguments@3.0.9 125 silly idealTree ├── lodash.isarray@3.0.4 125 silly idealTree ├── lodash.keys@3.1.2 125 silly idealTree ├── lodash.restparam@3.6.1 125 silly idealTree ├── lodash@4.15.0 125 silly idealTree ├── log-symbols@1.0.2 125 silly idealTree ├─┬ loose-envify@1.2.0 125 silly idealTree │ └── js-tokens@1.0.3 125 silly idealTree ├── loud-rejection@1.6.0 125 silly idealTree ├── lowercase-keys@1.0.0 125 silly idealTree ├── map-obj@1.0.1 125 silly idealTree ├── map-stream@0.1.0 125 silly idealTree ├── media-typer@0.3.0 125 silly idealTree ├─┬ meow@2.0.0 125 silly idealTree │ ├── minimist@1.2.0 125 silly idealTree │ └── object-assign@1.0.0 125 silly idealTree ├── merge-descriptors@1.0.1 125 silly idealTree ├── methods@1.1.2 125 silly idealTree ├── micromatch@2.3.11 125 silly idealTree ├── mime-db@1.23.0 125 silly idealTree ├── mime-types@2.1.11 125 silly idealTree ├── mime@1.3.4 125 silly idealTree ├── minimatch@3.0.3 125 silly idealTree ├── minimist@0.0.8 125 silly idealTree ├── mkdirp@0.5.1 125 silly idealTree ├── mongodb-core@1.3.18 125 silly idealTree ├── mongodb@2.1.18 125 silly idealTree ├── mongoose@4.5.8 125 silly idealTree ├── morgan@1.7.0 125 silly idealTree ├── mpath@0.2.1 125 silly idealTree ├── mpromise@0.5.5 125 silly idealTree ├─┬ mquery@1.11.0 125 silly idealTree │ └── sliced@0.0.5 125 silly idealTree ├── ms@0.7.1 125 silly idealTree ├── msgpack@1.0.2 125 silly idealTree ├── muri@1.1.0 125 silly idealTree ├── nan@2.4.0 125 silly idealTree ├── negotiator@0.6.1 125 silly idealTree ├── nested-error-stacks@1.0.2 125 silly idealTree ├── node-uuid@1.4.7 125 silly idealTree ├── nodemon@1.10.0 125 silly idealTree ├── nopt@1.0.10 125 silly idealTree ├── normalize-package-data@2.3.5 125 silly idealTree ├── normalize-path@2.0.1 125 silly idealTree ├── number-is-nan@1.0.0 125 silly idealTree ├── oauth-sign@0.8.2 125 silly idealTree ├── object-assign@4.1.0 125 silly idealTree ├── object.omit@2.0.0 125 silly idealTree ├── on-finished@2.3.0 125 silly idealTree ├── on-headers@1.0.1 125 silly idealTree ├── once@1.3.3 125 silly idealTree ├── os-homedir@1.0.1 125 silly idealTree ├── os-tmpdir@1.0.1 125 silly idealTree ├── osenv@0.1.3 125 silly idealTree ├── output-file-sync@1.1.2 125 silly idealTree ├── package-json@1.2.0 125 silly idealTree ├── parse-glob@3.0.4 125 silly idealTree ├── parse-json@2.2.0 125 silly idealTree ├── parseurl@1.3.1 125 silly idealTree ├── passport-jwt@2.1.0 125 silly idealTree ├── passport-local@1.0.0 125 silly idealTree ├── passport-strategy@1.0.0 125 silly idealTree ├── passport@0.3.2 125 silly idealTree ├── path-exists@1.0.0 125 silly idealTree ├── path-is-absolute@1.0.0 125 silly idealTree ├── path-to-regexp@0.1.7 125 silly idealTree ├── path-type@1.1.0 125 silly idealTree ├── pause-stream@0.0.11 125 silly idealTree ├── pause@0.0.1 125 silly idealTree ├── pify@2.3.0 125 silly idealTree ├── pinkie-promise@2.0.1 125 silly idealTree ├── pinkie@2.0.4 125 silly idealTree ├── prepend-http@1.0.4 125 silly idealTree ├── preserve@0.2.0 125 silly idealTree ├── private@0.1.6 125 silly idealTree ├── process-nextick-args@1.0.7 125 silly idealTree ├── proxy-addr@1.1.2 125 silly idealTree ├── ps-tree@1.1.0 125 silly idealTree ├── qs@6.2.0 125 silly idealTree ├── randomatic@1.1.5 125 silly idealTree ├── range-parser@1.2.0 125 silly idealTree ├── raw-body@2.1.7 125 silly idealTree ├─┬ rc@1.1.6 125 silly idealTree │ └── minimist@1.2.0 125 silly idealTree ├─┬ read-all-stream@3.1.0 125 silly idealTree │ ├── isarray@1.0.0 125 silly idealTree │ └── readable-stream@2.1.4 125 silly idealTree ├── read-pkg-up@1.0.1 125 silly idealTree ├── read-pkg@1.1.0 125 silly idealTree ├── readable-stream@1.0.31 125 silly idealTree ├─┬ readdirp@2.1.0 125 silly idealTree │ ├── isarray@1.0.0 125 silly idealTree │ └── readable-stream@2.1.4 125 silly idealTree ├─┬ redent@1.0.0 125 silly idealTree │ ├── indent-string@2.1.0 125 silly idealTree │ └── repeating@2.0.1 125 silly idealTree ├── regenerate@1.3.1 125 silly idealTree ├── regenerator-runtime@0.9.5 125 silly idealTree ├── regex-cache@0.4.3 125 silly idealTree ├── regexp-clone@0.0.1 125 silly idealTree ├── regexpu-core@2.0.0 125 silly idealTree ├── registry-url@3.1.0 125 silly idealTree ├── regjsgen@0.2.0 125 silly idealTree ├── regjsparser@0.1.5 125 silly idealTree ├── repeat-element@1.1.2 125 silly idealTree ├── repeat-string@1.5.4 125 silly idealTree ├── repeating@1.1.3 125 silly idealTree ├── request@2.74.0 125 silly idealTree ├── require_optional@1.0.0 125 silly idealTree ├── resolve-from@2.0.0 125 silly idealTree ├── semver-diff@2.1.0 125 silly idealTree ├── semver-regex@1.0.0 125 silly idealTree ├── semver-truncate@1.1.2 125 silly idealTree ├── semver@5.3.0 125 silly idealTree ├── send@0.14.1 125 silly idealTree ├── serve-static@1.11.1 125 silly idealTree ├── set-immediate-shim@1.0.1 125 silly idealTree ├── setprototypeof@1.0.1 125 silly idealTree ├── shebang-regex@1.0.0 125 silly idealTree ├── signal-exit@3.0.0 125 silly idealTree ├── slash@1.0.0 125 silly idealTree ├── sliced@1.0.1 125 silly idealTree ├── slide@1.1.6 125 silly idealTree ├── sntp@1.0.9 125 silly idealTree ├─┬ source-map-support@0.2.10 125 silly idealTree │ └── source-map@0.1.32 125 silly idealTree ├── source-map@0.5.6 125 silly idealTree ├── spdx-correct@1.0.2 125 silly idealTree ├── spdx-exceptions@1.0.5 125 silly idealTree ├── spdx-expression-parse@1.0.2 125 silly idealTree ├── spdx-license-ids@1.2.2 125 silly idealTree ├── split@0.3.3 125 silly idealTree ├─┬ sshpk@1.9.2 125 silly idealTree │ └── assert-plus@1.0.0 125 silly idealTree ├── statuses@1.3.0 125 silly idealTree ├── stream-combiner@0.0.4 125 silly idealTree ├── stream-shift@1.0.0 125 silly idealTree ├── string_decoder@0.10.31 125 silly idealTree ├── string-length@1.0.1 125 silly idealTree ├── stringstream@0.0.5 125 silly idealTree ├── strip-ansi@3.0.1 125 silly idealTree ├── strip-bom@2.0.0 125 silly idealTree ├── strip-indent@1.0.1 125 silly idealTree ├── strip-json-comments@1.0.4 125 silly idealTree ├── supports-color@2.0.0 125 silly idealTree ├── through@2.3.8 125 silly idealTree ├── timed-out@2.0.0 125 silly idealTree ├── to-fast-properties@1.0.2 125 silly idealTree ├── touch@1.0.0 125 silly idealTree ├── tough-cookie@2.3.1 125 silly idealTree ├── trim-newlines@1.0.0 125 silly idealTree ├── tunnel-agent@0.4.3 125 silly idealTree ├── tweetnacl@0.13.3 125 silly idealTree ├── type-is@1.6.13 125 silly idealTree ├── typedarray@0.0.6 125 silly idealTree ├── undefsafe@0.0.3 125 silly idealTree ├── underscore@1.3.3 125 silly idealTree ├── unpipe@1.0.0 125 silly idealTree ├── update-notifier@0.5.0 125 silly idealTree ├── user-home@1.1.1 125 silly idealTree ├── util-deprecate@1.0.2 125 silly idealTree ├── utils-merge@1.0.0 125 silly idealTree ├── uuid@2.0.2 125 silly idealTree ├── v8flags@2.0.11 125 silly idealTree ├── validate-npm-package-license@3.0.1 125 silly idealTree ├── vary@1.1.0 125 silly idealTree ├── verror@1.3.6 125 silly idealTree ├── wrappy@1.0.2 125 silly idealTree ├── write-file-atomic@1.1.4 125 silly idealTree ├── xdg-basedir@2.0.0 125 silly idealTree ├── xtend@4.0.1 125 silly idealTree ├─┬ zerorpc@0.9.6 125 silly idealTree │ └── node-uuid@1.3.3 125 silly idealTree └─┬ zmq@2.15.3 125 silly idealTree └── nan@2.3.5 126 silly generateActionsToTake Starting 127 silly install generateActionsToTake 128 silly generateActionsToTake Finishing 129 silly diffTrees action count 3 130 silly diffTrees add msgpack@1.0.2 131 silly diffTrees add node-uuid@1.3.3 132 silly diffTrees add zerorpc@0.9.6 133 silly decomposeActions action count 24 134 silly decomposeActions fetch msgpack@1.0.2 135 silly decomposeActions extract msgpack@1.0.2 136 silly decomposeActions test msgpack@1.0.2 137 silly decomposeActions preinstall msgpack@1.0.2 138 silly decomposeActions build msgpack@1.0.2 139 silly decomposeActions install msgpack@1.0.2 140 silly decomposeActions postinstall msgpack@1.0.2 141 silly decomposeActions finalize msgpack@1.0.2 142 silly decomposeActions fetch node-uuid@1.3.3 143 silly decomposeActions extract node-uuid@1.3.3 144 silly decomposeActions test node-uuid@1.3.3 145 silly decomposeActions preinstall node-uuid@1.3.3 146 silly decomposeActions build node-uuid@1.3.3 147 silly decomposeActions install node-uuid@1.3.3 148 silly decomposeActions postinstall node-uuid@1.3.3 149 silly decomposeActions finalize node-uuid@1.3.3 150 silly decomposeActions fetch zerorpc@0.9.6 151 silly decomposeActions extract zerorpc@0.9.6 152 silly decomposeActions test zerorpc@0.9.6 153 silly decomposeActions preinstall zerorpc@0.9.6 154 silly decomposeActions build zerorpc@0.9.6 155 silly decomposeActions install zerorpc@0.9.6 156 silly decomposeActions postinstall zerorpc@0.9.6 157 silly decomposeActions finalize zerorpc@0.9.6 158 silly executeActions Starting 159 silly install executeActions 160 silly doSerial global-install 0 161 silly doParallel fetch 3 162 verbose correctMkdir /Users/nicholaslarssen/.npm/_locks correctMkdir not in flight; initializing 163 verbose lock using /Users/nicholaslarssen/.npm/_locks/staging-b7421eda26479f9c.lock for /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging 164 silly doParallel extract 3 165 silly extract msgpack@1.0.2 166 silly extract node-uuid@1.3.3 167 silly extract zerorpc@0.9.6 168 verbose unbuild node_modules/.staging/node-uuid-06872c2d 169 verbose unbuild node_modules/.staging/msgpack-f98ed59b 170 verbose unbuild node_modules/.staging/zerorpc-dc6d095f 171 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d is being purged from base /Users/nicholaslarssen/ProWellPlan/pwp-api 172 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d 173 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b is being purged from base /Users/nicholaslarssen/ProWellPlan/pwp-api 174 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b 175 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f is being purged from base /Users/nicholaslarssen/ProWellPlan/pwp-api 176 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f 177 verbose tar unpack /Users/nicholaslarssen/.npm/node-uuid/1.3.3/package.tgz 178 verbose tar unpacking to /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d 179 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d is being purged 180 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d 181 verbose tar unpack /Users/nicholaslarssen/.npm/msgpack/1.0.2/package.tgz 182 verbose tar unpacking to /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b 183 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b is being purged 184 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b 185 verbose tar unpack /Users/nicholaslarssen/.npm/zerorpc/0.9.6/package.tgz 186 verbose tar unpacking to /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f 187 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f is being purged 188 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f 189 silly gunzTarPerm modes [ '755', '644' ] 190 silly gunzTarPerm modes [ '755', '644' ] 191 silly gunzTarPerm modes [ '755', '644' ] 192 silly gunzTarPerm extractEntry uuid.js 193 silly gunzTarPerm extractEntry package.json 194 silly gunzTarPerm modified mode [ 'package.json', 416, 420 ] 195 silly gunzTarPerm extractEntry package.json 196 silly gunzTarPerm extractEntry package.json 197 silly gunzTarPerm extractEntry LICENSE.md 198 silly gunzTarPerm extractEntry .npmignore 199 silly gunzTarPerm modified mode [ '.npmignore', 416, 420 ] 200 silly gunzTarPerm extractEntry README.md 201 silly gunzTarPerm modified mode [ 'README.md', 416, 420 ] 202 silly gunzTarPerm extractEntry .npmignore 203 silly gunzTarPerm extractEntry README.md 204 silly gunzTarPerm extractEntry LICENSE 205 silly gunzTarPerm modified mode [ 'LICENSE', 416, 420 ] 206 silly gunzTarPerm extractEntry index.js 207 silly gunzTarPerm modified mode [ 'index.js', 416, 420 ] 208 silly gunzTarPerm extractEntry .gitignore 209 silly gunzTarPerm extractEntry README.md 210 silly gunzTarPerm extractEntry LICENSE 211 silly gunzTarPerm extractEntry bin/json2msgpack 212 silly gunzTarPerm extractEntry .travis.yml 213 silly gunzTarPerm modified mode [ '.travis.yml', 416, 420 ] 214 silly gunzTarPerm extractEntry lib/buffer.js 215 silly gunzTarPerm modified mode [ 'lib/buffer.js', 416, 420 ] 216 silly gunzTarPerm extractEntry bin/msgpack2json 217 silly gunzTarPerm extractEntry binding.gyp 218 silly gunzTarPerm extractEntry test/test.js 219 silly gunzTarPerm extractEntry lib/channel.js 220 silly gunzTarPerm modified mode [ 'lib/channel.js', 416, 420 ] 221 silly gunzTarPerm extractEntry lib/client.js 222 silly gunzTarPerm modified mode [ 'lib/client.js', 416, 420 ] 223 silly gunzTarPerm extractEntry lib/events.js 224 silly gunzTarPerm modified mode [ 'lib/events.js', 416, 420 ] 225 silly gunzTarPerm extractEntry lib/middleware.js 226 silly gunzTarPerm modified mode [ 'lib/middleware.js', 416, 420 ] 227 silly gunzTarPerm extractEntry lib/server.js 228 silly gunzTarPerm modified mode [ 'lib/server.js', 416, 420 ] 229 silly gunzTarPerm extractEntry lib/socket.js 230 silly gunzTarPerm modified mode [ 'lib/socket.js', 416, 420 ] 231 silly gunzTarPerm extractEntry lib/util.js 232 silly gunzTarPerm modified mode [ 'lib/util.js', 416, 420 ] 233 silly gunzTarPerm extractEntry test/buffers.js 234 silly gunzTarPerm modified mode [ 'test/buffers.js', 416, 420 ] 235 silly gunzTarPerm extractEntry test/errors.js 236 silly gunzTarPerm modified mode [ 'test/errors.js', 416, 420 ] 237 silly gunzTarPerm extractEntry test/heartbeats.js 238 silly gunzTarPerm modified mode [ 'test/heartbeats.js', 416, 420 ] 239 silly gunzTarPerm extractEntry test/invocation.js 240 silly gunzTarPerm modified mode [ 'test/invocation.js', 416, 420 ] 241 silly gunzTarPerm extractEntry test/repro-10.js 242 silly gunzTarPerm modified mode [ 'test/repro-10.js', 416, 420 ] 243 silly gunzTarPerm extractEntry test/streams.js 244 silly gunzTarPerm modified mode [ 'test/streams.js', 416, 420 ] 245 silly gunzTarPerm extractEntry test/timeouts.js 246 silly gunzTarPerm modified mode [ 'test/timeouts.js', 416, 420 ] 247 silly gunzTarPerm extractEntry test/lib/testutil.js 248 silly gunzTarPerm modified mode [ 'test/lib/testutil.js', 416, 420 ] 249 silly gunzTarPerm extractEntry test/compare_v1.js 250 silly gunzTarPerm extractEntry test/test.html 251 silly gunzTarPerm extractEntry deps/msgpack/LICENSE 252 silly gunzTarPerm extractEntry deps/msgpack/msgpack.h 253 silly gunzTarPerm extractEntry benchmark/benchmark.js 254 silly gunzTarPerm extractEntry benchmark/bench.gnu 255 silly gunzTarPerm extractEntry deps/msgpack/AUTHORS 256 silly gunzTarPerm extractEntry deps/msgpack/gcc_atomic.hpp 257 silly gunzTarPerm extractEntry benchmark/bench.sh 258 silly gunzTarPerm extractEntry benchmark/README.md 259 silly gunzTarPerm extractEntry deps/msgpack/msgpack/sysdep.h 260 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/list.hpp 261 silly gunzTarPerm extractEntry benchmark/benchmark-native.c 262 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/adaptor_base.hpp 263 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/char_ptr.hpp 264 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/check_container_size.hpp 265 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/cpp11/array.hpp 266 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/cpp11/array_char.hpp 267 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/cpp11/forward_list.hpp 268 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/cpp11/tuple.hpp 269 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/cpp11/unordered_map.hpp 270 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/cpp11/unordered_set.hpp 271 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/define.hpp 272 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/deque.hpp 273 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/detail/cpp03_define.hpp 274 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/detail/cpp03_msgpack_tuple.hpp 275 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/detail/cpp11_define.hpp 276 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/detail/cpp11_msgpack_tuple.hpp 277 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/fixint.hpp 278 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d/node_modules is being purged 279 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d/node_modules 280 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/float.hpp 281 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/int.hpp 282 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/bool.hpp 283 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/map.hpp 284 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/msgpack_tuple.hpp 285 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/nil.hpp 286 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/pair.hpp 287 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/raw.hpp 288 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/set.hpp 289 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/string.hpp 290 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/tr1/unordered_map.hpp 291 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/tr1/unordered_set.hpp 292 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/vector.hpp 293 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/vector_bool.hpp 294 silly gunzTarPerm extractEntry deps/msgpack/msgpack/adaptor/vector_char.hpp 295 silly gunzTarPerm extractEntry deps/msgpack/msgpack/detail/cpp03_zone.hpp 296 silly gunzTarPerm extractEntry deps/msgpack/msgpack/detail/cpp11_zone.hpp 297 silly gunzTarPerm extractEntry deps/msgpack/msgpack/fbuffer.h 298 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f/node_modules is being purged 299 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f/node_modules 300 silly gunzTarPerm extractEntry deps/msgpack/msgpack/fbuffer.hpp 301 silly gunzTarPerm extractEntry deps/msgpack/msgpack/gcc_atomic.h 302 silly gunzTarPerm extractEntry deps/msgpack/msgpack/iterator.hpp 303 silly gunzTarPerm extractEntry deps/msgpack/msgpack/object.h 304 silly gunzTarPerm extractEntry deps/msgpack/msgpack/object.hpp 305 silly gunzTarPerm extractEntry deps/msgpack/msgpack/object_fwd.hpp 306 silly gunzTarPerm extractEntry deps/msgpack/msgpack/pack.h 307 silly gunzTarPerm extractEntry deps/msgpack/msgpack/pack.hpp 308 silly gunzTarPerm extractEntry deps/msgpack/msgpack/pack_define.h 309 silly gunzTarPerm extractEntry deps/msgpack/msgpack/pack_template.h 310 silly gunzTarPerm extractEntry deps/msgpack/msgpack/sbuffer.h 311 silly gunzTarPerm extractEntry deps/msgpack/msgpack/sbuffer.hpp 312 silly gunzTarPerm extractEntry deps/msgpack/msgpack/cpp_config.hpp 313 silly gunzTarPerm extractEntry deps/msgpack/msgpack/type.hpp 314 silly gunzTarPerm extractEntry deps/msgpack/msgpack/unpack.h 315 silly gunzTarPerm extractEntry deps/msgpack/msgpack/unpack.hpp 316 silly gunzTarPerm extractEntry deps/msgpack/msgpack/unpack_define.h 317 silly gunzTarPerm extractEntry deps/msgpack/msgpack/unpack_template.h 318 silly gunzTarPerm extractEntry deps/msgpack/msgpack/util.h 319 silly gunzTarPerm extractEntry deps/msgpack/msgpack/version.h 320 silly gunzTarPerm extractEntry deps/msgpack/msgpack/version.hpp 321 silly gunzTarPerm extractEntry deps/msgpack/msgpack/version_master.h 322 silly gunzTarPerm extractEntry deps/msgpack/msgpack/versioning.hpp 323 silly gunzTarPerm extractEntry deps/msgpack/msgpack/vrefbuffer.h 324 silly gunzTarPerm extractEntry deps/msgpack/msgpack/vrefbuffer.hpp 325 silly gunzTarPerm extractEntry deps/msgpack/msgpack/zbuffer.h 326 silly gunzTarPerm extractEntry deps/msgpack/msgpack/zbuffer.hpp 327 silly gunzTarPerm extractEntry deps/msgpack/msgpack/zone.h 328 silly gunzTarPerm extractEntry deps/msgpack/msgpack/zone.hpp 329 silly gunzTarPerm extractEntry deps/msgpack/msgpack.gyp 330 silly gunzTarPerm extractEntry deps/msgpack/COPYING 331 silly gunzTarPerm extractEntry deps/msgpack/msgpack.hpp 332 silly gunzTarPerm extractEntry deps/msgpack/objectc.c 333 silly gunzTarPerm extractEntry deps/msgpack/unpack.c 334 silly gunzTarPerm extractEntry deps/msgpack/version.c 335 silly gunzTarPerm extractEntry deps/msgpack/vrefbuffer.c 336 silly gunzTarPerm extractEntry deps/msgpack/zone.c 337 silly gunzTarPerm extractEntry lib/msgpack.js 338 silly gunzTarPerm extractEntry src/msgpack.cc 339 silly gunzTarPerm extractEntry .travis.yml 340 silly gunzTarPerm extractEntry run_tests 341 silly gunzTarPerm extractEntry test/regression.js 342 silly gunzTarPerm extractEntry test/benchmark/benchmark.js 343 silly gunzTarPerm extractEntry test/fixtures/stub.js 344 silly gunzTarPerm extractEntry test/lib/msgpack.js 345 silly gentlyRm /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b/node_modules is being purged 346 verbose gentlyRm don't care about contents; nuking /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b/node_modules 347 silly doParallel preinstall 3 348 silly preinstall msgpack@1.0.2 /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b 349 info lifecycle msgpack@1.0.2~preinstall: msgpack@1.0.2 350 silly preinstall node-uuid@1.3.3 /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/node-uuid-06872c2d 351 info lifecycle node-uuid@1.3.3~preinstall: node-uuid@1.3.3 352 silly preinstall zerorpc@0.9.6 /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/zerorpc-dc6d095f 353 info lifecycle zerorpc@0.9.6~preinstall: zerorpc@0.9.6 354 silly lifecycle msgpack@1.0.2~preinstall: no script for preinstall, continuing 355 silly lifecycle node-uuid@1.3.3~preinstall: no script for preinstall, continuing 356 silly lifecycle zerorpc@0.9.6~preinstall: no script for preinstall, continuing 357 silly doReverseSerial remove 0 358 silly doSerial move 0 359 silly doSerial finalize 3 360 silly finalize /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/msgpack 361 silly finalize /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/zerorpc/node_modules/node-uuid 362 silly finalize /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/zerorpc 363 silly doSerial build 3 364 silly build msgpack@1.0.2 365 info linkStuff msgpack@1.0.2 366 silly linkStuff msgpack@1.0.2 has /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules as its parent node_modules 367 verbose linkBins msgpack@1.0.2 368 verbose link bins [ { json2msgpack: './bin/json2msgpack', 368 verbose link bins msgpack2json: './bin/msgpack2json' }, 368 verbose link bins '/Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.bin', 368 verbose link bins false ] 369 verbose linkMans msgpack@1.0.2 370 silly build node-uuid@1.3.3 371 info linkStuff node-uuid@1.3.3 372 silly linkStuff node-uuid@1.3.3 has /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/zerorpc/node_modules as its parent node_modules 373 verbose linkBins node-uuid@1.3.3 374 verbose linkMans node-uuid@1.3.3 375 silly build zerorpc@0.9.6 376 info linkStuff zerorpc@0.9.6 377 silly linkStuff zerorpc@0.9.6 has /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules as its parent node_modules 378 verbose linkBins zerorpc@0.9.6 379 verbose linkMans zerorpc@0.9.6 380 silly doSerial global-link 0 381 silly doParallel update-linked 0 382 silly doSerial install 3 383 silly install msgpack@1.0.2 /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging/msgpack-f98ed59b 384 info lifecycle msgpack@1.0.2~install: msgpack@1.0.2 385 verbose lifecycle msgpack@1.0.2~install: unsafe-perm in lifecycle true 386 verbose lifecycle msgpack@1.0.2~install: PATH: /Users/nicholaslarssen/.nvm/versions/node/v5.8.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/msgpack/node_modules/.bin:/Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.bin:/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin:/Users/nicholaslarssen/Library/Enthought/Canopy_64bit/User/bin:/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin 387 verbose lifecycle msgpack@1.0.2~install: CWD: /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/msgpack 388 silly lifecycle msgpack@1.0.2~install: Args: [ '-c', 'node-gyp rebuild' ] 389 silly lifecycle msgpack@1.0.2~install: Returned: code: 1 signal: null 390 info lifecycle msgpack@1.0.2~install: Failed to exec install script 391 verbose unlock done using /Users/nicholaslarssen/.npm/_locks/staging-b7421eda26479f9c.lock for /Users/nicholaslarssen/ProWellPlan/pwp-api/node_modules/.staging 392 silly rollbackFailedOptional Starting 393 silly rollbackFailedOptional Finishing 394 silly runTopLevelLifecycles Starting 395 silly runTopLevelLifecycles Finishing 396 silly install printInstalled 397 warn server@1.0.0 No description 398 warn server@1.0.0 No repository field. 399 verbose stack Error: msgpack@1.0.2 install:node-gyp rebuild 399 verbose stack Exit status 1 399 verbose stack at EventEmitter.<anonymous> (/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/lib/node_modules/npm/lib/utils/lifecycle.js:239:16) 399 verbose stack at emitTwo (events.js:100:13) 399 verbose stack at EventEmitter.emit (events.js:185:7) 399 verbose stack at ChildProcess.<anonymous> (/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/lib/node_modules/npm/lib/utils/spawn.js:24:14) 399 verbose stack at emitTwo (events.js:100:13) 399 verbose stack at ChildProcess.emit (events.js:185:7) 399 verbose stack at maybeClose (internal/child_process.js:850:16) 399 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) 400 verbose pkgid msgpack@1.0.2 401 verbose cwd /Users/nicholaslarssen/ProWellPlan/pwp-api 402 error Darwin 15.5.0 403 error argv "/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/node" "/Users/nicholaslarssen/.nvm/versions/node/v5.8.0/bin/npm" "install" "--save" "zerorpc" 404 error node v5.8.0 405 error npm v3.7.3 406 error code ELIFECYCLE 407 error msgpack@1.0.2 install:node-gyp rebuild 407 error Exit status 1 408 error Failed at the msgpack@1.0.2 install script 'node-gyp rebuild'. 408 error Make sure you have the latest version of node.js and npm installed. 408 error If you do, this is most likely a problem with the msgpack package, 408 error not with npm itself. 408 error Tell the author that this fails on your system: 408 error node-gyp rebuild 408 error You can get information on how to open an issue for this project with: 408 error npm bugs msgpack 408 error Or if that isn't available, you can get their info via: 408 error npm owner ls msgpack 408 error There is likely additional logging output above. 409 verbose exit [ 1, true ]

I have tried different node versions as well.

GbalsaC commented 7 years ago

I had a very similar error, Using nvm to control node versions I was using 4.2.2 and could be verified using: $node -v Nevertheless I noticed I had legacy node version at: $nodejs -v Which used node 0.10.25 Removing node 0.10.25 and creating a symbolic linc ln -s ... to have node 4.2.2 at $nodejs -v solver this issue. Haven't tested with node 5, but have had some compatibility issues where node 4.2.2 was required. You can check if this solution applies to you

phuze commented 6 years ago

There are two things happening here:

(1) you are missing msgpack dependency

npm install msgpack

(2) xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

If you have XCode installed, which it looks like you do, run this to point xcodebuild to the right place

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer