Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

npm install failure on windows 7 x64 #290

Closed
fabric1601 opened this issue Feb 2, 2015 · 9 comments
Closed

npm install failure on windows 7 x64 #290

fabric1601 opened this issue Feb 2, 2015 · 9 comments

Comments

@fabric1601
Copy link

Hey guys,

Im kind of new around npm and was trying to install Bootstrap on my machine (Windows 7 Ultimate N x64). So I installed node.js and installed npm. So according to the Bootstrap's site, when installing Grunt I should navigate to the bootstrap directory and run npm install.

However, when I do that, I get the following:

F:\My Documents\My Web Sites\PersonalPortfolio\Source\bootstrap-3.3.2>npm instal
l
/
///> phantomjs@1.9.15 install F:\My Documents\My Web Sites\PersonalPortfolio\Source
\bootstrap-3.3.2\node_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantom
js\node_modules\phantomjs
///> node install.js

Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-wind
ows.zip
Saving to C:\Users\LORD_C1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows
.zip
Receiving...
///- [====================================----] 91% 0.0s-
Received 7292K total.
Extracting zip contents
Removing F:\My Documents\My Web Sites\PersonalPortfolio\Source\bootstrap-3.3.2\n
ode_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\ph
antomjs\lib\phantom
Copying extracted folder C:\Users\LORD_C
1\AppData\Local\Temp\phantomjs\phantomj
s-1.9.8-windows.zip-extract-1422911296538\phantomjs-1.9.8-windows -> F:\My Docum
ents\My Web Sites\PersonalPortfolio\Source\bootstrap-3.3.2\node_modules\grunt-co
ntrib-qunit\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom
Phantom installation failed { [Error: ENOENT, mkdir 'F:\My Documents\My Web Site
s\PersonalPortfolio\Source\bootstrap-3.3.2\node_modules\grunt-contrib-qunit\node
modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom\examples']
errno: 34,
code: 'ENOENT',
path: 'F:\My Documents\My Web Sites\PersonalPortfolio\Source\bootstrap-3.
3.2\node_modules\grunt-contrib-qunit\node_modules\grunt-lib-phantomjs\node

modules\phantomjs\lib\phantom\examples' } Error: ENOENT, mkdir 'F:\My Docume
nts\My Web Sites\PersonalPortfolio\Source\bootstrap-3.3.2\node_modules\grunt-con
trib-qunit\node_modules\grunt-lib-phantomjs\node_modules\phantomjs\lib\phantom\e
xamples'
npm ERR! phantomjs@1.9.15 install: node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs@1.9.15 install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls phantomjs
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd F:\My Documents\My Web Sites\PersonalPortfolio\Source\bootstrap-3.3
.2
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0

F:\My Documents\My Web Sites\PersonalPortfolio\Source\bootstrap-3.3.2>

I have seen that similar issue has happened 5 days ago, but apparently it was fixed, but unfortunately for a newbie like me, I am clueless as to what might cause the issue on my system.

This is my current PATH env:

C:\Ruby193\bin;C:\Program Files (x86)\Sophos\Sophos SSL VPN Client\bin;C:\Program Files (x86)\Git\bin;c:\Program Files\Java\jre7\bin;C:\Program Files\nodejs;C:\Users\Lord_Chade\AppData\Roaming\npm

Please help

@fabric1601
Copy link
Author

bump!

@nicks
Copy link
Contributor

nicks commented Feb 10, 2015

i was not able to reproduce your issue.

can you include the full error log?

also notice that github markdown mangled your error report, can you reformat it (surround it in triple backticks) so that people can actually read it?

@fabric1601
Copy link
Author

Hi Nicks,

Thanks for coming back to me. Could you please explain how can I get the full error log?

Regards

@nicks
Copy link
Contributor

nicks commented Feb 10, 2015

npm install phantomjs --verbose

@fabric1601
Copy link
Author

Thanks,

I will do this right after I go home (in about 2 hours as I am at work right now) and will post the result in an EDIT of this post.

Cheers

@BrianLenzo
Copy link

I am seeing the same issue on our CI servers. It happens once every 10 or 11 builds and there is no discernable pattern to it. It will succeed 9 out of 10 on the same build agent. It is giving us a lot of false failures in our CI environment. This all started about 3 weeks ago.

In the stack traces below you'll see the same failure on:[path]\common\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "N:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild

You'll also see that in the builderror.log of node-gyp that it actually fails on, it tells us that it can't find Python. However, I ran it against the same build agent, 20-30 times and it succeeds 9 out of 10 times. The build agent's configuration is identical each time. The failures come in the middle, not the beginning or end of the series.

The 9 out of 10 thing suggests a race condition of some kind. Usually we just build again, and it succeeds. I am completely stumped.

Here are a stack traces from Jenkins:
png-npm-install:
11:25:15 [echo] Installing NPM Dependencies
11:25:34 [exec]
11:25:34 [exec] > phantomjs@1.9.15 install N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs
11:25:34 [exec] > node install.js
11:25:34 [exec]
11:25:36 [exec] Download already available at C:\Users_HUDSO1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip
11:25:37 [exec] Extracting zip contents
11:25:37 [exec] Removing N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom
11:25:37 [exec] Copying extracted folder C:\Users_HUDSO
1\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1423585536778\phantomjs-1.9.8-windows -> N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html\node_modules\karma-phantomjs-launcher\node_modules\phantomjs\lib\phantom
11:25:38 [exec] Writing location.js file
11:25:43 [exec]
11:25:43 [exec] > ws@0.4.32 install N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws
11:25:43 [exec] > (node-gyp rebuild 2> builderror.log) || (exit 0)
11:25:43 [exec]
11:25:43 [exec]
11:25:43 [exec] N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws>node "N:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild
11:26:07 [exec] npm ERR! phantomjs@1.9.15 install: node install.js
11:26:07 [exec] npm ERR! Exit status 1
11:26:07 [exec] npm ERR!
11:26:07 [exec] npm ERR! phantomjs@1.9.15 install: node install.js
11:26:07 [exec] npm ERR! Exit status 1
11:26:07 [exec] npm ERR!
11:26:07 [exec] npm ERR! Failed at the phantomjs@1.9.15 install script.
11:26:07 [exec] npm ERR! This is most likely a problem with the phantomjs package,
11:26:07 [exec] npm ERR! not with npm itself.
11:26:07 [exec] npm ERR! Failed at the phantomjs@1.9.15 install script.
11:26:07 [exec] npm ERR! This is most likely a problem with the phantomjs package,
11:26:07 [exec] npm ERR! not with npm itself.
11:26:07 [exec] npm ERR! Tell the author that this fails on your system:
11:26:07 [exec] npm ERR! node install.js
11:26:07 [exec] npm ERR! You can get their info via:
11:26:07 [exec] npm ERR! Tell the author that this fails on your system:
11:26:07 [exec] npm ERR! node install.js
11:26:07 [exec] npm ERR! You can get their info via:
11:26:07 [exec] npm ERR! npm owner ls phantomjs
11:26:07 [exec] npm ERR! There is likely additional logging output above.
11:26:07 [exec]
11:26:07 [exec] npm ERR! System Windows_NT 6.1.7601
11:26:07 [exec] npm ERR! npm owner ls phantomjs
11:26:07 [exec] npm ERR! There is likely additional logging output above.
11:26:07 [exec]
11:26:07 [exec] npm ERR! System Windows_NT 6.1.7601
11:26:07 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
11:26:07 [exec] npm ERR! command "N:\Program Files\nodejs\node.exe" "N:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
11:26:07 [exec] npm ERR! cwd N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html
11:26:07 [exec] npm ERR! node -v v0.10.33
11:26:07 [exec] npm ERR! npm -v 1.4.28
11:26:07 [exec] npm ERR! cwd N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html
11:26:07 [exec] npm ERR! node -v v0.10.33
11:26:07 [exec] npm ERR! npm -v 1.4.28
11:26:07 [exec] npm ERR! code ELIFECYCLE
11:26:07 [exec] npm ERR! code ELIFECYCLE
11:26:07 [exec] npm

When I get down into the module it seems to fail on, the "ws" module, and look at the builderror.log it says the following:
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at failNoPython (N:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:103:14)
gyp ERR! stack at N:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:64:11
gyp ERR! stack at Object.oncomplete (evalmachine.:107:15)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "N:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd N:\Hudson\workspace\PNG_SSO_html-rw_App-Party_CI\png\ssoapps\common\html\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client\node_modules\ws
gyp ERR! node -v v0.10.33
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok

@nicks
Copy link
Contributor

nicks commented Feb 10, 2015

@BrianLenzo this has nothing to do with @fabric1601 's issue, or with phantomjs.

@nicks
Copy link
Contributor

nicks commented Feb 23, 2015

given that no one else has seen this and we have no repro steps or detailed log, closing this bug

@nicks nicks closed this as completed Feb 23, 2015
@SteveyPugs
Copy link

I have the same issue... this is the log I get from verbose

C:\testbootstrap>npm install phantomjs --verbose
npm info it worked if it ends with ok
npm verb cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
npm verb cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli   'install',
npm verb cli   'phantomjs',
npm verb cli   '--verbose' ]
npm info using npm@1.4.28
npm info using node@v0.10.36
npm verb node symlink C:\Program Files\nodejs\\node.exe
npm verb readDependencies using package.json deps
npm verb cache add [ 'phantomjs', null ]
npm verb cache add name=undefined spec="phantomjs" args=["phantomjs",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'phantomjs',
npm verb parsed url   path: 'phantomjs',
npm verb parsed url   href: 'phantomjs' }
npm verb lock phantomjs C:\Users\spugliese\AppData\Roaming\npm-cache\30d7cd7d-phantomjs.lock
npm verb addNamed [ 'phantomjs', '' ]
npm verb addNamed [ null, '*' ]
npm verb lock phantomjs@ C:\Users\spugliese\AppData\Roaming\npm-cache\29cf7fd6-phantomjs.lock
npm verb request where is /phantomjs
npm verb request registry https://registry.npmjs.org/
npm verb request id 12796f04af7bcd3d
npm verb url raw /phantomjs
npm verb url resolving [ 'https://registry.npmjs.org/', './phantomjs' ]
npm verb url resolved https://registry.npmjs.org/phantomjs
npm verb request where is https://registry.npmjs.org/phantomjs
npm info trying registry request attempt 1 at 17:26:59
npm verb etag "9B87J7OMNVWD21MRWQN04JP8A"
npm http GET https://registry.npmjs.org/phantomjs
npm http 304 https://registry.npmjs.org/phantomjs
npm verb etag https://registry.npmjs.org/phantomjs from cache
npm verb addNamed [ 'phantomjs', '1.9.16' ]
npm verb addNamed [ '1.9.16', '1.9.16' ]
npm verb lock phantomjs@1.9.16 C:\Users\spugliese\AppData\Roaming\npm-cache\ff1a0094-phantomjs-1-9-1
6.lock
npm info install phantomjs@1.9.16 into C:\testbootstrap
npm info installOne phantomjs@1.9.16
npm verb node_modules\phantomjs unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\phantomjs\1.9.16\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs C:\Users\spugliese\AppData\Roaming\npm-c
ache\41823209-bootstrap-node-modules-phantomjs.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\phantomjs\1.9.16\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\7a9ad91d-che-phantomjs-1-9-16-package-tgz.lock
npm info preinstall phantomjs@1.9.16
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'adm-zip@0.4.4', null ]
npm verb cache add name=undefined spec="adm-zip@0.4.4" args=["adm-zip@0.4.4",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'adm-zip@0.4.4',
npm verb parsed url   path: 'adm-zip@0.4.4',
npm verb parsed url   href: 'adm-zip@0.4.4' }
npm verb cache add [ 'fs-extra@~0.16.0', null ]
npm verb cache add name=undefined spec="fs-extra@~0.16.0" args=["fs-extra@~0.16.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'fs-extra@~0.16.0',
npm verb parsed url   path: 'fs-extra@~0.16.0',
npm verb parsed url   href: 'fs-extra@~0.16.0' }
npm verb cache add [ 'kew@0.4.0', null ]
npm verb cache add name=undefined spec="kew@0.4.0" args=["kew@0.4.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'kew@0.4.0',
npm verb parsed url   path: 'kew@0.4.0',
npm verb parsed url   href: 'kew@0.4.0' }
npm verb cache add [ 'npmconf@2.1.1', null ]
npm verb cache add name=undefined spec="npmconf@2.1.1" args=["npmconf@2.1.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'npmconf@2.1.1',
npm verb parsed url   path: 'npmconf@2.1.1',
npm verb parsed url   href: 'npmconf@2.1.1' }
npm verb cache add [ 'progress@1.1.8', null ]
npm verb cache add name=undefined spec="progress@1.1.8" args=["progress@1.1.8",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'progress@1.1.8',
npm verb parsed url   path: 'progress@1.1.8',
npm verb parsed url   href: 'progress@1.1.8' }
npm verb cache add [ 'request@2.42.0', null ]
npm verb cache add name=undefined spec="request@2.42.0" args=["request@2.42.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'request@2.42.0',
npm verb parsed url   path: 'request@2.42.0',
npm verb parsed url   href: 'request@2.42.0' }
npm verb cache add [ 'request-progress@0.3.1', null ]
npm verb cache add name=undefined spec="request-progress@0.3.1" args=["request-progress@0.3.1",null]

npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'request-progress@0.3.1',
npm verb parsed url   path: 'request-progress@0.3.1',
npm verb parsed url   href: 'request-progress@0.3.1' }
npm verb cache add [ 'which@~1.0.5', null ]
npm verb cache add name=undefined spec="which@~1.0.5" args=["which@~1.0.5",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'which@~1.0.5',
npm verb parsed url   path: 'which@~1.0.5',
npm verb parsed url   href: 'which@~1.0.5' }
npm verb cache add name="adm-zip" spec="0.4.4" args=["adm-zip","0.4.4"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.4.4',
npm verb parsed url   path: '0.4.4',
npm verb parsed url   href: '0.4.4' }
npm verb addNamed [ 'adm-zip', '0.4.4' ]
npm verb addNamed [ '0.4.4', '0.4.4' ]
npm verb lock adm-zip@0.4.4 C:\Users\spugliese\AppData\Roaming\npm-cache\54f7ada5-adm-zip-0-4-4.lock

npm verb cache add name="fs-extra" spec="~0.16.0" args=["fs-extra","~0.16.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.16.0',
npm verb parsed url   path: '~0.16.0',
npm verb parsed url   href: '~0.16.0' }
npm verb addNamed [ 'fs-extra', '~0.16.0' ]
npm verb addNamed [ null, '>=0.16.0-0 <0.17.0-0' ]
npm verb lock fs-extra@~0.16.0 C:\Users\spugliese\AppData\Roaming\npm-cache\45095fa4-fs-extra-0-16-0
.lock
npm verb cache add name="kew" spec="0.4.0" args=["kew","0.4.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.4.0',
npm verb parsed url   path: '0.4.0',
npm verb parsed url   href: '0.4.0' }
npm verb addNamed [ 'kew', '0.4.0' ]
npm verb addNamed [ '0.4.0', '0.4.0' ]
npm verb lock kew@0.4.0 C:\Users\spugliese\AppData\Roaming\npm-cache\d7f05391-kew-0-4-0.lock
npm verb cache add name="npmconf" spec="2.1.1" args=["npmconf","2.1.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '2.1.1',
npm verb parsed url   path: '2.1.1',
npm verb parsed url   href: '2.1.1' }
npm verb addNamed [ 'npmconf', '2.1.1' ]
npm verb addNamed [ '2.1.1', '2.1.1' ]
npm verb lock npmconf@2.1.1 C:\Users\spugliese\AppData\Roaming\npm-cache\35a7b1a6-npmconf-2-1-1.lock

