lance-gg / lance

Multiplayer game server based on Node.JS
https://lance-gg.github.io/
Apache License 2.0
1.59k stars 168 forks source link

npm install error: Unexpected token . #112

Closed Youdaman closed 5 years ago

Youdaman commented 5 years ago

Tried running npm install for the pong example as per the instructions on the home page:

$ npm install

> lance-pong@4.0.0 postinstall C:\Users\Youdaman\Desktop\tinygames\pong
> webpack && babel src --source-maps --out-dir dist-server

Hash: a832285dfe55870fbf78
Version: webpack 3.12.0
Time: 330ms
        Asset     Size  Chunks             Chunk Names
    bundle.js   5.2 kB       0  [emitted]  main
bundle.js.map  2.46 kB       0  [emitted]  main
   [0] ./src/client/clientEntryPoint.js 2.69 kB {0} [built] [failed] [1 error]

ERROR in ./src/client/clientEntryPoint.js
Module build failed: C:\Users\Youdaman\Desktop\tinygames\pong\babel.config.js:1
(function (exports, require, module, __filename, __dirname) { ../boilerplate/babel.config.js
                                                              ^

SyntaxError: Unexpected token .
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at readConfigJS (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\files\configuration.js:201:26)
    at cachedFunction (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\caching.js:33:19)
    at readConfig (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\files\configuration.js:173:56)
    at findRootConfig (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\files\configuration.js:148:16)
    at buildRootChain (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\config-chain.js:78:44)
    at loadPrivatePartialConfig (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\partial.js:85:55)
    at Object.loadPartialConfig (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\@babel\core\lib\config\partial.js:110:18)
    at Object.<anonymous> (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:140:26)
    at Generator.next (<anonymous>)
    at asyncGeneratorStep (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:3:103)
    at _next (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:5:194)
    at C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:5:364
    at new Promise (<anonymous>)
    at Object.<anonymous> (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:5:97)
    at Object._loader (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:220:18)
    at Object.loader (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:56:18)
    at Object.<anonymous> (C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\babel-loader\lib\index.js:51:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! lance-pong@4.0.0 postinstall: `webpack && babel src --source-maps --out-dir dist-server`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the lance-pong@4.0.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Youdaman\AppData\Roaming\npm-cache\_logs\2019-03-22T13_17_03_104Z-debug.log

And here is the debug.log mentioned above:

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'install' ]
2 info using npm@6.4.1
3 info using node@v8.15.1
4 verbose npm-session ca6a3e0b2c57e657
5 silly install runPreinstallTopLevelLifecycles
6 silly preinstall lance-pong@4.0.0
7 info lifecycle lance-pong@4.0.0~preinstall: lance-pong@4.0.0
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 timing stage:loadCurrentTree Completed in 951ms
11 silly install loadIdealTree
12 silly install cloneCurrentTreeToIdealTree
13 timing stage:loadIdealTree:cloneCurrentTree Completed in 6ms
14 silly install loadShrinkwrap
15 timing stage:loadIdealTree:loadShrinkwrap Completed in 428ms
16 silly install loadAllDepsIntoIdealTree
17 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 532ms
18 timing stage:loadIdealTree Completed in 1178ms
19 silly currentTree lance-pong@4.0.0
19 silly currentTree +-- @babel/cli@7.2.3
19 silly currentTree | `-- source-map@0.5.7
19 silly currentTree +-- @babel/code-frame@7.0.0
19 silly currentTree +-- @babel/core@7.3.4
19 silly currentTree | +-- debug@4.1.1
19 silly currentTree | +-- json5@2.1.0
19 silly currentTree | +-- minimist@1.2.0
19 silly currentTree | +-- ms@2.1.1
19 silly currentTree | `-- source-map@0.5.7
19 silly currentTree +-- @babel/generator@7.3.4
19 silly currentTree | `-- source-map@0.5.7
19 silly currentTree +-- @babel/helper-annotate-as-pure@7.0.0
19 silly currentTree +-- @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
19 silly currentTree +-- @babel/helper-call-delegate@7.1.0
19 silly currentTree +-- @babel/helper-define-map@7.1.0
19 silly currentTree +-- @babel/helper-explode-assignable-expression@7.1.0
19 silly currentTree +-- @babel/helper-function-name@7.1.0
19 silly currentTree +-- @babel/helper-get-function-arity@7.0.0
19 silly currentTree +-- @babel/helper-hoist-variables@7.0.0
19 silly currentTree +-- @babel/helper-member-expression-to-functions@7.0.0
19 silly currentTree +-- @babel/helper-module-imports@7.0.0
19 silly currentTree +-- @babel/helper-module-transforms@7.2.2
19 silly currentTree +-- @babel/helper-optimise-call-expression@7.0.0
19 silly currentTree +-- @babel/helper-plugin-utils@7.0.0
19 silly currentTree +-- @babel/helper-regex@7.0.0
19 silly currentTree +-- @babel/helper-remap-async-to-generator@7.1.0
19 silly currentTree +-- @babel/helper-replace-supers@7.3.4
19 silly currentTree +-- @babel/helper-simple-access@7.1.0
19 silly currentTree +-- @babel/helper-split-export-declaration@7.0.0
19 silly currentTree +-- @babel/helper-wrap-function@7.2.0
19 silly currentTree +-- @babel/helpers@7.3.1
19 silly currentTree +-- @babel/highlight@7.0.0
19 silly currentTree +-- @babel/node@7.2.2
19 silly currentTree +-- @babel/parser@7.3.4
19 silly currentTree +-- @babel/plugin-proposal-async-generator-functions@7.2.0
19 silly currentTree +-- @babel/plugin-proposal-json-strings@7.2.0
19 silly currentTree +-- @babel/plugin-proposal-object-rest-spread@7.3.4
19 silly currentTree +-- @babel/plugin-proposal-optional-catch-binding@7.2.0
19 silly currentTree +-- @babel/plugin-proposal-unicode-property-regex@7.2.0
19 silly currentTree +-- @babel/plugin-syntax-async-generators@7.2.0
19 silly currentTree +-- @babel/plugin-syntax-json-strings@7.2.0
19 silly currentTree +-- @babel/plugin-syntax-object-rest-spread@7.2.0
19 silly currentTree +-- @babel/plugin-syntax-optional-catch-binding@7.2.0
19 silly currentTree +-- @babel/plugin-transform-arrow-functions@7.2.0
19 silly currentTree +-- @babel/plugin-transform-async-to-generator@7.3.4
19 silly currentTree +-- @babel/plugin-transform-block-scoped-functions@7.2.0
19 silly currentTree +-- @babel/plugin-transform-block-scoping@7.3.4
19 silly currentTree +-- @babel/plugin-transform-classes@7.3.4
19 silly currentTree +-- @babel/plugin-transform-computed-properties@7.2.0
19 silly currentTree +-- @babel/plugin-transform-destructuring@7.3.2
19 silly currentTree +-- @babel/plugin-transform-dotall-regex@7.2.0
19 silly currentTree +-- @babel/plugin-transform-duplicate-keys@7.2.0
19 silly currentTree +-- @babel/plugin-transform-exponentiation-operator@7.2.0
19 silly currentTree +-- @babel/plugin-transform-for-of@7.2.0
19 silly currentTree +-- @babel/plugin-transform-function-name@7.2.0
19 silly currentTree +-- @babel/plugin-transform-literals@7.2.0
19 silly currentTree +-- @babel/plugin-transform-modules-amd@7.2.0
19 silly currentTree +-- @babel/plugin-transform-modules-commonjs@7.2.0
19 silly currentTree +-- @babel/plugin-transform-modules-systemjs@7.3.4
19 silly currentTree +-- @babel/plugin-transform-modules-umd@7.2.0
19 silly currentTree +-- @babel/plugin-transform-named-capturing-groups-regex@7.3.0
19 silly currentTree +-- @babel/plugin-transform-new-target@7.0.0
19 silly currentTree +-- @babel/plugin-transform-object-super@7.2.0
19 silly currentTree +-- @babel/plugin-transform-parameters@7.3.3
19 silly currentTree +-- @babel/plugin-transform-regenerator@7.3.4
19 silly currentTree +-- @babel/plugin-transform-shorthand-properties@7.2.0
19 silly currentTree +-- @babel/plugin-transform-spread@7.2.2
19 silly currentTree +-- @babel/plugin-transform-sticky-regex@7.2.0
19 silly currentTree +-- @babel/plugin-transform-template-literals@7.2.0
19 silly currentTree +-- @babel/plugin-transform-typeof-symbol@7.2.0
19 silly currentTree +-- @babel/plugin-transform-unicode-regex@7.2.0
19 silly currentTree +-- @babel/polyfill@7.2.5
19 silly currentTree +-- @babel/preset-env@7.3.4
19 silly currentTree +-- @babel/register@7.0.0
19 silly currentTree +-- @babel/template@7.2.2
19 silly currentTree +-- @babel/traverse@7.3.4
19 silly currentTree | +-- debug@4.1.1
19 silly currentTree | `-- ms@2.1.1
19 silly currentTree +-- @babel/types@7.3.4
19 silly currentTree +-- accepts@1.3.5
19 silly currentTree +-- acorn-dynamic-import@2.0.2
19 silly currentTree | `-- acorn@4.0.13
19 silly currentTree +-- acorn-jsx@3.0.1
19 silly currentTree | `-- acorn@3.3.0
19 silly currentTree +-- acorn@5.7.3
19 silly currentTree +-- after@0.8.2
19 silly currentTree +-- ajv-keywords@3.4.0
19 silly currentTree +-- ajv@6.10.0
19 silly currentTree +-- align-text@0.1.4
19 silly currentTree +-- ansi-escapes@1.4.0
19 silly currentTree +-- ansi-regex@2.1.1
19 silly currentTree +-- ansi-styles@3.2.1
19 silly currentTree +-- anymatch@2.0.0
19 silly currentTree | `-- normalize-path@2.1.1
19 silly currentTree +-- argparse@1.0.10
19 silly currentTree +-- arr-diff@4.0.0
19 silly currentTree +-- arr-flatten@1.1.0
19 silly currentTree +-- arr-union@3.1.0
19 silly currentTree +-- array-flatten@1.1.1
19 silly currentTree +-- array-unique@0.3.2
19 silly currentTree +-- arraybuffer.slice@0.0.7
19 silly currentTree +-- asn1.js@4.10.1
19 silly currentTree +-- assert@1.4.1
19 silly currentTree | +-- inherits@2.0.1
19 silly currentTree | `-- util@0.10.3
19 silly currentTree +-- assign-symbols@1.0.0
19 silly currentTree +-- async-each@1.0.2
19 silly currentTree +-- async-limiter@1.0.0
19 silly currentTree +-- async@2.6.2
19 silly currentTree +-- atob@2.1.2
19 silly currentTree +-- babel-code-frame@6.26.0
19 silly currentTree | +-- ansi-styles@2.2.1
19 silly currentTree | +-- chalk@1.1.3
19 silly currentTree | +-- js-tokens@3.0.2
19 silly currentTree | `-- supports-color@2.0.0
19 silly currentTree +-- babel-loader@8.0.5
19 silly currentTree | +-- find-cache-dir@2.1.0
19 silly currentTree | +-- find-up@3.0.0
19 silly currentTree | +-- locate-path@3.0.0
19 silly currentTree | +-- make-dir@2.1.0
19 silly currentTree | +-- p-limit@2.2.0
19 silly currentTree | +-- p-locate@3.0.0
19 silly currentTree | +-- p-try@2.0.0
19 silly currentTree | +-- pify@4.0.1
19 silly currentTree | `-- pkg-dir@3.0.0
19 silly currentTree +-- babylon@7.0.0-beta.19
19 silly currentTree +-- backo2@1.0.2
19 silly currentTree +-- balanced-match@1.0.0
19 silly currentTree +-- base@0.11.2
19 silly currentTree | +-- define-property@1.0.0
19 silly currentTree | +-- is-accessor-descriptor@1.0.0
19 silly currentTree | +-- is-data-descriptor@1.0.0
19 silly currentTree | +-- is-descriptor@1.0.2
19 silly currentTree | `-- kind-of@6.0.2
19 silly currentTree +-- base64-arraybuffer@0.1.5
19 silly currentTree +-- base64-js@1.3.0
19 silly currentTree +-- base64id@1.0.0
19 silly currentTree +-- better-assert@1.0.2
19 silly currentTree +-- big.js@5.2.2
19 silly currentTree +-- binary-extensions@1.13.0
19 silly currentTree +-- blob@0.0.5
19 silly currentTree +-- bluebird@3.5.3
19 silly currentTree +-- bn.js@4.11.8
19 silly currentTree +-- body-parser@1.18.3
19 silly currentTree +-- brace-expansion@1.1.11
19 silly currentTree +-- braces@2.3.2
19 silly currentTree | `-- extend-shallow@2.0.1
19 silly currentTree +-- brorand@1.1.0
19 silly currentTree +-- browserify-aes@1.2.0
19 silly currentTree +-- browserify-cipher@1.0.1
19 silly currentTree +-- browserify-des@1.0.2
19 silly currentTree +-- browserify-rsa@4.0.1
19 silly currentTree +-- browserify-sign@4.0.4
19 silly currentTree +-- browserify-zlib@0.2.0
19 silly currentTree +-- browserslist@4.5.0
19 silly currentTree +-- buffer-from@1.1.1
19 silly currentTree +-- buffer-xor@1.0.3
19 silly currentTree +-- buffer@4.9.1
19 silly currentTree | `-- isarray@1.0.0
19 silly currentTree +-- bufferutil@4.0.1
19 silly currentTree +-- builtin-status-codes@3.0.0
19 silly currentTree +-- bytes@3.0.0
19 silly currentTree +-- cache-base@1.0.1
19 silly currentTree +-- caller-path@0.1.0
19 silly currentTree +-- callsite@1.0.0
19 silly currentTree +-- callsites@0.2.0
19 silly currentTree +-- camelcase@1.2.1
19 silly currentTree +-- caniuse-lite@1.0.30000949
19 silly currentTree +-- cannon@0.6.2
19 silly currentTree +-- catharsis@0.8.9
19 silly currentTree +-- center-align@0.1.3
19 silly currentTree +-- chalk@2.4.2
19 silly currentTree | +-- has-flag@3.0.0
19 silly currentTree | `-- supports-color@5.5.0
19 silly currentTree +-- chokidar@2.1.2
19 silly currentTree +-- cipher-base@1.0.4
19 silly currentTree +-- circular-json@0.3.3
19 silly currentTree +-- class-utils@0.3.6
19 silly currentTree | `-- define-property@0.2.5
19 silly currentTree +-- cli-cursor@1.0.2
19 silly currentTree +-- cli-width@2.2.0
19 silly currentTree +-- cliui@2.1.0
19 silly currentTree +-- co@4.6.0
19 silly currentTree +-- code-point-at@1.1.0
19 silly currentTree +-- collection-visit@1.0.0
19 silly currentTree +-- color-convert@1.9.3
19 silly currentTree +-- color-name@1.1.3
19 silly currentTree +-- commander@2.19.0
19 silly currentTree +-- commondir@1.0.1
19 silly currentTree +-- component-bind@1.0.0
19 silly currentTree +-- component-emitter@1.2.1
19 silly currentTree +-- component-inherit@0.0.3
19 silly currentTree +-- concat-map@0.0.1
19 silly currentTree +-- concat-stream@1.6.2
19 silly currentTree +-- console-browserify@1.1.0
19 silly currentTree +-- constants-browserify@1.0.0
19 silly currentTree +-- content-disposition@0.5.2
19 silly currentTree +-- content-type@1.0.4
19 silly currentTree +-- convert-source-map@1.6.0
19 silly currentTree +-- cookie-signature@1.0.6
19 silly currentTree +-- cookie@0.3.1
19 silly currentTree +-- copy-descriptor@0.1.1
19 silly currentTree +-- core-js@2.6.5
19 silly currentTree +-- core-util-is@1.0.2
19 silly currentTree +-- create-ecdh@4.0.3
19 silly currentTree +-- create-hash@1.2.0
19 silly currentTree +-- create-hmac@1.1.7
19 silly currentTree +-- cross-spawn@5.1.0
19 silly currentTree +-- crypto-browserify@3.12.0
19 silly currentTree +-- d@1.0.0
19 silly currentTree +-- date-now@0.1.4
19 silly currentTree +-- debug@2.6.9
19 silly currentTree +-- decamelize@1.2.0
19 silly currentTree +-- decode-uri-component@0.2.0
19 silly currentTree +-- deep-is@0.1.3
19 silly currentTree +-- define-properties@1.1.3
19 silly currentTree +-- define-property@2.0.2
19 silly currentTree | +-- is-accessor-descriptor@1.0.0
19 silly currentTree | +-- is-data-descriptor@1.0.0
19 silly currentTree | +-- is-descriptor@1.0.2
19 silly currentTree | `-- kind-of@6.0.2
19 silly currentTree +-- depd@1.1.2
19 silly currentTree +-- des.js@1.0.0
19 silly currentTree +-- destroy@1.0.4
19 silly currentTree +-- diffie-hellman@5.0.3
19 silly currentTree +-- doctrine@2.1.0
19 silly currentTree +-- domain-browser@1.2.0
19 silly currentTree +-- ee-first@1.1.1
19 silly currentTree +-- electron-to-chromium@1.3.116
19 silly currentTree +-- elliptic@6.4.1
19 silly currentTree +-- emojis-list@2.1.0
19 silly currentTree +-- encodeurl@1.0.2
19 silly currentTree +-- engine.io-client@3.3.2
19 silly currentTree | `-- debug@3.1.0
19 silly currentTree +-- engine.io-parser@2.1.3
19 silly currentTree +-- engine.io@3.3.2
19 silly currentTree | `-- debug@3.1.0
19 silly currentTree +-- enhanced-resolve@3.4.1
19 silly currentTree +-- errno@0.1.7
19 silly currentTree +-- error-ex@1.3.2
19 silly currentTree +-- es-abstract@1.13.0
19 silly currentTree +-- es-to-primitive@1.2.0
19 silly currentTree +-- es5-ext@0.10.49
19 silly currentTree +-- es6-iterator@2.0.3
19 silly currentTree +-- es6-map@0.1.5
19 silly currentTree +-- es6-set@0.1.5
19 silly currentTree +-- es6-symbol@3.1.1
19 silly currentTree +-- es6-weak-map@2.0.2
19 silly currentTree +-- escape-html@1.0.3
19 silly currentTree +-- escape-string-regexp@1.0.5
19 silly currentTree +-- escope@3.6.0
19 silly currentTree +-- eslint-config-google@0.7.1
19 silly currentTree +-- eslint@3.19.0
19 silly currentTree | +-- ansi-styles@2.2.1
19 silly currentTree | +-- chalk@1.1.3
19 silly currentTree | +-- globals@9.18.0
19 silly currentTree | `-- supports-color@2.0.0
19 silly currentTree +-- espree@3.5.4
19 silly currentTree +-- esprima@4.0.1
19 silly currentTree +-- esquery@1.0.1
19 silly currentTree +-- esrecurse@4.2.1
19 silly currentTree +-- estraverse@4.2.0
19 silly currentTree +-- esutils@2.0.2
19 silly currentTree +-- etag@1.8.1
19 silly currentTree +-- event-emitter@0.3.5
19 silly currentTree +-- events@3.0.0
19 silly currentTree +-- evp_bytestokey@1.0.3
19 silly currentTree +-- execa@0.7.0
19 silly currentTree +-- exit-hook@1.1.1
19 silly currentTree +-- expand-brackets@2.1.4
19 silly currentTree | +-- define-property@0.2.5
19 silly currentTree | `-- extend-shallow@2.0.1
19 silly currentTree +-- express@4.16.4
19 silly currentTree +-- extend-shallow@3.0.2
19 silly currentTree | `-- is-extendable@1.0.1
19 silly currentTree +-- extglob@2.0.4
19 silly currentTree | +-- define-property@1.0.0
19 silly currentTree | +-- extend-shallow@2.0.1
19 silly currentTree | +-- is-accessor-descriptor@1.0.0
19 silly currentTree | +-- is-data-descriptor@1.0.0
19 silly currentTree | +-- is-descriptor@1.0.2
19 silly currentTree | `-- kind-of@6.0.2
19 silly currentTree +-- fast-deep-equal@2.0.1
19 silly currentTree +-- fast-json-stable-stringify@2.0.0
19 silly currentTree +-- fast-levenshtein@2.0.6
19 silly currentTree +-- figures@1.7.0
19 silly currentTree +-- file-entry-cache@2.0.0
19 silly currentTree +-- fill-range@4.0.0
19 silly currentTree | `-- extend-shallow@2.0.1
19 silly currentTree +-- finalhandler@1.1.1
19 silly currentTree +-- find-cache-dir@1.0.0
19 silly currentTree +-- find-up@2.1.0
19 silly currentTree +-- flat-cache@1.3.4
19 silly currentTree +-- for-in@1.0.2
19 silly currentTree +-- forwarded@0.1.2
19 silly currentTree +-- fragment-cache@0.2.1
19 silly currentTree +-- fresh@0.5.2
19 silly currentTree +-- fs-readdir-recursive@1.1.0
19 silly currentTree +-- fs.realpath@1.0.0
19 silly currentTree +-- function-bind@1.1.1
19 silly currentTree +-- generate-function@2.3.1
19 silly currentTree +-- generate-object-property@1.2.0
19 silly currentTree +-- get-caller-file@1.0.3
19 silly currentTree +-- get-stream@3.0.0
19 silly currentTree +-- get-value@2.0.6
19 silly currentTree +-- glob-parent@3.1.0
19 silly currentTree | `-- is-glob@3.1.0
19 silly currentTree +-- glob@7.1.3
19 silly currentTree +-- globals@11.11.0
19 silly currentTree +-- graceful-fs@4.1.15
19 silly currentTree +-- has-ansi@2.0.0
19 silly currentTree +-- has-binary2@1.0.3
19 silly currentTree +-- has-cors@1.1.0
19 silly currentTree +-- has-flag@2.0.0
19 silly currentTree +-- has-symbols@1.0.0
19 silly currentTree +-- has-value@1.0.0
19 silly currentTree +-- has-values@1.0.0
19 silly currentTree | `-- kind-of@4.0.0
19 silly currentTree +-- has@1.0.3
19 silly currentTree +-- hash-base@3.0.4
19 silly currentTree +-- hash.js@1.1.7
19 silly currentTree +-- hmac-drbg@1.0.1
19 silly currentTree +-- home-or-tmp@3.0.0
19 silly currentTree +-- homedir-polyfill@1.0.3
19 silly currentTree +-- hosted-git-info@2.7.1
19 silly currentTree +-- http-errors@1.6.3
19 silly currentTree +-- https-browserify@1.0.0
19 silly currentTree +-- iconv-lite@0.4.23
19 silly currentTree +-- ieee754@1.1.12
19 silly currentTree +-- ignore@3.3.10
19 silly currentTree +-- imurmurhash@0.1.4
19 silly currentTree +-- indexof@0.0.1
19 silly currentTree +-- inflight@1.0.6
19 silly currentTree +-- inherits@2.0.3
19 silly currentTree +-- inquirer@0.12.0
19 silly currentTree | +-- ansi-styles@2.2.1
19 silly currentTree | +-- chalk@1.1.3
19 silly currentTree | +-- string-width@1.0.2
19 silly currentTree | `-- supports-color@2.0.0
19 silly currentTree +-- interpret@1.2.0
19 silly currentTree +-- invariant@2.2.4
19 silly currentTree +-- invert-kv@1.0.0
19 silly currentTree +-- ipaddr.js@1.8.0
19 silly currentTree +-- is-accessor-descriptor@0.1.6
19 silly currentTree +-- is-arrayish@0.2.1
19 silly currentTree +-- is-binary-path@1.0.1
19 silly currentTree +-- is-buffer@1.1.6
19 silly currentTree +-- is-callable@1.1.4
19 silly currentTree +-- is-data-descriptor@0.1.4
19 silly currentTree +-- is-date-object@1.0.1
19 silly currentTree +-- is-descriptor@0.1.6
19 silly currentTree | `-- kind-of@5.1.0
19 silly currentTree +-- is-extendable@0.1.1
19 silly currentTree +-- is-extglob@2.1.1
19 silly currentTree +-- is-fullwidth-code-point@1.0.0
19 silly currentTree +-- is-glob@4.0.0
19 silly currentTree +-- is-my-ip-valid@1.0.0
19 silly currentTree +-- is-my-json-valid@2.19.0
19 silly currentTree +-- is-number@3.0.0
19 silly currentTree +-- is-plain-obj@1.1.0
19 silly currentTree +-- is-plain-object@2.0.4
19 silly currentTree +-- is-property@1.0.2
19 silly currentTree +-- is-regex@1.0.4
19 silly currentTree +-- is-resolvable@1.1.0
19 silly currentTree +-- is-stream@1.1.0
19 silly currentTree +-- is-symbol@1.0.2
19 silly currentTree +-- is-windows@1.0.2
19 silly currentTree +-- isarray@2.0.1
19 silly currentTree +-- isexe@2.0.0
19 silly currentTree +-- isobject@3.0.1
19 silly currentTree +-- js-levenshtein@1.1.6
19 silly currentTree +-- js-tokens@4.0.0
19 silly currentTree +-- js-yaml@3.12.2
19 silly currentTree +-- js2xmlparser@3.0.0
19 silly currentTree +-- jsdoc@3.5.5
19 silly currentTree +-- jsesc@2.5.2
19 silly currentTree +-- json-loader@0.5.7
19 silly currentTree +-- json-schema-traverse@0.4.1
19 silly currentTree +-- json-stable-stringify@1.0.1
19 silly currentTree +-- json5@1.0.1
19 silly currentTree | `-- minimist@1.2.0
19 silly currentTree +-- jsonify@0.0.0
19 silly currentTree +-- jsonpointer@4.0.1
19 silly currentTree +-- kind-of@3.2.2
19 silly currentTree +-- klaw@2.0.0
19 silly currentTree +-- lance-gg@4.0.0
19 silly currentTree +-- lazy-cache@1.0.4
19 silly currentTree +-- lcid@1.0.0
19 silly currentTree +-- levn@0.3.0
19 silly currentTree +-- load-json-file@2.0.0
19 silly currentTree | `-- pify@2.3.0
19 silly currentTree +-- loader-runner@2.4.0
19 silly currentTree +-- loader-utils@1.2.3
19 silly currentTree +-- locate-path@2.0.0
19 silly currentTree +-- lodash@4.17.11
19 silly currentTree +-- longest@1.0.1
19 silly currentTree +-- loose-envify@1.4.0
19 silly currentTree +-- lru-cache@4.1.5
19 silly currentTree +-- make-dir@1.3.0
19 silly currentTree +-- map-cache@0.2.2
19 silly currentTree +-- map-visit@1.0.0
19 silly currentTree +-- marked@0.3.19
19 silly currentTree +-- md5.js@1.3.5
19 silly currentTree +-- media-typer@0.3.0
19 silly currentTree +-- mem@1.1.0
19 silly currentTree +-- memory-fs@0.4.1
19 silly currentTree +-- merge-descriptors@1.0.1
19 silly currentTree +-- methods@1.1.2
19 silly currentTree +-- micromatch@3.1.10
19 silly currentTree | `-- kind-of@6.0.2
19 silly currentTree +-- miller-rabin@4.0.1
19 silly currentTree +-- mime-db@1.38.0
19 silly currentTree +-- mime-types@2.1.22
19 silly currentTree +-- mime@1.4.1
19 silly currentTree +-- mimic-fn@1.2.0
19 silly currentTree +-- minimalistic-assert@1.0.1
19 silly currentTree +-- minimalistic-crypto-utils@1.0.1
19 silly currentTree +-- minimatch@3.0.4
19 silly currentTree +-- minimist@0.0.8
19 silly currentTree +-- mixin-deep@1.3.1
19 silly currentTree | `-- is-extendable@1.0.1
19 silly currentTree +-- mkdirp@0.5.1
19 silly currentTree +-- ms@2.0.0
19 silly currentTree +-- mute-stream@0.0.5
19 silly currentTree +-- nanomatch@1.2.13
19 silly currentTree | `-- kind-of@6.0.2
19 silly currentTree +-- natural-compare@1.4.0
19 silly currentTree +-- negotiator@0.6.1
19 silly currentTree +-- neo-async@2.6.0
19 silly currentTree +-- next-tick@1.0.0
19 silly currentTree +-- node-gyp-build@3.7.0
19 silly currentTree +-- node-libs-browser@2.2.0
19 silly currentTree | `-- punycode@1.4.1
19 silly currentTree +-- node-modules-regexp@1.0.0
19 silly currentTree +-- node-releases@1.1.11
19 silly currentTree +-- normalize-package-data@2.5.0
19 silly currentTree +-- normalize-path@3.0.0
19 silly currentTree +-- npm-run-path@2.0.2
19 silly currentTree +-- number-is-nan@1.0.1
19 silly currentTree +-- object-assign@4.1.1
19 silly currentTree +-- object-component@0.0.3
19 silly currentTree +-- object-copy@0.1.0
19 silly currentTree | `-- define-property@0.2.5
19 silly currentTree +-- object-keys@1.1.0
19 silly currentTree +-- object-visit@1.0.1
19 silly currentTree +-- object.getownpropertydescriptors@2.0.3
19 silly currentTree +-- object.pick@1.3.0
19 silly currentTree +-- on-finished@2.3.0
19 silly currentTree +-- once@1.4.0
19 silly currentTree +-- onetime@1.1.0
19 silly currentTree +-- optionator@0.8.2
19 silly currentTree | `-- wordwrap@1.0.0
19 silly currentTree +-- os-browserify@0.3.0
19 silly currentTree +-- os-homedir@1.0.2
19 silly currentTree +-- os-locale@2.1.0
19 silly currentTree +-- output-file-sync@2.0.1
19 silly currentTree +-- p-finally@1.0.0
19 silly currentTree +-- p-limit@1.3.0
19 silly currentTree +-- p-locate@2.0.0
19 silly currentTree +-- p-try@1.0.0
19 silly currentTree +-- p2@0.7.1
19 silly currentTree +-- pako@1.0.10
19 silly currentTree +-- parse-asn1@5.1.4
19 silly currentTree +-- parse-json@2.2.0
19 silly currentTree +-- parse-passwd@1.0.0
19 silly currentTree +-- parseqs@0.0.5
19 silly currentTree +-- parseuri@0.0.5
19 silly currentTree +-- parseurl@1.3.2
19 silly currentTree +-- pascalcase@0.1.1
19 silly currentTree +-- path-browserify@0.0.0
19 silly currentTree +-- path-dirname@1.0.2
19 silly currentTree +-- path-exists@3.0.0
19 silly currentTree +-- path-is-absolute@1.0.1
19 silly currentTree +-- path-is-inside@1.0.2
19 silly currentTree +-- path-key@2.0.1
19 silly currentTree +-- path-parse@1.0.6
19 silly currentTree +-- path-to-regexp@0.1.7
19 silly currentTree +-- path-type@2.0.0
19 silly currentTree | `-- pify@2.3.0
19 silly currentTree +-- pbkdf2@3.0.17
19 silly currentTree +-- pify@3.0.0
19 silly currentTree +-- pirates@4.0.1
19 silly currentTree +-- pkg-dir@2.0.0
19 silly currentTree +-- pluralize@1.2.1
19 silly currentTree +-- poly-decomp@0.1.1
19 silly currentTree +-- posix-character-classes@0.1.1
19 silly currentTree +-- prelude-ls@1.1.2
19 silly currentTree +-- private@0.1.8
19 silly currentTree +-- process-nextick-args@2.0.0
19 silly currentTree +-- process@0.11.10
19 silly currentTree +-- progress@1.1.8
19 silly currentTree +-- proxy-addr@2.0.4
19 silly currentTree +-- prr@1.0.1
19 silly currentTree +-- pseudomap@1.0.2
19 silly currentTree +-- public-encrypt@4.0.3
19 silly currentTree +-- punycode@2.1.1
19 silly currentTree +-- qs@6.5.2
19 silly currentTree +-- query-string@4.3.4
19 silly currentTree +-- querystring-es3@0.2.1
19 silly currentTree +-- querystring@0.2.0
19 silly currentTree +-- randombytes@2.1.0
19 silly currentTree +-- randomfill@1.0.4
19 silly currentTree +-- range-parser@1.2.0
19 silly currentTree +-- raw-body@2.3.3
19 silly currentTree +-- read-pkg-up@2.0.0
19 silly currentTree +-- read-pkg@2.0.0
19 silly currentTree +-- readable-stream@2.3.6
19 silly currentTree | `-- isarray@1.0.0
19 silly currentTree +-- readdirp@2.2.1
19 silly currentTree +-- readline2@1.0.1
19 silly currentTree +-- rechoir@0.6.2
19 silly currentTree +-- regenerate-unicode-properties@8.0.2
19 silly currentTree +-- regenerate@1.4.0
19 silly currentTree +-- regenerator-runtime@0.12.1
19 silly currentTree +-- regenerator-transform@0.13.4
19 silly currentTree +-- regex-not@1.0.2
19 silly currentTree +-- regexp-tree@0.1.5
19 silly currentTree +-- regexpu-core@4.5.4
19 silly currentTree +-- regjsgen@0.5.0
19 silly currentTree +-- regjsparser@0.6.0
19 silly currentTree | `-- jsesc@0.5.0
19 silly currentTree +-- remove-trailing-separator@1.1.0
19 silly currentTree +-- repeat-element@1.1.3
19 silly currentTree +-- repeat-string@1.6.1
19 silly currentTree +-- require-directory@2.1.1
19 silly currentTree +-- require-main-filename@1.0.1
19 silly currentTree +-- require-uncached@1.0.3
19 silly currentTree +-- requizzle@0.2.1
19 silly currentTree | `-- underscore@1.6.0
19 silly currentTree +-- resolve-from@1.0.1
19 silly currentTree +-- resolve-url@0.2.1
19 silly currentTree +-- resolve@1.10.0
19 silly currentTree +-- restore-cursor@1.0.1
19 silly currentTree +-- ret@0.1.15
19 silly currentTree +-- right-align@0.1.3
19 silly currentTree +-- rimraf@2.6.3
19 silly currentTree +-- ripemd160@2.0.2
19 silly currentTree +-- run-async@0.1.0
19 silly currentTree +-- rx-lite@3.1.2
19 silly currentTree +-- safe-buffer@5.1.2
19 silly currentTree +-- safe-regex@1.1.0
19 silly currentTree +-- safer-buffer@2.1.2
19 silly currentTree +-- semver@5.6.0
19 silly currentTree +-- send@0.16.2
19 silly currentTree +-- serve-static@1.13.2
19 silly currentTree +-- set-blocking@2.0.0
19 silly currentTree +-- set-value@2.0.0
19 silly currentTree | `-- extend-shallow@2.0.1
19 silly currentTree +-- setimmediate@1.0.5
19 silly currentTree +-- setprototypeof@1.1.0
19 silly currentTree +-- sha.js@2.4.11
19 silly currentTree +-- shebang-command@1.2.0
19 silly currentTree +-- shebang-regex@1.0.0
19 silly currentTree +-- shelljs@0.7.8
19 silly currentTree +-- signal-exit@3.0.2
19 silly currentTree +-- slash@2.0.0
19 silly currentTree +-- slice-ansi@0.0.4
19 silly currentTree +-- snapdragon-node@2.1.1
19 silly currentTree | +-- define-property@1.0.0
19 silly currentTree | +-- is-accessor-descriptor@1.0.0
19 silly currentTree | +-- is-data-descriptor@1.0.0
19 silly currentTree | +-- is-descriptor@1.0.2
19 silly currentTree | `-- kind-of@6.0.2
19 silly currentTree +-- snapdragon-util@3.0.1
19 silly currentTree +-- snapdragon@0.8.2
19 silly currentTree | +-- define-property@0.2.5
19 silly currentTree | +-- extend-shallow@2.0.1
19 silly currentTree | `-- source-map@0.5.7
19 silly currentTree +-- socket.io-adapter@1.1.1
19 silly currentTree +-- socket.io-client@2.2.0
19 silly currentTree | `-- debug@3.1.0
19 silly currentTree +-- socket.io-parser@3.3.0
19 silly currentTree | `-- debug@3.1.0
19 silly currentTree +-- socket.io@2.2.0
19 silly currentTree | +-- debug@4.1.1
19 silly currentTree | `-- ms@2.1.1
19 silly currentTree +-- source-list-map@2.0.1
19 silly currentTree +-- source-map-resolve@0.5.2
19 silly currentTree +-- source-map-support@0.5.11
19 silly currentTree +-- source-map-url@0.4.0
19 silly currentTree +-- source-map@0.6.1
19 silly currentTree +-- spdx-correct@3.1.0
19 silly currentTree +-- spdx-exceptions@2.2.0
19 silly currentTree +-- spdx-expression-parse@3.0.0
19 silly currentTree +-- spdx-license-ids@3.0.3
19 silly currentTree +-- split-string@3.1.0
19 silly currentTree +-- sprintf-js@1.0.3
19 silly currentTree +-- static-extend@0.1.2
19 silly currentTree | `-- define-property@0.2.5
19 silly currentTree +-- statuses@1.4.0
19 silly currentTree +-- stream-browserify@2.0.2
19 silly currentTree +-- stream-http@2.8.3
19 silly currentTree +-- strict-uri-encode@1.1.0
19 silly currentTree +-- string_decoder@1.1.1
19 silly currentTree +-- string-width@2.1.1
19 silly currentTree | +-- ansi-regex@3.0.0
19 silly currentTree | +-- is-fullwidth-code-point@2.0.0
19 silly currentTree | `-- strip-ansi@4.0.0
19 silly currentTree +-- strip-ansi@3.0.1
19 silly currentTree +-- strip-bom@3.0.0
19 silly currentTree +-- strip-eof@1.0.0
19 silly currentTree +-- strip-json-comments@2.0.1
19 silly currentTree +-- supports-color@4.5.0
19 silly currentTree +-- table@3.8.3
19 silly currentTree | +-- ajv-keywords@1.5.1
19 silly currentTree | +-- ajv@4.11.8
19 silly currentTree | +-- ansi-styles@2.2.1
19 silly currentTree | +-- chalk@1.1.3
19 silly currentTree | `-- supports-color@2.0.0
19 silly currentTree +-- taffydb@2.6.2
19 silly currentTree +-- tapable@0.2.9
19 silly currentTree +-- text-table@0.2.0
19 silly currentTree +-- through@2.3.8
19 silly currentTree +-- timers-browserify@2.0.10
19 silly currentTree +-- to-array@0.1.4
19 silly currentTree +-- to-arraybuffer@1.0.1
19 silly currentTree +-- to-fast-properties@2.0.0
19 silly currentTree +-- to-object-path@0.3.0
19 silly currentTree +-- to-regex-range@2.1.1
19 silly currentTree +-- to-regex@3.0.2
19 silly currentTree +-- trim-right@1.0.1
19 silly currentTree +-- tty-browserify@0.0.0
19 silly currentTree +-- type-check@0.3.2
19 silly currentTree +-- type-is@1.6.16
19 silly currentTree +-- typedarray@0.0.6
19 silly currentTree +-- uglify-js@2.8.29
19 silly currentTree | +-- source-map@0.5.7
19 silly currentTree | `-- yargs@3.10.0
19 silly currentTree +-- uglify-to-browserify@1.0.2
19 silly currentTree +-- uglifyjs-webpack-plugin@0.4.6
19 silly currentTree | `-- source-map@0.5.7
19 silly currentTree +-- underscore-contrib@0.3.0
19 silly currentTree | `-- underscore@1.6.0
19 silly currentTree +-- underscore@1.8.3
19 silly currentTree +-- unicode-canonical-property-names-ecmascript@1.0.4
19 silly currentTree +-- unicode-match-property-ecmascript@1.0.4
19 silly currentTree +-- unicode-match-property-value-ecmascript@1.1.0
19 silly currentTree +-- unicode-property-aliases-ecmascript@1.0.5
19 silly currentTree +-- union-value@1.0.0
19 silly currentTree | +-- extend-shallow@2.0.1
19 silly currentTree | `-- set-value@0.4.3
19 silly currentTree +-- unpipe@1.0.0
19 silly currentTree +-- unset-value@1.0.0
19 silly currentTree | +-- has-value@0.3.1
19 silly currentTree | | `-- isobject@2.1.0
19 silly currentTree | +-- has-values@0.1.4
19 silly currentTree | `-- isarray@1.0.0
19 silly currentTree +-- upath@1.1.2
19 silly currentTree +-- uri-js@4.2.2
19 silly currentTree +-- urix@0.1.0
19 silly currentTree +-- url@0.11.0
19 silly currentTree | `-- punycode@1.3.2
19 silly currentTree +-- use@3.1.1
19 silly currentTree +-- user-home@2.0.0
19 silly currentTree +-- utf-8-validate@5.0.2
19 silly currentTree +-- util-deprecate@1.0.2
19 silly currentTree +-- util.promisify@1.0.0
19 silly currentTree +-- util@0.11.1
19 silly currentTree +-- utils-merge@1.0.1
19 silly currentTree +-- v8flags@3.1.2
19 silly currentTree +-- validate-npm-package-license@3.0.4
19 silly currentTree +-- vary@1.1.2
19 silly currentTree +-- vm-browserify@0.0.4
19 silly currentTree +-- watchpack@1.6.0
19 silly currentTree +-- webpack-sources@1.3.0
19 silly currentTree +-- webpack@3.12.0
19 silly currentTree | +-- json5@0.5.1
19 silly currentTree | `-- source-map@0.5.7
19 silly currentTree +-- which-module@2.0.0
19 silly currentTree +-- which@1.3.1
19 silly currentTree +-- window-size@0.1.0
19 silly currentTree +-- wordwrap@0.0.2
19 silly currentTree +-- wrap-ansi@2.1.0
19 silly currentTree | `-- string-width@1.0.2
19 silly currentTree +-- wrappy@1.0.2
19 silly currentTree +-- write@0.2.1
19 silly currentTree +-- ws@6.1.4
19 silly currentTree +-- xmlcreate@1.0.2
19 silly currentTree +-- xmlhttprequest-ssl@1.5.5
19 silly currentTree +-- xtend@4.0.1
19 silly currentTree +-- y18n@3.2.1
19 silly currentTree +-- yallist@2.1.2
19 silly currentTree +-- yargs-parser@7.0.0
19 silly currentTree | `-- camelcase@4.1.0
19 silly currentTree +-- yargs@8.0.2
19 silly currentTree | +-- camelcase@4.1.0
19 silly currentTree | `-- cliui@3.2.0
19 silly currentTree |   `-- string-width@1.0.2
19 silly currentTree `-- yeast@0.1.2
20 silly idealTree lance-pong@4.0.0
20 silly idealTree +-- @babel/cli@7.2.3
20 silly idealTree | `-- source-map@0.5.7
20 silly idealTree +-- @babel/code-frame@7.0.0
20 silly idealTree +-- @babel/core@7.3.4
20 silly idealTree | +-- debug@4.1.1
20 silly idealTree | +-- json5@2.1.0
20 silly idealTree | +-- minimist@1.2.0
20 silly idealTree | +-- ms@2.1.1
20 silly idealTree | `-- source-map@0.5.7
20 silly idealTree +-- @babel/generator@7.3.4
20 silly idealTree | `-- source-map@0.5.7
20 silly idealTree +-- @babel/helper-annotate-as-pure@7.0.0
20 silly idealTree +-- @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
20 silly idealTree +-- @babel/helper-call-delegate@7.1.0
20 silly idealTree +-- @babel/helper-define-map@7.1.0
20 silly idealTree +-- @babel/helper-explode-assignable-expression@7.1.0
20 silly idealTree +-- @babel/helper-function-name@7.1.0
20 silly idealTree +-- @babel/helper-get-function-arity@7.0.0
20 silly idealTree +-- @babel/helper-hoist-variables@7.0.0
20 silly idealTree +-- @babel/helper-member-expression-to-functions@7.0.0
20 silly idealTree +-- @babel/helper-module-imports@7.0.0
20 silly idealTree +-- @babel/helper-module-transforms@7.2.2
20 silly idealTree +-- @babel/helper-optimise-call-expression@7.0.0
20 silly idealTree +-- @babel/helper-plugin-utils@7.0.0
20 silly idealTree +-- @babel/helper-regex@7.0.0
20 silly idealTree +-- @babel/helper-remap-async-to-generator@7.1.0
20 silly idealTree +-- @babel/helper-replace-supers@7.3.4
20 silly idealTree +-- @babel/helper-simple-access@7.1.0
20 silly idealTree +-- @babel/helper-split-export-declaration@7.0.0
20 silly idealTree +-- @babel/helper-wrap-function@7.2.0
20 silly idealTree +-- @babel/helpers@7.3.1
20 silly idealTree +-- @babel/highlight@7.0.0
20 silly idealTree +-- @babel/node@7.2.2
20 silly idealTree +-- @babel/parser@7.3.4
20 silly idealTree +-- @babel/plugin-proposal-async-generator-functions@7.2.0
20 silly idealTree +-- @babel/plugin-proposal-json-strings@7.2.0
20 silly idealTree +-- @babel/plugin-proposal-object-rest-spread@7.3.4
20 silly idealTree +-- @babel/plugin-proposal-optional-catch-binding@7.2.0
20 silly idealTree +-- @babel/plugin-proposal-unicode-property-regex@7.2.0
20 silly idealTree +-- @babel/plugin-syntax-async-generators@7.2.0
20 silly idealTree +-- @babel/plugin-syntax-json-strings@7.2.0
20 silly idealTree +-- @babel/plugin-syntax-object-rest-spread@7.2.0
20 silly idealTree +-- @babel/plugin-syntax-optional-catch-binding@7.2.0
20 silly idealTree +-- @babel/plugin-transform-arrow-functions@7.2.0
20 silly idealTree +-- @babel/plugin-transform-async-to-generator@7.3.4
20 silly idealTree +-- @babel/plugin-transform-block-scoped-functions@7.2.0
20 silly idealTree +-- @babel/plugin-transform-block-scoping@7.3.4
20 silly idealTree +-- @babel/plugin-transform-classes@7.3.4
20 silly idealTree +-- @babel/plugin-transform-computed-properties@7.2.0
20 silly idealTree +-- @babel/plugin-transform-destructuring@7.3.2
20 silly idealTree +-- @babel/plugin-transform-dotall-regex@7.2.0
20 silly idealTree +-- @babel/plugin-transform-duplicate-keys@7.2.0
20 silly idealTree +-- @babel/plugin-transform-exponentiation-operator@7.2.0
20 silly idealTree +-- @babel/plugin-transform-for-of@7.2.0
20 silly idealTree +-- @babel/plugin-transform-function-name@7.2.0
20 silly idealTree +-- @babel/plugin-transform-literals@7.2.0
20 silly idealTree +-- @babel/plugin-transform-modules-amd@7.2.0
20 silly idealTree +-- @babel/plugin-transform-modules-commonjs@7.2.0
20 silly idealTree +-- @babel/plugin-transform-modules-systemjs@7.3.4
20 silly idealTree +-- @babel/plugin-transform-modules-umd@7.2.0
20 silly idealTree +-- @babel/plugin-transform-named-capturing-groups-regex@7.3.0
20 silly idealTree +-- @babel/plugin-transform-new-target@7.0.0
20 silly idealTree +-- @babel/plugin-transform-object-super@7.2.0
20 silly idealTree +-- @babel/plugin-transform-parameters@7.3.3
20 silly idealTree +-- @babel/plugin-transform-regenerator@7.3.4
20 silly idealTree +-- @babel/plugin-transform-shorthand-properties@7.2.0
20 silly idealTree +-- @babel/plugin-transform-spread@7.2.2
20 silly idealTree +-- @babel/plugin-transform-sticky-regex@7.2.0
20 silly idealTree +-- @babel/plugin-transform-template-literals@7.2.0
20 silly idealTree +-- @babel/plugin-transform-typeof-symbol@7.2.0
20 silly idealTree +-- @babel/plugin-transform-unicode-regex@7.2.0
20 silly idealTree +-- @babel/polyfill@7.2.5
20 silly idealTree +-- @babel/preset-env@7.3.4
20 silly idealTree +-- @babel/register@7.0.0
20 silly idealTree +-- @babel/template@7.2.2
20 silly idealTree +-- @babel/traverse@7.3.4
20 silly idealTree | +-- debug@4.1.1
20 silly idealTree | `-- ms@2.1.1
20 silly idealTree +-- @babel/types@7.3.4
20 silly idealTree +-- accepts@1.3.5
20 silly idealTree +-- acorn-dynamic-import@2.0.2
20 silly idealTree | `-- acorn@4.0.13
20 silly idealTree +-- acorn-jsx@3.0.1
20 silly idealTree | `-- acorn@3.3.0
20 silly idealTree +-- acorn@5.7.3
20 silly idealTree +-- after@0.8.2
20 silly idealTree +-- ajv-keywords@3.4.0
20 silly idealTree +-- ajv@6.10.0
20 silly idealTree +-- align-text@0.1.4
20 silly idealTree +-- ansi-escapes@1.4.0
20 silly idealTree +-- ansi-regex@2.1.1
20 silly idealTree +-- ansi-styles@3.2.1
20 silly idealTree +-- anymatch@2.0.0
20 silly idealTree | `-- normalize-path@2.1.1
20 silly idealTree +-- argparse@1.0.10
20 silly idealTree +-- arr-diff@4.0.0
20 silly idealTree +-- arr-flatten@1.1.0
20 silly idealTree +-- arr-union@3.1.0
20 silly idealTree +-- array-flatten@1.1.1
20 silly idealTree +-- array-unique@0.3.2
20 silly idealTree +-- arraybuffer.slice@0.0.7
20 silly idealTree +-- asn1.js@4.10.1
20 silly idealTree +-- assert@1.4.1
20 silly idealTree | +-- inherits@2.0.1
20 silly idealTree | `-- util@0.10.3
20 silly idealTree +-- assign-symbols@1.0.0
20 silly idealTree +-- async-each@1.0.2
20 silly idealTree +-- async-limiter@1.0.0
20 silly idealTree +-- async@2.6.2
20 silly idealTree +-- atob@2.1.2
20 silly idealTree +-- babel-code-frame@6.26.0
20 silly idealTree | +-- ansi-styles@2.2.1
20 silly idealTree | +-- chalk@1.1.3
20 silly idealTree | +-- js-tokens@3.0.2
20 silly idealTree | `-- supports-color@2.0.0
20 silly idealTree +-- babel-loader@8.0.5
20 silly idealTree | +-- find-cache-dir@2.1.0
20 silly idealTree | +-- find-up@3.0.0
20 silly idealTree | +-- locate-path@3.0.0
20 silly idealTree | +-- make-dir@2.1.0
20 silly idealTree | +-- p-limit@2.2.0
20 silly idealTree | +-- p-locate@3.0.0
20 silly idealTree | +-- p-try@2.0.0
20 silly idealTree | +-- pify@4.0.1
20 silly idealTree | `-- pkg-dir@3.0.0
20 silly idealTree +-- babylon@7.0.0-beta.19
20 silly idealTree +-- backo2@1.0.2
20 silly idealTree +-- balanced-match@1.0.0
20 silly idealTree +-- base@0.11.2
20 silly idealTree | +-- define-property@1.0.0
20 silly idealTree | +-- is-accessor-descriptor@1.0.0
20 silly idealTree | +-- is-data-descriptor@1.0.0
20 silly idealTree | +-- is-descriptor@1.0.2
20 silly idealTree | `-- kind-of@6.0.2
20 silly idealTree +-- base64-arraybuffer@0.1.5
20 silly idealTree +-- base64-js@1.3.0
20 silly idealTree +-- base64id@1.0.0
20 silly idealTree +-- better-assert@1.0.2
20 silly idealTree +-- big.js@5.2.2
20 silly idealTree +-- binary-extensions@1.13.0
20 silly idealTree +-- blob@0.0.5
20 silly idealTree +-- bluebird@3.5.3
20 silly idealTree +-- bn.js@4.11.8
20 silly idealTree +-- body-parser@1.18.3
20 silly idealTree +-- brace-expansion@1.1.11
20 silly idealTree +-- braces@2.3.2
20 silly idealTree | `-- extend-shallow@2.0.1
20 silly idealTree +-- brorand@1.1.0
20 silly idealTree +-- browserify-aes@1.2.0
20 silly idealTree +-- browserify-cipher@1.0.1
20 silly idealTree +-- browserify-des@1.0.2
20 silly idealTree +-- browserify-rsa@4.0.1
20 silly idealTree +-- browserify-sign@4.0.4
20 silly idealTree +-- browserify-zlib@0.2.0
20 silly idealTree +-- browserslist@4.5.0
20 silly idealTree +-- buffer-from@1.1.1
20 silly idealTree +-- buffer-xor@1.0.3
20 silly idealTree +-- buffer@4.9.1
20 silly idealTree | `-- isarray@1.0.0
20 silly idealTree +-- bufferutil@4.0.1
20 silly idealTree +-- builtin-status-codes@3.0.0
20 silly idealTree +-- bytes@3.0.0
20 silly idealTree +-- cache-base@1.0.1
20 silly idealTree +-- caller-path@0.1.0
20 silly idealTree +-- callsite@1.0.0
20 silly idealTree +-- callsites@0.2.0
20 silly idealTree +-- camelcase@1.2.1
20 silly idealTree +-- caniuse-lite@1.0.30000949
20 silly idealTree +-- cannon@0.6.2
20 silly idealTree +-- catharsis@0.8.9
20 silly idealTree +-- center-align@0.1.3
20 silly idealTree +-- chalk@2.4.2
20 silly idealTree | +-- has-flag@3.0.0
20 silly idealTree | `-- supports-color@5.5.0
20 silly idealTree +-- chokidar@2.1.2
20 silly idealTree +-- cipher-base@1.0.4
20 silly idealTree +-- circular-json@0.3.3
20 silly idealTree +-- class-utils@0.3.6
20 silly idealTree | `-- define-property@0.2.5
20 silly idealTree +-- cli-cursor@1.0.2
20 silly idealTree +-- cli-width@2.2.0
20 silly idealTree +-- cliui@2.1.0
20 silly idealTree +-- co@4.6.0
20 silly idealTree +-- code-point-at@1.1.0
20 silly idealTree +-- collection-visit@1.0.0
20 silly idealTree +-- color-convert@1.9.3
20 silly idealTree +-- color-name@1.1.3
20 silly idealTree +-- commander@2.19.0
20 silly idealTree +-- commondir@1.0.1
20 silly idealTree +-- component-bind@1.0.0
20 silly idealTree +-- component-emitter@1.2.1
20 silly idealTree +-- component-inherit@0.0.3
20 silly idealTree +-- concat-map@0.0.1
20 silly idealTree +-- concat-stream@1.6.2
20 silly idealTree +-- console-browserify@1.1.0
20 silly idealTree +-- constants-browserify@1.0.0
20 silly idealTree +-- content-disposition@0.5.2
20 silly idealTree +-- content-type@1.0.4
20 silly idealTree +-- convert-source-map@1.6.0
20 silly idealTree +-- cookie-signature@1.0.6
20 silly idealTree +-- cookie@0.3.1
20 silly idealTree +-- copy-descriptor@0.1.1
20 silly idealTree +-- core-js@2.6.5
20 silly idealTree +-- core-util-is@1.0.2
20 silly idealTree +-- create-ecdh@4.0.3
20 silly idealTree +-- create-hash@1.2.0
20 silly idealTree +-- create-hmac@1.1.7
20 silly idealTree +-- cross-spawn@5.1.0
20 silly idealTree +-- crypto-browserify@3.12.0
20 silly idealTree +-- d@1.0.0
20 silly idealTree +-- date-now@0.1.4
20 silly idealTree +-- debug@2.6.9
20 silly idealTree +-- decamelize@1.2.0
20 silly idealTree +-- decode-uri-component@0.2.0
20 silly idealTree +-- deep-is@0.1.3
20 silly idealTree +-- define-properties@1.1.3
20 silly idealTree +-- define-property@2.0.2
20 silly idealTree | +-- is-accessor-descriptor@1.0.0
20 silly idealTree | +-- is-data-descriptor@1.0.0
20 silly idealTree | +-- is-descriptor@1.0.2
20 silly idealTree | `-- kind-of@6.0.2
20 silly idealTree +-- depd@1.1.2
20 silly idealTree +-- des.js@1.0.0
20 silly idealTree +-- destroy@1.0.4
20 silly idealTree +-- diffie-hellman@5.0.3
20 silly idealTree +-- doctrine@2.1.0
20 silly idealTree +-- domain-browser@1.2.0
20 silly idealTree +-- ee-first@1.1.1
20 silly idealTree +-- electron-to-chromium@1.3.116
20 silly idealTree +-- elliptic@6.4.1
20 silly idealTree +-- emojis-list@2.1.0
20 silly idealTree +-- encodeurl@1.0.2
20 silly idealTree +-- engine.io-client@3.3.2
20 silly idealTree | `-- debug@3.1.0
20 silly idealTree +-- engine.io-parser@2.1.3
20 silly idealTree +-- engine.io@3.3.2
20 silly idealTree | `-- debug@3.1.0
20 silly idealTree +-- enhanced-resolve@3.4.1
20 silly idealTree +-- errno@0.1.7
20 silly idealTree +-- error-ex@1.3.2
20 silly idealTree +-- es-abstract@1.13.0
20 silly idealTree +-- es-to-primitive@1.2.0
20 silly idealTree +-- es5-ext@0.10.49
20 silly idealTree +-- es6-iterator@2.0.3
20 silly idealTree +-- es6-map@0.1.5
20 silly idealTree +-- es6-set@0.1.5
20 silly idealTree +-- es6-symbol@3.1.1
20 silly idealTree +-- es6-weak-map@2.0.2
20 silly idealTree +-- escape-html@1.0.3
20 silly idealTree +-- escape-string-regexp@1.0.5
20 silly idealTree +-- escope@3.6.0
20 silly idealTree +-- eslint-config-google@0.7.1
20 silly idealTree +-- eslint@3.19.0
20 silly idealTree | +-- ansi-styles@2.2.1
20 silly idealTree | +-- chalk@1.1.3
20 silly idealTree | +-- globals@9.18.0
20 silly idealTree | `-- supports-color@2.0.0
20 silly idealTree +-- espree@3.5.4
20 silly idealTree +-- esprima@4.0.1
20 silly idealTree +-- esquery@1.0.1
20 silly idealTree +-- esrecurse@4.2.1
20 silly idealTree +-- estraverse@4.2.0
20 silly idealTree +-- esutils@2.0.2
20 silly idealTree +-- etag@1.8.1
20 silly idealTree +-- event-emitter@0.3.5
20 silly idealTree +-- events@3.0.0
20 silly idealTree +-- evp_bytestokey@1.0.3
20 silly idealTree +-- execa@0.7.0
20 silly idealTree +-- exit-hook@1.1.1
20 silly idealTree +-- expand-brackets@2.1.4
20 silly idealTree | +-- define-property@0.2.5
20 silly idealTree | `-- extend-shallow@2.0.1
20 silly idealTree +-- express@4.16.4
20 silly idealTree +-- extend-shallow@3.0.2
20 silly idealTree | `-- is-extendable@1.0.1
20 silly idealTree +-- extglob@2.0.4
20 silly idealTree | +-- define-property@1.0.0
20 silly idealTree | +-- extend-shallow@2.0.1
20 silly idealTree | +-- is-accessor-descriptor@1.0.0
20 silly idealTree | +-- is-data-descriptor@1.0.0
20 silly idealTree | +-- is-descriptor@1.0.2
20 silly idealTree | `-- kind-of@6.0.2
20 silly idealTree +-- fast-deep-equal@2.0.1
20 silly idealTree +-- fast-json-stable-stringify@2.0.0
20 silly idealTree +-- fast-levenshtein@2.0.6
20 silly idealTree +-- figures@1.7.0
20 silly idealTree +-- file-entry-cache@2.0.0
20 silly idealTree +-- fill-range@4.0.0
20 silly idealTree | `-- extend-shallow@2.0.1
20 silly idealTree +-- finalhandler@1.1.1
20 silly idealTree +-- find-cache-dir@1.0.0
20 silly idealTree +-- find-up@2.1.0
20 silly idealTree +-- flat-cache@1.3.4
20 silly idealTree +-- for-in@1.0.2
20 silly idealTree +-- forwarded@0.1.2
20 silly idealTree +-- fragment-cache@0.2.1
20 silly idealTree +-- fresh@0.5.2
20 silly idealTree +-- fs-readdir-recursive@1.1.0
20 silly idealTree +-- fs.realpath@1.0.0
20 silly idealTree +-- fsevents@1.2.7
20 silly idealTree | +-- abbrev@1.1.1
20 silly idealTree | +-- ansi-regex@2.1.1
20 silly idealTree | +-- aproba@1.2.0
20 silly idealTree | +-- are-we-there-yet@1.1.5
20 silly idealTree | +-- balanced-match@1.0.0
20 silly idealTree | +-- brace-expansion@1.1.11
20 silly idealTree | +-- chownr@1.1.1
20 silly idealTree | +-- code-point-at@1.1.0
20 silly idealTree | +-- concat-map@0.0.1
20 silly idealTree | +-- console-control-strings@1.1.0
20 silly idealTree | +-- core-util-is@1.0.2
20 silly idealTree | +-- debug@2.6.9
20 silly idealTree | +-- deep-extend@0.6.0
20 silly idealTree | +-- delegates@1.0.0
20 silly idealTree | +-- detect-libc@1.0.3
20 silly idealTree | +-- fs-minipass@1.2.5
20 silly idealTree | +-- fs.realpath@1.0.0
20 silly idealTree | +-- gauge@2.7.4
20 silly idealTree | +-- glob@7.1.3
20 silly idealTree | +-- has-unicode@2.0.1
20 silly idealTree | +-- iconv-lite@0.4.24
20 silly idealTree | +-- ignore-walk@3.0.1
20 silly idealTree | +-- inflight@1.0.6
20 silly idealTree | +-- inherits@2.0.3
20 silly idealTree | +-- ini@1.3.5
20 silly idealTree | +-- is-fullwidth-code-point@1.0.0
20 silly idealTree | +-- isarray@1.0.0
20 silly idealTree | +-- minimatch@3.0.4
20 silly idealTree | +-- minimist@0.0.8
20 silly idealTree | +-- minipass@2.3.5
20 silly idealTree | +-- minizlib@1.2.1
20 silly idealTree | +-- mkdirp@0.5.1
20 silly idealTree | +-- ms@2.0.0
20 silly idealTree | +-- needle@2.2.4
20 silly idealTree | +-- node-pre-gyp@0.10.3
20 silly idealTree | +-- nopt@4.0.1
20 silly idealTree | +-- npm-bundled@1.0.5
20 silly idealTree | +-- npm-packlist@1.2.0
20 silly idealTree | +-- npmlog@4.1.2
20 silly idealTree | +-- number-is-nan@1.0.1
20 silly idealTree | +-- object-assign@4.1.1
20 silly idealTree | +-- once@1.4.0
20 silly idealTree | +-- os-homedir@1.0.2
20 silly idealTree | +-- os-tmpdir@1.0.2
20 silly idealTree | +-- osenv@0.1.5
20 silly idealTree | +-- path-is-absolute@1.0.1
20 silly idealTree | +-- process-nextick-args@2.0.0
20 silly idealTree | +-- rc@1.2.8
20 silly idealTree | | `-- minimist@1.2.0
20 silly idealTree | +-- readable-stream@2.3.6
20 silly idealTree | +-- rimraf@2.6.3
20 silly idealTree | +-- safe-buffer@5.1.2
20 silly idealTree | +-- safer-buffer@2.1.2
20 silly idealTree | +-- sax@1.2.4
20 silly idealTree | +-- semver@5.6.0
20 silly idealTree | +-- set-blocking@2.0.0
20 silly idealTree | +-- signal-exit@3.0.2
20 silly idealTree | +-- string_decoder@1.1.1
20 silly idealTree | +-- string-width@1.0.2
20 silly idealTree | +-- strip-ansi@3.0.1
20 silly idealTree | +-- strip-json-comments@2.0.1
20 silly idealTree | +-- tar@4.4.8
20 silly idealTree | +-- util-deprecate@1.0.2
20 silly idealTree | +-- wide-align@1.1.3
20 silly idealTree | +-- wrappy@1.0.2
20 silly idealTree | `-- yallist@3.0.3
20 silly idealTree +-- function-bind@1.1.1
20 silly idealTree +-- generate-function@2.3.1
20 silly idealTree +-- generate-object-property@1.2.0
20 silly idealTree +-- get-caller-file@1.0.3
20 silly idealTree +-- get-stream@3.0.0
20 silly idealTree +-- get-value@2.0.6
20 silly idealTree +-- glob-parent@3.1.0
20 silly idealTree | `-- is-glob@3.1.0
20 silly idealTree +-- glob@7.1.3
20 silly idealTree +-- globals@11.11.0
20 silly idealTree +-- graceful-fs@4.1.15
20 silly idealTree +-- has-ansi@2.0.0
20 silly idealTree +-- has-binary2@1.0.3
20 silly idealTree +-- has-cors@1.1.0
20 silly idealTree +-- has-flag@2.0.0
20 silly idealTree +-- has-symbols@1.0.0
20 silly idealTree +-- has-value@1.0.0
20 silly idealTree +-- has-values@1.0.0
20 silly idealTree | `-- kind-of@4.0.0
20 silly idealTree +-- has@1.0.3
20 silly idealTree +-- hash-base@3.0.4
20 silly idealTree +-- hash.js@1.1.7
20 silly idealTree +-- hmac-drbg@1.0.1
20 silly idealTree +-- home-or-tmp@3.0.0
20 silly idealTree +-- homedir-polyfill@1.0.3
20 silly idealTree +-- hosted-git-info@2.7.1
20 silly idealTree +-- http-errors@1.6.3
20 silly idealTree +-- https-browserify@1.0.0
20 silly idealTree +-- iconv-lite@0.4.23
20 silly idealTree +-- ieee754@1.1.12
20 silly idealTree +-- ignore@3.3.10
20 silly idealTree +-- imurmurhash@0.1.4
20 silly idealTree +-- indexof@0.0.1
20 silly idealTree +-- inflight@1.0.6
20 silly idealTree +-- inherits@2.0.3
20 silly idealTree +-- inquirer@0.12.0
20 silly idealTree | +-- ansi-styles@2.2.1
20 silly idealTree | +-- chalk@1.1.3
20 silly idealTree | +-- string-width@1.0.2
20 silly idealTree | `-- supports-color@2.0.0
20 silly idealTree +-- interpret@1.2.0
20 silly idealTree +-- invariant@2.2.4
20 silly idealTree +-- invert-kv@1.0.0
20 silly idealTree +-- ipaddr.js@1.8.0
20 silly idealTree +-- is-accessor-descriptor@0.1.6
20 silly idealTree +-- is-arrayish@0.2.1
20 silly idealTree +-- is-binary-path@1.0.1
20 silly idealTree +-- is-buffer@1.1.6
20 silly idealTree +-- is-callable@1.1.4
20 silly idealTree +-- is-data-descriptor@0.1.4
20 silly idealTree +-- is-date-object@1.0.1
20 silly idealTree +-- is-descriptor@0.1.6
20 silly idealTree | `-- kind-of@5.1.0
20 silly idealTree +-- is-extendable@0.1.1
20 silly idealTree +-- is-extglob@2.1.1
20 silly idealTree +-- is-fullwidth-code-point@1.0.0
20 silly idealTree +-- is-glob@4.0.0
20 silly idealTree +-- is-my-ip-valid@1.0.0
20 silly idealTree +-- is-my-json-valid@2.19.0
20 silly idealTree +-- is-number@3.0.0
20 silly idealTree +-- is-plain-obj@1.1.0
20 silly idealTree +-- is-plain-object@2.0.4
20 silly idealTree +-- is-property@1.0.2
20 silly idealTree +-- is-regex@1.0.4
20 silly idealTree +-- is-resolvable@1.1.0
20 silly idealTree +-- is-stream@1.1.0
20 silly idealTree +-- is-symbol@1.0.2
20 silly idealTree +-- is-windows@1.0.2
20 silly idealTree +-- isarray@2.0.1
20 silly idealTree +-- isexe@2.0.0
20 silly idealTree +-- isobject@3.0.1
20 silly idealTree +-- js-levenshtein@1.1.6
20 silly idealTree +-- js-tokens@4.0.0
20 silly idealTree +-- js-yaml@3.12.2
20 silly idealTree +-- js2xmlparser@3.0.0
20 silly idealTree +-- jsdoc@3.5.5
20 silly idealTree +-- jsesc@2.5.2
20 silly idealTree +-- json-loader@0.5.7
20 silly idealTree +-- json-schema-traverse@0.4.1
20 silly idealTree +-- json-stable-stringify@1.0.1
20 silly idealTree +-- json5@1.0.1
20 silly idealTree | `-- minimist@1.2.0
20 silly idealTree +-- jsonify@0.0.0
20 silly idealTree +-- jsonpointer@4.0.1
20 silly idealTree +-- kind-of@3.2.2
20 silly idealTree +-- klaw@2.0.0
20 silly idealTree +-- lance-gg@4.0.0
20 silly idealTree +-- lazy-cache@1.0.4
20 silly idealTree +-- lcid@1.0.0
20 silly idealTree +-- levn@0.3.0
20 silly idealTree +-- load-json-file@2.0.0
20 silly idealTree | `-- pify@2.3.0
20 silly idealTree +-- loader-runner@2.4.0
20 silly idealTree +-- loader-utils@1.2.3
20 silly idealTree +-- locate-path@2.0.0
20 silly idealTree +-- lodash@4.17.11
20 silly idealTree +-- longest@1.0.1
20 silly idealTree +-- loose-envify@1.4.0
20 silly idealTree +-- lru-cache@4.1.5
20 silly idealTree +-- make-dir@1.3.0
20 silly idealTree +-- map-cache@0.2.2
20 silly idealTree +-- map-visit@1.0.0
20 silly idealTree +-- marked@0.3.19
20 silly idealTree +-- md5.js@1.3.5
20 silly idealTree +-- media-typer@0.3.0
20 silly idealTree +-- mem@1.1.0
20 silly idealTree +-- memory-fs@0.4.1
20 silly idealTree +-- merge-descriptors@1.0.1
20 silly idealTree +-- methods@1.1.2
20 silly idealTree +-- micromatch@3.1.10
20 silly idealTree | `-- kind-of@6.0.2
20 silly idealTree +-- miller-rabin@4.0.1
20 silly idealTree +-- mime-db@1.38.0
20 silly idealTree +-- mime-types@2.1.22
20 silly idealTree +-- mime@1.4.1
20 silly idealTree +-- mimic-fn@1.2.0
20 silly idealTree +-- minimalistic-assert@1.0.1
20 silly idealTree +-- minimalistic-crypto-utils@1.0.1
20 silly idealTree +-- minimatch@3.0.4
20 silly idealTree +-- minimist@0.0.8
20 silly idealTree +-- mixin-deep@1.3.1
20 silly idealTree | `-- is-extendable@1.0.1
20 silly idealTree +-- mkdirp@0.5.1
20 silly idealTree +-- ms@2.0.0
20 silly idealTree +-- mute-stream@0.0.5
20 silly idealTree +-- nan@2.13.1
20 silly idealTree +-- nanomatch@1.2.13
20 silly idealTree | `-- kind-of@6.0.2
20 silly idealTree +-- natural-compare@1.4.0
20 silly idealTree +-- negotiator@0.6.1
20 silly idealTree +-- neo-async@2.6.0
20 silly idealTree +-- next-tick@1.0.0
20 silly idealTree +-- node-gyp-build@3.7.0
20 silly idealTree +-- node-libs-browser@2.2.0
20 silly idealTree | `-- punycode@1.4.1
20 silly idealTree +-- node-modules-regexp@1.0.0
20 silly idealTree +-- node-releases@1.1.11
20 silly idealTree +-- normalize-package-data@2.5.0
20 silly idealTree +-- normalize-path@3.0.0
20 silly idealTree +-- npm-run-path@2.0.2
20 silly idealTree +-- number-is-nan@1.0.1
20 silly idealTree +-- object-assign@4.1.1
20 silly idealTree +-- object-component@0.0.3
20 silly idealTree +-- object-copy@0.1.0
20 silly idealTree | `-- define-property@0.2.5
20 silly idealTree +-- object-keys@1.1.0
20 silly idealTree +-- object-visit@1.0.1
20 silly idealTree +-- object.getownpropertydescriptors@2.0.3
20 silly idealTree +-- object.pick@1.3.0
20 silly idealTree +-- on-finished@2.3.0
20 silly idealTree +-- once@1.4.0
20 silly idealTree +-- onetime@1.1.0
20 silly idealTree +-- optionator@0.8.2
20 silly idealTree | `-- wordwrap@1.0.0
20 silly idealTree +-- os-browserify@0.3.0
20 silly idealTree +-- os-homedir@1.0.2
20 silly idealTree +-- os-locale@2.1.0
20 silly idealTree +-- output-file-sync@2.0.1
20 silly idealTree +-- p-finally@1.0.0
20 silly idealTree +-- p-limit@1.3.0
20 silly idealTree +-- p-locate@2.0.0
20 silly idealTree +-- p-try@1.0.0
20 silly idealTree +-- p2@0.7.1
20 silly idealTree +-- pako@1.0.10
20 silly idealTree +-- parse-asn1@5.1.4
20 silly idealTree +-- parse-json@2.2.0
20 silly idealTree +-- parse-passwd@1.0.0
20 silly idealTree +-- parseqs@0.0.5
20 silly idealTree +-- parseuri@0.0.5
20 silly idealTree +-- parseurl@1.3.2
20 silly idealTree +-- pascalcase@0.1.1
20 silly idealTree +-- path-browserify@0.0.0
20 silly idealTree +-- path-dirname@1.0.2
20 silly idealTree +-- path-exists@3.0.0
20 silly idealTree +-- path-is-absolute@1.0.1
20 silly idealTree +-- path-is-inside@1.0.2
20 silly idealTree +-- path-key@2.0.1
20 silly idealTree +-- path-parse@1.0.6
20 silly idealTree +-- path-to-regexp@0.1.7
20 silly idealTree +-- path-type@2.0.0
20 silly idealTree | `-- pify@2.3.0
20 silly idealTree +-- pbkdf2@3.0.17
20 silly idealTree +-- pify@3.0.0
20 silly idealTree +-- pirates@4.0.1
20 silly idealTree +-- pkg-dir@2.0.0
20 silly idealTree +-- pluralize@1.2.1
20 silly idealTree +-- poly-decomp@0.1.1
20 silly idealTree +-- posix-character-classes@0.1.1
20 silly idealTree +-- prelude-ls@1.1.2
20 silly idealTree +-- private@0.1.8
20 silly idealTree +-- process-nextick-args@2.0.0
20 silly idealTree +-- process@0.11.10
20 silly idealTree +-- progress@1.1.8
20 silly idealTree +-- proxy-addr@2.0.4
20 silly idealTree +-- prr@1.0.1
20 silly idealTree +-- pseudomap@1.0.2
20 silly idealTree +-- public-encrypt@4.0.3
20 silly idealTree +-- punycode@2.1.1
20 silly idealTree +-- qs@6.5.2
20 silly idealTree +-- query-string@4.3.4
20 silly idealTree +-- querystring-es3@0.2.1
20 silly idealTree +-- querystring@0.2.0
20 silly idealTree +-- randombytes@2.1.0
20 silly idealTree +-- randomfill@1.0.4
20 silly idealTree +-- range-parser@1.2.0
20 silly idealTree +-- raw-body@2.3.3
20 silly idealTree +-- read-pkg-up@2.0.0
20 silly idealTree +-- read-pkg@2.0.0
20 silly idealTree +-- readable-stream@2.3.6
20 silly idealTree | `-- isarray@1.0.0
20 silly idealTree +-- readdirp@2.2.1
20 silly idealTree +-- readline2@1.0.1
20 silly idealTree +-- rechoir@0.6.2
20 silly idealTree +-- regenerate-unicode-properties@8.0.2
20 silly idealTree +-- regenerate@1.4.0
20 silly idealTree +-- regenerator-runtime@0.12.1
20 silly idealTree +-- regenerator-transform@0.13.4
20 silly idealTree +-- regex-not@1.0.2
20 silly idealTree +-- regexp-tree@0.1.5
20 silly idealTree +-- regexpu-core@4.5.4
20 silly idealTree +-- regjsgen@0.5.0
20 silly idealTree +-- regjsparser@0.6.0
20 silly idealTree | `-- jsesc@0.5.0
20 silly idealTree +-- remove-trailing-separator@1.1.0
20 silly idealTree +-- repeat-element@1.1.3
20 silly idealTree +-- repeat-string@1.6.1
20 silly idealTree +-- require-directory@2.1.1
20 silly idealTree +-- require-main-filename@1.0.1
20 silly idealTree +-- require-uncached@1.0.3
20 silly idealTree +-- requizzle@0.2.1
20 silly idealTree | `-- underscore@1.6.0
20 silly idealTree +-- resolve-from@1.0.1
20 silly idealTree +-- resolve-url@0.2.1
20 silly idealTree +-- resolve@1.10.0
20 silly idealTree +-- restore-cursor@1.0.1
20 silly idealTree +-- ret@0.1.15
20 silly idealTree +-- right-align@0.1.3
20 silly idealTree +-- rimraf@2.6.3
20 silly idealTree +-- ripemd160@2.0.2
20 silly idealTree +-- run-async@0.1.0
20 silly idealTree +-- rx-lite@3.1.2
20 silly idealTree +-- safe-buffer@5.1.2
20 silly idealTree +-- safe-regex@1.1.0
20 silly idealTree +-- safer-buffer@2.1.2
20 silly idealTree +-- semver@5.6.0
20 silly idealTree +-- send@0.16.2
20 silly idealTree +-- serve-static@1.13.2
20 silly idealTree +-- set-blocking@2.0.0
20 silly idealTree +-- set-value@2.0.0
20 silly idealTree | `-- extend-shallow@2.0.1
20 silly idealTree +-- setimmediate@1.0.5
20 silly idealTree +-- setprototypeof@1.1.0
20 silly idealTree +-- sha.js@2.4.11
20 silly idealTree +-- shebang-command@1.2.0
20 silly idealTree +-- shebang-regex@1.0.0
20 silly idealTree +-- shelljs@0.7.8
20 silly idealTree +-- signal-exit@3.0.2
20 silly idealTree +-- slash@2.0.0
20 silly idealTree +-- slice-ansi@0.0.4
20 silly idealTree +-- snapdragon-node@2.1.1
20 silly idealTree | +-- define-property@1.0.0
20 silly idealTree | +-- is-accessor-descriptor@1.0.0
20 silly idealTree | +-- is-data-descriptor@1.0.0
20 silly idealTree | +-- is-descriptor@1.0.2
20 silly idealTree | `-- kind-of@6.0.2
20 silly idealTree +-- snapdragon-util@3.0.1
20 silly idealTree +-- snapdragon@0.8.2
20 silly idealTree | +-- define-property@0.2.5
20 silly idealTree | +-- extend-shallow@2.0.1
20 silly idealTree | `-- source-map@0.5.7
20 silly idealTree +-- socket.io-adapter@1.1.1
20 silly idealTree +-- socket.io-client@2.2.0
20 silly idealTree | `-- debug@3.1.0
20 silly idealTree +-- socket.io-parser@3.3.0
20 silly idealTree | `-- debug@3.1.0
20 silly idealTree +-- socket.io@2.2.0
20 silly idealTree | +-- debug@4.1.1
20 silly idealTree | `-- ms@2.1.1
20 silly idealTree +-- source-list-map@2.0.1
20 silly idealTree +-- source-map-resolve@0.5.2
20 silly idealTree +-- source-map-support@0.5.11
20 silly idealTree +-- source-map-url@0.4.0
20 silly idealTree +-- source-map@0.6.1
20 silly idealTree +-- spdx-correct@3.1.0
20 silly idealTree +-- spdx-exceptions@2.2.0
20 silly idealTree +-- spdx-expression-parse@3.0.0
20 silly idealTree +-- spdx-license-ids@3.0.3
20 silly idealTree +-- split-string@3.1.0
20 silly idealTree +-- sprintf-js@1.0.3
20 silly idealTree +-- static-extend@0.1.2
20 silly idealTree | `-- define-property@0.2.5
20 silly idealTree +-- statuses@1.4.0
20 silly idealTree +-- stream-browserify@2.0.2
20 silly idealTree +-- stream-http@2.8.3
20 silly idealTree +-- strict-uri-encode@1.1.0
20 silly idealTree +-- string_decoder@1.1.1
20 silly idealTree +-- string-width@2.1.1
20 silly idealTree | +-- ansi-regex@3.0.0
20 silly idealTree | +-- is-fullwidth-code-point@2.0.0
20 silly idealTree | `-- strip-ansi@4.0.0
20 silly idealTree +-- strip-ansi@3.0.1
20 silly idealTree +-- strip-bom@3.0.0
20 silly idealTree +-- strip-eof@1.0.0
20 silly idealTree +-- strip-json-comments@2.0.1
20 silly idealTree +-- supports-color@4.5.0
20 silly idealTree +-- table@3.8.3
20 silly idealTree | +-- ajv-keywords@1.5.1
20 silly idealTree | +-- ajv@4.11.8
20 silly idealTree | +-- ansi-styles@2.2.1
20 silly idealTree | +-- chalk@1.1.3
20 silly idealTree | `-- supports-color@2.0.0
20 silly idealTree +-- taffydb@2.6.2
20 silly idealTree +-- tapable@0.2.9
20 silly idealTree +-- text-table@0.2.0
20 silly idealTree +-- through@2.3.8
20 silly idealTree +-- timers-browserify@2.0.10
20 silly idealTree +-- to-array@0.1.4
20 silly idealTree +-- to-arraybuffer@1.0.1
20 silly idealTree +-- to-fast-properties@2.0.0
20 silly idealTree +-- to-object-path@0.3.0
20 silly idealTree +-- to-regex-range@2.1.1
20 silly idealTree +-- to-regex@3.0.2
20 silly idealTree +-- trim-right@1.0.1
20 silly idealTree +-- tty-browserify@0.0.0
20 silly idealTree +-- type-check@0.3.2
20 silly idealTree +-- type-is@1.6.16
20 silly idealTree +-- typedarray@0.0.6
20 silly idealTree +-- uglify-js@2.8.29
20 silly idealTree | +-- source-map@0.5.7
20 silly idealTree | `-- yargs@3.10.0
20 silly idealTree +-- uglify-to-browserify@1.0.2
20 silly idealTree +-- uglifyjs-webpack-plugin@0.4.6
20 silly idealTree | `-- source-map@0.5.7
20 silly idealTree +-- underscore-contrib@0.3.0
20 silly idealTree | `-- underscore@1.6.0
20 silly idealTree +-- underscore@1.8.3
20 silly idealTree +-- unicode-canonical-property-names-ecmascript@1.0.4
20 silly idealTree +-- unicode-match-property-ecmascript@1.0.4
20 silly idealTree +-- unicode-match-property-value-ecmascript@1.1.0
20 silly idealTree +-- unicode-property-aliases-ecmascript@1.0.5
20 silly idealTree +-- union-value@1.0.0
20 silly idealTree | +-- extend-shallow@2.0.1
20 silly idealTree | `-- set-value@0.4.3
20 silly idealTree +-- unpipe@1.0.0
20 silly idealTree +-- unset-value@1.0.0
20 silly idealTree | +-- has-value@0.3.1
20 silly idealTree | | `-- isobject@2.1.0
20 silly idealTree | +-- has-values@0.1.4
20 silly idealTree | `-- isarray@1.0.0
20 silly idealTree +-- upath@1.1.2
20 silly idealTree +-- uri-js@4.2.2
20 silly idealTree +-- urix@0.1.0
20 silly idealTree +-- url@0.11.0
20 silly idealTree | `-- punycode@1.3.2
20 silly idealTree +-- use@3.1.1
20 silly idealTree +-- user-home@2.0.0
20 silly idealTree +-- utf-8-validate@5.0.2
20 silly idealTree +-- util-deprecate@1.0.2
20 silly idealTree +-- util.promisify@1.0.0
20 silly idealTree +-- util@0.11.1
20 silly idealTree +-- utils-merge@1.0.1
20 silly idealTree +-- v8flags@3.1.2
20 silly idealTree +-- validate-npm-package-license@3.0.4
20 silly idealTree +-- vary@1.1.2
20 silly idealTree +-- vm-browserify@0.0.4
20 silly idealTree +-- watchpack@1.6.0
20 silly idealTree +-- webpack-sources@1.3.0
20 silly idealTree +-- webpack@3.12.0
20 silly idealTree | +-- json5@0.5.1
20 silly idealTree | `-- source-map@0.5.7
20 silly idealTree +-- which-module@2.0.0
20 silly idealTree +-- which@1.3.1
20 silly idealTree +-- window-size@0.1.0
20 silly idealTree +-- wordwrap@0.0.2
20 silly idealTree +-- wrap-ansi@2.1.0
20 silly idealTree | `-- string-width@1.0.2
20 silly idealTree +-- wrappy@1.0.2
20 silly idealTree +-- write@0.2.1
20 silly idealTree +-- ws@6.1.4
20 silly idealTree +-- xmlcreate@1.0.2
20 silly idealTree +-- xmlhttprequest-ssl@1.5.5
20 silly idealTree +-- xtend@4.0.1
20 silly idealTree +-- y18n@3.2.1
20 silly idealTree +-- yallist@2.1.2
20 silly idealTree +-- yargs-parser@7.0.0
20 silly idealTree | `-- camelcase@4.1.0
20 silly idealTree +-- yargs@8.0.2
20 silly idealTree | +-- camelcase@4.1.0
20 silly idealTree | `-- cliui@3.2.0
20 silly idealTree |   `-- string-width@1.0.2
20 silly idealTree `-- yeast@0.1.2
21 silly install generateActionsToTake
22 timing stage:generateActionsToTake Completed in 46ms
23 silly diffTrees action count 68
24 silly diffTrees add abbrev@1.1.1
25 silly diffTrees add ansi-regex@2.1.1
26 silly diffTrees add aproba@1.2.0
27 silly diffTrees add balanced-match@1.0.0
28 silly diffTrees add chownr@1.1.1
29 silly diffTrees add code-point-at@1.1.0
30 silly diffTrees add concat-map@0.0.1
31 silly diffTrees add brace-expansion@1.1.11
32 silly diffTrees add console-control-strings@1.1.0
33 silly diffTrees add core-util-is@1.0.2
34 silly diffTrees add deep-extend@0.6.0
35 silly diffTrees add delegates@1.0.0
36 silly diffTrees add detect-libc@1.0.3
37 silly diffTrees add fs.realpath@1.0.0
38 silly diffTrees add has-unicode@2.0.1
39 silly diffTrees add inherits@2.0.3
40 silly diffTrees add ini@1.3.5
41 silly diffTrees add isarray@1.0.0
42 silly diffTrees add minimatch@3.0.4
43 silly diffTrees add ignore-walk@3.0.1
44 silly diffTrees add minimist@0.0.8
45 silly diffTrees add mkdirp@0.5.1
46 silly diffTrees add ms@2.0.0
47 silly diffTrees add debug@2.6.9
48 silly diffTrees add npm-bundled@1.0.5
49 silly diffTrees add npm-packlist@1.2.0
50 silly diffTrees add number-is-nan@1.0.1
51 silly diffTrees add is-fullwidth-code-point@1.0.0
52 silly diffTrees add object-assign@4.1.1
53 silly diffTrees add os-homedir@1.0.2
54 silly diffTrees add os-tmpdir@1.0.2
55 silly diffTrees add osenv@0.1.5
56 silly diffTrees add nopt@4.0.1
57 silly diffTrees add path-is-absolute@1.0.1
58 silly diffTrees add process-nextick-args@2.0.0
59 silly diffTrees add minimist@1.2.0
60 silly diffTrees add safe-buffer@5.1.2
61 silly diffTrees add safer-buffer@2.1.2
62 silly diffTrees add iconv-lite@0.4.24
63 silly diffTrees add sax@1.2.4
64 silly diffTrees add needle@2.2.4
65 silly diffTrees add semver@5.6.0
66 silly diffTrees add set-blocking@2.0.0
67 silly diffTrees add signal-exit@3.0.2
68 silly diffTrees add string_decoder@1.1.1
69 silly diffTrees add strip-ansi@3.0.1
70 silly diffTrees add string-width@1.0.2
71 silly diffTrees add strip-json-comments@2.0.1
72 silly diffTrees add rc@1.2.8
73 silly diffTrees add util-deprecate@1.0.2
74 silly diffTrees add readable-stream@2.3.6
75 silly diffTrees add are-we-there-yet@1.1.5
76 silly diffTrees add wide-align@1.1.3
77 silly diffTrees add gauge@2.7.4
78 silly diffTrees add npmlog@4.1.2
79 silly diffTrees add wrappy@1.0.2
80 silly diffTrees add once@1.4.0
81 silly diffTrees add inflight@1.0.6
82 silly diffTrees add glob@7.1.3
83 silly diffTrees add rimraf@2.6.3
84 silly diffTrees add yallist@3.0.3
85 silly diffTrees add minipass@2.3.5
86 silly diffTrees add fs-minipass@1.2.5
87 silly diffTrees add minizlib@1.2.1
88 silly diffTrees add tar@4.4.8
89 silly diffTrees add node-pre-gyp@0.10.3
90 silly diffTrees add nan@2.13.1
91 silly diffTrees add fsevents@1.2.7
92 silly decomposeActions action count 412
93 silly decomposeActions fetch fsevents@1.2.7
94 silly decomposeActions extract fsevents@1.2.7
95 silly decomposeActions preinstall abbrev@1.1.1
96 silly decomposeActions build abbrev@1.1.1
97 silly decomposeActions install abbrev@1.1.1
98 silly decomposeActions postinstall abbrev@1.1.1
99 silly decomposeActions finalize abbrev@1.1.1
100 silly decomposeActions refresh-package-json abbrev@1.1.1
101 silly decomposeActions preinstall ansi-regex@2.1.1
102 silly decomposeActions build ansi-regex@2.1.1
103 silly decomposeActions install ansi-regex@2.1.1
104 silly decomposeActions postinstall ansi-regex@2.1.1
105 silly decomposeActions finalize ansi-regex@2.1.1
106 silly decomposeActions refresh-package-json ansi-regex@2.1.1
107 silly decomposeActions preinstall aproba@1.2.0
108 silly decomposeActions build aproba@1.2.0
109 silly decomposeActions install aproba@1.2.0
110 silly decomposeActions postinstall aproba@1.2.0
111 silly decomposeActions finalize aproba@1.2.0
112 silly decomposeActions refresh-package-json aproba@1.2.0
113 silly decomposeActions preinstall balanced-match@1.0.0
114 silly decomposeActions build balanced-match@1.0.0
115 silly decomposeActions install balanced-match@1.0.0
116 silly decomposeActions postinstall balanced-match@1.0.0
117 silly decomposeActions finalize balanced-match@1.0.0
118 silly decomposeActions refresh-package-json balanced-match@1.0.0
119 silly decomposeActions preinstall chownr@1.1.1
120 silly decomposeActions build chownr@1.1.1
121 silly decomposeActions install chownr@1.1.1
122 silly decomposeActions postinstall chownr@1.1.1
123 silly decomposeActions finalize chownr@1.1.1
124 silly decomposeActions refresh-package-json chownr@1.1.1
125 silly decomposeActions preinstall code-point-at@1.1.0
126 silly decomposeActions build code-point-at@1.1.0
127 silly decomposeActions install code-point-at@1.1.0
128 silly decomposeActions postinstall code-point-at@1.1.0
129 silly decomposeActions finalize code-point-at@1.1.0
130 silly decomposeActions refresh-package-json code-point-at@1.1.0
131 silly decomposeActions preinstall concat-map@0.0.1
132 silly decomposeActions build concat-map@0.0.1
133 silly decomposeActions install concat-map@0.0.1
134 silly decomposeActions postinstall concat-map@0.0.1
135 silly decomposeActions finalize concat-map@0.0.1
136 silly decomposeActions refresh-package-json concat-map@0.0.1
137 silly decomposeActions preinstall brace-expansion@1.1.11
138 silly decomposeActions build brace-expansion@1.1.11
139 silly decomposeActions install brace-expansion@1.1.11
140 silly decomposeActions postinstall brace-expansion@1.1.11
141 silly decomposeActions finalize brace-expansion@1.1.11
142 silly decomposeActions refresh-package-json brace-expansion@1.1.11
143 silly decomposeActions preinstall console-control-strings@1.1.0
144 silly decomposeActions build console-control-strings@1.1.0
145 silly decomposeActions install console-control-strings@1.1.0
146 silly decomposeActions postinstall console-control-strings@1.1.0
147 silly decomposeActions finalize console-control-strings@1.1.0
148 silly decomposeActions refresh-package-json console-control-strings@1.1.0
149 silly decomposeActions preinstall core-util-is@1.0.2
150 silly decomposeActions build core-util-is@1.0.2
151 silly decomposeActions install core-util-is@1.0.2
152 silly decomposeActions postinstall core-util-is@1.0.2
153 silly decomposeActions finalize core-util-is@1.0.2
154 silly decomposeActions refresh-package-json core-util-is@1.0.2
155 silly decomposeActions preinstall deep-extend@0.6.0
156 silly decomposeActions build deep-extend@0.6.0
157 silly decomposeActions install deep-extend@0.6.0
158 silly decomposeActions postinstall deep-extend@0.6.0
159 silly decomposeActions finalize deep-extend@0.6.0
160 silly decomposeActions refresh-package-json deep-extend@0.6.0
161 silly decomposeActions preinstall delegates@1.0.0
162 silly decomposeActions build delegates@1.0.0
163 silly decomposeActions install delegates@1.0.0
164 silly decomposeActions postinstall delegates@1.0.0
165 silly decomposeActions finalize delegates@1.0.0
166 silly decomposeActions refresh-package-json delegates@1.0.0
167 silly decomposeActions preinstall detect-libc@1.0.3
168 silly decomposeActions build detect-libc@1.0.3
169 silly decomposeActions install detect-libc@1.0.3
170 silly decomposeActions postinstall detect-libc@1.0.3
171 silly decomposeActions finalize detect-libc@1.0.3
172 silly decomposeActions refresh-package-json detect-libc@1.0.3
173 silly decomposeActions preinstall fs.realpath@1.0.0
174 silly decomposeActions build fs.realpath@1.0.0
175 silly decomposeActions install fs.realpath@1.0.0
176 silly decomposeActions postinstall fs.realpath@1.0.0
177 silly decomposeActions finalize fs.realpath@1.0.0
178 silly decomposeActions refresh-package-json fs.realpath@1.0.0
179 silly decomposeActions preinstall has-unicode@2.0.1
180 silly decomposeActions build has-unicode@2.0.1
181 silly decomposeActions install has-unicode@2.0.1
182 silly decomposeActions postinstall has-unicode@2.0.1
183 silly decomposeActions finalize has-unicode@2.0.1
184 silly decomposeActions refresh-package-json has-unicode@2.0.1
185 silly decomposeActions preinstall inherits@2.0.3
186 silly decomposeActions build inherits@2.0.3
187 silly decomposeActions install inherits@2.0.3
188 silly decomposeActions postinstall inherits@2.0.3
189 silly decomposeActions finalize inherits@2.0.3
190 silly decomposeActions refresh-package-json inherits@2.0.3
191 silly decomposeActions preinstall ini@1.3.5
192 silly decomposeActions build ini@1.3.5
193 silly decomposeActions install ini@1.3.5
194 silly decomposeActions postinstall ini@1.3.5
195 silly decomposeActions finalize ini@1.3.5
196 silly decomposeActions refresh-package-json ini@1.3.5
197 silly decomposeActions preinstall isarray@1.0.0
198 silly decomposeActions build isarray@1.0.0
199 silly decomposeActions install isarray@1.0.0
200 silly decomposeActions postinstall isarray@1.0.0
201 silly decomposeActions finalize isarray@1.0.0
202 silly decomposeActions refresh-package-json isarray@1.0.0
203 silly decomposeActions preinstall minimatch@3.0.4
204 silly decomposeActions build minimatch@3.0.4
205 silly decomposeActions install minimatch@3.0.4
206 silly decomposeActions postinstall minimatch@3.0.4
207 silly decomposeActions finalize minimatch@3.0.4
208 silly decomposeActions refresh-package-json minimatch@3.0.4
209 silly decomposeActions preinstall ignore-walk@3.0.1
210 silly decomposeActions build ignore-walk@3.0.1
211 silly decomposeActions install ignore-walk@3.0.1
212 silly decomposeActions postinstall ignore-walk@3.0.1
213 silly decomposeActions finalize ignore-walk@3.0.1
214 silly decomposeActions refresh-package-json ignore-walk@3.0.1
215 silly decomposeActions preinstall minimist@0.0.8
216 silly decomposeActions build minimist@0.0.8
217 silly decomposeActions install minimist@0.0.8
218 silly decomposeActions postinstall minimist@0.0.8
219 silly decomposeActions finalize minimist@0.0.8
220 silly decomposeActions refresh-package-json minimist@0.0.8
221 silly decomposeActions preinstall mkdirp@0.5.1
222 silly decomposeActions build mkdirp@0.5.1
223 silly decomposeActions install mkdirp@0.5.1
224 silly decomposeActions postinstall mkdirp@0.5.1
225 silly decomposeActions finalize mkdirp@0.5.1
226 silly decomposeActions refresh-package-json mkdirp@0.5.1
227 silly decomposeActions preinstall ms@2.0.0
228 silly decomposeActions build ms@2.0.0
229 silly decomposeActions install ms@2.0.0
230 silly decomposeActions postinstall ms@2.0.0
231 silly decomposeActions finalize ms@2.0.0
232 silly decomposeActions refresh-package-json ms@2.0.0
233 silly decomposeActions preinstall debug@2.6.9
234 silly decomposeActions build debug@2.6.9
235 silly decomposeActions install debug@2.6.9
236 silly decomposeActions postinstall debug@2.6.9
237 silly decomposeActions finalize debug@2.6.9
238 silly decomposeActions refresh-package-json debug@2.6.9
239 silly decomposeActions preinstall npm-bundled@1.0.5
240 silly decomposeActions build npm-bundled@1.0.5
241 silly decomposeActions install npm-bundled@1.0.5
242 silly decomposeActions postinstall npm-bundled@1.0.5
243 silly decomposeActions finalize npm-bundled@1.0.5
244 silly decomposeActions refresh-package-json npm-bundled@1.0.5
245 silly decomposeActions preinstall npm-packlist@1.2.0
246 silly decomposeActions build npm-packlist@1.2.0
247 silly decomposeActions install npm-packlist@1.2.0
248 silly decomposeActions postinstall npm-packlist@1.2.0
249 silly decomposeActions finalize npm-packlist@1.2.0
250 silly decomposeActions refresh-package-json npm-packlist@1.2.0
251 silly decomposeActions preinstall number-is-nan@1.0.1
252 silly decomposeActions build number-is-nan@1.0.1
253 silly decomposeActions install number-is-nan@1.0.1
254 silly decomposeActions postinstall number-is-nan@1.0.1
255 silly decomposeActions finalize number-is-nan@1.0.1
256 silly decomposeActions refresh-package-json number-is-nan@1.0.1
257 silly decomposeActions preinstall is-fullwidth-code-point@1.0.0
258 silly decomposeActions build is-fullwidth-code-point@1.0.0
259 silly decomposeActions install is-fullwidth-code-point@1.0.0
260 silly decomposeActions postinstall is-fullwidth-code-point@1.0.0
261 silly decomposeActions finalize is-fullwidth-code-point@1.0.0
262 silly decomposeActions refresh-package-json is-fullwidth-code-point@1.0.0
263 silly decomposeActions preinstall object-assign@4.1.1
264 silly decomposeActions build object-assign@4.1.1
265 silly decomposeActions install object-assign@4.1.1
266 silly decomposeActions postinstall object-assign@4.1.1
267 silly decomposeActions finalize object-assign@4.1.1
268 silly decomposeActions refresh-package-json object-assign@4.1.1
269 silly decomposeActions preinstall os-homedir@1.0.2
270 silly decomposeActions build os-homedir@1.0.2
271 silly decomposeActions install os-homedir@1.0.2
272 silly decomposeActions postinstall os-homedir@1.0.2
273 silly decomposeActions finalize os-homedir@1.0.2
274 silly decomposeActions refresh-package-json os-homedir@1.0.2
275 silly decomposeActions preinstall os-tmpdir@1.0.2
276 silly decomposeActions build os-tmpdir@1.0.2
277 silly decomposeActions install os-tmpdir@1.0.2
278 silly decomposeActions postinstall os-tmpdir@1.0.2
279 silly decomposeActions finalize os-tmpdir@1.0.2
280 silly decomposeActions refresh-package-json os-tmpdir@1.0.2
281 silly decomposeActions preinstall osenv@0.1.5
282 silly decomposeActions build osenv@0.1.5
283 silly decomposeActions install osenv@0.1.5
284 silly decomposeActions postinstall osenv@0.1.5
285 silly decomposeActions finalize osenv@0.1.5
286 silly decomposeActions refresh-package-json osenv@0.1.5
287 silly decomposeActions preinstall nopt@4.0.1
288 silly decomposeActions build nopt@4.0.1
289 silly decomposeActions install nopt@4.0.1
290 silly decomposeActions postinstall nopt@4.0.1
291 silly decomposeActions finalize nopt@4.0.1
292 silly decomposeActions refresh-package-json nopt@4.0.1
293 silly decomposeActions preinstall path-is-absolute@1.0.1
294 silly decomposeActions build path-is-absolute@1.0.1
295 silly decomposeActions install path-is-absolute@1.0.1
296 silly decomposeActions postinstall path-is-absolute@1.0.1
297 silly decomposeActions finalize path-is-absolute@1.0.1
298 silly decomposeActions refresh-package-json path-is-absolute@1.0.1
299 silly decomposeActions preinstall process-nextick-args@2.0.0
300 silly decomposeActions build process-nextick-args@2.0.0
301 silly decomposeActions install process-nextick-args@2.0.0
302 silly decomposeActions postinstall process-nextick-args@2.0.0
303 silly decomposeActions finalize process-nextick-args@2.0.0
304 silly decomposeActions refresh-package-json process-nextick-args@2.0.0
305 silly decomposeActions preinstall minimist@1.2.0
306 silly decomposeActions build minimist@1.2.0
307 silly decomposeActions install minimist@1.2.0
308 silly decomposeActions postinstall minimist@1.2.0
309 silly decomposeActions finalize minimist@1.2.0
310 silly decomposeActions refresh-package-json minimist@1.2.0
311 silly decomposeActions preinstall safe-buffer@5.1.2
312 silly decomposeActions build safe-buffer@5.1.2
313 silly decomposeActions install safe-buffer@5.1.2
314 silly decomposeActions postinstall safe-buffer@5.1.2
315 silly decomposeActions finalize safe-buffer@5.1.2
316 silly decomposeActions refresh-package-json safe-buffer@5.1.2
317 silly decomposeActions preinstall safer-buffer@2.1.2
318 silly decomposeActions build safer-buffer@2.1.2
319 silly decomposeActions install safer-buffer@2.1.2
320 silly decomposeActions postinstall safer-buffer@2.1.2
321 silly decomposeActions finalize safer-buffer@2.1.2
322 silly decomposeActions refresh-package-json safer-buffer@2.1.2
323 silly decomposeActions preinstall iconv-lite@0.4.24
324 silly decomposeActions build iconv-lite@0.4.24
325 silly decomposeActions install iconv-lite@0.4.24
326 silly decomposeActions postinstall iconv-lite@0.4.24
327 silly decomposeActions finalize iconv-lite@0.4.24
328 silly decomposeActions refresh-package-json iconv-lite@0.4.24
329 silly decomposeActions preinstall sax@1.2.4
330 silly decomposeActions build sax@1.2.4
331 silly decomposeActions install sax@1.2.4
332 silly decomposeActions postinstall sax@1.2.4
333 silly decomposeActions finalize sax@1.2.4
334 silly decomposeActions refresh-package-json sax@1.2.4
335 silly decomposeActions preinstall needle@2.2.4
336 silly decomposeActions build needle@2.2.4
337 silly decomposeActions install needle@2.2.4
338 silly decomposeActions postinstall needle@2.2.4
339 silly decomposeActions finalize needle@2.2.4
340 silly decomposeActions refresh-package-json needle@2.2.4
341 silly decomposeActions preinstall semver@5.6.0
342 silly decomposeActions build semver@5.6.0
343 silly decomposeActions install semver@5.6.0
344 silly decomposeActions postinstall semver@5.6.0
345 silly decomposeActions finalize semver@5.6.0
346 silly decomposeActions refresh-package-json semver@5.6.0
347 silly decomposeActions preinstall set-blocking@2.0.0
348 silly decomposeActions build set-blocking@2.0.0
349 silly decomposeActions install set-blocking@2.0.0
350 silly decomposeActions postinstall set-blocking@2.0.0
351 silly decomposeActions finalize set-blocking@2.0.0
352 silly decomposeActions refresh-package-json set-blocking@2.0.0
353 silly decomposeActions preinstall signal-exit@3.0.2
354 silly decomposeActions build signal-exit@3.0.2
355 silly decomposeActions install signal-exit@3.0.2
356 silly decomposeActions postinstall signal-exit@3.0.2
357 silly decomposeActions finalize signal-exit@3.0.2
358 silly decomposeActions refresh-package-json signal-exit@3.0.2
359 silly decomposeActions preinstall string_decoder@1.1.1
360 silly decomposeActions build string_decoder@1.1.1
361 silly decomposeActions install string_decoder@1.1.1
362 silly decomposeActions postinstall string_decoder@1.1.1
363 silly decomposeActions finalize string_decoder@1.1.1
364 silly decomposeActions refresh-package-json string_decoder@1.1.1
365 silly decomposeActions preinstall strip-ansi@3.0.1
366 silly decomposeActions build strip-ansi@3.0.1
367 silly decomposeActions install strip-ansi@3.0.1
368 silly decomposeActions postinstall strip-ansi@3.0.1
369 silly decomposeActions finalize strip-ansi@3.0.1
370 silly decomposeActions refresh-package-json strip-ansi@3.0.1
371 silly decomposeActions preinstall string-width@1.0.2
372 silly decomposeActions build string-width@1.0.2
373 silly decomposeActions install string-width@1.0.2
374 silly decomposeActions postinstall string-width@1.0.2
375 silly decomposeActions finalize string-width@1.0.2
376 silly decomposeActions refresh-package-json string-width@1.0.2
377 silly decomposeActions preinstall strip-json-comments@2.0.1
378 silly decomposeActions build strip-json-comments@2.0.1
379 silly decomposeActions install strip-json-comments@2.0.1
380 silly decomposeActions postinstall strip-json-comments@2.0.1
381 silly decomposeActions finalize strip-json-comments@2.0.1
382 silly decomposeActions refresh-package-json strip-json-comments@2.0.1
383 silly decomposeActions preinstall rc@1.2.8
384 silly decomposeActions build rc@1.2.8
385 silly decomposeActions install rc@1.2.8
386 silly decomposeActions postinstall rc@1.2.8
387 silly decomposeActions finalize rc@1.2.8
388 silly decomposeActions refresh-package-json rc@1.2.8
389 silly decomposeActions preinstall util-deprecate@1.0.2
390 silly decomposeActions build util-deprecate@1.0.2
391 silly decomposeActions install util-deprecate@1.0.2
392 silly decomposeActions postinstall util-deprecate@1.0.2
393 silly decomposeActions finalize util-deprecate@1.0.2
394 silly decomposeActions refresh-package-json util-deprecate@1.0.2
395 silly decomposeActions preinstall readable-stream@2.3.6
396 silly decomposeActions build readable-stream@2.3.6
397 silly decomposeActions install readable-stream@2.3.6
398 silly decomposeActions postinstall readable-stream@2.3.6
399 silly decomposeActions finalize readable-stream@2.3.6
400 silly decomposeActions refresh-package-json readable-stream@2.3.6
401 silly decomposeActions preinstall are-we-there-yet@1.1.5
402 silly decomposeActions build are-we-there-yet@1.1.5
403 silly decomposeActions install are-we-there-yet@1.1.5
404 silly decomposeActions postinstall are-we-there-yet@1.1.5
405 silly decomposeActions finalize are-we-there-yet@1.1.5
406 silly decomposeActions refresh-package-json are-we-there-yet@1.1.5
407 silly decomposeActions preinstall wide-align@1.1.3
408 silly decomposeActions build wide-align@1.1.3
409 silly decomposeActions install wide-align@1.1.3
410 silly decomposeActions postinstall wide-align@1.1.3
411 silly decomposeActions finalize wide-align@1.1.3
412 silly decomposeActions refresh-package-json wide-align@1.1.3
413 silly decomposeActions preinstall gauge@2.7.4
414 silly decomposeActions build gauge@2.7.4
415 silly decomposeActions install gauge@2.7.4
416 silly decomposeActions postinstall gauge@2.7.4
417 silly decomposeActions finalize gauge@2.7.4
418 silly decomposeActions refresh-package-json gauge@2.7.4
419 silly decomposeActions preinstall npmlog@4.1.2
420 silly decomposeActions build npmlog@4.1.2
421 silly decomposeActions install npmlog@4.1.2
422 silly decomposeActions postinstall npmlog@4.1.2
423 silly decomposeActions finalize npmlog@4.1.2
424 silly decomposeActions refresh-package-json npmlog@4.1.2
425 silly decomposeActions preinstall wrappy@1.0.2
426 silly decomposeActions build wrappy@1.0.2
427 silly decomposeActions install wrappy@1.0.2
428 silly decomposeActions postinstall wrappy@1.0.2
429 silly decomposeActions finalize wrappy@1.0.2
430 silly decomposeActions refresh-package-json wrappy@1.0.2
431 silly decomposeActions preinstall once@1.4.0
432 silly decomposeActions build once@1.4.0
433 silly decomposeActions install once@1.4.0
434 silly decomposeActions postinstall once@1.4.0
435 silly decomposeActions finalize once@1.4.0
436 silly decomposeActions refresh-package-json once@1.4.0
437 silly decomposeActions preinstall inflight@1.0.6
438 silly decomposeActions build inflight@1.0.6
439 silly decomposeActions install inflight@1.0.6
440 silly decomposeActions postinstall inflight@1.0.6
441 silly decomposeActions finalize inflight@1.0.6
442 silly decomposeActions refresh-package-json inflight@1.0.6
443 silly decomposeActions preinstall glob@7.1.3
444 silly decomposeActions build glob@7.1.3
445 silly decomposeActions install glob@7.1.3
446 silly decomposeActions postinstall glob@7.1.3
447 silly decomposeActions finalize glob@7.1.3
448 silly decomposeActions refresh-package-json glob@7.1.3
449 silly decomposeActions preinstall rimraf@2.6.3
450 silly decomposeActions build rimraf@2.6.3
451 silly decomposeActions install rimraf@2.6.3
452 silly decomposeActions postinstall rimraf@2.6.3
453 silly decomposeActions finalize rimraf@2.6.3
454 silly decomposeActions refresh-package-json rimraf@2.6.3
455 silly decomposeActions preinstall yallist@3.0.3
456 silly decomposeActions build yallist@3.0.3
457 silly decomposeActions install yallist@3.0.3
458 silly decomposeActions postinstall yallist@3.0.3
459 silly decomposeActions finalize yallist@3.0.3
460 silly decomposeActions refresh-package-json yallist@3.0.3
461 silly decomposeActions preinstall minipass@2.3.5
462 silly decomposeActions build minipass@2.3.5
463 silly decomposeActions install minipass@2.3.5
464 silly decomposeActions postinstall minipass@2.3.5
465 silly decomposeActions finalize minipass@2.3.5
466 silly decomposeActions refresh-package-json minipass@2.3.5
467 silly decomposeActions preinstall fs-minipass@1.2.5
468 silly decomposeActions build fs-minipass@1.2.5
469 silly decomposeActions install fs-minipass@1.2.5
470 silly decomposeActions postinstall fs-minipass@1.2.5
471 silly decomposeActions finalize fs-minipass@1.2.5
472 silly decomposeActions refresh-package-json fs-minipass@1.2.5
473 silly decomposeActions preinstall minizlib@1.2.1
474 silly decomposeActions build minizlib@1.2.1
475 silly decomposeActions install minizlib@1.2.1
476 silly decomposeActions postinstall minizlib@1.2.1
477 silly decomposeActions finalize minizlib@1.2.1
478 silly decomposeActions refresh-package-json minizlib@1.2.1
479 silly decomposeActions preinstall tar@4.4.8
480 silly decomposeActions build tar@4.4.8
481 silly decomposeActions install tar@4.4.8
482 silly decomposeActions postinstall tar@4.4.8
483 silly decomposeActions finalize tar@4.4.8
484 silly decomposeActions refresh-package-json tar@4.4.8
485 silly decomposeActions preinstall node-pre-gyp@0.10.3
486 silly decomposeActions build node-pre-gyp@0.10.3
487 silly decomposeActions install node-pre-gyp@0.10.3
488 silly decomposeActions postinstall node-pre-gyp@0.10.3
489 silly decomposeActions finalize node-pre-gyp@0.10.3
490 silly decomposeActions refresh-package-json node-pre-gyp@0.10.3
491 silly decomposeActions fetch nan@2.13.1
492 silly decomposeActions extract nan@2.13.1
493 silly decomposeActions preinstall nan@2.13.1
494 silly decomposeActions build nan@2.13.1
495 silly decomposeActions install nan@2.13.1
496 silly decomposeActions postinstall nan@2.13.1
497 silly decomposeActions finalize nan@2.13.1
498 silly decomposeActions refresh-package-json nan@2.13.1
499 silly decomposeActions preinstall fsevents@1.2.7
500 silly decomposeActions build fsevents@1.2.7
501 silly decomposeActions install fsevents@1.2.7
502 silly decomposeActions postinstall fsevents@1.2.7
503 silly decomposeActions finalize fsevents@1.2.7
504 silly decomposeActions refresh-package-json fsevents@1.2.7
505 silly install executeActions
506 silly doSerial global-install 412
507 verbose correctMkdir C:\Users\Youdaman\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
508 verbose makeDirectory C:\Users\Youdaman\AppData\Roaming\npm-cache\_locks creation not in flight; initializing
509 verbose makeCacheDir UID & GID are irrelevant on win32
510 verbose lock using C:\Users\Youdaman\AppData\Roaming\npm-cache\_locks\staging-0ea04ab8a0aae023.lock for C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\.staging
511 silly doParallel extract 2
512 silly extract fsevents@1.2.7
513 silly extract nan@2.13.1
514 silly tarball trying fsevents@1.2.7 by hash: sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==
515 silly tarball trying nan@2.13.1 by hash: sha512-I6YB/YEuDeUZMmhscXKxGgZlFnhsn5y0hgOZBadkzfTRrZBtJDZeg6eQf7PYMIEclwmorTKK8GztsyOUSVBREA==
516 timing audit compress Completed in 146ms
517 info audit Submitting payload of 44734bytes
518 silly tarball no local data for fsevents@1.2.7. Extracting by manifest.
519 silly tarball no local data for nan@2.13.1. Extracting by manifest.
520 http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.13.1.tgz 109ms
521 silly extract nan@2.13.1 extracted to C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\.staging\nan-12d9694d (252ms)
522 timing audit submit Completed in 525ms
523 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 525ms
524 timing audit body Completed in 1ms
525 http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.2.7.tgz 652ms
526 silly extract fsevents@1.2.7 extracted to C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\.staging\fsevents-cb929bff (821ms)
527 timing action:extract Completed in 995ms
528 silly doReverseSerial unbuild 412
529 silly doSerial remove 412
530 silly doSerial move 412
531 silly doSerial finalize 412
532 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\abbrev
533 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ansi-regex
534 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\aproba
535 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\balanced-match
536 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\chownr
537 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\code-point-at
538 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\concat-map
539 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\brace-expansion
540 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\console-control-strings
541 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\core-util-is
542 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\deep-extend
543 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\delegates
544 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\detect-libc
545 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\fs.realpath
546 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\has-unicode
547 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\inherits
548 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ini
549 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\isarray
550 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minimatch
551 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ignore-walk
552 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minimist
553 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\mkdirp
554 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ms
555 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\debug
556 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\npm-bundled
557 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\npm-packlist
558 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\number-is-nan
559 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\is-fullwidth-code-point
560 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\object-assign
561 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\os-homedir
562 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\os-tmpdir
563 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\osenv
564 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\nopt
565 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\path-is-absolute
566 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\process-nextick-args
567 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\rc\node_modules\minimist
568 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\safe-buffer
569 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\safer-buffer
570 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\iconv-lite
571 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\sax
572 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\needle
573 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\semver
574 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\set-blocking
575 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\signal-exit
576 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\string_decoder
577 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\strip-ansi
578 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\string-width
579 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\strip-json-comments
580 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\rc
581 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\util-deprecate
582 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\readable-stream
583 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\are-we-there-yet
584 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\wide-align
585 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\gauge
586 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\npmlog
587 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\wrappy
588 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\once
589 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\inflight
590 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\glob
591 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\rimraf
592 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\yallist
593 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minipass
594 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\fs-minipass
595 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minizlib
596 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\tar
597 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\node-pre-gyp
598 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\nan
599 silly finalize C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents
600 timing action:finalize Completed in 129ms
601 silly doParallel refresh-package-json 68
602 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\abbrev
603 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ansi-regex
604 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\aproba
605 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\balanced-match
606 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\chownr
607 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\code-point-at
608 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\concat-map
609 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\brace-expansion
610 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\console-control-strings
611 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\core-util-is
612 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\deep-extend
613 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\delegates
614 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\detect-libc
615 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\fs.realpath
616 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\has-unicode
617 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\inherits
618 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ini
619 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\isarray
620 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minimatch
621 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ignore-walk
622 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minimist
623 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\mkdirp
624 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\ms
625 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\debug
626 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\npm-bundled
627 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\npm-packlist
628 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\number-is-nan
629 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\is-fullwidth-code-point
630 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\object-assign
631 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\os-homedir
632 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\os-tmpdir
633 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\osenv
634 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\nopt
635 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\path-is-absolute
636 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\process-nextick-args
637 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\rc\node_modules\minimist
638 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\safe-buffer
639 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\safer-buffer
640 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\iconv-lite
641 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\sax
642 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\needle
643 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\semver
644 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\set-blocking
645 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\signal-exit
646 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\string_decoder
647 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\strip-ansi
648 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\string-width
649 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\strip-json-comments
650 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\rc
651 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\util-deprecate
652 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents
653 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\nan
654 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\node-pre-gyp
655 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\tar
656 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minizlib
657 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\fs-minipass
658 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\minipass
659 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\yallist
660 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\rimraf
661 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\glob
662 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\inflight
663 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\once
664 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\wrappy
665 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\npmlog
666 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\gauge
667 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\wide-align
668 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\are-we-there-yet
669 silly refresh-package-json C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\fsevents\node_modules\readable-stream
670 timing action:refresh-package-json Completed in 249ms
671 silly doParallel preinstall 68
672 timing action:preinstall Completed in 0ms
673 silly doSerial build 412
674 timing action:build Completed in 1ms
675 silly doSerial global-link 412
676 silly doParallel update-linked 0
677 silly doSerial install 412
678 timing action:install Completed in 0ms
679 silly doSerial postinstall 412
680 timing action:postinstall Completed in 0ms
681 verbose unlock done using C:\Users\Youdaman\AppData\Roaming\npm-cache\_locks\staging-0ea04ab8a0aae023.lock for C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\.staging
682 timing stage:executeActions Completed in 1394ms
683 timing stage:rollbackFailedOptional Completed in 192ms
684 silly install runPostinstallTopLevelLifecycles
685 silly build lance-pong@4.0.0
686 info linkStuff lance-pong@4.0.0
687 silly linkStuff lance-pong@4.0.0 has C:\Users\Youdaman\Desktop\tinygames as its parent node_modules
688 silly install lance-pong@4.0.0
689 info lifecycle lance-pong@4.0.0~install: lance-pong@4.0.0
690 silly postinstall lance-pong@4.0.0
691 info lifecycle lance-pong@4.0.0~postinstall: lance-pong@4.0.0
692 verbose lifecycle lance-pong@4.0.0~postinstall: unsafe-perm in lifecycle true
693 verbose lifecycle lance-pong@4.0.0~postinstall: PATH: C:\Users\Youdaman\AppData\Roaming\nvm\v8.15.1\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\Youdaman\Desktop\tinygames\pong\node_modules\.bin;C:\Users\Youdaman\.yarn\bin;C:\Users\Youdaman\.config\yarn\global\node_modules\.bin;C:\Users\Youdaman\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\local\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\Youdaman\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\TortoiseHg;C:\Program Files\PuTTY;C:\Program Files\dotnet;C:\ProgramData\ComposerSetup\bin;C:\WINDOWS\System32\OpenSSH;C:\HashiCorp\Vagrant\bin;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Subversion\bin;C:\Program Files\Git\cmd;%NVM_HOME%;%NVM_SYMLINK%;C:\Ruby24-x64\bin;C:\Users\Youdaman\AppData\Local\Programs\Python\Python37-32\Scripts;C:\Users\Youdaman\AppData\Local\Programs\Python\Python37-32;C:\Ruby25-x64\bin;C:\php7;C:\Users\Youdaman\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Vim\vim80;C:\Users\Youdaman\AppData\Roaming\Composer\vendor\bin;C:\Program Files\MariaDB 10.2\bin;C:\Apache24\bin;C:\nginx;C:\Program Files\Docker Toolbox;C:\Users\Youdaman\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Youdaman\AppData\Local\hyper\app-2.0.0\resources\bin;C:\Users\Youdaman\bin;C:\Users\Youdaman\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\Youdaman\.dotnet\tools;C:\Users\Youdaman\AppData\Local\Keybase;C:\Users\Youdaman\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Program Files\Git\usr\bin\vendor_perl;C:\Program Files\Git\usr\bin\core_perl
694 verbose lifecycle lance-pong@4.0.0~postinstall: CWD: C:\Users\Youdaman\Desktop\tinygames\pong
695 silly lifecycle lance-pong@4.0.0~postinstall: Args: [ '/d /s /c',
695 silly lifecycle   'webpack && babel src --source-maps --out-dir dist-server' ]
696 silly lifecycle lance-pong@4.0.0~postinstall: Returned: code: 2  signal: null
697 info lifecycle lance-pong@4.0.0~postinstall: Failed to exec postinstall script
698 verbose stack Error: lance-pong@4.0.0 postinstall: `webpack && babel src --source-maps --out-dir dist-server`
698 verbose stack Exit status 2
698 verbose stack     at EventEmitter.<anonymous> (C:\Users\Youdaman\AppData\Roaming\nvm\v8.15.1\node_modules\npm\node_modules\npm-lifecycle\index.js:301:16)
698 verbose stack     at emitTwo (events.js:126:13)
698 verbose stack     at EventEmitter.emit (events.js:214:7)
698 verbose stack     at ChildProcess.<anonymous> (C:\Users\Youdaman\AppData\Roaming\nvm\v8.15.1\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14)
698 verbose stack     at emitTwo (events.js:126:13)
698 verbose stack     at ChildProcess.emit (events.js:214:7)
698 verbose stack     at maybeClose (internal/child_process.js:915:16)
698 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
699 verbose pkgid lance-pong@4.0.0
700 verbose cwd C:\Users\Youdaman\Desktop\tinygames\pong
701 verbose Windows_NT 10.0.17134
702 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
703 verbose node v8.15.1
704 verbose npm  v6.4.1
705 error code ELIFECYCLE
706 error errno 2
707 error lance-pong@4.0.0 postinstall: `webpack && babel src --source-maps --out-dir dist-server`
707 error Exit status 2
708 error Failed at the lance-pong@4.0.0 postinstall script.
708 error This is probably not a problem with npm. There is likely additional logging output above.
709 verbose exit [ 2, true ]
Youdaman commented 5 years ago

Found a fix to install, added quotes to babel.config.js first/only line:

'../boilerplate/babel.config.js'

But now npm start errors with:

$ npm start

> lance-pong@4.0.0 start C:\Users\Youdaman\Desktop\tinygames\pong
> node dist-server/main.js

C:\Users\Youdaman\Desktop\tinygames\pong\dist-server\main.js:1
(function (exports, require, module, __filename, __dirname) { import path from 'path';
                                                              ^^^^^^

SyntaxError: Unexpected token import
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:617:28)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Function.Module.runMain (module.js:694:10)
    at startup (bootstrap_node.js:204:16)
    at bootstrap_node.js:625:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! lance-pong@4.0.0 start: `node dist-server/main.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the lance-pong@4.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Youdaman\AppData\Roaming\npm-cache\_logs\2019-03-22T16_28_37_913Z-debug.log

Will consult Google :)

Youdaman commented 5 years ago

Assuming this is something to do with Babel. Or maybe Windows?

namel commented 5 years ago

I tried it both on linux and windows, and it worked well for me. what version of node are you using? I'm using 8.9.0 (when in windows).

the files babel.config.js, .gitignore, and .eslintrc.js are softlinks to the actual files in ../boilerplate try removing the links, and copying the original files into the pong directory to see if that helps.