npm verb cache add name="progress" spec="1.1.8" args=["progress","1.1.8"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '1.1.8',
npm verb parsed url   path: '1.1.8',
npm verb parsed url   href: '1.1.8' }
npm verb addNamed [ 'progress', '1.1.8' ]
npm verb addNamed [ '1.1.8', '1.1.8' ]
npm verb lock progress@1.1.8 C:\Users\spugliese\AppData\Roaming\npm-cache\caa8d10f-progress-1-1-8.lo
ck
npm verb cache add name="request" spec="2.42.0" args=["request","2.42.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '2.42.0',
npm verb parsed url   path: '2.42.0',
npm verb parsed url   href: '2.42.0' }
npm verb addNamed [ 'request', '2.42.0' ]
npm verb addNamed [ '2.42.0', '2.42.0' ]
npm verb lock request@2.42.0 C:\Users\spugliese\AppData\Roaming\npm-cache\6619e4b4-request-2-42-0.lo
ck
npm verb cache add name="request-progress" spec="0.3.1" args=["request-progress","0.3.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.3.1',
npm verb parsed url   path: '0.3.1',
npm verb parsed url   href: '0.3.1' }
npm verb addNamed [ 'request-progress', '0.3.1' ]
npm verb addNamed [ '0.3.1', '0.3.1' ]
npm verb lock request-progress@0.3.1 C:\Users\spugliese\AppData\Roaming\npm-cache\a2b190cd-request-p
rogress-0-3-1.lock
npm verb cache add name="which" spec="~1.0.5" args=["which","~1.0.5"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.0.5',
npm verb parsed url   path: '~1.0.5',
npm verb parsed url   href: '~1.0.5' }
npm verb addNamed [ 'which', '~1.0.5' ]
npm verb addNamed [ null, '>=1.0.5-0 <1.1.0-0' ]
npm verb lock which@~1.0.5 C:\Users\spugliese\AppData\Roaming\npm-cache\d158d65e-which-1-0-5.lock
npm verb request where is /npmconf
npm verb request registry https://registry.npmjs.org/
npm verb url raw /npmconf
npm verb url resolving [ 'https://registry.npmjs.org/', './npmconf' ]
npm verb url resolved https://registry.npmjs.org/npmconf
npm verb request where is https://registry.npmjs.org/npmconf
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "BIMZ2D65K180LLQ9AUTWNT859"
npm http GET https://registry.npmjs.org/npmconf
npm verb request where is /request-progress
npm verb request registry https://registry.npmjs.org/
npm verb url raw /request-progress
npm verb url resolving [ 'https://registry.npmjs.org/', './request-progress' ]
npm verb url resolved https://registry.npmjs.org/request-progress
npm verb request where is https://registry.npmjs.org/request-progress
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "71N141LK7KK976NSQYTGUGVOR"
npm http GET https://registry.npmjs.org/request-progress
npm verb request where is /progress
npm verb request registry https://registry.npmjs.org/
npm verb url raw /progress
npm verb url resolving [ 'https://registry.npmjs.org/', './progress' ]
npm verb url resolved https://registry.npmjs.org/progress
npm verb request where is https://registry.npmjs.org/progress
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "EHJ94QBI8POMIN1U32Z5ENQ1H"
npm http GET https://registry.npmjs.org/progress
npm verb request where is /which
npm verb request registry https://registry.npmjs.org/
npm verb url raw /which
npm verb url resolving [ 'https://registry.npmjs.org/', './which' ]
npm verb url resolved https://registry.npmjs.org/which
npm verb request where is https://registry.npmjs.org/which
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "A4HQQ4JRWKCU7373HOKK10JAV"
npm http GET https://registry.npmjs.org/which
npm verb request where is /fs-extra
npm verb request registry https://registry.npmjs.org/
npm verb url raw /fs-extra
npm verb url resolving [ 'https://registry.npmjs.org/', './fs-extra' ]
npm verb url resolved https://registry.npmjs.org/fs-extra
npm verb request where is https://registry.npmjs.org/fs-extra
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "BRUJR57RI6JG6ICV0CHYHXM3Q"
npm http GET https://registry.npmjs.org/fs-extra
npm verb request where is /adm-zip
npm verb request registry https://registry.npmjs.org/
npm verb url raw /adm-zip
npm verb url resolving [ 'https://registry.npmjs.org/', './adm-zip' ]
npm verb url resolved https://registry.npmjs.org/adm-zip
npm verb request where is https://registry.npmjs.org/adm-zip
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "2H01DETXZL4WZRRU16W018UD0"
npm http GET https://registry.npmjs.org/adm-zip
npm verb request where is /request
npm verb request registry https://registry.npmjs.org/
npm verb url raw /request
npm verb url resolving [ 'https://registry.npmjs.org/', './request' ]
npm verb url resolved https://registry.npmjs.org/request
npm verb request where is https://registry.npmjs.org/request
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "AMJ32N7WSWO22H4Z2ABM657O0"
npm http GET https://registry.npmjs.org/request
npm verb request where is /kew
npm verb request registry https://registry.npmjs.org/
npm verb url raw /kew
npm verb url resolving [ 'https://registry.npmjs.org/', './kew' ]
npm verb url resolved https://registry.npmjs.org/kew
npm verb request where is https://registry.npmjs.org/kew
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "20QQL1AUIOCX2BS53Z20LB26G"
npm http GET https://registry.npmjs.org/kew
npm http 304 https://registry.npmjs.org/npmconf
npm verb etag https://registry.npmjs.org/npmconf from cache
npm http 304 https://registry.npmjs.org/adm-zip
npm verb etag https://registry.npmjs.org/adm-zip from cache
npm http 304 https://registry.npmjs.org/progress
npm verb etag https://registry.npmjs.org/progress from cache
npm http 304 https://registry.npmjs.org/request
npm verb etag https://registry.npmjs.org/request from cache
npm http 304 https://registry.npmjs.org/which
npm verb etag https://registry.npmjs.org/which from cache
npm http 304 https://registry.npmjs.org/fs-extra
npm verb etag https://registry.npmjs.org/fs-extra from cache
npm http 304 https://registry.npmjs.org/request-progress
npm verb etag https://registry.npmjs.org/request-progress from cache
npm http 304 https://registry.npmjs.org/kew
npm verb etag https://registry.npmjs.org/kew from cache
npm verb addNamed [ 'which', '1.0.9' ]
npm verb addNamed [ '1.0.9', '1.0.9' ]
npm verb lock which@1.0.9 C:\Users\spugliese\AppData\Roaming\npm-cache\83832c1c-which-1-0-9.lock
npm verb addNamed [ 'fs-extra', '0.16.5' ]
npm verb addNamed [ '0.16.5', '0.16.5' ]
npm verb lock fs-extra@0.16.5 C:\Users\spugliese\AppData\Roaming\npm-cache\2fd46fd9-fs-extra-0-16-5.
lock
npm info install request@2.42.0 into C:\testbootstrap\node_modules\phantomjs
npm info install request-progress@0.3.1 into C:\testbootstrap\node_modules\phantomjs
npm info install which@1.0.9 into C:\testbootstrap\node_modules\phantomjs
npm info install npmconf@2.1.1 into C:\testbootstrap\node_modules\phantomjs
npm info install adm-zip@0.4.4 into C:\testbootstrap\node_modules\phantomjs
npm info install fs-extra@0.16.5 into C:\testbootstrap\node_modules\phantomjs
npm info install progress@1.1.8 into C:\testbootstrap\node_modules\phantomjs
npm info install kew@0.4.0 into C:\testbootstrap\node_modules\phantomjs
npm info installOne request@2.42.0
npm info installOne request-progress@0.3.1
npm info installOne which@1.0.9
npm info installOne npmconf@2.1.1
npm info installOne adm-zip@0.4.4
npm info installOne fs-extra@0.16.5
npm info installOne progress@1.1.8
npm info installOne kew@0.4.0
npm verb node_modules\phantomjs\node_modules\request unbuild
npm verb node_modules\phantomjs\node_modules\request-progress unbuild
npm verb node_modules\phantomjs\node_modules\which unbuild
npm verb node_modules\phantomjs\node_modules\npmconf unbuild
npm verb node_modules\phantomjs\node_modules\adm-zip unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra unbuild
npm verb node_modules\phantomjs\node_modules\progress unbuild
npm verb node_modules\phantomjs\node_modules\kew unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\request\2.42.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request C:\Users\spugliese\
AppData\Roaming\npm-cache\fad537f3-s-phantomjs-node-modules-request.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\request\2.42.0\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\f8121f08-cache-request-2-42-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\request-progress\0.3.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request-progress C:\Users\s
pugliese\AppData\Roaming\npm-cache\4dad6799-js-node-modules-request-progress.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\request-progress\0.3.1\package.tgz
C:\Users\spugliese\AppData\Roaming\npm-cache\e16b7454-quest-progress-0-3-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\which\1.0.9\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\which C:\Users\spugliese\Ap
pData\Roaming\npm-cache\41999814-les-phantomjs-node-modules-which.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\which\1.0.9\package.tgz C:\Users\sp
ugliese\AppData\Roaming\npm-cache\131fe367-pm-cache-which-1-0-9-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\npmconf\2.1.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf C:\Users\spugliese\
AppData\Roaming\npm-cache\e6d7136f-s-phantomjs-node-modules-npmconf.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\npmconf\2.1.1\package.tgz C:\Users\
spugliese\AppData\Roaming\npm-cache\cd22f380--cache-npmconf-2-1-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\adm-zip\0.4.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\adm-zip C:\Users\spugliese\
AppData\Roaming\npm-cache\c54ec63d-s-phantomjs-node-modules-adm-zip.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\adm-zip\0.4.4\package.tgz C:\Users\
spugliese\AppData\Roaming\npm-cache\127fc023--cache-adm-zip-0-4-4-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\fs-extra\0.16.5\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra C:\Users\spugliese
\AppData\Roaming\npm-cache\7b99c237--phantomjs-node-modules-fs-extra.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\fs-extra\0.16.5\package.tgz C:\User
s\spugliese\AppData\Roaming\npm-cache\41fa6892-ache-fs-extra-0-16-5-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\progress\1.1.8\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\progress C:\Users\spugliese
\AppData\Roaming\npm-cache\0fb83753--phantomjs-node-modules-progress.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\progress\1.1.8\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\5714b0a6-cache-progress-1-1-8-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\kew\0.4.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\kew C:\Users\spugliese\AppD
ata\Roaming\npm-cache\f0342020-dules-phantomjs-node-modules-kew.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\kew\0.4.0\package.tgz C:\Users\spug
liese\AppData\Roaming\npm-cache\0f48cf41--npm-cache-kew-0-4-0-package-tgz.lock
npm info preinstall which@1.0.9
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\which
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\which
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff which@1.0.9
npm verb linkBins which@1.0.9
npm verb link bins [ { which: './bin/which' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\.bin',
npm verb link bins   false ]
npm verb linkMans which@1.0.9
npm verb rebuildBundles which@1.0.9
npm info install which@1.0.9
npm info preinstall progress@1.1.8
npm info postinstall which@1.0.9
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\progress
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\progress
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff progress@1.1.8
npm verb linkBins progress@1.1.8
npm verb linkMans progress@1.1.8
npm verb rebuildBundles progress@1.1.8
npm info install progress@1.1.8
npm info preinstall request-progress@0.3.1
npm info postinstall progress@1.1.8
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'throttleit@~0.0.2', null ]
npm verb cache add name=undefined spec="throttleit@~0.0.2" args=["throttleit@~0.0.2",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'throttleit@~0.0.2',
npm verb parsed url   path: 'throttleit@~0.0.2',
npm verb parsed url   href: 'throttleit@~0.0.2' }
npm verb cache add name="throttleit" spec="~0.0.2" args=["throttleit","~0.0.2"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.0.2',
npm verb parsed url   path: '~0.0.2',
npm verb parsed url   href: '~0.0.2' }
npm verb addNamed [ 'throttleit', '~0.0.2' ]
npm verb addNamed [ null, '>=0.0.2-0 <0.1.0-0' ]
npm verb lock throttleit@~0.0.2 C:\Users\spugliese\AppData\Roaming\npm-cache\de588288-throttleit-0-0
-2.lock
npm verb request where is /throttleit
npm verb request registry https://registry.npmjs.org/
npm verb url raw /throttleit
npm verb url resolving [ 'https://registry.npmjs.org/', './throttleit' ]
npm verb url resolved https://registry.npmjs.org/throttleit
npm verb request where is https://registry.npmjs.org/throttleit
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "CAQ118G83E4VGSQ71VDF9RBU3"
npm http GET https://registry.npmjs.org/throttleit
npm info preinstall fs-extra@0.16.5
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'graceful-fs@^3.0.5', null ]
npm verb cache add name=undefined spec="graceful-fs@^3.0.5" args=["graceful-fs@^3.0.5",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'graceful-fs@^3.0.5',
npm verb parsed url   path: 'graceful-fs@^3.0.5',
npm verb parsed url   href: 'graceful-fs@^3.0.5' }
npm verb cache add [ 'jsonfile@^2.0.0', null ]
npm verb cache add name=undefined spec="jsonfile@^2.0.0" args=["jsonfile@^2.0.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'jsonfile@^2.0.0',
npm verb parsed url   path: 'jsonfile@^2.0.0',
npm verb parsed url   href: 'jsonfile@^2.0.0' }
npm verb cache add [ 'rimraf@^2.2.8', null ]
npm verb cache add name=undefined spec="rimraf@^2.2.8" args=["rimraf@^2.2.8",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'rimraf@^2.2.8',
npm verb parsed url   path: 'rimraf@^2.2.8',
npm verb parsed url   href: 'rimraf@^2.2.8' }
npm verb cache add name="graceful-fs" spec="^3.0.5" args=["graceful-fs","^3.0.5"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^3.0.5',
npm verb parsed url   path: '^3.0.5',
npm verb parsed url   href: '^3.0.5' }
npm verb addNamed [ 'graceful-fs', '^3.0.5' ]
npm verb addNamed [ null, '>=3.0.5-0 <4.0.0-0' ]
npm verb lock graceful-fs@^3.0.5 C:\Users\spugliese\AppData\Roaming\npm-cache\d9390ef3-graceful-fs-3
-0-5.lock
npm verb cache add name="jsonfile" spec="^2.0.0" args=["jsonfile","^2.0.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^2.0.0',
npm verb parsed url   path: '^2.0.0',
npm verb parsed url   href: '^2.0.0' }
npm verb addNamed [ 'jsonfile', '^2.0.0' ]
npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
npm verb lock jsonfile@^2.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\de7238a7-jsonfile-2-0-0.l
ock
npm verb cache add name="rimraf" spec="^2.2.8" args=["rimraf","^2.2.8"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^2.2.8',
npm verb parsed url   path: '^2.2.8',
npm verb parsed url   href: '^2.2.8' }
npm verb addNamed [ 'rimraf', '^2.2.8' ]
npm verb addNamed [ null, '>=2.2.8-0 <3.0.0-0' ]
npm verb lock rimraf@^2.2.8 C:\Users\spugliese\AppData\Roaming\npm-cache\e7d3f915-rimraf-2-2-8.lock
npm info preinstall kew@0.4.0
npm verb request where is /rimraf
npm verb request registry https://registry.npmjs.org/
npm verb url raw /rimraf
npm verb url resolving [ 'https://registry.npmjs.org/', './rimraf' ]
npm verb url resolved https://registry.npmjs.org/rimraf
npm verb request where is https://registry.npmjs.org/rimraf
npm info trying registry request attempt 1 at 17:27:00
npm verb etag "B6RZ4WWW78HNG3CGX78NB0XL3"
npm http GET https://registry.npmjs.org/rimraf
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\kew
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\kew
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff kew@0.4.0
npm verb linkBins kew@0.4.0
npm verb linkMans kew@0.4.0
npm verb rebuildBundles kew@0.4.0
npm http 304 https://registry.npmjs.org/throttleit
npm verb etag https://registry.npmjs.org/throttleit from cache
npm info install kew@0.4.0
npm info postinstall kew@0.4.0
npm verb addNamed [ 'throttleit', '0.0.2' ]
npm verb addNamed [ '0.0.2', '0.0.2' ]
npm verb lock throttleit@0.0.2 C:\Users\spugliese\AppData\Roaming\npm-cache\3fe7da2e-throttleit-0-0-
2.lock
npm info install throttleit@0.0.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\request-
progress
npm info installOne throttleit@0.0.2
npm verb node_modules\phantomjs\node_modules\request-progress\node_modules\throttleit unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\throttleit\0.0.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request-progress\node_modul
es\throttleit C:\Users\spugliese\AppData\Roaming\npm-cache\521a0610-progress-node-modules-throttleit
.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\throttleit\0.0.2\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\7411a793-che-throttleit-0-0-2-package-tgz.lock
npm verb request where is /graceful-fs
npm verb request registry https://registry.npmjs.org/
npm verb url raw /graceful-fs
npm verb url resolving [ 'https://registry.npmjs.org/', './graceful-fs' ]
npm verb url resolved https://registry.npmjs.org/graceful-fs
npm verb request where is https://registry.npmjs.org/graceful-fs
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "ASUQXR8VIAJ72TTU8SR5Q4DOJ"
npm http GET https://registry.npmjs.org/graceful-fs
npm verb request where is /jsonfile
npm verb request registry https://registry.npmjs.org/
npm verb url raw /jsonfile
npm verb url resolving [ 'https://registry.npmjs.org/', './jsonfile' ]
npm verb url resolved https://registry.npmjs.org/jsonfile
npm verb request where is https://registry.npmjs.org/jsonfile
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "5V9FG5RFUE0U3QDX5NE0QDAZV"
npm http GET https://registry.npmjs.org/jsonfile
npm info preinstall request@2.42.0
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm info preinstall npmconf@2.1.1
npm verb cache add [ 'bl@~0.9.0', null ]
npm verb cache add name=undefined spec="bl@~0.9.0" args=["bl@~0.9.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'bl@~0.9.0',
npm verb parsed url   path: 'bl@~0.9.0',
npm verb parsed url   href: 'bl@~0.9.0' }
npm verb cache add [ 'caseless@~0.6.0', null ]
npm verb cache add name=undefined spec="caseless@~0.6.0" args=["caseless@~0.6.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'caseless@~0.6.0',
npm verb parsed url   path: 'caseless@~0.6.0',
npm verb parsed url   href: 'caseless@~0.6.0' }
npm verb cache add [ 'forever-agent@~0.5.0', null ]
npm verb cache add name=undefined spec="forever-agent@~0.5.0" args=["forever-agent@~0.5.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'forever-agent@~0.5.0',
npm verb parsed url   path: 'forever-agent@~0.5.0',
npm verb parsed url   href: 'forever-agent@~0.5.0' }
npm verb cache add [ 'qs@~1.2.0', null ]
npm verb cache add name=undefined spec="qs@~1.2.0" args=["qs@~1.2.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'qs@~1.2.0',
npm verb parsed url   path: 'qs@~1.2.0',
npm verb parsed url   href: 'qs@~1.2.0' }
npm verb cache add [ 'json-stringify-safe@~5.0.0', null ]
npm verb cache add name=undefined spec="json-stringify-safe@~5.0.0" args=["json-stringify-safe@~5.0.
0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'json-stringify-safe@~5.0.0',
npm verb parsed url   path: 'json-stringify-safe@~5.0.0',
npm verb parsed url   href: 'json-stringify-safe@~5.0.0' }
npm verb cache add [ 'mime-types@~1.0.1', null ]
npm verb cache add name=undefined spec="mime-types@~1.0.1" args=["mime-types@~1.0.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'mime-types@~1.0.1',
npm verb parsed url   path: 'mime-types@~1.0.1',
npm verb parsed url   href: 'mime-types@~1.0.1' }
npm verb cache add [ 'node-uuid@~1.4.0', null ]
npm verb cache add name=undefined spec="node-uuid@~1.4.0" args=["node-uuid@~1.4.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'node-uuid@~1.4.0',
npm verb parsed url   path: 'node-uuid@~1.4.0',
npm verb parsed url   href: 'node-uuid@~1.4.0' }
npm verb cache add [ 'tunnel-agent@~0.4.0', null ]
npm verb cache add name=undefined spec="tunnel-agent@~0.4.0" args=["tunnel-agent@~0.4.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'tunnel-agent@~0.4.0',
npm verb parsed url   path: 'tunnel-agent@~0.4.0',
npm verb parsed url   href: 'tunnel-agent@~0.4.0' }
npm verb cache add [ 'tough-cookie@>=0.12.0', null ]
npm verb cache add name=undefined spec="tough-cookie@>=0.12.0" args=["tough-cookie@>=0.12.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'tough-cookie@%3E=0.12.0',
npm verb parsed url   path: 'tough-cookie@%3E=0.12.0',
npm verb parsed url   href: 'tough-cookie@%3E=0.12.0' }
npm verb cache add [ 'form-data@~0.1.0', null ]
npm verb cache add name=undefined spec="form-data@~0.1.0" args=["form-data@~0.1.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'form-data@~0.1.0',
npm verb parsed url   path: 'form-data@~0.1.0',
npm verb parsed url   href: 'form-data@~0.1.0' }
npm verb cache add [ 'http-signature@~0.10.0', null ]
npm verb cache add name=undefined spec="http-signature@~0.10.0" args=["http-signature@~0.10.0",null]

npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'http-signature@~0.10.0',
npm verb parsed url   path: 'http-signature@~0.10.0',
npm verb parsed url   href: 'http-signature@~0.10.0' }
npm verb cache add [ 'oauth-sign@~0.4.0', null ]
npm verb cache add name=undefined spec="oauth-sign@~0.4.0" args=["oauth-sign@~0.4.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'oauth-sign@~0.4.0',
npm verb parsed url   path: 'oauth-sign@~0.4.0',
npm verb parsed url   href: 'oauth-sign@~0.4.0' }
npm verb cache add [ 'hawk@1.1.1', null ]
npm verb cache add name=undefined spec="hawk@1.1.1" args=["hawk@1.1.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'hawk@1.1.1',
npm verb parsed url   path: 'hawk@1.1.1',
npm verb parsed url   href: 'hawk@1.1.1' }
npm verb cache add [ 'aws-sign2@~0.5.0', null ]
npm verb cache add name=undefined spec="aws-sign2@~0.5.0" args=["aws-sign2@~0.5.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'aws-sign2@~0.5.0',
npm verb parsed url   path: 'aws-sign2@~0.5.0',
npm verb parsed url   href: 'aws-sign2@~0.5.0' }
npm verb cache add [ 'stringstream@~0.0.4', null ]
npm verb cache add name=undefined spec="stringstream@~0.0.4" args=["stringstream@~0.0.4",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'stringstream@~0.0.4',
npm verb parsed url   path: 'stringstream@~0.0.4',
npm verb parsed url   href: 'stringstream@~0.0.4' }
npm http 304 https://registry.npmjs.org/rimraf
npm verb etag https://registry.npmjs.org/rimraf from cache
npm verb cache add name="bl" spec="~0.9.0" args=["bl","~0.9.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.9.0',
npm verb parsed url   path: '~0.9.0',
npm verb parsed url   href: '~0.9.0' }
npm verb addNamed [ 'bl', '~0.9.0' ]
npm verb addNamed [ null, '>=0.9.0-0 <0.10.0-0' ]
npm verb lock bl@~0.9.0 C:\Users\spugliese\AppData\Roaming\npm-cache\d3ba3adc-bl-0-9-0.lock
npm verb cache add name="caseless" spec="~0.6.0" args=["caseless","~0.6.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.6.0',
npm verb parsed url   path: '~0.6.0',
npm verb parsed url   href: '~0.6.0' }
npm verb addNamed [ 'caseless', '~0.6.0' ]
npm verb addNamed [ null, '>=0.6.0-0 <0.7.0-0' ]
npm verb lock caseless@~0.6.0 C:\Users\spugliese\AppData\Roaming\npm-cache\5fa01a90-caseless-0-6-0.l
ock
npm verb cache add name="forever-agent" spec="~0.5.0" args=["forever-agent","~0.5.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.5.0',
npm verb parsed url   path: '~0.5.0',
npm verb parsed url   href: '~0.5.0' }
npm verb addNamed [ 'forever-agent', '~0.5.0' ]
npm verb addNamed [ null, '>=0.5.0-0 <0.6.0-0' ]
npm verb lock forever-agent@~0.5.0 C:\Users\spugliese\AppData\Roaming\npm-cache\fa463915-forever-age
nt-0-5-0.lock
npm verb cache add name="qs" spec="~1.2.0" args=["qs","~1.2.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.2.0',
npm verb parsed url   path: '~1.2.0',
npm verb parsed url   href: '~1.2.0' }
npm verb addNamed [ 'qs', '~1.2.0' ]
npm verb addNamed [ null, '>=1.2.0-0 <1.3.0-0' ]
npm verb lock qs@~1.2.0 C:\Users\spugliese\AppData\Roaming\npm-cache\e744df0a-qs-1-2-0.lock
npm verb cache add name="json-stringify-safe" spec="~5.0.0" args=["json-stringify-safe","~5.0.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~5.0.0',
npm verb parsed url   path: '~5.0.0',
npm verb parsed url   href: '~5.0.0' }
npm verb addNamed [ 'json-stringify-safe', '~5.0.0' ]
npm verb addNamed [ null, '>=5.0.0-0 <5.1.0-0' ]
npm verb lock json-stringify-safe@~5.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\063b1a01-json-
stringify-safe-5-0-0.lock
npm verb cache add name="mime-types" spec="~1.0.1" args=["mime-types","~1.0.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.0.1',
npm verb parsed url   path: '~1.0.1',
npm verb parsed url   href: '~1.0.1' }
npm verb addNamed [ 'mime-types', '~1.0.1' ]
npm verb addNamed [ null, '>=1.0.1-0 <1.1.0-0' ]
npm verb lock mime-types@~1.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\c0ad19ba-mime-types-1-0
-1.lock
npm verb cache add name="node-uuid" spec="~1.4.0" args=["node-uuid","~1.4.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.4.0',
npm verb parsed url   path: '~1.4.0',
npm verb parsed url   href: '~1.4.0' }
npm verb addNamed [ 'node-uuid', '~1.4.0' ]
npm verb addNamed [ null, '>=1.4.0-0 <1.5.0-0' ]
npm verb lock node-uuid@~1.4.0 C:\Users\spugliese\AppData\Roaming\npm-cache\f662725f-node-uuid-1-4-0
.lock
npm verb cache add name="tunnel-agent" spec="~0.4.0" args=["tunnel-agent","~0.4.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.4.0',
npm verb parsed url   path: '~0.4.0',
npm verb parsed url   href: '~0.4.0' }
npm verb addNamed [ 'tunnel-agent', '~0.4.0' ]
npm verb addNamed [ null, '>=0.4.0-0 <0.5.0-0' ]
npm verb lock tunnel-agent@~0.4.0 C:\Users\spugliese\AppData\Roaming\npm-cache\2550750e-tunnel-agent
-0-4-0.lock
npm verb cache add name="tough-cookie" spec=">=0.12.0" args=["tough-cookie",">=0.12.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '%3E=0.12.0',
npm verb parsed url   path: '%3E=0.12.0',
npm verb parsed url   href: '%3E=0.12.0' }
npm verb addNamed [ 'tough-cookie', '>=0.12.0' ]
npm verb addNamed [ null, '>=0.12.0' ]
npm verb lock tough-cookie@>=0.12.0 C:\Users\spugliese\AppData\Roaming\npm-cache\66c18ba7-tough-cook
ie-0-12-0.lock
npm verb cache add name="form-data" spec="~0.1.0" args=["form-data","~0.1.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.1.0',
npm verb parsed url   path: '~0.1.0',
npm verb parsed url   href: '~0.1.0' }
npm verb addNamed [ 'form-data', '~0.1.0' ]
npm verb addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
npm verb lock form-data@~0.1.0 C:\Users\spugliese\AppData\Roaming\npm-cache\26aa13f4-form-data-0-1-0
.lock
npm verb cache add name="http-signature" spec="~0.10.0" args=["http-signature","~0.10.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.10.0',
npm verb parsed url   path: '~0.10.0',
npm verb parsed url   href: '~0.10.0' }
npm verb addNamed [ 'http-signature', '~0.10.0' ]
npm verb addNamed [ null, '>=0.10.0-0 <0.11.0-0' ]
npm verb lock http-signature@~0.10.0 C:\Users\spugliese\AppData\Roaming\npm-cache\8170f292-http-sign
ature-0-10-0.lock
npm verb cache add name="oauth-sign" spec="~0.4.0" args=["oauth-sign","~0.4.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.4.0',
npm verb parsed url   path: '~0.4.0',
npm verb parsed url   href: '~0.4.0' }
npm verb addNamed [ 'oauth-sign', '~0.4.0' ]
npm verb addNamed [ null, '>=0.4.0-0 <0.5.0-0' ]
npm verb lock oauth-sign@~0.4.0 C:\Users\spugliese\AppData\Roaming\npm-cache\eafa1447-oauth-sign-0-4
-0.lock
npm verb cache add name="hawk" spec="1.1.1" args=["hawk","1.1.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '1.1.1',
npm verb parsed url   path: '1.1.1',
npm verb parsed url   href: '1.1.1' }
npm verb addNamed [ 'hawk', '1.1.1' ]
npm verb addNamed [ '1.1.1', '1.1.1' ]
npm verb lock hawk@1.1.1 C:\Users\spugliese\AppData\Roaming\npm-cache\61c917cf-hawk-1-1-1.lock
npm verb cache add name="aws-sign2" spec="~0.5.0" args=["aws-sign2","~0.5.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.5.0',
npm verb parsed url   path: '~0.5.0',
npm verb parsed url   href: '~0.5.0' }
npm verb addNamed [ 'aws-sign2', '~0.5.0' ]
npm verb addNamed [ null, '>=0.5.0-0 <0.6.0-0' ]
npm verb lock aws-sign2@~0.5.0 C:\Users\spugliese\AppData\Roaming\npm-cache\82387911-aws-sign2-0-5-0
.lock
npm verb cache add name="stringstream" spec="~0.0.4" args=["stringstream","~0.0.4"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.0.4',
npm verb parsed url   path: '~0.0.4',
npm verb parsed url   href: '~0.0.4' }
npm verb addNamed [ 'stringstream', '~0.0.4' ]
npm verb addNamed [ null, '>=0.0.4-0 <0.1.0-0' ]
npm verb lock stringstream@~0.0.4 C:\Users\spugliese\AppData\Roaming\npm-cache\3b47e33b-stringstream
-0-0-4.lock
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'config-chain@~1.1.8', null ]
npm verb cache add name=undefined spec="config-chain@~1.1.8" args=["config-chain@~1.1.8",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'config-chain@~1.1.8',
npm verb parsed url   path: 'config-chain@~1.1.8',
npm verb parsed url   href: 'config-chain@~1.1.8' }
npm verb cache add [ 'inherits@~2.0.0', null ]
npm verb cache add name=undefined spec="inherits@~2.0.0" args=["inherits@~2.0.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'inherits@~2.0.0',
npm verb parsed url   path: 'inherits@~2.0.0',
npm verb parsed url   href: 'inherits@~2.0.0' }
npm verb cache add [ 'ini@^1.2.0', null ]
npm verb cache add name=undefined spec="ini@^1.2.0" args=["ini@^1.2.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'ini@^1.2.0',
npm verb parsed url   path: 'ini@^1.2.0',
npm verb parsed url   href: 'ini@^1.2.0' }
npm verb cache add [ 'mkdirp@^0.5.0', null ]
npm verb cache add name=undefined spec="mkdirp@^0.5.0" args=["mkdirp@^0.5.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'mkdirp@^0.5.0',
npm verb parsed url   path: 'mkdirp@^0.5.0',
npm verb parsed url   href: 'mkdirp@^0.5.0' }
npm verb cache add [ 'nopt@~3.0.1', null ]
npm verb cache add name=undefined spec="nopt@~3.0.1" args=["nopt@~3.0.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'nopt@~3.0.1',
npm verb parsed url   path: 'nopt@~3.0.1',
npm verb parsed url   href: 'nopt@~3.0.1' }
npm verb cache add [ 'once@~1.3.0', null ]
npm verb cache add name=undefined spec="once@~1.3.0" args=["once@~1.3.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'once@~1.3.0',
npm verb parsed url   path: 'once@~1.3.0',
npm verb parsed url   href: 'once@~1.3.0' }
npm verb cache add [ 'osenv@^0.1.0', null ]
npm verb cache add name=undefined spec="osenv@^0.1.0" args=["osenv@^0.1.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'osenv@^0.1.0',
npm verb parsed url   path: 'osenv@^0.1.0',
npm verb parsed url   href: 'osenv@^0.1.0' }
npm verb cache add [ 'semver@2 || 3 || 4', null ]
npm verb cache add name=undefined spec="semver@2 || 3 || 4" args=["semver@2 || 3 || 4",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'semver@2%20||%203%20||%204',
npm verb parsed url   path: 'semver@2%20||%203%20||%204',
npm verb parsed url   href: 'semver@2%20||%203%20||%204' }
npm verb cache add [ 'uid-number@0.0.5', null ]
npm verb cache add name=undefined spec="uid-number@0.0.5" args=["uid-number@0.0.5",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'uid-number@0.0.5',
npm verb parsed url   path: 'uid-number@0.0.5',
npm verb parsed url   href: 'uid-number@0.0.5' }
npm http 304 https://registry.npmjs.org/graceful-fs
npm verb etag https://registry.npmjs.org/graceful-fs from cache
npm http 304 https://registry.npmjs.org/jsonfile
npm verb etag https://registry.npmjs.org/jsonfile from cache
npm verb cache add name="config-chain" spec="~1.1.8" args=["config-chain","~1.1.8"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.1.8',
npm verb parsed url   path: '~1.1.8',
npm verb parsed url   href: '~1.1.8' }
npm verb addNamed [ 'config-chain', '~1.1.8' ]
npm verb addNamed [ null, '>=1.1.8-0 <1.2.0-0' ]
npm verb lock config-chain@~1.1.8 C:\Users\spugliese\AppData\Roaming\npm-cache\24c95d3c-config-chain
-1-1-8.lock
npm verb cache add name="inherits" spec="~2.0.0" args=["inherits","~2.0.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~2.0.0',
npm verb parsed url   path: '~2.0.0',
npm verb parsed url   href: '~2.0.0' }
npm verb addNamed [ 'inherits', '~2.0.0' ]
npm verb addNamed [ null, '>=2.0.0-0 <2.1.0-0' ]
npm verb lock inherits@~2.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\e2566bb4-inherits-2-0-0.l
ock
npm verb cache add name="ini" spec="^1.2.0" args=["ini","^1.2.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^1.2.0',
npm verb parsed url   path: '^1.2.0',
npm verb parsed url   href: '^1.2.0' }
npm verb addNamed [ 'ini', '^1.2.0' ]
npm verb addNamed [ null, '>=1.2.0-0 <2.0.0-0' ]
npm verb lock ini@^1.2.0 C:\Users\spugliese\AppData\Roaming\npm-cache\394f926d-ini-1-2-0.lock
npm verb cache add name="mkdirp" spec="^0.5.0" args=["mkdirp","^0.5.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^0.5.0',
npm verb parsed url   path: '^0.5.0',
npm verb parsed url   href: '^0.5.0' }
npm verb addNamed [ 'mkdirp', '^0.5.0' ]
npm verb addNamed [ null, '>=0.5.0-0 <0.6.0-0' ]
npm verb lock mkdirp@^0.5.0 C:\Users\spugliese\AppData\Roaming\npm-cache\0879e7d7-mkdirp-0-5-0.lock
npm verb cache add name="nopt" spec="~3.0.1" args=["nopt","~3.0.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~3.0.1',
npm verb parsed url   path: '~3.0.1',
npm verb parsed url   href: '~3.0.1' }
npm verb addNamed [ 'nopt', '~3.0.1' ]
npm verb addNamed [ null, '>=3.0.1-0 <3.1.0-0' ]
npm verb lock nopt@~3.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\9f9d1f6e-nopt-3-0-1.lock
npm verb cache add name="once" spec="~1.3.0" args=["once","~1.3.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.3.0',
npm verb parsed url   path: '~1.3.0',
npm verb parsed url   href: '~1.3.0' }
npm verb addNamed [ 'once', '~1.3.0' ]
npm verb addNamed [ null, '>=1.3.0-0 <1.4.0-0' ]
npm verb lock once@~1.3.0 C:\Users\spugliese\AppData\Roaming\npm-cache\078063e6-once-1-3-0.lock
npm verb cache add name="osenv" spec="^0.1.0" args=["osenv","^0.1.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^0.1.0',
npm verb parsed url   path: '^0.1.0',
npm verb parsed url   href: '^0.1.0' }
npm verb addNamed [ 'osenv', '^0.1.0' ]
npm verb addNamed [ null, '>=0.1.0-0 <0.2.0-0' ]
npm verb lock osenv@^0.1.0 C:\Users\spugliese\AppData\Roaming\npm-cache\c4140281-osenv-0-1-0.lock
npm verb cache add name="semver" spec="2 || 3 || 4" args=["semver","2 || 3 || 4"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '2%20||%203%20||%204',
npm verb parsed url   path: '2%20||%203%20||%204',
npm verb parsed url   href: '2%20||%203%20||%204' }
npm verb addNamed [ 'semver', '2 || 3 || 4' ]
npm verb addNamed [ null,
npm verb addNamed   '>=2.0.0-0 <3.0.0-0||>=3.0.0-0 <4.0.0-0||>=4.0.0-0 <5.0.0-0' ]
npm verb lock semver@2 || 3 || 4 C:\Users\spugliese\AppData\Roaming\npm-cache\a8e8d03c-semver-2-3-4.
lock
npm verb cache add name="uid-number" spec="0.0.5" args=["uid-number","0.0.5"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.0.5',
npm verb parsed url   path: '0.0.5',
npm verb parsed url   href: '0.0.5' }
npm verb addNamed [ 'uid-number', '0.0.5' ]
npm verb addNamed [ '0.0.5', '0.0.5' ]
npm verb lock uid-number@0.0.5 C:\Users\spugliese\AppData\Roaming\npm-cache\40dd06a5-uid-number-0-0-
5.lock
npm verb addNamed [ 'rimraf', '2.3.2' ]
npm verb addNamed [ '2.3.2', '2.3.2' ]
npm verb lock rimraf@2.3.2 C:\Users\spugliese\AppData\Roaming\npm-cache\abb2e9cb-rimraf-2-3-2.lock
npm verb request where is /tunnel-agent
npm verb request registry https://registry.npmjs.org/
npm verb url raw /tunnel-agent
npm verb url resolving [ 'https://registry.npmjs.org/', './tunnel-agent' ]
npm verb url resolved https://registry.npmjs.org/tunnel-agent
npm verb request where is https://registry.npmjs.org/tunnel-agent
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "A0PR2KI9ZFG7ALAX15TNHE80V"
npm http GET https://registry.npmjs.org/tunnel-agent
npm verb request where is /aws-sign2
npm verb request registry https://registry.npmjs.org/
npm verb url raw /aws-sign2
npm verb url resolving [ 'https://registry.npmjs.org/', './aws-sign2' ]
npm verb url resolved https://registry.npmjs.org/aws-sign2
npm verb request where is https://registry.npmjs.org/aws-sign2
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "77UTUEWZP9JOTXY7N5GC34AZF"
npm http GET https://registry.npmjs.org/aws-sign2
npm verb request where is /bl
npm verb request registry https://registry.npmjs.org/
npm verb url raw /bl
npm verb url resolving [ 'https://registry.npmjs.org/', './bl' ]
npm verb url resolved https://registry.npmjs.org/bl
npm verb request where is https://registry.npmjs.org/bl
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "2N9Y584CWU3II3QZTICFKVT8W"
npm http GET https://registry.npmjs.org/bl
npm verb request where is /json-stringify-safe
npm verb request registry https://registry.npmjs.org/
npm verb url raw /json-stringify-safe
npm verb url resolving [ 'https://registry.npmjs.org/', './json-stringify-safe' ]
npm verb url resolved https://registry.npmjs.org/json-stringify-safe
npm verb request where is https://registry.npmjs.org/json-stringify-safe
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "4YZGEE6H8OESB1MW3244HGKI8"
npm http GET https://registry.npmjs.org/json-stringify-safe
npm verb request where is /forever-agent
npm verb request registry https://registry.npmjs.org/
npm verb url raw /forever-agent
npm verb url resolving [ 'https://registry.npmjs.org/', './forever-agent' ]
npm verb url resolved https://registry.npmjs.org/forever-agent
npm verb request where is https://registry.npmjs.org/forever-agent
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "CWCRJ4EQTE7B8DNSNMGZFPBBZ"
npm http GET https://registry.npmjs.org/forever-agent
npm verb request where is /node-uuid
npm verb request registry https://registry.npmjs.org/
npm verb url raw /node-uuid
npm verb url resolving [ 'https://registry.npmjs.org/', './node-uuid' ]
npm verb url resolved https://registry.npmjs.org/node-uuid
npm verb request where is https://registry.npmjs.org/node-uuid
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "A1SUGR5MDQA66N1VA4H9MJQVO"
npm http GET https://registry.npmjs.org/node-uuid
npm verb request where is /oauth-sign
npm verb request registry https://registry.npmjs.org/
npm verb url raw /oauth-sign
npm verb url resolving [ 'https://registry.npmjs.org/', './oauth-sign' ]
npm verb url resolved https://registry.npmjs.org/oauth-sign
npm verb request where is https://registry.npmjs.org/oauth-sign
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "A3V12J9G2GT7R1Z7JE52QL1GX"
npm http GET https://registry.npmjs.org/oauth-sign
npm verb request where is /mime-types
npm verb request registry https://registry.npmjs.org/
npm verb url raw /mime-types
npm verb url resolving [ 'https://registry.npmjs.org/', './mime-types' ]
npm verb url resolved https://registry.npmjs.org/mime-types
npm verb request where is https://registry.npmjs.org/mime-types
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "2UD29WV4CCDKNAMXCAH2CZH9M"
npm http GET https://registry.npmjs.org/mime-types
npm verb request where is /caseless
npm verb request registry https://registry.npmjs.org/
npm verb url raw /caseless
npm verb url resolving [ 'https://registry.npmjs.org/', './caseless' ]
npm verb url resolved https://registry.npmjs.org/caseless
npm verb request where is https://registry.npmjs.org/caseless
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "BENJ3TBXFWPW6LYUZGHI9QOMY"
npm http GET https://registry.npmjs.org/caseless
npm verb request where is /stringstream
npm verb request registry https://registry.npmjs.org/
npm verb url raw /stringstream
npm verb url resolving [ 'https://registry.npmjs.org/', './stringstream' ]
npm verb url resolved https://registry.npmjs.org/stringstream
npm verb request where is https://registry.npmjs.org/stringstream
npm info trying registry request attempt 1 at 17:27:01
npm verb etag "94592EEG2SF9H78JE4ETM0S7W"
npm http GET https://registry.npmjs.org/stringstream
npm verb request where is /tough-cookie
npm verb request registry https://registry.npmjs.org/
npm verb url raw /tough-cookie
npm verb url resolving [ 'https://registry.npmjs.org/', './tough-cookie' ]
npm verb url resolved https://registry.npmjs.org/tough-cookie
npm verb request where is https://registry.npmjs.org/tough-cookie
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "2N1GIERBG1BOMTWUOSCZ0N60L"
npm http GET https://registry.npmjs.org/tough-cookie
npm verb request where is /qs
npm verb request registry https://registry.npmjs.org/
npm verb url raw /qs
npm verb url resolving [ 'https://registry.npmjs.org/', './qs' ]
npm verb url resolved https://registry.npmjs.org/qs
npm verb request where is https://registry.npmjs.org/qs
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "EKKKUI566DAQW8WIRQ68TPM16"
npm http GET https://registry.npmjs.org/qs
npm verb request where is /form-data
npm verb request registry https://registry.npmjs.org/
npm verb url raw /form-data
npm verb url resolving [ 'https://registry.npmjs.org/', './form-data' ]
npm verb url resolved https://registry.npmjs.org/form-data
npm verb request where is https://registry.npmjs.org/form-data
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "9YZL2FIB731UFU67L42MTWDX"
npm http GET https://registry.npmjs.org/form-data
npm verb request where is /http-signature
npm verb request registry https://registry.npmjs.org/
npm verb url raw /http-signature
npm verb url resolving [ 'https://registry.npmjs.org/', './http-signature' ]
npm verb url resolved https://registry.npmjs.org/http-signature
npm verb request where is https://registry.npmjs.org/http-signature
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "6X2EFJAJVCHY73LZ2MHUQ1TCT"
npm http GET https://registry.npmjs.org/http-signature
npm verb request where is /hawk
npm verb request registry https://registry.npmjs.org/
npm verb url raw /hawk
npm verb url resolving [ 'https://registry.npmjs.org/', './hawk' ]
npm verb url resolved https://registry.npmjs.org/hawk
npm verb request where is https://registry.npmjs.org/hawk
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "1Y2WJ6SJ4IUSJL6WFP4AXZU5T"
npm http GET https://registry.npmjs.org/hawk
npm verb addNamed [ 'graceful-fs', '3.0.6' ]
npm verb addNamed [ '3.0.6', '3.0.6' ]
npm verb lock graceful-fs@3.0.6 C:\Users\spugliese\AppData\Roaming\npm-cache\69a5c90f-graceful-fs-3-
0-6.lock
npm verb addNamed [ 'jsonfile', '2.0.0' ]
npm verb addNamed [ '2.0.0', '2.0.0' ]
npm verb lock jsonfile@2.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\53973583-jsonfile-2-0-0.lo
ck
npm verb request where is /semver
npm verb request registry https://registry.npmjs.org/
npm verb url raw /semver
npm verb url resolving [ 'https://registry.npmjs.org/', './semver' ]
npm verb url resolved https://registry.npmjs.org/semver
npm verb request where is https://registry.npmjs.org/semver
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "5C9VESNUPK4Y7FYXV8FOJK5II"
npm http GET https://registry.npmjs.org/semver
npm verb request where is /uid-number
npm verb request registry https://registry.npmjs.org/
npm verb url raw /uid-number
npm verb url resolving [ 'https://registry.npmjs.org/', './uid-number' ]
npm verb url resolved https://registry.npmjs.org/uid-number
npm verb request where is https://registry.npmjs.org/uid-number
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "CWFLK7S5CJT098IANBCL68CGK"
npm http GET https://registry.npmjs.org/uid-number
npm verb request where is /osenv
npm verb request registry https://registry.npmjs.org/
npm verb url raw /osenv
npm verb url resolving [ 'https://registry.npmjs.org/', './osenv' ]
npm verb url resolved https://registry.npmjs.org/osenv
npm verb request where is https://registry.npmjs.org/osenv
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "AIG648861D2VP5RAO0O3EF639"
npm http GET https://registry.npmjs.org/osenv
npm verb request where is /ini
npm verb request registry https://registry.npmjs.org/
npm verb url raw /ini
npm verb url resolving [ 'https://registry.npmjs.org/', './ini' ]
npm verb url resolved https://registry.npmjs.org/ini
npm verb request where is https://registry.npmjs.org/ini
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "C8SRA3I1RA969YHBD3W9WA881"
npm http GET https://registry.npmjs.org/ini
npm verb request where is /nopt
npm verb request registry https://registry.npmjs.org/
npm verb url raw /nopt
npm verb url resolving [ 'https://registry.npmjs.org/', './nopt' ]
npm verb url resolved https://registry.npmjs.org/nopt
npm verb request where is https://registry.npmjs.org/nopt
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "33E51D7L2VL4IWEQQYT6B6P9H"
npm http GET https://registry.npmjs.org/nopt
npm verb request where is /inherits
npm verb request registry https://registry.npmjs.org/
npm verb url raw /inherits
npm verb url resolving [ 'https://registry.npmjs.org/', './inherits' ]
npm verb url resolved https://registry.npmjs.org/inherits
npm verb request where is https://registry.npmjs.org/inherits
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "2JQ9T5BW10349CYNB2L6ASWW6"
npm http GET https://registry.npmjs.org/inherits
npm verb request where is /once
npm verb request registry https://registry.npmjs.org/
npm verb url raw /once
npm verb url resolving [ 'https://registry.npmjs.org/', './once' ]
npm verb url resolved https://registry.npmjs.org/once
npm verb request where is https://registry.npmjs.org/once
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "31E761SQYSANL7L9YN3KL4RTO"
npm http GET https://registry.npmjs.org/once
npm verb request where is /mkdirp
npm verb request registry https://registry.npmjs.org/
npm verb url raw /mkdirp
npm verb url resolving [ 'https://registry.npmjs.org/', './mkdirp' ]
npm verb url resolved https://registry.npmjs.org/mkdirp
npm verb request where is https://registry.npmjs.org/mkdirp
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "7F1U0NKWVWZ0LTDK4GHVKD2OV"
npm http GET https://registry.npmjs.org/mkdirp
npm verb request where is /config-chain
npm verb request registry https://registry.npmjs.org/
npm verb url raw /config-chain
npm verb url resolving [ 'https://registry.npmjs.org/', './config-chain' ]
npm verb url resolved https://registry.npmjs.org/config-chain
npm verb request where is https://registry.npmjs.org/config-chain
npm info trying registry request attempt 1 at 17:27:02
npm verb etag "2CZSVTRGUQZXXZJI8XV5S3CGJ"
npm http GET https://registry.npmjs.org/config-chain
npm info install rimraf@2.3.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra
npm info install graceful-fs@3.0.6 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extr
a
npm info install jsonfile@2.0.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra
npm info installOne rimraf@2.3.2
npm info installOne graceful-fs@3.0.6
npm info installOne jsonfile@2.0.0
npm http 304 https://registry.npmjs.org/tunnel-agent
npm verb etag https://registry.npmjs.org/tunnel-agent from cache
npm http 304 https://registry.npmjs.org/bl
npm verb etag https://registry.npmjs.org/bl from cache
npm http 304 https://registry.npmjs.org/aws-sign2
npm verb etag https://registry.npmjs.org/aws-sign2 from cache
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\graceful-fs unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\jsonfile unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\rimraf\2.3.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f C:\Users\spugliese\AppData\Roaming\npm-cache\a0be91b2-les-fs-extra-node-modules-rimraf.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\rimraf\2.3.2\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\a3c6cd64-m-cache-rimraf-2-3-2-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\graceful-fs\3.0.6\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\grace
ful-fs C:\Users\spugliese\AppData\Roaming\npm-cache\00d998d9-s-extra-node-modules-graceful-fs.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\graceful-fs\3.0.6\package.tgz C:\Us
ers\spugliese\AppData\Roaming\npm-cache\86db0755-he-graceful-fs-3-0-6-package-tgz.lock
npm http 304 https://registry.npmjs.org/node-uuid
npm verb etag https://registry.npmjs.org/node-uuid from cache
npm http 304 https://registry.npmjs.org/oauth-sign
npm verb etag https://registry.npmjs.org/oauth-sign from cache
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\jsonfile\2.0.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\jsonf
ile C:\Users\spugliese\AppData\Roaming\npm-cache\76846993-s-fs-extra-node-modules-jsonfile.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\jsonfile\2.0.0\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\68e6e8d8-cache-jsonfile-2-0-0-package-tgz.lock
npm http 304 https://registry.npmjs.org/mime-types
npm verb etag https://registry.npmjs.org/mime-types from cache
npm http 304 https://registry.npmjs.org/forever-agent
npm verb etag https://registry.npmjs.org/forever-agent from cache
npm http 304 https://registry.npmjs.org/json-stringify-safe
npm verb etag https://registry.npmjs.org/json-stringify-safe from cache
npm http 304 https://registry.npmjs.org/caseless
npm verb etag https://registry.npmjs.org/caseless from cache
npm http 304 https://registry.npmjs.org/stringstream
npm verb etag https://registry.npmjs.org/stringstream from cache
npm http 304 https://registry.npmjs.org/tough-cookie
npm verb etag https://registry.npmjs.org/tough-cookie from cache
npm verb addNamed [ 'aws-sign2', '0.5.0' ]
npm verb addNamed [ '0.5.0', '0.5.0' ]
npm verb lock aws-sign2@0.5.0 C:\Users\spugliese\AppData\Roaming\npm-cache\5a1dbd9b-aws-sign2-0-5-0.
lock
npm verb addNamed [ 'tunnel-agent', '0.4.0' ]
npm verb addNamed [ '0.4.0', '0.4.0' ]
npm verb lock tunnel-agent@0.4.0 C:\Users\spugliese\AppData\Roaming\npm-cache\d3ccfadd-tunnel-agent-
0-4-0.lock
npm verb addNamed [ 'bl', '0.9.4' ]
npm verb addNamed [ '0.9.4', '0.9.4' ]
npm verb lock bl@0.9.4 C:\Users\spugliese\AppData\Roaming\npm-cache\a57792fd-bl-0-9-4.lock
npm http 304 https://registry.npmjs.org/qs
npm verb etag https://registry.npmjs.org/qs from cache
npm http 304 https://registry.npmjs.org/form-data
npm verb etag https://registry.npmjs.org/form-data from cache
npm http 304 https://registry.npmjs.org/http-signature
npm verb etag https://registry.npmjs.org/http-signature from cache
npm http 304 https://registry.npmjs.org/hawk
npm verb etag https://registry.npmjs.org/hawk from cache
npm http 304 https://registry.npmjs.org/semver
npm verb etag https://registry.npmjs.org/semver from cache
npm http 304 https://registry.npmjs.org/uid-number
npm verb etag https://registry.npmjs.org/uid-number from cache
npm verb addNamed [ 'node-uuid', '1.4.3' ]
npm verb addNamed [ '1.4.3', '1.4.3' ]
npm verb lock node-uuid@1.4.3 C:\Users\spugliese\AppData\Roaming\npm-cache\032f5ce0-node-uuid-1-4-3.
lock
npm verb addNamed [ 'oauth-sign', '0.4.0' ]
npm verb addNamed [ '0.4.0', '0.4.0' ]
npm verb lock oauth-sign@0.4.0 C:\Users\spugliese\AppData\Roaming\npm-cache\b590a297-oauth-sign-0-4-
0.lock
npm http 304 https://registry.npmjs.org/osenv
npm verb etag https://registry.npmjs.org/osenv from cache
npm http 304 https://registry.npmjs.org/ini
npm verb etag https://registry.npmjs.org/ini from cache
npm verb addNamed [ 'forever-agent', '0.5.2' ]
npm verb addNamed [ '0.5.2', '0.5.2' ]
npm verb lock forever-agent@0.5.2 C:\Users\spugliese\AppData\Roaming\npm-cache\20c7a74d-forever-agen
t-0-5-2.lock
npm verb addNamed [ 'mime-types', '1.0.2' ]
npm verb addNamed [ '1.0.2', '1.0.2' ]
npm verb lock mime-types@1.0.2 C:\Users\spugliese\AppData\Roaming\npm-cache\76dbc619-mime-types-1-0-
2.lock
npm http 304 https://registry.npmjs.org/nopt
npm verb etag https://registry.npmjs.org/nopt from cache
npm http 304 https://registry.npmjs.org/inherits
npm verb etag https://registry.npmjs.org/inherits from cache
npm http 304 https://registry.npmjs.org/once
npm verb etag https://registry.npmjs.org/once from cache
npm verb addNamed [ 'json-stringify-safe', '5.0.0' ]
npm verb addNamed [ '5.0.0', '5.0.0' ]
npm verb lock json-stringify-safe@5.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\1d9ebe76-json-s
tringify-safe-5-0-0.lock
npm verb addNamed [ 'caseless', '0.6.0' ]
npm verb addNamed [ '0.6.0', '0.6.0' ]
npm verb lock caseless@0.6.0 C:\Users\spugliese\AppData\Roaming\npm-cache\5a70cfa1-caseless-0-6-0.lo
ck
npm http 304 https://registry.npmjs.org/mkdirp
npm verb etag https://registry.npmjs.org/mkdirp from cache
npm info preinstall throttleit@0.0.2
npm verb addNamed [ 'stringstream', '0.0.4' ]
npm verb addNamed [ '0.0.4', '0.0.4' ]
npm verb lock stringstream@0.0.4 C:\Users\spugliese\AppData\Roaming\npm-cache\d5b1739d-stringstream-
0-0-4.lock
npm http 304 https://registry.npmjs.org/config-chain
npm verb etag https://registry.npmjs.org/config-chain from cache
npm verb addNamed [ 'tough-cookie', '0.13.0' ]
npm verb addNamed [ '0.13.0', '0.13.0' ]
npm verb lock tough-cookie@0.13.0 C:\Users\spugliese\AppData\Roaming\npm-cache\423be388-tough-cookie
-0-13-0.lock
npm verb addNamed [ 'qs', '1.2.2' ]
npm verb addNamed [ '1.2.2', '1.2.2' ]
npm verb lock qs@1.2.2 C:\Users\spugliese\AppData\Roaming\npm-cache\f52eadb5-qs-1-2-2.lock
npm verb addNamed [ 'form-data', '0.1.4' ]
npm verb addNamed [ '0.1.4', '0.1.4' ]
npm verb lock form-data@0.1.4 C:\Users\spugliese\AppData\Roaming\npm-cache\3912a592-form-data-0-1-4.
lock
npm verb addNamed [ 'http-signature', '0.10.1' ]
npm verb addNamed [ '0.10.1', '0.10.1' ]
npm verb lock http-signature@0.10.1 C:\Users\spugliese\AppData\Roaming\npm-cache\2847f457-http-signa
ture-0-10-1.lock
npm verb readDependencies using package.json deps
npm verb addNamed [ 'semver', '4.3.3' ]
npm verb addNamed [ '4.3.3', '4.3.3' ]
npm verb lock semver@4.3.3 C:\Users\spugliese\AppData\Roaming\npm-cache\593e89d7-semver-4-3-3.lock
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request-progress\node_m
odules\throttleit
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request-progress\node_modules\th
rottleit
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request-progress\\no
de_modules' ]
npm info linkStuff throttleit@0.0.2
npm verb linkBins throttleit@0.0.2
npm verb linkMans throttleit@0.0.2
npm verb rebuildBundles throttleit@0.0.2
npm info install throttleit@0.0.2
npm verb addNamed [ 'osenv', '0.1.0' ]
npm verb addNamed [ '0.1.0', '0.1.0' ]
npm verb lock osenv@0.1.0 C:\Users\spugliese\AppData\Roaming\npm-cache\8f25476a-osenv-0-1-0.lock
npm verb addNamed [ 'ini', '1.3.3' ]
npm verb addNamed [ '1.3.3', '1.3.3' ]
npm verb lock ini@1.3.3 C:\Users\spugliese\AppData\Roaming\npm-cache\5f1a4913-ini-1-3-3.lock
npm verb addNamed [ 'inherits', '2.0.1' ]
npm verb addNamed [ '2.0.1', '2.0.1' ]
npm verb lock inherits@2.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\2b2e8f1b-inherits-2-0-1.lo
ck
npm verb addNamed [ 'nopt', '3.0.1' ]
npm verb addNamed [ '3.0.1', '3.0.1' ]
npm verb lock nopt@3.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\a15bc1c5-nopt-3-0-1.lock
npm verb addNamed [ 'once', '1.3.1' ]
npm verb addNamed [ '1.3.1', '1.3.1' ]
npm verb lock once@1.3.1 C:\Users\spugliese\AppData\Roaming\npm-cache\f243a731-once-1-3-1.lock
npm verb addNamed [ 'mkdirp', '0.5.0' ]
npm verb addNamed [ '0.5.0', '0.5.0' ]
npm verb lock mkdirp@0.5.0 C:\Users\spugliese\AppData\Roaming\npm-cache\bf9ae38d-mkdirp-0-5-0.lock
npm info postinstall throttleit@0.0.2
npm verb addNamed [ 'config-chain', '1.1.8' ]
npm verb addNamed [ '1.1.8', '1.1.8' ]
npm verb lock config-chain@1.1.8 C:\Users\spugliese\AppData\Roaming\npm-cache\f184139b-config-chain-
1-1-8.lock
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request-progress
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request-progress
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff request-progress@0.3.1
npm verb linkBins request-progress@0.3.1
npm verb linkMans request-progress@0.3.1
npm verb rebuildBundles request-progress@0.3.1
npm verb rebuildBundles [ 'throttleit' ]
npm info install request-progress@0.3.1
npm info postinstall request-progress@0.3.1
npm info install tunnel-agent@0.4.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\reques
t
npm info install aws-sign2@0.5.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install bl@0.9.4 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install node-uuid@1.4.3 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install oauth-sign@0.4.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install mime-types@1.0.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install caseless@0.6.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install json-stringify-safe@5.0.0 into C:\testbootstrap\node_modules\phantomjs\node_modules
\request
npm info install forever-agent@0.5.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\reque
st
npm info install stringstream@0.0.4 into C:\testbootstrap\node_modules\phantomjs\node_modules\reques
t
npm info install tough-cookie@0.13.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\reque
st
npm info install hawk@1.1.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install form-data@0.1.4 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info install http-signature@0.10.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\req
uest
npm info install qs@1.2.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info installOne tunnel-agent@0.4.0
npm info installOne aws-sign2@0.5.0
npm info installOne bl@0.9.4
npm info installOne node-uuid@1.4.3
npm info installOne oauth-sign@0.4.0
npm info installOne mime-types@1.0.2
npm info installOne caseless@0.6.0
npm info installOne json-stringify-safe@5.0.0
npm info installOne forever-agent@0.5.2
npm info installOne stringstream@0.0.4
npm info installOne tough-cookie@0.13.0
npm info installOne hawk@1.1.1
npm info installOne form-data@0.1.4
npm info installOne http-signature@0.10.1
npm info installOne qs@1.2.2
npm verb node_modules\phantomjs\node_modules\request\node_modules\tunnel-agent unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\aws-sign2 unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\bl unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\node-uuid unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\oauth-sign unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\mime-types unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\caseless unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\json-stringify-safe unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\forever-agent unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\stringstream unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\tough-cookie unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\hawk unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\form-data unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\http-signature unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\qs unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\tunnel-agent\0.4.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tunnel
-agent C:\Users\spugliese\AppData\Roaming\npm-cache\ccd8e021-equest-node-modules-tunnel-agent.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\tunnel-agent\0.4.0\package.tgz C:\U
sers\spugliese\AppData\Roaming\npm-cache\d9950658-e-tunnel-agent-0-4-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\aws-si
gn2 C:\Users\spugliese\AppData\Roaming\npm-cache\7c7e8366-s-request-node-modules-aws-sign2.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\aws-sign2\0.5.0\package.tgz C:\User
s\spugliese\AppData\Roaming\npm-cache\a0110f78-ache-aws-sign2-0-5-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\bl\0.9.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl C:\
Users\spugliese\AppData\Roaming\npm-cache\887a2091--modules-request-node-modules-bl.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\bl\0.9.4\package.tgz C:\Users\spugl
iese\AppData\Roaming\npm-cache\fc686482-g-npm-cache-bl-0-9-4-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\node-uuid\1.4.3\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\node-u
uid C:\Users\spugliese\AppData\Roaming\npm-cache\f5939489-s-request-node-modules-node-uuid.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\node-uuid\1.4.3\package.tgz C:\User
s\spugliese\AppData\Roaming\npm-cache\c336a683-ache-node-uuid-1-4-3-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\oauth-sign\0.4.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\oauth-
sign C:\Users\spugliese\AppData\Roaming\npm-cache\156d3f5a--request-node-modules-oauth-sign.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\oauth-sign\0.4.0\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\af3a2ef2-che-oauth-sign-0-4-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\mime-types\1.0.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\mime-t
ypes C:\Users\spugliese\AppData\Roaming\npm-cache\c84a21da--request-node-modules-mime-types.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\mime-types\1.0.2\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\e00e0376-che-mime-types-1-0-2-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\json-stringify-safe\5.0.0\package.t
gz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\json-s
tringify-safe C:\Users\spugliese\AppData\Roaming\npm-cache\f5a15991-node-modules-json-stringify-safe
.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\json-stringify-safe\5.0.0\package.t
gz C:\Users\spugliese\AppData\Roaming\npm-cache\d6d49edf-stringify-safe-5-0-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\forever-agent\0.5.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\foreve
r-agent C:\Users\spugliese\AppData\Roaming\npm-cache\f80ff825-quest-node-modules-forever-agent.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\forever-agent\0.5.2\package.tgz C:\
Users\spugliese\AppData\Roaming\npm-cache\23a8384f--forever-agent-0-5-2-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\stringstream\0.0.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\string
stream C:\Users\spugliese\AppData\Roaming\npm-cache\a19c8cac-equest-node-modules-stringstream.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\stringstream\0.0.4\package.tgz C:\U
sers\spugliese\AppData\Roaming\npm-cache\af288cab-e-stringstream-0-0-4-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\tough-cookie\0.13.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tough-
cookie C:\Users\spugliese\AppData\Roaming\npm-cache\8bf5d8ed-equest-node-modules-tough-cookie.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\tough-cookie\0.13.0\package.tgz C:\
Users\spugliese\AppData\Roaming\npm-cache\0065d893--tough-cookie-0-13-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\hawk\1.1.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk C
:\Users\spugliese\AppData\Roaming\npm-cache\2a9702e6-odules-request-node-modules-hawk.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\hawk\1.1.1\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\420dfe60-npm-cache-hawk-1-1-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\form-data\0.1.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-d
ata C:\Users\spugliese\AppData\Roaming\npm-cache\d7adf205-s-request-node-modules-form-data.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\form-data\0.1.4\package.tgz C:\User
s\spugliese\AppData\Roaming\npm-cache\9ab9d3ff-ache-form-data-0-1-4-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\caseless\0.6.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\casele
ss C:\Users\spugliese\AppData\Roaming\npm-cache\e53006f7-es-request-node-modules-caseless.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\caseless\0.6.0\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\90e46d66-cache-caseless-0-6-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\http-signature\0.10.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-s
ignature C:\Users\spugliese\AppData\Roaming\npm-cache\86214781-uest-node-modules-http-signature.lock

npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\http-signature\0.10.1\package.tgz C
:\Users\spugliese\AppData\Roaming\npm-cache\44856751-ttp-signature-0-10-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\qs\1.2.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\qs C:\
Users\spugliese\AppData\Roaming\npm-cache\7e652d89--modules-request-node-modules-qs.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\qs\1.2.2\package.tgz C:\Users\spugl
iese\AppData\Roaming\npm-cache\9d02f3c3-g-npm-cache-qs-1-2-2-package-tgz.lock
npm info install uid-number@0.0.5 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install semver@4.3.3 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install ini@1.3.3 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install nopt@3.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install osenv@0.1.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install mkdirp@0.5.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install inherits@2.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install once@1.3.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info install config-chain@1.1.8 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmcon
f
npm info installOne uid-number@0.0.5
npm info installOne semver@4.3.3
npm info installOne ini@1.3.3
npm info installOne nopt@3.0.1
npm info installOne osenv@0.1.0
npm info installOne mkdirp@0.5.0
npm info installOne inherits@2.0.1
npm info installOne once@1.3.1
npm info installOne config-chain@1.1.8
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\uid-number unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\semver unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\ini unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\nopt unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\osenv unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\mkdirp unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\inherits unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\once unbuild
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\config-chain unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\uid-number\0.0.5\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\uid-nu
mber C:\Users\spugliese\AppData\Roaming\npm-cache\b23a39a3--npmconf-node-modules-uid-number.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\uid-number\0.0.5\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\c14bf13b-che-uid-number-0-0-5-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\semver\4.3.3\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\semver
 C:\Users\spugliese\AppData\Roaming\npm-cache\ed644680-ules-npmconf-node-modules-semver.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\semver\4.3.3\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\85b584bb-m-cache-semver-4-3-3-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\ini\1.3.3\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\ini C:
\Users\spugliese\AppData\Roaming\npm-cache\210af389-modules-npmconf-node-modules-ini.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\ini\1.3.3\package.tgz C:\Users\spug
liese\AppData\Roaming\npm-cache\f9af6b8b--npm-cache-ini-1-3-3-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\nopt\3.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\nopt C
:\Users\spugliese\AppData\Roaming\npm-cache\6705fde2-odules-npmconf-node-modules-nopt.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\nopt\3.0.1\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\f279a32f-npm-cache-nopt-3-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\osenv\0.1.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\osenv
C:\Users\spugliese\AppData\Roaming\npm-cache\ba90cd01-dules-npmconf-node-modules-osenv.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\osenv\0.1.0\package.tgz C:\Users\sp
ugliese\AppData\Roaming\npm-cache\c626086c-pm-cache-osenv-0-1-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\mkdirp
 C:\Users\spugliese\AppData\Roaming\npm-cache\9ffb132f-ules-npmconf-node-modules-mkdirp.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\mkdirp\0.5.0\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\cedc39c5-m-cache-mkdirp-0-5-0-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\inheri
ts C:\Users\spugliese\AppData\Roaming\npm-cache\5939e2a8-es-npmconf-node-modules-inherits.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\28fc9aab-cache-inherits-2-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\once\1.3.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\once C
:\Users\spugliese\AppData\Roaming\npm-cache\9c81e104-odules-npmconf-node-modules-once.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\once\1.3.1\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\24dd7a77-npm-cache-once-1-3-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\config-chain\1.1.8\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\config
-chain C:\Users\spugliese\AppData\Roaming\npm-cache\ccf007e2-pmconf-node-modules-config-chain.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\config-chain\1.1.8\package.tgz C:\U
sers\spugliese\AppData\Roaming\npm-cache\de029829-e-config-chain-1-1-8-package-tgz.lock
npm info preinstall rimraf@2.3.2
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm info preinstall jsonfile@2.0.0
npm verb cache add [ 'glob@^4.4.2', null ]
npm verb cache add name=undefined spec="glob@^4.4.2" args=["glob@^4.4.2",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'glob@^4.4.2',
npm verb parsed url   path: 'glob@^4.4.2',
npm verb parsed url   href: 'glob@^4.4.2' }
npm verb cache add name="glob" spec="^4.4.2" args=["glob","^4.4.2"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^4.4.2',
npm verb parsed url   path: '^4.4.2',
npm verb parsed url   href: '^4.4.2' }
npm verb addNamed [ 'glob', '^4.4.2' ]
npm verb addNamed [ null, '>=4.4.2-0 <5.0.0-0' ]
npm verb lock glob@^4.4.2 C:\Users\spugliese\AppData\Roaming\npm-cache\f176e5c8-glob-4-4-2.lock
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\j
sonfile
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\jsonfile
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es' ]
npm info linkStuff jsonfile@2.0.0
npm verb linkBins jsonfile@2.0.0
npm verb linkMans jsonfile@2.0.0
npm verb rebuildBundles jsonfile@2.0.0
npm info install jsonfile@2.0.0
npm info postinstall jsonfile@2.0.0
npm info preinstall caseless@0.6.0
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ca
seless
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\caseless
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff caseless@0.6.0
npm verb linkBins caseless@0.6.0
npm verb linkMans caseless@0.6.0
npm verb rebuildBundles caseless@0.6.0
npm info install caseless@0.6.0
npm info postinstall caseless@0.6.0
npm info preinstall once@1.3.1
npm verb readDependencies using package.json deps
npm info preinstall aws-sign2@0.5.0
npm info preinstall forever-agent@0.5.2
npm verb readDependencies using package.json deps
npm info preinstall json-stringify-safe@5.0.0
npm verb readDependencies using package.json deps
npm verb cache add [ 'wrappy@1', null ]
npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'wrappy@1',
npm verb parsed url   path: 'wrappy@1',
npm verb parsed url   href: 'wrappy@1' }
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\aw
s-sign2
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\aws-sign2
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff aws-sign2@0.5.0
npm verb linkBins aws-sign2@0.5.0
npm verb linkMans aws-sign2@0.5.0
npm verb rebuildBundles aws-sign2@0.5.0
npm verb readDependencies using package.json deps
npm info preinstall uid-number@0.0.5
npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '1',
npm verb parsed url   path: '1',
npm verb parsed url   href: '1' }
npm verb addNamed [ 'wrappy', '1' ]
npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
npm verb lock wrappy@1 C:\Users\spugliese\AppData\Roaming\npm-cache\9c19197c-wrappy-1.lock
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\fo
rever-agent
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\forever-age
nt
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff forever-agent@0.5.2
npm verb linkBins forever-agent@0.5.2
npm verb linkMans forever-agent@0.5.2
npm verb rebuildBundles forever-agent@0.5.2
npm info install aws-sign2@0.5.0
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\js
on-stringify-safe
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\json-string
ify-safe
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff json-stringify-safe@5.0.0
npm verb linkBins json-stringify-safe@5.0.0
npm verb linkMans json-stringify-safe@5.0.0
npm verb rebuildBundles json-stringify-safe@5.0.0
npm info install forever-agent@0.5.2
npm info preinstall form-data@0.1.4
npm info install json-stringify-safe@5.0.0
npm info preinstall stringstream@0.0.4
npm info postinstall aws-sign2@0.5.0
npm verb readDependencies using package.json deps
npm info postinstall forever-agent@0.5.2
npm info postinstall json-stringify-safe@5.0.0
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\ui
d-number
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\uid-number
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff uid-number@0.0.5
npm verb linkBins uid-number@0.0.5
npm verb linkMans uid-number@0.0.5
npm verb rebuildBundles uid-number@0.0.5
npm verb readDependencies using package.json deps
npm info install uid-number@0.0.5
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\st
ringstream
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\stringstrea
m
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff stringstream@0.0.4
npm verb linkBins stringstream@0.0.4
npm verb linkMans stringstream@0.0.4
npm verb rebuildBundles stringstream@0.0.4
npm verb cache add [ 'combined-stream@~0.0.4', null ]
npm verb cache add name=undefined spec="combined-stream@~0.0.4" args=["combined-stream@~0.0.4",null]

npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'combined-stream@~0.0.4',
npm verb parsed url   path: 'combined-stream@~0.0.4',
npm verb parsed url   href: 'combined-stream@~0.0.4' }
npm verb cache add [ 'mime@~1.2.11', null ]
npm verb cache add name=undefined spec="mime@~1.2.11" args=["mime@~1.2.11",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'mime@~1.2.11',
npm verb parsed url   path: 'mime@~1.2.11',
npm verb parsed url   href: 'mime@~1.2.11' }
npm verb cache add [ 'async@~0.9.0', null ]
npm verb cache add name=undefined spec="async@~0.9.0" args=["async@~0.9.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'async@~0.9.0',
npm verb parsed url   path: 'async@~0.9.0',
npm verb parsed url   href: 'async@~0.9.0' }
npm info postinstall uid-number@0.0.5
npm info install stringstream@0.0.4
npm verb cache add name="combined-stream" spec="~0.0.4" args=["combined-stream","~0.0.4"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.0.4',
npm verb parsed url   path: '~0.0.4',
npm verb parsed url   href: '~0.0.4' }
npm verb addNamed [ 'combined-stream', '~0.0.4' ]
npm verb addNamed [ null, '>=0.0.4-0 <0.1.0-0' ]
npm verb lock combined-stream@~0.0.4 C:\Users\spugliese\AppData\Roaming\npm-cache\97e270a8-combined-
stream-0-0-4.lock
npm verb cache add name="mime" spec="~1.2.11" args=["mime","~1.2.11"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.2.11',
npm verb parsed url   path: '~1.2.11',
npm verb parsed url   href: '~1.2.11' }
npm verb addNamed [ 'mime', '~1.2.11' ]
npm verb addNamed [ null, '>=1.2.11-0 <1.3.0-0' ]
npm verb lock mime@~1.2.11 C:\Users\spugliese\AppData\Roaming\npm-cache\be28297f-mime-1-2-11.lock
npm verb cache add name="async" spec="~0.9.0" args=["async","~0.9.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.9.0',
npm verb parsed url   path: '~0.9.0',
npm verb parsed url   href: '~0.9.0' }
npm verb addNamed [ 'async', '~0.9.0' ]
npm verb addNamed [ null, '>=0.9.0-0 <0.10.0-0' ]
npm verb lock async@~0.9.0 C:\Users\spugliese\AppData\Roaming\npm-cache\38be4a8c-async-0-9-0.lock
npm info postinstall stringstream@0.0.4
npm verb request where is /wrappy
npm verb request registry https://registry.npmjs.org/
npm verb url raw /wrappy
npm verb url resolving [ 'https://registry.npmjs.org/', './wrappy' ]
npm verb url resolved https://registry.npmjs.org/wrappy
npm verb request where is https://registry.npmjs.org/wrappy
npm info trying registry request attempt 1 at 17:27:03
npm verb etag "ASAG1099GQR9G8F8GC8LZ1BSZ"
npm http GET https://registry.npmjs.org/wrappy
npm verb request where is /glob
npm verb request registry https://registry.npmjs.org/
npm verb url raw /glob
npm verb url resolving [ 'https://registry.npmjs.org/', './glob' ]
npm verb url resolved https://registry.npmjs.org/glob
npm verb request where is https://registry.npmjs.org/glob
npm info trying registry request attempt 1 at 17:27:03
npm verb etag "BNLDB0931CUO3FTFOH4N5X520"
npm http GET https://registry.npmjs.org/glob
npm info preinstall graceful-fs@3.0.6
npm verb readDependencies using package.json deps
npm info preinstall tunnel-agent@0.4.0
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\g
raceful-fs
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\graceful-f
s
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es' ]
npm info linkStuff graceful-fs@3.0.6
npm verb linkBins graceful-fs@3.0.6
npm verb linkMans graceful-fs@3.0.6
npm verb rebuildBundles graceful-fs@3.0.6
npm info install graceful-fs@3.0.6
npm info preinstall oauth-sign@0.4.0
npm verb readDependencies using package.json deps
npm info postinstall graceful-fs@3.0.6
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tu
nnel-agent
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tunnel-agen
t
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff tunnel-agent@0.4.0
npm verb linkBins tunnel-agent@0.4.0
npm verb linkMans tunnel-agent@0.4.0
npm verb rebuildBundles tunnel-agent@0.4.0
npm verb readDependencies using package.json deps
npm info install tunnel-agent@0.4.0
npm verb request where is /combined-stream
npm verb request registry https://registry.npmjs.org/
npm verb url raw /combined-stream
npm verb url resolving [ 'https://registry.npmjs.org/', './combined-stream' ]
npm verb url resolved https://registry.npmjs.org/combined-stream
npm verb request where is https://registry.npmjs.org/combined-stream
npm info trying registry request attempt 1 at 17:27:03
npm verb etag "DSXMS5AR6F3F7589ELVTOO6PH"
npm http GET https://registry.npmjs.org/combined-stream
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\oa
uth-sign
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\oauth-sign
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff oauth-sign@0.4.0
npm verb linkBins oauth-sign@0.4.0
npm verb linkMans oauth-sign@0.4.0
npm verb rebuildBundles oauth-sign@0.4.0
npm http 304 https://registry.npmjs.org/wrappy
npm verb etag https://registry.npmjs.org/wrappy from cache
npm info install oauth-sign@0.4.0
npm info postinstall tunnel-agent@0.4.0
npm info postinstall oauth-sign@0.4.0
npm verb request where is /mime
npm verb request registry https://registry.npmjs.org/
npm verb url raw /mime
npm verb url resolving [ 'https://registry.npmjs.org/', './mime' ]
npm verb url resolved https://registry.npmjs.org/mime
npm verb request where is https://registry.npmjs.org/mime
npm info trying registry request attempt 1 at 17:27:03
npm verb etag "3ZRQIU5H2D52GRYT3000WPDFS"
npm http GET https://registry.npmjs.org/mime
npm verb request where is /async
npm verb request registry https://registry.npmjs.org/
npm verb url raw /async
npm verb url resolving [ 'https://registry.npmjs.org/', './async' ]
npm verb url resolved https://registry.npmjs.org/async
npm verb request where is https://registry.npmjs.org/async
npm info trying registry request attempt 1 at 17:27:03
npm verb etag "44PQCOQFAIVKU9MJ3Z5Z2A1FM"
npm http GET https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/glob
npm verb etag https://registry.npmjs.org/glob from cache
npm info preinstall inherits@2.0.1
npm verb addNamed [ 'wrappy', '1.0.1' ]
npm verb addNamed [ '1.0.1', '1.0.1' ]
npm verb lock wrappy@1.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\eed3fb5b-wrappy-1-0-1.lock
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\in
herits
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\inherits
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff inherits@2.0.1
npm verb linkBins inherits@2.0.1
npm verb linkMans inherits@2.0.1
npm verb rebuildBundles inherits@2.0.1
npm info install inherits@2.0.1
npm verb addNamed [ 'glob', '4.5.3' ]
npm verb addNamed [ '4.5.3', '4.5.3' ]
npm verb lock glob@4.5.3 C:\Users\spugliese\AppData\Roaming\npm-cache\b74addcc-glob-4-5-3.lock
npm info postinstall inherits@2.0.1
npm info preinstall adm-zip@0.4.4
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\adm-zip
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\adm-zip
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff adm-zip@0.4.4
npm verb linkBins adm-zip@0.4.4
npm verb linkMans adm-zip@0.4.4
npm verb rebuildBundles adm-zip@0.4.4
npm http 304 https://registry.npmjs.org/combined-stream
npm verb etag https://registry.npmjs.org/combined-stream from cache
npm info install adm-zip@0.4.4
npm info postinstall adm-zip@0.4.4
npm info preinstall osenv@0.1.0
npm http 304 https://registry.npmjs.org/mime
npm verb etag https://registry.npmjs.org/mime from cache
npm verb addNamed [ 'combined-stream', '0.0.7' ]
npm verb addNamed [ '0.0.7', '0.0.7' ]
npm verb lock combined-stream@0.0.7 C:\Users\spugliese\AppData\Roaming\npm-cache\efcbe7ce-combined-s
tream-0-0-7.lock
npm http 304 https://registry.npmjs.org/async
npm verb etag https://registry.npmjs.org/async from cache
npm verb readDependencies using package.json deps
npm info install wrappy@1.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node
_modules\once
npm info installOne wrappy@1.0.1
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\os
env
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\osenv
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff osenv@0.1.0
npm verb linkBins osenv@0.1.0
npm verb linkMans osenv@0.1.0
npm verb rebuildBundles osenv@0.1.0
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\once\node_modules\wrappy unbuild
npm info install glob@4.5.3 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_
modules\rimraf
npm info installOne glob@4.5.3
npm info install osenv@0.1.0
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob unbuild
npm info postinstall osenv@0.1.0
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\once\n
ode_modules\wrappy C:\Users\spugliese\AppData\Roaming\npm-cache\43c74825-modules-once-node-modules-w
rappy.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\8f9edb3b-m-cache-wrappy-1-0-1-package-tgz.lock
npm verb addNamed [ 'mime', '1.2.11' ]
npm verb addNamed [ '1.2.11', '1.2.11' ]
npm verb lock mime@1.2.11 C:\Users\spugliese\AppData\Roaming\npm-cache\c4b0741f-mime-1-2-11.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\glob\4.5.3\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob C:\Users\spugliese\AppData\Roaming\npm-cache\6d12bb5f-modules-rimraf-node-module
s-glob.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\glob\4.5.3\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\3e5dc371-npm-cache-glob-4-5-3-package-tgz.lock
npm verb addNamed [ 'async', '0.9.0' ]
npm verb addNamed [ '0.9.0', '0.9.0' ]
npm verb lock async@0.9.0 C:\Users\spugliese\AppData\Roaming\npm-cache\9a58a886-async-0-9-0.lock
npm info preinstall ini@1.3.3
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\in
i
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\ini
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff ini@1.3.3
npm verb linkBins ini@1.3.3
npm verb linkMans ini@1.3.3
npm verb rebuildBundles ini@1.3.3
npm info install ini@1.3.3
npm info postinstall ini@1.3.3
npm info install combined-stream@0.0.7 into C:\testbootstrap\node_modules\phantomjs\node_modules\req
uest\node_modules\form-data
npm info install mime@1.2.11 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_
modules\form-data
npm info install async@0.9.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_
modules\form-data
npm info installOne combined-stream@0.0.7
npm info installOne mime@1.2.11
npm info installOne async@0.9.0
npm verb node_modules\phantomjs\node_modules\request\node_modules\form-data\node_modules\combined-st
ream unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\form-data\node_modules\mime unbuil
d
npm verb node_modules\phantomjs\node_modules\request\node_modules\form-data\node_modules\async unbui
ld
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\mime\1.2.11\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-d
ata\node_modules\mime C:\Users\spugliese\AppData\Roaming\npm-cache\7440d5e5-ules-form-data-node-modu
les-mime.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\mime\1.2.11\package.tgz C:\Users\sp
ugliese\AppData\Roaming\npm-cache\4ca5e418-pm-cache-mime-1-2-11-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\combined-stream\0.0.7\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-d
ata\node_modules\combined-stream C:\Users\spugliese\AppData\Roaming\npm-cache\9aa7758e-ata-node-modu
les-combined-stream.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\combined-stream\0.0.7\package.tgz C
:\Users\spugliese\AppData\Roaming\npm-cache\e4fc0c83-ombined-stream-0-0-7-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\async\0.9.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-d
ata\node_modules\async C:\Users\spugliese\AppData\Roaming\npm-cache\cadf4fce-les-form-data-node-modu
les-async.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\async\0.9.0\package.tgz C:\Users\sp
ugliese\AppData\Roaming\npm-cache\34cadd42-pm-cache-async-0-9-0-package-tgz.lock
npm info preinstall nopt@3.0.1
npm info preinstall bl@0.9.4
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'abbrev@1', null ]
npm verb cache add name=undefined spec="abbrev@1" args=["abbrev@1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'abbrev@1',
npm verb parsed url   path: 'abbrev@1',
npm verb parsed url   href: 'abbrev@1' }
npm info preinstall http-signature@0.10.1
npm verb readDependencies using package.json deps
npm verb cache add name="abbrev" spec="1" args=["abbrev","1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '1',
npm verb parsed url   path: '1',
npm verb parsed url   href: '1' }
npm verb addNamed [ 'abbrev', '1' ]
npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
npm verb lock abbrev@1 C:\Users\spugliese\AppData\Roaming\npm-cache\6830b531-abbrev-1.lock
npm verb cache add [ 'readable-stream@~1.0.26', null ]
npm verb cache add name=undefined spec="readable-stream@~1.0.26" args=["readable-stream@~1.0.26",nul
l]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'readable-stream@~1.0.26',
npm verb parsed url   path: 'readable-stream@~1.0.26',
npm verb parsed url   href: 'readable-stream@~1.0.26' }
npm verb cache add name="readable-stream" spec="~1.0.26" args=["readable-stream","~1.0.26"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.0.26',
npm verb parsed url   path: '~1.0.26',
npm verb parsed url   href: '~1.0.26' }
npm verb addNamed [ 'readable-stream', '~1.0.26' ]
npm verb addNamed [ null, '>=1.0.26-0 <1.1.0-0' ]
npm verb lock readable-stream@~1.0.26 C:\Users\spugliese\AppData\Roaming\npm-cache\d98c2dce-readable
-stream-1-0-26.lock
npm verb readDependencies using package.json deps
npm info preinstall config-chain@1.1.8
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'assert-plus@^0.1.5', null ]
npm verb cache add name=undefined spec="assert-plus@^0.1.5" args=["assert-plus@^0.1.5",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'assert-plus@^0.1.5',
npm verb parsed url   path: 'assert-plus@^0.1.5',
npm verb parsed url   href: 'assert-plus@^0.1.5' }
npm verb cache add [ 'asn1@0.1.11', null ]
npm verb cache add name=undefined spec="asn1@0.1.11" args=["asn1@0.1.11",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'asn1@0.1.11',
npm verb parsed url   path: 'asn1@0.1.11',
npm verb parsed url   href: 'asn1@0.1.11' }
npm verb cache add [ 'proto-list@~1.2.1', null ]
npm verb cache add name=undefined spec="proto-list@~1.2.1" args=["proto-list@~1.2.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'proto-list@~1.2.1',
npm verb parsed url   path: 'proto-list@~1.2.1',
npm verb parsed url   href: 'proto-list@~1.2.1' }
npm verb cache add [ 'ctype@0.5.3', null ]
npm verb cache add name=undefined spec="ctype@0.5.3" args=["ctype@0.5.3",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'ctype@0.5.3',
npm verb parsed url   path: 'ctype@0.5.3',
npm verb parsed url   href: 'ctype@0.5.3' }
npm verb cache add name="assert-plus" spec="^0.1.5" args=["assert-plus","^0.1.5"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^0.1.5',
npm verb parsed url   path: '^0.1.5',
npm verb parsed url   href: '^0.1.5' }
npm verb addNamed [ 'assert-plus', '^0.1.5' ]
npm verb addNamed [ null, '>=0.1.5-0 <0.2.0-0' ]
npm verb lock assert-plus@^0.1.5 C:\Users\spugliese\AppData\Roaming\npm-cache\0f85a4cc-assert-plus-0
-1-5.lock
npm verb cache add name="asn1" spec="0.1.11" args=["asn1","0.1.11"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.1.11',
npm verb parsed url   path: '0.1.11',
npm verb parsed url   href: '0.1.11' }
npm verb addNamed [ 'asn1', '0.1.11' ]
npm verb addNamed [ '0.1.11', '0.1.11' ]
npm verb lock asn1@0.1.11 C:\Users\spugliese\AppData\Roaming\npm-cache\41ecb821-asn1-0-1-11.lock
npm verb cache add name="proto-list" spec="~1.2.1" args=["proto-list","~1.2.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.2.1',
npm verb parsed url   path: '~1.2.1',
npm verb parsed url   href: '~1.2.1' }
npm verb addNamed [ 'proto-list', '~1.2.1' ]
npm verb addNamed [ null, '>=1.2.1-0 <1.3.0-0' ]
npm verb lock proto-list@~1.2.1 C:\Users\spugliese\AppData\Roaming\npm-cache\5d8d6d63-proto-list-1-2
-1.lock
npm verb cache add name="ctype" spec="0.5.3" args=["ctype","0.5.3"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.5.3',
npm verb parsed url   path: '0.5.3',
npm verb parsed url   href: '0.5.3' }
npm verb addNamed [ 'ctype', '0.5.3' ]
npm verb addNamed [ '0.5.3', '0.5.3' ]
npm verb lock ctype@0.5.3 C:\Users\spugliese\AppData\Roaming\npm-cache\d3ce18c2-ctype-0-5-3.lock
npm verb request where is /abbrev
npm verb request registry https://registry.npmjs.org/
npm verb url raw /abbrev
npm verb url resolving [ 'https://registry.npmjs.org/', './abbrev' ]
npm verb url resolved https://registry.npmjs.org/abbrev
npm verb request where is https://registry.npmjs.org/abbrev
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "AIK2XDX1GJIIYUUY93UDLGJV0"
npm http GET https://registry.npmjs.org/abbrev
npm verb request where is /readable-stream
npm verb request registry https://registry.npmjs.org/
npm verb url raw /readable-stream
npm verb url resolving [ 'https://registry.npmjs.org/', './readable-stream' ]
npm verb url resolved https://registry.npmjs.org/readable-stream
npm verb request where is https://registry.npmjs.org/readable-stream
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "32FILY7NIYUJ856MT6RLM79TM"
npm http GET https://registry.npmjs.org/readable-stream
npm verb request where is /ctype
npm verb request registry https://registry.npmjs.org/
npm verb url raw /ctype
npm verb url resolving [ 'https://registry.npmjs.org/', './ctype' ]
npm verb url resolved https://registry.npmjs.org/ctype
npm verb request where is https://registry.npmjs.org/ctype
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "9HXDEJQPPE1F7UJCISKGFRWPT"
npm http GET https://registry.npmjs.org/ctype
npm info preinstall wrappy@1.0.1
npm verb readDependencies using package.json deps
npm verb request where is /proto-list
npm verb request registry https://registry.npmjs.org/
npm verb url raw /proto-list
npm verb url resolving [ 'https://registry.npmjs.org/', './proto-list' ]
npm verb url resolved https://registry.npmjs.org/proto-list
npm verb request where is https://registry.npmjs.org/proto-list
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "CQSZWOKTNTW7BEC93CLTD12RB"
npm http GET https://registry.npmjs.org/proto-list
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\on
ce\node_modules\wrappy
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\once\node_m
odules\wrappy
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\once\\node_modules' ]
npm info linkStuff wrappy@1.0.1
npm verb linkBins wrappy@1.0.1
npm verb linkMans wrappy@1.0.1
npm verb rebuildBundles wrappy@1.0.1
npm info install wrappy@1.0.1
npm info postinstall wrappy@1.0.1
npm verb request where is /assert-plus
npm verb request registry https://registry.npmjs.org/
npm verb url raw /assert-plus
npm verb url resolving [ 'https://registry.npmjs.org/', './assert-plus' ]
npm verb url resolved https://registry.npmjs.org/assert-plus
npm verb request where is https://registry.npmjs.org/assert-plus
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "BJ6UE1EGKYKF2OZ2UJOCA8YAB"
npm http GET https://registry.npmjs.org/assert-plus
npm verb request where is /asn1
npm verb request registry https://registry.npmjs.org/
npm verb url raw /asn1
npm verb url resolving [ 'https://registry.npmjs.org/', './asn1' ]
npm verb url resolved https://registry.npmjs.org/asn1
npm verb request where is https://registry.npmjs.org/asn1
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "68E36A3KXYBYELOVRJJMLAXLK"
npm http GET https://registry.npmjs.org/asn1
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\on
ce
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\once
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff once@1.3.1
npm verb linkBins once@1.3.1
npm verb linkMans once@1.3.1
npm verb rebuildBundles once@1.3.1
npm verb rebuildBundles [ 'wrappy' ]
npm info install once@1.3.1
npm http 304 https://registry.npmjs.org/abbrev
npm verb etag https://registry.npmjs.org/abbrev from cache
npm http 304 https://registry.npmjs.org/readable-stream
npm verb etag https://registry.npmjs.org/readable-stream from cache
npm info postinstall once@1.3.1
npm verb addNamed [ 'abbrev', '1.0.5' ]
npm verb addNamed [ '1.0.5', '1.0.5' ]
npm verb lock abbrev@1.0.5 C:\Users\spugliese\AppData\Roaming\npm-cache\55d90b2f-abbrev-1-0-5.lock
npm info preinstall node-uuid@1.4.3
npm http 304 https://registry.npmjs.org/ctype
npm verb etag https://registry.npmjs.org/ctype from cache
npm http 304 https://registry.npmjs.org/asn1
npm verb etag https://registry.npmjs.org/asn1 from cache
npm verb addNamed [ 'readable-stream', '1.0.33' ]
npm verb addNamed [ '1.0.33', '1.0.33' ]
npm verb lock readable-stream@1.0.33 C:\Users\spugliese\AppData\Roaming\npm-cache\f026aa23-readable-
stream-1-0-33.lock
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\no
de-uuid
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\node-uuid
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff node-uuid@1.4.3
npm verb linkBins node-uuid@1.4.3
npm verb link bins [ { uuid: './bin/uuid' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\.bin',
npm verb link bins   false ]
npm verb linkMans node-uuid@1.4.3
npm verb rebuildBundles node-uuid@1.4.3
npm info preinstall qs@1.2.2
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\qs

npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\qs
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff qs@1.2.2
npm verb linkBins qs@1.2.2
npm verb linkMans qs@1.2.2
npm verb rebuildBundles qs@1.2.2
npm http 304 https://registry.npmjs.org/assert-plus
npm verb etag https://registry.npmjs.org/assert-plus from cache
npm http 304 https://registry.npmjs.org/proto-list
npm verb etag https://registry.npmjs.org/proto-list from cache
npm info install qs@1.2.2
npm info preinstall combined-stream@0.0.7
npm info postinstall qs@1.2.2
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm info install node-uuid@1.4.3
npm info install abbrev@1.0.5 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node
_modules\nopt
npm info installOne abbrev@1.0.5
npm verb addNamed [ 'assert-plus', '0.1.5' ]
npm verb addNamed [ '0.1.5', '0.1.5' ]
npm verb lock assert-plus@0.1.5 C:\Users\spugliese\AppData\Roaming\npm-cache\b8965882-assert-plus-0-
1-5.lock
npm verb addNamed [ 'proto-list', '1.2.3' ]
npm verb addNamed [ '1.2.3', '1.2.3' ]
npm verb lock proto-list@1.2.3 C:\Users\spugliese\AppData\Roaming\npm-cache\be66faa0-proto-list-1-2-
3.lock
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\nopt\node_modules\abbrev unbuild
npm verb cache add [ 'delayed-stream@0.0.5', null ]
npm verb cache add name=undefined spec="delayed-stream@0.0.5" args=["delayed-stream@0.0.5",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'delayed-stream@0.0.5',
npm verb parsed url   path: 'delayed-stream@0.0.5',
npm verb parsed url   href: 'delayed-stream@0.0.5' }
npm info install readable-stream@1.0.33 into C:\testbootstrap\node_modules\phantomjs\node_modules\re
quest\node_modules\bl
npm info installOne readable-stream@1.0.33
npm info postinstall node-uuid@1.4.3
npm verb cache add name="delayed-stream" spec="0.0.5" args=["delayed-stream","0.0.5"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.0.5',
npm verb parsed url   path: '0.0.5',
npm verb parsed url   href: '0.0.5' }
npm verb addNamed [ 'delayed-stream', '0.0.5' ]
npm verb addNamed [ '0.0.5', '0.0.5' ]
npm verb lock delayed-stream@0.0.5 C:\Users\spugliese\AppData\Roaming\npm-cache\1ace22b7-delayed-str
eam-0-0-5.lock
npm verb node_modules\phantomjs\node_modules\request\node_modules\bl\node_modules\readable-stream un
build
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\abbrev\1.0.5\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\nopt\n
ode_modules\abbrev C:\Users\spugliese\AppData\Roaming\npm-cache\d0f5c86a-modules-nopt-node-modules-a
bbrev.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\abbrev\1.0.5\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\168b2f65-m-cache-abbrev-1-0-5-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\readable-stream\1.0.33\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\nod
e_modules\readable-stream C:\Users\spugliese\AppData\Roaming\npm-cache\e96c19a8--bl-node-modules-rea
dable-stream.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\readable-stream\1.0.33\package.tgz
C:\Users\spugliese\AppData\Roaming\npm-cache\90f6324b-adable-stream-1-0-33-package-tgz.lock
npm info preinstall mime-types@1.0.2
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\mi
me-types
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\mime-types
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff mime-types@1.0.2
npm verb linkBins mime-types@1.0.2
npm verb linkMans mime-types@1.0.2
npm verb rebuildBundles mime-types@1.0.2
npm info install mime-types@1.0.2
npm verb request where is /delayed-stream
npm verb request registry https://registry.npmjs.org/
npm verb url raw /delayed-stream
npm verb url resolving [ 'https://registry.npmjs.org/', './delayed-stream' ]
npm verb url resolved https://registry.npmjs.org/delayed-stream
npm verb request where is https://registry.npmjs.org/delayed-stream
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "3EHQHWPPWIBC29VWH69QL4ILI"
npm http GET https://registry.npmjs.org/delayed-stream
npm info install proto-list@1.2.3 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\
node_modules\config-chain
npm info installOne proto-list@1.2.3
npm info postinstall mime-types@1.0.2
npm info install asn1@0.1.11 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_
modules\http-signature
npm info install ctype@0.5.3 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_
modules\http-signature
npm info install assert-plus@0.1.5 into C:\testbootstrap\node_modules\phantomjs\node_modules\request
\node_modules\http-signature
npm info installOne asn1@0.1.11
npm info installOne ctype@0.5.3
npm info installOne assert-plus@0.1.5
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\config-chain\node_modules\proto-li
st unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\http-signature\node_modules\asn1 u
nbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\http-signature\node_modules\ctype
unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\http-signature\node_modules\assert
-plus unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\proto-list\1.2.3\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\config
-chain\node_modules\proto-list C:\Users\spugliese\AppData\Roaming\npm-cache\e10a83bb-ig-chain-node-m
odules-proto-list.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\proto-list\1.2.3\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\db5ac348-che-proto-list-1-2-3-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\asn1\0.1.11\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-s
ignature\node_modules\asn1 C:\Users\spugliese\AppData\Roaming\npm-cache\fc286259-http-signature-node
-modules-asn1.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\asn1\0.1.11\package.tgz C:\Users\sp
ugliese\AppData\Roaming\npm-cache\80e3ae53-pm-cache-asn1-0-1-11-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\ctype\0.5.3\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-s
ignature\node_modules\ctype C:\Users\spugliese\AppData\Roaming\npm-cache\ab457eb0-ttp-signature-node
-modules-ctype.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\ctype\0.5.3\package.tgz C:\Users\sp
ugliese\AppData\Roaming\npm-cache\ba81cdc7-pm-cache-ctype-0-5-3-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\assert-plus\0.1.5\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-s
ignature\node_modules\assert-plus C:\Users\spugliese\AppData\Roaming\npm-cache\7d64d19a-gnature-node
-modules-assert-plus.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\assert-plus\0.1.5\package.tgz C:\Us
ers\spugliese\AppData\Roaming\npm-cache\15a4cd2f-he-assert-plus-0-1-5-package-tgz.lock
npm info preinstall mkdirp@0.5.0
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'minimist@0.0.8', null ]
npm verb cache add name=undefined spec="minimist@0.0.8" args=["minimist@0.0.8",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'minimist@0.0.8',
npm verb parsed url   path: 'minimist@0.0.8',
npm verb parsed url   href: 'minimist@0.0.8' }
npm verb cache add name="minimist" spec="0.0.8" args=["minimist","0.0.8"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.0.8',
npm verb parsed url   path: '0.0.8',
npm verb parsed url   href: '0.0.8' }
npm verb addNamed [ 'minimist', '0.0.8' ]
npm verb addNamed [ '0.0.8', '0.0.8' ]
npm verb lock minimist@0.0.8 C:\Users\spugliese\AppData\Roaming\npm-cache\22c6b485-minimist-0-0-8.lo
ck
npm http 304 https://registry.npmjs.org/delayed-stream
npm verb etag https://registry.npmjs.org/delayed-stream from cache
npm verb request where is /minimist
npm verb request registry https://registry.npmjs.org/
npm verb url raw /minimist
npm verb url resolving [ 'https://registry.npmjs.org/', './minimist' ]
npm verb url resolved https://registry.npmjs.org/minimist
npm verb request where is https://registry.npmjs.org/minimist
npm info trying registry request attempt 1 at 17:27:04
npm verb etag "7RMCMTZLJVIXPN55K1D5WICUJ"
npm http GET https://registry.npmjs.org/minimist
npm info preinstall glob@4.5.3
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'inflight@^1.0.4', null ]
npm verb cache add name=undefined spec="inflight@^1.0.4" args=["inflight@^1.0.4",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'inflight@^1.0.4',
npm verb parsed url   path: 'inflight@^1.0.4',
npm verb parsed url   href: 'inflight@^1.0.4' }
npm verb cache add [ 'inherits@2', null ]
npm verb cache add name=undefined spec="inherits@2" args=["inherits@2",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'inherits@2',
npm verb parsed url   path: 'inherits@2',
npm verb parsed url   href: 'inherits@2' }
npm verb cache add [ 'minimatch@^2.0.1', null ]
npm verb cache add name=undefined spec="minimatch@^2.0.1" args=["minimatch@^2.0.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'minimatch@^2.0.1',
npm verb parsed url   path: 'minimatch@^2.0.1',
npm verb parsed url   href: 'minimatch@^2.0.1' }
npm verb cache add [ 'once@^1.3.0', null ]
npm verb cache add name=undefined spec="once@^1.3.0" args=["once@^1.3.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'once@^1.3.0',
npm verb parsed url   path: 'once@^1.3.0',
npm verb parsed url   href: 'once@^1.3.0' }
npm verb cache add name="inflight" spec="^1.0.4" args=["inflight","^1.0.4"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^1.0.4',
npm verb parsed url   path: '^1.0.4',
npm verb parsed url   href: '^1.0.4' }
npm verb addNamed [ 'inflight', '^1.0.4' ]
npm verb addNamed [ null, '>=1.0.4-0 <2.0.0-0' ]
npm verb lock inflight@^1.0.4 C:\Users\spugliese\AppData\Roaming\npm-cache\6857739e-inflight-1-0-4.l
ock
npm verb cache add name="inherits" spec="2" args=["inherits","2"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '2',
npm verb parsed url   path: '2',
npm verb parsed url   href: '2' }
npm verb addNamed [ 'inherits', '2' ]
npm verb addNamed [ null, '>=2.0.0-0 <3.0.0-0' ]
npm verb lock inherits@2 C:\Users\spugliese\AppData\Roaming\npm-cache\1f7ff4de-inherits-2.lock
npm verb cache add name="minimatch" spec="^2.0.1" args=["minimatch","^2.0.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^2.0.1',
npm verb parsed url   path: '^2.0.1',
npm verb parsed url   href: '^2.0.1' }
npm verb addNamed [ 'minimatch', '^2.0.1' ]
npm verb addNamed [ null, '>=2.0.1-0 <3.0.0-0' ]
npm verb lock minimatch@^2.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\ede9c181-minimatch-2-0-1
.lock
npm verb cache add name="once" spec="^1.3.0" args=["once","^1.3.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^1.3.0',
npm verb parsed url   path: '^1.3.0',
npm verb parsed url   href: '^1.3.0' }
npm verb addNamed [ 'once', '^1.3.0' ]
npm verb addNamed [ null, '>=1.3.0-0 <2.0.0-0' ]
npm verb lock once@^1.3.0 C:\Users\spugliese\AppData\Roaming\npm-cache\b6fcabd3-once-1-3-0.lock
npm verb registry.get https://registry.npmjs.org/inherits not expired, no request
npm verb addNamed [ 'inherits', '2.0.1' ]
npm verb addNamed [ '2.0.1', '2.0.1' ]
npm verb lock inherits@2.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\2b2e8f1b-inherits-2-0-1.lo
ck
npm verb registry.get https://registry.npmjs.org/once not expired, no request
npm verb addNamed [ 'once', '1.3.1' ]
npm verb addNamed [ '1.3.1', '1.3.1' ]
npm verb lock once@1.3.1 C:\Users\spugliese\AppData\Roaming\npm-cache\f243a731-once-1-3-1.lock
npm http 304 https://registry.npmjs.org/minimist
npm verb etag https://registry.npmjs.org/minimist from cache
npm info install delayed-stream@0.0.5 into C:\testbootstrap\node_modules\phantomjs\node_modules\requ
est\node_modules\form-data\node_modules\combined-stream
npm info installOne delayed-stream@0.0.5
npm verb node_modules\phantomjs\node_modules\request\node_modules\form-data\node_modules\combined-st
ream\node_modules\delayed-stream unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\delayed-stream\0.0.5\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-d
ata\node_modules\combined-stream\node_modules\delayed-stream C:\Users\spugliese\AppData\Roaming\npm-
cache\f64589a8-ream-node-modules-delayed-stream.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\delayed-stream\0.0.5\package.tgz C:
\Users\spugliese\AppData\Roaming\npm-cache\27216afe-delayed-stream-0-0-5-package-tgz.lock
npm info preinstall abbrev@1.0.5
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\no
pt\node_modules\abbrev
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\nopt\node_m
odules\abbrev
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\nopt\\node_modules' ]
npm info linkStuff abbrev@1.0.5
npm verb linkBins abbrev@1.0.5
npm verb linkMans abbrev@1.0.5
npm verb rebuildBundles abbrev@1.0.5
npm info preinstall assert-plus@0.1.5
npm info install abbrev@1.0.5
npm info postinstall abbrev@1.0.5
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ht
tp-signature\node_modules\assert-plus
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-signat
ure\node_modules\assert-plus
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\http-signature\\node_modules' ]
npm info linkStuff assert-plus@0.1.5
npm verb linkBins assert-plus@0.1.5
npm verb linkMans assert-plus@0.1.5
npm verb rebuildBundles assert-plus@0.1.5
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\no
pt
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\nopt
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff nopt@3.0.1
npm verb linkBins nopt@3.0.1
npm verb link bins [ { nopt: './bin/nopt.js' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\.bin',
npm verb link bins   false ]
npm verb linkMans nopt@3.0.1
npm verb rebuildBundles nopt@3.0.1
npm info install assert-plus@0.1.5
npm verb rebuildBundles [ 'abbrev' ]
npm info postinstall assert-plus@0.1.5
npm verb request where is /inflight
npm verb request registry https://registry.npmjs.org/
npm verb url raw /inflight
npm verb url resolving [ 'https://registry.npmjs.org/', './inflight' ]
npm verb url resolved https://registry.npmjs.org/inflight
npm verb request where is https://registry.npmjs.org/inflight
npm info trying registry request attempt 1 at 17:27:05
npm verb etag "6AR9RV8E4O3SZCR73U7S67KCY"
npm http GET https://registry.npmjs.org/inflight
npm info install minimist@0.0.8 into C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\no
de_modules\mkdirp
npm info installOne minimist@0.0.8
npm verb node_modules\phantomjs\node_modules\npmconf\node_modules\mkdirp\node_modules\minimist unbui
ld
npm info preinstall proto-list@1.2.3
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\mkdirp
\node_modules\minimist C:\Users\spugliese\AppData\Roaming\npm-cache\eac5b25f-les-mkdirp-node-modules
-minimist.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\minimist\0.0.8\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\43fd2b78-cache-minimist-0-0-8-package-tgz.lock
npm verb request where is /minimatch
npm verb request registry https://registry.npmjs.org/
npm verb url raw /minimatch
npm verb url resolving [ 'https://registry.npmjs.org/', './minimatch' ]
npm verb url resolved https://registry.npmjs.org/minimatch
npm verb request where is https://registry.npmjs.org/minimatch
npm info trying registry request attempt 1 at 17:27:05
npm verb etag "7E6LX8BUVQYO67FCINACMFASW"
npm http GET https://registry.npmjs.org/minimatch
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\co
nfig-chain\node_modules\proto-list
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\config-chai
n\node_modules\proto-list
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\config-chain\\node_modules' ]
npm info linkStuff proto-list@1.2.3
npm verb linkBins proto-list@1.2.3
npm verb linkMans proto-list@1.2.3
npm verb rebuildBundles proto-list@1.2.3
npm info install proto-list@1.2.3
npm info install nopt@3.0.1
npm info postinstall proto-list@1.2.3
npm info postinstall nopt@3.0.1
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\co
nfig-chain
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\config-chai
n
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff config-chain@1.1.8
npm verb linkBins config-chain@1.1.8
npm verb linkMans config-chain@1.1.8
npm verb rebuildBundles config-chain@1.1.8
npm verb rebuildBundles [ 'proto-list' ]
npm info install config-chain@1.1.8
npm info postinstall config-chain@1.1.8
npm http 304 https://registry.npmjs.org/inflight
npm verb etag https://registry.npmjs.org/inflight from cache
npm verb addNamed [ 'inflight', '1.0.4' ]
npm verb addNamed [ '1.0.4', '1.0.4' ]
npm verb lock inflight@1.0.4 C:\Users\spugliese\AppData\Roaming\npm-cache\6a328df0-inflight-1-0-4.lo
ck
npm http 304 https://registry.npmjs.org/minimatch
npm verb etag https://registry.npmjs.org/minimatch from cache
npm info preinstall mime@1.2.11
npm info preinstall async@0.9.0
npm verb addNamed [ 'minimatch', '2.0.4' ]
npm verb addNamed [ '2.0.4', '2.0.4' ]
npm verb lock minimatch@2.0.4 C:\Users\spugliese\AppData\Roaming\npm-cache\5757e70b-minimatch-2-0-4.
lock
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\fo
rm-data\node_modules\mime
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-data\n
ode_modules\mime
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\form-data\\node_modules' ]
npm info linkStuff mime@1.2.11
npm verb linkBins mime@1.2.11
npm verb linkMans mime@1.2.11
npm verb rebuildBundles mime@1.2.11
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\fo
rm-data\node_modules\async
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-data\n
ode_modules\async
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\form-data\\node_modules' ]
npm info linkStuff async@0.9.0
npm verb linkBins async@0.9.0
npm verb linkMans async@0.9.0
npm verb rebuildBundles async@0.9.0
npm info install mime@1.2.11
npm info install async@0.9.0
npm info postinstall mime@1.2.11
npm info postinstall async@0.9.0
npm info install once@1.3.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_
modules\rimraf\node_modules\glob
npm info install inherits@2.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\n
ode_modules\rimraf\node_modules\glob
npm info install inflight@1.0.4 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\n
ode_modules\rimraf\node_modules\glob
npm info install minimatch@2.0.4 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\
node_modules\rimraf\node_modules\glob
npm info installOne once@1.3.1
npm info installOne inherits@2.0.1
npm info installOne inflight@1.0.4
npm info installOne minimatch@2.0.4
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\once unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\inherits unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\inflight unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\minimatch unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\once\1.3.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\once C:\Users\spugliese\AppData\Roaming\npm-cache\da17a06e-e-module
s-glob-node-modules-once.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\once\1.3.1\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\24dd7a77-npm-cache-once-1-3-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\inherits C:\Users\spugliese\AppData\Roaming\npm-cache\7463db8e-dule
s-glob-node-modules-inherits.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\28fc9aab-cache-inherits-2-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\inflight\1.0.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\inflight C:\Users\spugliese\AppData\Roaming\npm-cache\21616338-dule
s-glob-node-modules-inflight.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\inflight\1.0.4\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\ed7a4a41-cache-inflight-1-0-4-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\minimatch\2.0.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\minimatch C:\Users\spugliese\AppData\Roaming\npm-cache\e4fd311b-ule
s-glob-node-modules-minimatch.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\minimatch\2.0.4\package.tgz C:\User
s\spugliese\AppData\Roaming\npm-cache\af164dda-ache-minimatch-2-0-4-package-tgz.lock
npm info preinstall semver@4.3.3
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\se
mver
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\semver
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff semver@4.3.3
npm verb linkBins semver@4.3.3
npm verb link bins [ { semver: './bin/semver' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\.bin',
npm verb link bins   false ]
npm verb linkMans semver@4.3.3
npm verb rebuildBundles semver@4.3.3
npm info install semver@4.3.3
npm info postinstall semver@4.3.3
npm info preinstall once@1.3.1
npm info preinstall asn1@0.1.11
npm info preinstall ctype@0.5.3
npm info preinstall readable-stream@1.0.33
npm info preinstall tough-cookie@0.13.0
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ht
tp-signature\node_modules\asn1
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-signat
ure\node_modules\asn1
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\http-signature\\node_modules' ]
npm info linkStuff asn1@0.1.11
npm verb linkBins asn1@0.1.11
npm verb linkMans asn1@0.1.11
npm verb rebuildBundles asn1@0.1.11
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ht
tp-signature\node_modules\ctype
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-signat
ure\node_modules\ctype
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\http-signature\\node_modules' ]
npm info linkStuff ctype@0.5.3
npm verb linkBins ctype@0.5.3
npm verb linkMans ctype@0.5.3
npm verb rebuildBundles ctype@0.5.3
npm verb readDependencies using package.json deps
npm verb cache add [ 'wrappy@1', null ]
npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'wrappy@1',
npm verb parsed url   path: 'wrappy@1',
npm verb parsed url   href: 'wrappy@1' }
npm verb readDependencies using package.json deps
npm info install asn1@0.1.11
npm info install ctype@0.5.3
npm verb cache add [ 'core-util-is@~1.0.0', null ]
npm verb cache add name=undefined spec="core-util-is@~1.0.0" args=["core-util-is@~1.0.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'core-util-is@~1.0.0',
npm verb parsed url   path: 'core-util-is@~1.0.0',
npm verb parsed url   href: 'core-util-is@~1.0.0' }
npm verb cache add [ 'isarray@0.0.1', null ]
npm verb cache add name=undefined spec="isarray@0.0.1" args=["isarray@0.0.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'isarray@0.0.1',
npm verb parsed url   path: 'isarray@0.0.1',
npm verb parsed url   href: 'isarray@0.0.1' }
npm verb cache add [ 'string_decoder@~0.10.x', null ]
npm verb cache add name=undefined spec="string_decoder@~0.10.x" args=["string_decoder@~0.10.x",null]

npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'string_decoder@~0.10.x',
npm verb parsed url   path: 'string_decoder@~0.10.x',
npm verb parsed url   href: 'string_decoder@~0.10.x' }
npm verb cache add [ 'inherits@~2.0.1', null ]
npm verb cache add name=undefined spec="inherits@~2.0.1" args=["inherits@~2.0.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'inherits@~2.0.1',
npm verb parsed url   path: 'inherits@~2.0.1',
npm verb parsed url   href: 'inherits@~2.0.1' }
npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '1',
npm verb parsed url   path: '1',
npm verb parsed url   href: '1' }
npm verb addNamed [ 'wrappy', '1' ]
npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
npm verb lock wrappy@1 C:\Users\spugliese\AppData\Roaming\npm-cache\9c19197c-wrappy-1.lock
npm verb cache add [ 'punycode@>=0.2.0', null ]
npm verb cache add name=undefined spec="punycode@>=0.2.0" args=["punycode@>=0.2.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'punycode@%3E=0.2.0',
npm verb parsed url   path: 'punycode@%3E=0.2.0',
npm verb parsed url   href: 'punycode@%3E=0.2.0' }
npm verb cache add name="core-util-is" spec="~1.0.0" args=["core-util-is","~1.0.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~1.0.0',
npm verb parsed url   path: '~1.0.0',
npm verb parsed url   href: '~1.0.0' }
npm verb addNamed [ 'core-util-is', '~1.0.0' ]
npm verb addNamed [ null, '>=1.0.0-0 <1.1.0-0' ]
npm verb lock core-util-is@~1.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\577b60c4-core-util-is
-1-0-0.lock
npm verb cache add name="isarray" spec="0.0.1" args=["isarray","0.0.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.0.1',
npm verb parsed url   path: '0.0.1',
npm verb parsed url   href: '0.0.1' }
npm verb addNamed [ 'isarray', '0.0.1' ]
npm verb addNamed [ '0.0.1', '0.0.1' ]
npm verb lock isarray@0.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\9efe11b1-isarray-0-0-1.lock

npm verb cache add name="string_decoder" spec="~0.10.x" args=["string_decoder","~0.10.x"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~0.10.x',
npm verb parsed url   path: '~0.10.x',
npm verb parsed url   href: '~0.10.x' }
npm verb addNamed [ 'string_decoder', '~0.10.x' ]
npm verb addNamed [ null, '>=0.10.0-0 <0.11.0-0' ]
npm verb lock string_decoder@~0.10.x C:\Users\spugliese\AppData\Roaming\npm-cache\8f75c97d-string-de
coder-0-10-x.lock
npm verb cache add name="inherits" spec="~2.0.1" args=["inherits","~2.0.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '~2.0.1',
npm verb parsed url   path: '~2.0.1',
npm verb parsed url   href: '~2.0.1' }
npm verb addNamed [ 'inherits', '~2.0.1' ]
npm verb addNamed [ null, '>=2.0.1-0 <2.1.0-0' ]
npm verb lock inherits@~2.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\098ef39f-inherits-2-0-1.l
ock
npm info postinstall asn1@0.1.11
npm info postinstall ctype@0.5.3
npm verb cache add name="punycode" spec=">=0.2.0" args=["punycode",">=0.2.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '%3E=0.2.0',
npm verb parsed url   path: '%3E=0.2.0',
npm verb parsed url   href: '%3E=0.2.0' }
npm verb addNamed [ 'punycode', '>=0.2.0' ]
npm verb addNamed [ null, '>=0.2.0' ]
npm verb lock punycode@>=0.2.0 C:\Users\spugliese\AppData\Roaming\npm-cache\a6886041-punycode-0-2-0.
lock
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ht
tp-signature
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\http-signat
ure
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff http-signature@0.10.1
npm verb linkBins http-signature@0.10.1
npm verb linkMans http-signature@0.10.1
npm verb rebuildBundles http-signature@0.10.1
npm verb rebuildBundles [ 'asn1', 'assert-plus', 'ctype' ]
npm info install http-signature@0.10.1
npm info postinstall http-signature@0.10.1
npm verb registry.get https://registry.npmjs.org/wrappy not expired, no request
npm verb addNamed [ 'wrappy', '1.0.1' ]
npm verb addNamed [ '1.0.1', '1.0.1' ]
npm verb lock wrappy@1.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\eed3fb5b-wrappy-1-0-1.lock
npm verb registry.get https://registry.npmjs.org/inherits not expired, no request
npm verb addNamed [ 'inherits', '2.0.1' ]
npm verb addNamed [ '2.0.1', '2.0.1' ]
npm verb lock inherits@2.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\2b2e8f1b-inherits-2-0-1.lo
ck
npm verb request where is /core-util-is
npm verb request registry https://registry.npmjs.org/
npm verb url raw /core-util-is
npm verb url resolving [ 'https://registry.npmjs.org/', './core-util-is' ]
npm verb url resolved https://registry.npmjs.org/core-util-is
npm verb request where is https://registry.npmjs.org/core-util-is
npm info trying registry request attempt 1 at 17:27:05
npm verb etag "8N932ER6J79FE9PNV7H41QYLJ"
npm http GET https://registry.npmjs.org/core-util-is
npm info preinstall inflight@1.0.4
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm info install wrappy@1.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\nod
e_modules\rimraf\node_modules\glob\node_modules\once
npm info installOne wrappy@1.0.1
npm verb cache add [ 'wrappy@1', null ]
npm verb cache add name=undefined spec="wrappy@1" args=["wrappy@1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'wrappy@1',
npm verb parsed url   path: 'wrappy@1',
npm verb parsed url   href: 'wrappy@1' }
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\once\node_modules\wrappy unbuild
npm verb cache add name="wrappy" spec="1" args=["wrappy","1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '1',
npm verb parsed url   path: '1',
npm verb parsed url   href: '1' }
npm verb addNamed [ 'wrappy', '1' ]
npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
npm verb lock wrappy@1 C:\Users\spugliese\AppData\Roaming\npm-cache\9c19197c-wrappy-1.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\once\node_modules\wrappy C:\Users\spugliese\AppData\Roaming\npm-cac
he\aae64a22-modules-once-node-modules-wrappy.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\8f9edb3b-m-cache-wrappy-1-0-1-package-tgz.lock
npm info preinstall inherits@2.0.1
npm verb registry.get https://registry.npmjs.org/wrappy not expired, no request
npm verb addNamed [ 'wrappy', '1.0.1' ]
npm verb addNamed [ '1.0.1', '1.0.1' ]
npm verb lock wrappy@1.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\eed3fb5b-wrappy-1-0-1.lock
npm http 304 https://registry.npmjs.org/core-util-is
npm verb etag https://registry.npmjs.org/core-util-is from cache
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\inherits
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\inherits
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules' ]
npm info linkStuff inherits@2.0.1
npm verb linkBins inherits@2.0.1
npm verb linkMans inherits@2.0.1
npm verb rebuildBundles inherits@2.0.1
npm info install inherits@2.0.1
npm info postinstall inherits@2.0.1
npm verb addNamed [ 'core-util-is', '1.0.1' ]
npm verb addNamed [ '1.0.1', '1.0.1' ]
npm verb lock core-util-is@1.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\40ef24cf-core-util-is-
1-0-1.lock
npm info preinstall minimatch@2.0.4
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm info install wrappy@1.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\nod
e_modules\rimraf\node_modules\glob\node_modules\inflight
npm info installOne wrappy@1.0.1
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\inflight\node_modules\wrappy unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\inflight\node_modules\wrappy C:\Users\spugliese\AppData\Roaming\npm
-cache\d007f0b6-les-inflight-node-modules-wrappy.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\wrappy\1.0.1\package.tgz C:\Users\s
pugliese\AppData\Roaming\npm-cache\8f9edb3b-m-cache-wrappy-1-0-1-package-tgz.lock
npm verb cache add [ 'brace-expansion@^1.0.0', null ]
npm verb cache add name=undefined spec="brace-expansion@^1.0.0" args=["brace-expansion@^1.0.0",null]

npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'brace-expansion@^1.0.0',
npm verb parsed url   path: 'brace-expansion@^1.0.0',
npm verb parsed url   href: 'brace-expansion@^1.0.0' }
npm info preinstall delayed-stream@0.0.5
npm verb cache add name="brace-expansion" spec="^1.0.0" args=["brace-expansion","^1.0.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^1.0.0',
npm verb parsed url   path: '^1.0.0',
npm verb parsed url   href: '^1.0.0' }
npm verb addNamed [ 'brace-expansion', '^1.0.0' ]
npm verb addNamed [ null, '>=1.0.0-0 <2.0.0-0' ]
npm verb lock brace-expansion@^1.0.0 C:\Users\spugliese\AppData\Roaming\npm-cache\2f10b883-brace-exp
ansion-1-0-0.lock
npm verb readDependencies using package.json deps
npm verb request where is /punycode
npm verb request registry https://registry.npmjs.org/
npm verb url raw /punycode
npm verb url resolving [ 'https://registry.npmjs.org/', './punycode' ]
npm verb url resolved https://registry.npmjs.org/punycode
npm verb request where is https://registry.npmjs.org/punycode
npm info trying registry request attempt 1 at 17:27:05
npm verb etag "4ET3JX6KB9U8OC6GQVGY0CC7Z"
npm http GET https://registry.npmjs.org/punycode
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\fo
rm-data\node_modules\combined-stream\node_modules\delayed-stream
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-data\n
ode_modules\combined-stream\node_modules\delayed-stream
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\form-data\\node_modules\\combined-stream\\node_modules' ]
npm info linkStuff delayed-stream@0.0.5
npm verb linkBins delayed-stream@0.0.5
npm verb linkMans delayed-stream@0.0.5
npm verb rebuildBundles delayed-stream@0.0.5
npm info install delayed-stream@0.0.5
npm info postinstall delayed-stream@0.0.5
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\fo
rm-data\node_modules\combined-stream
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-data\n
ode_modules\combined-stream
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\form-data\\node_modules' ]
npm info linkStuff combined-stream@0.0.7
npm verb linkBins combined-stream@0.0.7
npm verb linkMans combined-stream@0.0.7
npm verb rebuildBundles combined-stream@0.0.7
npm verb rebuildBundles [ 'delayed-stream' ]
npm info install combined-stream@0.0.7
npm info postinstall combined-stream@0.0.7
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\fo
rm-data
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\form-data
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff form-data@0.1.4
npm verb linkBins form-data@0.1.4
npm verb linkMans form-data@0.1.4
npm verb rebuildBundles form-data@0.1.4
npm verb rebuildBundles [ 'async', 'combined-stream', 'mime' ]
npm info install form-data@0.1.4
npm info postinstall form-data@0.1.4
npm info preinstall wrappy@1.0.1
npm info preinstall hawk@1.1.1
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\once\node_modules\wrappy
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\once\node_modules\wrappy
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules\\once\\node_modules' ]
npm info linkStuff wrappy@1.0.1
npm verb linkBins wrappy@1.0.1
npm verb linkMans wrappy@1.0.1
npm verb rebuildBundles wrappy@1.0.1
npm info preinstall minimist@0.0.8
npm verb readDependencies using package.json deps
npm info install wrappy@1.0.1
npm info postinstall wrappy@1.0.1
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\mk
dirp\node_modules\minimist
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\mkdirp\node
_modules\minimist
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\mkdirp\\node_modules' ]
npm info linkStuff minimist@0.0.8
npm verb linkBins minimist@0.0.8
npm verb linkMans minimist@0.0.8
npm verb rebuildBundles minimist@0.0.8
npm verb cache add [ 'hoek@0.9.x', null ]
npm verb cache add name=undefined spec="hoek@0.9.x" args=["hoek@0.9.x",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'hoek@0.9.x',
npm verb parsed url   path: 'hoek@0.9.x',
npm verb parsed url   href: 'hoek@0.9.x' }
npm verb cache add [ 'boom@0.4.x', null ]
npm verb cache add name=undefined spec="boom@0.4.x" args=["boom@0.4.x",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'boom@0.4.x',
npm verb parsed url   path: 'boom@0.4.x',
npm verb parsed url   href: 'boom@0.4.x' }
npm verb cache add [ 'cryptiles@0.2.x', null ]
npm verb cache add name=undefined spec="cryptiles@0.2.x" args=["cryptiles@0.2.x",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'cryptiles@0.2.x',
npm verb parsed url   path: 'cryptiles@0.2.x',
npm verb parsed url   href: 'cryptiles@0.2.x' }
npm verb cache add [ 'sntp@0.2.x', null ]
npm verb cache add name=undefined spec="sntp@0.2.x" args=["sntp@0.2.x",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'sntp@0.2.x',
npm verb parsed url   path: 'sntp@0.2.x',
npm verb parsed url   href: 'sntp@0.2.x' }
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\once
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\once
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules' ]
npm info linkStuff once@1.3.1
npm verb linkBins once@1.3.1
npm verb linkMans once@1.3.1
npm verb rebuildBundles once@1.3.1
npm info install minimist@0.0.8
npm verb cache add name="hoek" spec="0.9.x" args=["hoek","0.9.x"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.9.x',
npm verb parsed url   path: '0.9.x',
npm verb parsed url   href: '0.9.x' }
npm verb addNamed [ 'hoek', '0.9.x' ]
npm verb addNamed [ null, '>=0.9.0-0 <0.10.0-0' ]
npm verb lock hoek@0.9.x C:\Users\spugliese\AppData\Roaming\npm-cache\58ccaf9a-hoek-0-9-x.lock
npm verb cache add name="boom" spec="0.4.x" args=["boom","0.4.x"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.4.x',
npm verb parsed url   path: '0.4.x',
npm verb parsed url   href: '0.4.x' }
npm verb addNamed [ 'boom', '0.4.x' ]
npm verb addNamed [ null, '>=0.4.0-0 <0.5.0-0' ]
npm verb lock boom@0.4.x C:\Users\spugliese\AppData\Roaming\npm-cache\225d04ea-boom-0-4-x.lock
npm verb cache add name="cryptiles" spec="0.2.x" args=["cryptiles","0.2.x"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.2.x',
npm verb parsed url   path: '0.2.x',
npm verb parsed url   href: '0.2.x' }
npm verb addNamed [ 'cryptiles', '0.2.x' ]
npm verb addNamed [ null, '>=0.2.0-0 <0.3.0-0' ]
npm verb lock cryptiles@0.2.x C:\Users\spugliese\AppData\Roaming\npm-cache\75d7e584-cryptiles-0-2-x.
lock
npm verb cache add name="sntp" spec="0.2.x" args=["sntp","0.2.x"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.2.x',
npm verb parsed url   path: '0.2.x',
npm verb parsed url   href: '0.2.x' }
npm verb addNamed [ 'sntp', '0.2.x' ]
npm verb addNamed [ null, '>=0.2.0-0 <0.3.0-0' ]
npm verb lock sntp@0.2.x C:\Users\spugliese\AppData\Roaming\npm-cache\b35a0361-sntp-0-2-x.lock
npm verb rebuildBundles [ 'wrappy' ]
npm info install once@1.3.1
npm info postinstall minimist@0.0.8
npm info postinstall once@1.3.1
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\mk
dirp
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf\node_modules\mkdirp
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s' ]
npm info linkStuff mkdirp@0.5.0
npm verb linkBins mkdirp@0.5.0
npm verb link bins [ { mkdirp: 'bin/cmd.js' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\npmconf\\node_module
s\\.bin',
npm verb link bins   false ]
npm verb linkMans mkdirp@0.5.0
npm verb rebuildBundles mkdirp@0.5.0
npm verb request where is /brace-expansion
npm verb request registry https://registry.npmjs.org/
npm verb url raw /brace-expansion
npm verb url resolving [ 'https://registry.npmjs.org/', './brace-expansion' ]
npm verb url resolved https://registry.npmjs.org/brace-expansion
npm verb request where is https://registry.npmjs.org/brace-expansion
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "18Z2VDE6EPY9JHP7D0I3PN5DH"
npm http GET https://registry.npmjs.org/brace-expansion
npm verb request where is /string_decoder
npm verb request registry https://registry.npmjs.org/
npm verb url raw /string_decoder
npm verb url resolving [ 'https://registry.npmjs.org/', './string_decoder' ]
npm verb url resolved https://registry.npmjs.org/string_decoder
npm verb request where is https://registry.npmjs.org/string_decoder
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "89NG6AVWTXZBFGLGXXUONULF1"
npm http GET https://registry.npmjs.org/string_decoder
npm verb rebuildBundles [ 'minimist' ]
npm verb request where is /isarray
npm verb request registry https://registry.npmjs.org/
npm verb url raw /isarray
npm verb url resolving [ 'https://registry.npmjs.org/', './isarray' ]
npm verb url resolved https://registry.npmjs.org/isarray
npm verb request where is https://registry.npmjs.org/isarray
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "79XQA3ZXVF5QN0X2VYCD81HMN"
npm http GET https://registry.npmjs.org/isarray
npm verb request where is /hoek
npm verb request registry https://registry.npmjs.org/
npm verb url raw /hoek
npm verb url resolving [ 'https://registry.npmjs.org/', './hoek' ]
npm verb url resolved https://registry.npmjs.org/hoek
npm verb request where is https://registry.npmjs.org/hoek
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "J49RNM5DYDIOSHHYJQM1AVSS"
npm http GET https://registry.npmjs.org/hoek
npm verb request where is /boom
npm verb request registry https://registry.npmjs.org/
npm verb url raw /boom
npm verb url resolving [ 'https://registry.npmjs.org/', './boom' ]
npm verb url resolved https://registry.npmjs.org/boom
npm verb request where is https://registry.npmjs.org/boom
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "BBA6TBOTGJCC8EWICHIJFYH8B"
npm http GET https://registry.npmjs.org/boom
npm info preinstall wrappy@1.0.1
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\inflight\node_modules\wrappy
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\inflight\node_modules\wrappy
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules\\inflight\\node_modules' ]
npm info linkStuff wrappy@1.0.1
npm verb linkBins wrappy@1.0.1
npm verb linkMans wrappy@1.0.1
npm verb rebuildBundles wrappy@1.0.1
npm info install wrappy@1.0.1
npm info postinstall wrappy@1.0.1
npm verb request where is /sntp
npm verb request registry https://registry.npmjs.org/
npm verb url raw /sntp
npm verb url resolving [ 'https://registry.npmjs.org/', './sntp' ]
npm verb url resolved https://registry.npmjs.org/sntp
npm verb request where is https://registry.npmjs.org/sntp
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "5XLKPJT6G2W3TLBM0T87LKO7H"
npm http GET https://registry.npmjs.org/sntp
npm verb request where is /cryptiles
npm verb request registry https://registry.npmjs.org/
npm verb url raw /cryptiles
npm verb url resolving [ 'https://registry.npmjs.org/', './cryptiles' ]
npm verb url resolved https://registry.npmjs.org/cryptiles
npm verb request where is https://registry.npmjs.org/cryptiles
npm info trying registry request attempt 1 at 17:27:06
npm verb etag "EK7D98U2X9GXU4ZYIGHGJ3DK8"
npm http GET https://registry.npmjs.org/cryptiles
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\inflight
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\inflight
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules' ]
npm info linkStuff inflight@1.0.4
npm verb linkBins inflight@1.0.4
npm verb linkMans inflight@1.0.4
npm verb rebuildBundles inflight@1.0.4
npm verb rebuildBundles [ 'wrappy' ]
npm info install inflight@1.0.4
npm info install mkdirp@0.5.0
npm info postinstall inflight@1.0.4
npm info postinstall mkdirp@0.5.0
npm http 304 https://registry.npmjs.org/string_decoder
npm verb etag https://registry.npmjs.org/string_decoder from cache
npm http 304 https://registry.npmjs.org/brace-expansion
npm verb etag https://registry.npmjs.org/brace-expansion from cache
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\npmconf
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff npmconf@2.1.1
npm verb linkBins npmconf@2.1.1
npm verb linkMans npmconf@2.1.1
npm verb rebuildBundles npmconf@2.1.1
npm http 304 https://registry.npmjs.org/isarray
npm verb etag https://registry.npmjs.org/isarray from cache
npm http 304 https://registry.npmjs.org/boom
npm verb etag https://registry.npmjs.org/boom from cache
npm verb rebuildBundles [ '.bin',
npm verb rebuildBundles   'config-chain',
npm verb rebuildBundles   'inherits',
npm verb rebuildBundles   'ini',
npm verb rebuildBundles   'mkdirp',
npm verb rebuildBundles   'nopt',
npm verb rebuildBundles   'once',
npm verb rebuildBundles   'osenv',
npm verb rebuildBundles   'semver',
npm verb rebuildBundles   'uid-number' ]
npm info install npmconf@2.1.1
npm http 304 https://registry.npmjs.org/sntp
npm verb etag https://registry.npmjs.org/sntp from cache
npm http 304 https://registry.npmjs.org/cryptiles
npm verb etag https://registry.npmjs.org/cryptiles from cache
npm info postinstall npmconf@2.1.1
npm http 304 https://registry.npmjs.org/hoek
npm verb etag https://registry.npmjs.org/hoek from cache
npm verb addNamed [ 'string_decoder', '0.10.31' ]
npm verb addNamed [ '0.10.31', '0.10.31' ]
npm verb lock string_decoder@0.10.31 C:\Users\spugliese\AppData\Roaming\npm-cache\0a9a4818-string-de
coder-0-10-31.lock
npm verb addNamed [ 'brace-expansion', '1.1.0' ]
npm verb addNamed [ '1.1.0', '1.1.0' ]
npm verb lock brace-expansion@1.1.0 C:\Users\spugliese\AppData\Roaming\npm-cache\4b76fe8e-brace-expa
nsion-1-1-0.lock
npm verb addNamed [ 'boom', '0.4.2' ]
npm verb addNamed [ '0.4.2', '0.4.2' ]
npm verb lock boom@0.4.2 C:\Users\spugliese\AppData\Roaming\npm-cache\5b106bb4-boom-0-4-2.lock
npm verb addNamed [ 'sntp', '0.2.4' ]
npm verb addNamed [ '0.2.4', '0.2.4' ]
npm verb lock sntp@0.2.4 C:\Users\spugliese\AppData\Roaming\npm-cache\92c13a43-sntp-0-2-4.lock
npm verb addNamed [ 'cryptiles', '0.2.2' ]
npm verb addNamed [ '0.2.2', '0.2.2' ]
npm verb lock cryptiles@0.2.2 C:\Users\spugliese\AppData\Roaming\npm-cache\d1e460c8-cryptiles-0-2-2.
lock
npm verb addNamed [ 'hoek', '0.9.1' ]
npm verb addNamed [ '0.9.1', '0.9.1' ]
npm verb lock hoek@0.9.1 C:\Users\spugliese\AppData\Roaming\npm-cache\8ffbae6b-hoek-0-9-1.lock
npm info install brace-expansion@1.1.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-
extra\node_modules\rimraf\node_modules\glob\node_modules\minimatch
npm info installOne brace-expansion@1.1.0
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\minimatch\node_modules\brace-expansion unbuild
npm info install inherits@2.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\no
de_modules\bl\node_modules\readable-stream
npm info install core-util-is@1.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\reques
t\node_modules\bl\node_modules\readable-stream
npm info install isarray@0.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\nod
e_modules\bl\node_modules\readable-stream
npm info install string_decoder@0.10.31 into C:\testbootstrap\node_modules\phantomjs\node_modules\re
quest\node_modules\bl\node_modules\readable-stream
npm info installOne inherits@2.0.1
npm info installOne core-util-is@1.0.1
npm info installOne isarray@0.0.1
npm info installOne string_decoder@0.10.31
npm verb node_modules\phantomjs\node_modules\request\node_modules\bl\node_modules\readable-stream\no
de_modules\inherits unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\bl\node_modules\readable-stream\no
de_modules\core-util-is unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\bl\node_modules\readable-stream\no
de_modules\isarray unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\bl\node_modules\readable-stream\no
de_modules\string_decoder unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion C:\Users\spugliese\AppData\R
oaming\npm-cache\26c27fa3-tch-node-modules-brace-expansion.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package.tgz C
:\Users\spugliese\AppData\Roaming\npm-cache\41cfb613-race-expansion-1-1-0-package-tgz.lock
npm info install cryptiles@0.2.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\n
ode_modules\hawk
npm info install boom@0.4.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_m
odules\hawk
npm info install sntp@0.2.4 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_m
odules\hawk
npm info install hoek@0.9.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_m
odules\hawk
npm info installOne cryptiles@0.2.2
npm info installOne boom@0.4.2
npm info installOne sntp@0.2.4
npm info installOne hoek@0.9.1
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\nod
e_modules\readable-stream\node_modules\inherits C:\Users\spugliese\AppData\Roaming\npm-cache\987b23b
2-ble-stream-node-modules-inherits.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\28fc9aab-cache-inherits-2-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\nod
e_modules\readable-stream\node_modules\core-util-is C:\Users\spugliese\AppData\Roaming\npm-cache\7e0
3ed82-stream-node-modules-core-util-is.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz C:\U
sers\spugliese\AppData\Roaming\npm-cache\7ca1d10e-e-core-util-is-1-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\nod
e_modules\readable-stream\node_modules\isarray C:\Users\spugliese\AppData\Roaming\npm-cache\0ea8271c
-able-stream-node-modules-isarray.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz C:\Users\
spugliese\AppData\Roaming\npm-cache\4916333e--cache-isarray-0-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\nod
e_modules\readable-stream\node_modules\string_decoder C:\Users\spugliese\AppData\Roaming\npm-cache\6
db9920c-ream-node-modules-string-decoder.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
C:\Users\spugliese\AppData\Roaming\npm-cache\d365ffed-ring-decoder-0-10-31-package-tgz.lock
npm verb node_modules\phantomjs\node_modules\request\node_modules\hawk\node_modules\cryptiles unbuil
d
npm verb node_modules\phantomjs\node_modules\request\node_modules\hawk\node_modules\boom unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\hawk\node_modules\sntp unbuild
npm verb node_modules\phantomjs\node_modules\request\node_modules\hawk\node_modules\hoek unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\cryptiles\0.2.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\n
ode_modules\cryptiles C:\Users\spugliese\AppData\Roaming\npm-cache\4fb933a8-ules-hawk-node-modules-c
ryptiles.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\cryptiles\0.2.2\package.tgz C:\User
s\spugliese\AppData\Roaming\npm-cache\c9aaff73-ache-cryptiles-0-2-2-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\boom\0.4.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\n
ode_modules\boom C:\Users\spugliese\AppData\Roaming\npm-cache\add2fbb5-e-modules-hawk-node-modules-b
oom.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\boom\0.4.2\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\3d901c57-npm-cache-boom-0-4-2-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\sntp\0.2.4\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\n
ode_modules\sntp C:\Users\spugliese\AppData\Roaming\npm-cache\d225322b-e-modules-hawk-node-modules-s
ntp.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\sntp\0.2.4\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\ab862ebb-npm-cache-sntp-0-2-4-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\hoek\0.9.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\n
ode_modules\hoek C:\Users\spugliese\AppData\Roaming\npm-cache\b3c06f85-e-modules-hawk-node-modules-h
oek.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\hoek\0.9.1\package.tgz C:\Users\spu
gliese\AppData\Roaming\npm-cache\adb811be-npm-cache-hoek-0-9-1-package-tgz.lock
npm info preinstall isarray@0.0.1
npm info preinstall inherits@2.0.1
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl
\node_modules\readable-stream\node_modules\isarray
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\node_mod
ules\readable-stream\node_modules\isarray
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\bl\\node_modules\\readable-stream\\node_modules' ]
npm info linkStuff isarray@0.0.1
npm verb linkBins isarray@0.0.1
npm verb linkMans isarray@0.0.1
npm verb rebuildBundles isarray@0.0.1
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl
\node_modules\readable-stream\node_modules\inherits
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\node_mod
ules\readable-stream\node_modules\inherits
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\bl\\node_modules\\readable-stream\\node_modules' ]
npm info linkStuff inherits@2.0.1
npm verb linkBins inherits@2.0.1
npm verb linkMans inherits@2.0.1
npm verb rebuildBundles inherits@2.0.1
npm info install isarray@0.0.1
npm info install inherits@2.0.1
npm info postinstall isarray@0.0.1
npm info postinstall inherits@2.0.1
npm info preinstall string_decoder@0.10.31
npm verb readDependencies using package.json deps
npm info preinstall cryptiles@0.2.2
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl
\node_modules\readable-stream\node_modules\string_decoder
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\node_mod
ules\readable-stream\node_modules\string_decoder
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\bl\\node_modules\\readable-stream\\node_modules' ]
npm info linkStuff string_decoder@0.10.31
npm verb linkBins string_decoder@0.10.31
npm verb linkMans string_decoder@0.10.31
npm verb rebuildBundles string_decoder@0.10.31
npm info preinstall core-util-is@1.0.1
npm info install string_decoder@0.10.31
npm verb readDependencies using package.json deps
npm info postinstall string_decoder@0.10.31
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ha
wk\node_modules\cryptiles
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\node_m
odules\cryptiles
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\hawk\\node_modules' ]
npm info linkStuff cryptiles@0.2.2
npm verb linkBins cryptiles@0.2.2
npm verb linkMans cryptiles@0.2.2
npm verb rebuildBundles cryptiles@0.2.2
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl
\node_modules\readable-stream\node_modules\core-util-is
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\node_mod
ules\readable-stream\node_modules\core-util-is
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\bl\\node_modules\\readable-stream\\node_modules' ]
npm info linkStuff core-util-is@1.0.1
npm verb linkBins core-util-is@1.0.1
npm verb linkMans core-util-is@1.0.1
npm verb rebuildBundles core-util-is@1.0.1
npm info install cryptiles@0.2.2
npm info install core-util-is@1.0.1
npm info postinstall cryptiles@0.2.2
npm info postinstall core-util-is@1.0.1
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl
\node_modules\readable-stream
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl\node_mod
ules\readable-stream
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\bl\\node_modules' ]
npm info linkStuff readable-stream@1.0.33
npm verb linkBins readable-stream@1.0.33
npm verb linkMans readable-stream@1.0.33
npm verb rebuildBundles readable-stream@1.0.33
npm verb rebuildBundles [ 'core-util-is', 'inherits', 'isarray', 'string_decoder' ]
npm info install readable-stream@1.0.33
npm info postinstall readable-stream@1.0.33
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl

npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\bl
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff bl@0.9.4
npm verb linkBins bl@0.9.4
npm verb linkMans bl@0.9.4
npm verb rebuildBundles bl@0.9.4
npm verb rebuildBundles [ 'readable-stream' ]
npm info install bl@0.9.4
npm info postinstall bl@0.9.4
npm info preinstall sntp@0.2.4
npm verb readDependencies using package.json deps
npm info preinstall boom@0.4.2
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ha
wk\node_modules\sntp
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\node_m
odules\sntp
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\hawk\\node_modules' ]
npm info linkStuff sntp@0.2.4
npm verb linkBins sntp@0.2.4
npm verb linkMans sntp@0.2.4
npm verb rebuildBundles sntp@0.2.4
npm info install sntp@0.2.4
npm verb readDependencies using package.json deps
npm info postinstall sntp@0.2.4
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ha
wk\node_modules\boom
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\node_m
odules\boom
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\hawk\\node_modules' ]
npm info linkStuff boom@0.4.2
npm verb linkBins boom@0.4.2
npm verb linkMans boom@0.4.2
npm verb rebuildBundles boom@0.4.2
npm info install boom@0.4.2
npm info postinstall boom@0.4.2
npm info preinstall brace-expansion@1.1.0
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb cache add [ 'balanced-match@^0.2.0', null ]
npm verb cache add name=undefined spec="balanced-match@^0.2.0" args=["balanced-match@^0.2.0",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'balanced-match@^0.2.0',
npm verb parsed url   path: 'balanced-match@^0.2.0',
npm verb parsed url   href: 'balanced-match@^0.2.0' }
npm verb cache add [ 'concat-map@0.0.1', null ]
npm verb cache add name=undefined spec="concat-map@0.0.1" args=["concat-map@0.0.1",null]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: 'concat-map@0.0.1',
npm verb parsed url   path: 'concat-map@0.0.1',
npm verb parsed url   href: 'concat-map@0.0.1' }
npm verb cache add name="balanced-match" spec="^0.2.0" args=["balanced-match","^0.2.0"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '^0.2.0',
npm verb parsed url   path: '^0.2.0',
npm verb parsed url   href: '^0.2.0' }
npm verb addNamed [ 'balanced-match', '^0.2.0' ]
npm verb addNamed [ null, '>=0.2.0-0 <0.3.0-0' ]
npm verb lock balanced-match@^0.2.0 C:\Users\spugliese\AppData\Roaming\npm-cache\ccd8e00c-balanced-m
atch-0-2-0.lock
npm verb cache add name="concat-map" spec="0.0.1" args=["concat-map","0.0.1"]
npm verb parsed url { protocol: null,
npm verb parsed url   slashes: null,
npm verb parsed url   auth: null,
npm verb parsed url   host: null,
npm verb parsed url   port: null,
npm verb parsed url   hostname: null,
npm verb parsed url   hash: null,
npm verb parsed url   search: null,
npm verb parsed url   query: null,
npm verb parsed url   pathname: '0.0.1',
npm verb parsed url   path: '0.0.1',
npm verb parsed url   href: '0.0.1' }
npm verb addNamed [ 'concat-map', '0.0.1' ]
npm verb addNamed [ '0.0.1', '0.0.1' ]
npm verb lock concat-map@0.0.1 C:\Users\spugliese\AppData\Roaming\npm-cache\76b37408-concat-map-0-0-
1.lock
npm info preinstall hoek@0.9.1
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ha
wk\node_modules\hoek
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk\node_m
odules\hoek
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\hawk\\node_modules' ]
npm info linkStuff hoek@0.9.1
npm verb linkBins hoek@0.9.1
npm verb linkMans hoek@0.9.1
npm verb rebuildBundles hoek@0.9.1
npm info install hoek@0.9.1
npm info postinstall hoek@0.9.1
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\ha
wk
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\hawk
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff hawk@1.1.1
npm verb linkBins hawk@1.1.1
npm verb linkMans hawk@1.1.1
npm verb rebuildBundles hawk@1.1.1
npm verb rebuildBundles [ 'boom', 'cryptiles', 'hoek', 'sntp' ]
npm info install hawk@1.1.1
npm info postinstall hawk@1.1.1
npm verb request where is /concat-map
npm verb request registry https://registry.npmjs.org/
npm verb url raw /concat-map
npm verb url resolving [ 'https://registry.npmjs.org/', './concat-map' ]
npm verb url resolved https://registry.npmjs.org/concat-map
npm verb request where is https://registry.npmjs.org/concat-map
npm info trying registry request attempt 1 at 17:27:07
npm verb etag "2U454Y0TO6HIGLHDYCQETYTN8"
npm http GET https://registry.npmjs.org/concat-map
npm http 304 https://registry.npmjs.org/concat-map
npm verb etag https://registry.npmjs.org/concat-map from cache
npm verb request where is /balanced-match
npm verb request registry https://registry.npmjs.org/
npm verb url raw /balanced-match
npm verb url resolving [ 'https://registry.npmjs.org/', './balanced-match' ]
npm verb url resolved https://registry.npmjs.org/balanced-match
npm verb request where is https://registry.npmjs.org/balanced-match
npm info trying registry request attempt 1 at 17:27:07
npm verb etag "2H6AO94YXV8VUX762CZ8KGSIJ"
npm http GET https://registry.npmjs.org/balanced-match
npm http 304 https://registry.npmjs.org/balanced-match
npm verb etag https://registry.npmjs.org/balanced-match from cache
npm verb addNamed [ 'balanced-match', '0.2.0' ]
npm verb addNamed [ '0.2.0', '0.2.0' ]
npm verb lock balanced-match@0.2.0 C:\Users\spugliese\AppData\Roaming\npm-cache\38572323-balanced-ma
tch-0-2-0.lock
npm info install concat-map@0.0.1 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra
\node_modules\rimraf\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion
npm info install balanced-match@0.2.0 into C:\testbootstrap\node_modules\phantomjs\node_modules\fs-e
xtra\node_modules\rimraf\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion
npm info installOne concat-map@0.0.1
npm info installOne balanced-match@0.2.0
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\minimatch\node_modules\brace-expansion\node_modules\concat-map unbuild
npm verb node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\node_modules\glob\node_mod
ules\minimatch\node_modules\brace-expansion\node_modules\balanced-match unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\concat-map\0.0.1\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map C:\U
sers\spugliese\AppData\Roaming\npm-cache\dc5db4f7-xpansion-node-modules-concat-map.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\concat-map\0.0.1\package.tgz C:\Use
rs\spugliese\AppData\Roaming\npm-cache\0cb58921-che-concat-map-0-0-1-package-tgz.lock
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\balanced-match\0.2.0\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimra
f\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
C:\Users\spugliese\AppData\Roaming\npm-cache\48a0cf9e-sion-node-modules-balanced-match.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\balanced-match\0.2.0\package.tgz C:
\Users\spugliese\AppData\Roaming\npm-cache\bac87784-balanced-match-0-2-0-package-tgz.lock
npm info preinstall concat-map@0.0.1
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules\\minimatch\\node_modules\\brace-expansion\\node_modules
' ]
npm info linkStuff concat-map@0.0.1
npm verb linkBins concat-map@0.0.1
npm verb linkMans concat-map@0.0.1
npm verb rebuildBundles concat-map@0.0.1
npm info install concat-map@0.0.1
npm info postinstall concat-map@0.0.1
npm info preinstall balanced-match@0.2.0
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-ma
tch
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules\\minimatch\\node_modules\\brace-expansion\\node_modules
' ]
npm info linkStuff balanced-match@0.2.0
npm verb linkBins balanced-match@0.2.0
npm verb linkMans balanced-match@0.2.0
npm verb rebuildBundles balanced-match@0.2.0
npm info install balanced-match@0.2.0
npm info postinstall balanced-match@0.2.0
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\minimatch\node_modules\brace-expansion
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\minimatch\node_modules\brace-expansion
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules\\minimatch\\node_modules' ]
npm info linkStuff brace-expansion@1.1.0
npm verb linkBins brace-expansion@1.1.0
npm verb linkMans brace-expansion@1.1.0
npm verb rebuildBundles brace-expansion@1.1.0
npm verb rebuildBundles [ 'balanced-match', 'concat-map' ]
npm info install brace-expansion@1.1.0
npm info postinstall brace-expansion@1.1.0
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob\node_modules\minimatch
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob\node_modules\minimatch
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules\\glob\\node_modules' ]
npm info linkStuff minimatch@2.0.4
npm verb linkBins minimatch@2.0.4
npm verb linkMans minimatch@2.0.4
npm verb rebuildBundles minimatch@2.0.4
npm verb rebuildBundles [ 'brace-expansion' ]
npm info install minimatch@2.0.4
npm info postinstall minimatch@2.0.4
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf\node_modules\glob
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf\nod
e_modules\glob
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\rimraf\\node_modules' ]
npm info linkStuff glob@4.5.3
npm verb linkBins glob@4.5.3
npm verb linkMans glob@4.5.3
npm verb rebuildBundles glob@4.5.3
npm verb rebuildBundles [ 'inflight', 'inherits', 'minimatch', 'once' ]
npm info install glob@4.5.3
npm info postinstall glob@4.5.3
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\r
imraf
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra\node_modules\rimraf
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es' ]
npm info linkStuff rimraf@2.3.2
npm verb linkBins rimraf@2.3.2
npm verb link bins [ { rimraf: './bin.js' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\fs-extra\\node_modul
es\\.bin',
npm verb link bins   false ]
npm verb linkMans rimraf@2.3.2
npm verb rebuildBundles rimraf@2.3.2
npm verb rebuildBundles [ 'glob' ]
npm info install rimraf@2.3.2
npm info postinstall rimraf@2.3.2
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\fs-extra
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff fs-extra@0.16.5
npm verb linkBins fs-extra@0.16.5
npm verb linkMans fs-extra@0.16.5
npm verb rebuildBundles fs-extra@0.16.5
npm verb rebuildBundles [ '.bin', 'graceful-fs', 'jsonfile', 'rimraf' ]
npm info install fs-extra@0.16.5
npm info postinstall fs-extra@0.16.5
npm http 304 https://registry.npmjs.org/punycode
npm verb etag https://registry.npmjs.org/punycode from cache
npm verb addNamed [ 'punycode', '1.3.2' ]
npm verb addNamed [ '1.3.2', '1.3.2' ]
npm verb lock punycode@1.3.2 C:\Users\spugliese\AppData\Roaming\npm-cache\9e9c5d2e-punycode-1-3-2.lo
ck
npm info install punycode@1.3.2 into C:\testbootstrap\node_modules\phantomjs\node_modules\request\no
de_modules\tough-cookie
npm info installOne punycode@1.3.2
npm verb node_modules\phantomjs\node_modules\request\node_modules\tough-cookie\node_modules\punycode
 unbuild
npm verb tar unpack C:\Users\spugliese\AppData\Roaming\npm-cache\punycode\1.3.2\package.tgz
npm verb lock tar://C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tough-
cookie\node_modules\punycode C:\Users\spugliese\AppData\Roaming\npm-cache\1a66ba9d-ugh-cookie-node-m
odules-punycode.lock
npm verb lock tar://C:\Users\spugliese\AppData\Roaming\npm-cache\punycode\1.3.2\package.tgz C:\Users
\spugliese\AppData\Roaming\npm-cache\4cdf8928-cache-punycode-1-3-2-package-tgz.lock
npm info preinstall punycode@1.3.2
npm verb readDependencies using package.json deps
npm verb readDependencies using package.json deps
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\to
ugh-cookie\node_modules\punycode
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tough-cooki
e\node_modules\punycode
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s\\tough-cookie\\node_modules' ]
npm info linkStuff punycode@1.3.2
npm verb linkBins punycode@1.3.2
npm verb linkMans punycode@1.3.2
npm verb rebuildBundles punycode@1.3.2
npm info install punycode@1.3.2
npm info postinstall punycode@1.3.2
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\to
ugh-cookie
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request\node_modules\tough-cooki
e
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules\\request\\node_module
s' ]
npm info linkStuff tough-cookie@0.13.0
npm verb linkBins tough-cookie@0.13.0
npm verb linkMans tough-cookie@0.13.0
npm verb rebuildBundles tough-cookie@0.13.0
npm verb rebuildBundles [ 'punycode' ]
npm info install tough-cookie@0.13.0
npm info postinstall tough-cookie@0.13.0
npm verb about to build C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm info build C:\testbootstrap\node_modules\phantomjs\node_modules\request
npm verb linkStuff [ false,
npm verb linkStuff   false,
npm verb linkStuff   false,
npm verb linkStuff   'C:\\testbootstrap\\node_modules\\phantomjs\\node_modules' ]
npm info linkStuff request@2.42.0
npm verb linkBins request@2.42.0
npm verb linkMans request@2.42.0
npm verb rebuildBundles request@2.42.0
npm verb rebuildBundles [ '.bin',
npm verb rebuildBundles   'aws-sign2',
npm verb rebuildBundles   'bl',
npm verb rebuildBundles   'caseless',
npm verb rebuildBundles   'forever-agent',
npm verb rebuildBundles   'form-data',
npm verb rebuildBundles   'hawk',
npm verb rebuildBundles   'http-signature',
npm verb rebuildBundles   'json-stringify-safe',
npm verb rebuildBundles   'mime-types',
npm verb rebuildBundles   'node-uuid',
npm verb rebuildBundles   'oauth-sign',
npm verb rebuildBundles   'qs',
npm verb rebuildBundles   'stringstream',
npm verb rebuildBundles   'tough-cookie',
npm verb rebuildBundles   'tunnel-agent' ]
npm info install request@2.42.0
npm info postinstall request@2.42.0
npm verb about to build C:\testbootstrap\node_modules\phantomjs
npm info build C:\testbootstrap\node_modules\phantomjs
npm verb linkStuff [ false, false, false, 'C:\\testbootstrap\\node_modules' ]
npm info linkStuff phantomjs@1.9.16
npm verb linkBins phantomjs@1.9.16
npm verb link bins [ { phantomjs: './bin/phantomjs' },
npm verb link bins   'C:\\testbootstrap\\node_modules\\.bin',
npm verb link bins   false ]
npm verb linkMans phantomjs@1.9.16
npm verb rebuildBundles phantomjs@1.9.16
npm verb rebuildBundles [ '.bin',
npm verb rebuildBundles   'adm-zip',
npm verb rebuildBundles   'fs-extra',
npm verb rebuildBundles   'kew',
npm verb rebuildBundles   'npmconf',
npm verb rebuildBundles   'progress',
npm verb rebuildBundles   'request',
npm verb rebuildBundles   'request-progress',
npm verb rebuildBundles   'which' ]
npm info install phantomjs@1.9.16

> phantomjs@1.9.16 install C:\testbootstrap\node_modules\phantomjs
> node install.js


module.js:340
    throw err;
          ^
Error: Cannot find module 'C:\install.js'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:929:3

npm verb unsafe-perm in lifecycle true
npm info phantomjs@1.9.16 Failed to exec install script
npm ERR! phantomjs@1.9.16 install: `node install.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the phantomjs@1.9.16 install script.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\n
pm\\bin\\npm-cli.js" "install" "phantomjs" "--verbose"
npm ERR! cwd C:\testbootstrap
npm ERR! node -v v0.10.36
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm verb exit [ 1, true ]
npm verb node_modules\phantomjs unbuild
npm info preuninstall phantomjs@1.9.16
npm info uninstall phantomjs@1.9.16
npm verb true,C:\testbootstrap\node_modules,C:\testbootstrap\node_modules unbuild phantomjs@1.9.16
npm verb C:\testbootstrap\node_modules\.bin,[object Object] binRoot
npm info postuninstall phantomjs@1.9.16
npm ERR! not ok code 0

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

No branches or pull requests

4 participants