Skip to content

Instantly share code, notes, and snippets.

@busches
Created May 5, 2015 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save busches/bdac3d9b101d308b78b2 to your computer and use it in GitHub Desktop.
Save busches/bdac3d9b101d308b78b2 to your computer and use it in GitHub Desktop.
Simple package.json hangs on npm install -ddd
This file has been truncated, but you can view the full file.
C:\Users\buschs1
λ λ cd deDesktop\npmBug\
C:\Users\buschs1\Desktop\npmBug
λ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building test 0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ test ---
[INFO] Installing node version v0.12.2
[INFO] Downloading via proxy ProxyConfig{protocol='http', host='127.0.0.1', port=3128}
[INFO] Installed node.exe locally.
[INFO] Installing npm version 2.9.0
[INFO] Downloading NPM from http://registry.npmjs.org/npm/-/npm-2.9.0.tgz to C:\Users\buschs1\Desktop\npmBug\npm.tar.gz
[INFO] Downloading via proxy ProxyConfig{protocol='http', host='127.0.0.1', port=3128}
[INFO] Extracting NPM files in node/
[INFO] Unpacking C:\Users\buschs1\Desktop\npmBug\npm.tar.gz into C:\Users\buschs1\Desktop\npmBug/node
[INFO] Installed NPM locally.
[INFO]
[INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ test ---
[INFO] Running 'npm install -ddd --color=false --proxy=http://127.0.0.1:3128' in C:\Users\buschs1\Desktop\npmBug
[ERROR] npm info it worked if it ends with ok
[ERROR] npm verb cli [ 'C:\\Users\\buschs1\\Desktop\\npmBug\\node\\node',
[ERROR] npm verb cli 'C:\\Users\\buschs1\\Desktop\\npmBug\\node\\npm\\bin\\npm-cli.js',
[ERROR] npm verb cli 'install',
[ERROR] npm verb cli '-ddd',
[ERROR] npm verb cli '--color=false',
[ERROR] npm verb cli '--proxy=http://127.0.0.1:3128' ]
[ERROR] npm info using npm@2.9.0
[ERROR] npm info using node@v0.12.2
[ERROR] npm verb node symlink C:\Users\buschs1\Desktop\npmBug\node\node
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\package.json
[ERROR] npm WARN package.json npmBug@0.0.0 No description
[ERROR] npm WARN package.json npmBug@0.0.0 No repository field.
[ERROR] npm WARN package.json npmBug@0.0.0 No README data
[ERROR] npm verb install where, deps [ 'C:\\Users\\buschs1\\Desktop\\npmBug',
[ERROR] npm verb install [ 'browser-sync', 'karma' ] ]
[ERROR] npm verb install where, peers [ 'C:\\Users\\buschs1\\Desktop\\npmBug', [] ]
[ERROR] npm verb installManyTop reading for lifecycle C:\Users\buschs1\Desktop\npmBug\package.json
[ERROR] npm info preinstall npmBug@0.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\package.json
[ERROR] npm sill cache add args [ 'browser-sync@~1.7.1', null ]
[ERROR] npm verb cache add spec browser-sync@~1.7.1
[ERROR] npm sill cache add parsed spec { raw: 'browser-sync@~1.7.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'browser-sync',
[ERROR] npm sill cache add rawSpec: '~1.7.1',
[ERROR] npm sill cache add spec: '>=1.7.1 <1.8.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed browser-sync@>=1.7.1 <1.8.0
[ERROR] npm verb addNamed ">=1.7.1 <1.8.0" is a valid semver range for browser-sync
[ERROR] npm sill addNameRange { name: 'browser-sync', range: '>=1.7.1 <1.8.0', hasData: false }
[ERROR] npm sill mapToRegistry name browser-sync
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/browser-sync
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/browser-sync not in flight; fetching
[ERROR] npm sill cache add args [ 'karma@^0.12.31', null ]
[ERROR] npm verb cache add spec karma@^0.12.31
[ERROR] npm sill cache add parsed spec { raw: 'karma@^0.12.31',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'karma',
[ERROR] npm sill cache add rawSpec: '^0.12.31',
[ERROR] npm sill cache add spec: '>=0.12.31 <0.13.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed karma@>=0.12.31 <0.13.0
[ERROR] npm verb addNamed ">=0.12.31 <0.13.0" is a valid semver range for karma
[ERROR] npm sill addNameRange { name: 'karma', range: '>=0.12.31 <0.13.0', hasData: false }
[ERROR] npm sill mapToRegistry name karma
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/karma
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/karma not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/browser-sync
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:49 PM
[ERROR] npm verb request id d44797c6915b3337
[ERROR] npm verb etag "5WIGFF2GWF8BRTAI35F0NVN1R"
[ERROR] npm http request GET http://registry.npmjs.org/browser-sync
[ERROR] npm verb request uri http://registry.npmjs.org/karma
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:49 PM
[ERROR] npm verb etag "F27IGFL2GYP3HXXDQMM7665TK"
[ERROR] npm http request GET http://registry.npmjs.org/karma
[ERROR] npm http 304 http://registry.npmjs.org/browser-sync
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '4',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:49 GMT',
[ERROR] npm sill get etag: '"5WIGFF2GWF8BRTAI35F0NVN1R"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847169.643056,VS0,VE1',
[ERROR] npm sill get 'x-served-by': 'cache-iad2122-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:49 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/browser-sync from cache
[ERROR] npm verb get saving browser-sync to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\browser-sync\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/karma
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '44',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:49 GMT',
[ERROR] npm sill get etag: '"F27IGFL2GYP3HXXDQMM7665TK"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847169.670181,VS0,VE3',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:49 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/karma from cache
[ERROR] npm verb get saving karma to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\karma\.cache.json
[ERROR] npm sill addNameRange number 2 { name: 'browser-sync', range: '>=1.7.1 <1.8.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'browser-sync',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '0.1.8',
[ERROR] npm sill addNameRange '0.1.9',
[ERROR] npm sill addNameRange '0.1.10',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.3.4',
[ERROR] npm sill addNameRange '0.3.5',
[ERROR] npm sill addNameRange '0.3.6',
[ERROR] npm sill addNameRange '0.3.7',
[ERROR] npm sill addNameRange '0.3.8',
[ERROR] npm sill addNameRange '0.3.10',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.4.21',
[ERROR] npm sill addNameRange '0.4.3',
[ERROR] npm sill addNameRange '0.4.4',
[ERROR] npm sill addNameRange '0.4.5',
[ERROR] npm sill addNameRange '0.4.6',
[ERROR] npm sill addNameRange '0.4.7',
[ERROR] npm sill addNameRange '0.4.8',
[ERROR] npm sill addNameRange '0.4.9',
[ERROR] npm sill addNameRange '0.4.10',
[ERROR] npm sill addNameRange '0.4.11',
[ERROR] npm sill addNameRange '0.4.12',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.5.4',
[ERROR] npm sill addNameRange '0.5.5',
[ERROR] npm sill addNameRange '0.5.6',
[ERROR] npm sill addNameRange '0.5.7',
[ERROR] npm sill addNameRange '0.5.8',
[ERROR] npm sill addNameRange '0.5.9',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.7.5',
[ERROR] npm sill addNameRange '0.7.7',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.2',
[ERROR] npm sill addNameRange '1.3.3',
[ERROR] npm sill addNameRange '1.3.4',
[ERROR] npm sill addNameRange '1.3.5',
[ERROR] npm sill addNameRange '1.3.6',
[ERROR] npm sill addNameRange '1.3.7',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.5.3',
[ERROR] npm sill addNameRange '1.5.4',
[ERROR] npm sill addNameRange '1.5.5',
[ERROR] npm sill addNameRange '1.5.6',
[ERROR] npm sill addNameRange '1.5.7',
[ERROR] npm sill addNameRange '1.5.8',
[ERROR] npm sill addNameRange '1.5.9',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.6.3',
[ERROR] npm sill addNameRange '1.6.4',
[ERROR] npm sill addNameRange '1.6.5',
[ERROR] npm sill addNameRange '1.7.0',
[ERROR] npm sill addNameRange '1.7.1',
[ERROR] npm sill addNameRange '1.7.2',
[ERROR] npm sill addNameRange '1.7.3',
[ERROR] npm sill addNameRange '1.8.0',
[ERROR] npm sill addNameRange '1.8.1',
[ERROR] npm sill addNameRange '1.8.2',
[ERROR] npm sill addNameRange '1.8.3',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '1.9.1',
[ERROR] npm sill addNameRange '2.0.0-rc1',
[ERROR] npm sill addNameRange '2.0.0-rc2',
[ERROR] npm sill addNameRange '2.0.0-rc3',
[ERROR] npm sill addNameRange '2.0.0-rc4',
[ERROR] npm sill addNameRange '2.0.0-rc5',
[ERROR] npm sill addNameRange '2.0.0-rc6',
[ERROR] npm sill addNameRange '2.0.0-rc7',
[ERROR] npm sill addNameRange '2.0.0-rc8',
[ERROR] npm sill addNameRange '2.0.0-rc9',
[ERROR] npm sill addNameRange '2.0.0-rc10',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '2.1.3',
[ERROR] npm sill addNameRange '2.1.4',
[ERROR] npm sill addNameRange '2.1.6',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.2.2',
[ERROR] npm sill addNameRange '2.2.3',
[ERROR] npm sill addNameRange '2.2.4',
[ERROR] npm sill addNameRange '2.2.5',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.3.1',
[ERROR] npm sill addNameRange '2.3.2',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '2.5.0',
[ERROR] npm sill addNameRange '2.5.1',
[ERROR] npm sill addNameRange '2.5.2',
[ERROR] npm sill addNameRange '2.5.3',
[ERROR] npm sill addNameRange '2.6.0',
[ERROR] npm sill addNameRange '2.6.1',
[ERROR] npm sill addNameRange '2.6.2',
[ERROR] npm sill addNameRange '2.6.3',
[ERROR] npm sill addNameRange '2.6.4',
[ERROR] npm sill addNameRange '2.6.5',
[ERROR] npm sill addNameRange '2.6.6',
[ERROR] npm sill addNameRange '1.9.2',
[ERROR] npm sill addNameRange '2.6.7',
[ERROR] npm sill addNameRange '2.6.8',
[ERROR] npm sill addNameRange '2.6.9',
[ERROR] npm sill addNameRange '2.6.10',
[ERROR] npm sill addNameRange '2.6.11',
[ERROR] npm sill addNameRange '2.7.0',
[ERROR] npm sill addNameRange '2.7.1' ] ]
[ERROR] npm sill addNamed browser-sync@1.7.3
[ERROR] npm verb addNamed "1.7.3" is a plain semver version for browser-sync
[ERROR] npm sill mapToRegistry name browser-sync
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/browser-sync
[ERROR] npm verb addRemoteTarball http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.3.tgz not in flight; adding
[ERROR] npm verb addRemoteTarball [ 'http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.3.tgz',
[ERROR] npm verb addRemoteTarball 'd46d02daffdce61ea70bec8eebf94d5971208c32' ]
[ERROR] npm sill addNameRange number 2 { name: 'karma', range: '>=0.12.31 <0.13.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'karma',
[ERROR] npm sill addNameRange [ '0.8.0',
[ERROR] npm sill addNameRange '0.9.0-dart',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.8.5',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.9.2-dart',
[ERROR] npm sill addNameRange '0.9.3',
[ERROR] npm sill addNameRange '0.8.6',
[ERROR] npm sill addNameRange '0.9.4',
[ERROR] npm sill addNameRange '0.8.7',
[ERROR] npm sill addNameRange '0.9.5',
[ERROR] npm sill addNameRange '0.9.6',
[ERROR] npm sill addNameRange '0.8.8',
[ERROR] npm sill addNameRange '0.9.7',
[ERROR] npm sill addNameRange '0.9.8',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '0.10.1',
[ERROR] npm sill addNameRange '0.10.2',
[ERROR] npm sill addNameRange '0.11.0',
[ERROR] npm sill addNameRange '0.11.1',
[ERROR] npm sill addNameRange '0.10.3',
[ERROR] npm sill addNameRange '0.10.4',
[ERROR] npm sill addNameRange '0.11.2',
[ERROR] npm sill addNameRange '0.11.3',
[ERROR] npm sill addNameRange '0.10.5',
[ERROR] npm sill addNameRange '0.11.4',
[ERROR] npm sill addNameRange '0.11.5',
[ERROR] npm sill addNameRange '0.10.6',
[ERROR] npm sill addNameRange '0.11.6',
[ERROR] npm sill addNameRange '0.10.7',
[ERROR] npm sill addNameRange '0.11.7',
[ERROR] npm sill addNameRange '0.11.8',
[ERROR] npm sill addNameRange '0.11.9',
[ERROR] npm sill addNameRange '0.10.8',
[ERROR] npm sill addNameRange '0.11.10',
[ERROR] npm sill addNameRange '0.11.11',
[ERROR] npm sill addNameRange '0.11.12',
[ERROR] npm sill addNameRange '0.11.11-dev',
[ERROR] npm sill addNameRange '0.10.9',
[ERROR] npm sill addNameRange '0.11.12-dev',
[ERROR] npm sill addNameRange '0.11.12-dev2',
[ERROR] npm sill addNameRange '0.11.13',
[ERROR] npm sill addNameRange '0.11.14',
[ERROR] npm sill addNameRange '0.12.0',
[ERROR] npm sill addNameRange '0.10.10',
[ERROR] npm sill addNameRange '0.12.1',
[ERROR] npm sill addNameRange '0.12.2',
[ERROR] npm sill addNameRange '0.12.3',
[ERROR] npm sill addNameRange '0.12.4',
[ERROR] npm sill addNameRange '0.12.5',
[ERROR] npm sill addNameRange '0.12.6',
[ERROR] npm sill addNameRange '0.12.6-beta-43e6e28',
[ERROR] npm sill addNameRange '0.12.7',
[ERROR] npm sill addNameRange '0.12.8',
[ERROR] npm sill addNameRange '0.12.9',
[ERROR] npm sill addNameRange '0.12.10',
[ERROR] npm sill addNameRange '0.12.11',
[ERROR] npm sill addNameRange '0.12.12',
[ERROR] npm sill addNameRange '0.12.11-beta-3029418',
[ERROR] npm sill addNameRange '0.12.13',
[ERROR] npm sill addNameRange '0.12.14',
[ERROR] npm sill addNameRange '0.12.15',
[ERROR] npm sill addNameRange '0.12.16',
[ERROR] npm sill addNameRange '0.12.16-beta-905422d',
[ERROR] npm sill addNameRange '0.12.17',
[ERROR] npm sill addNameRange '0.12.18',
[ERROR] npm sill addNameRange '0.12.19',
[ERROR] npm sill addNameRange '0.12.20',
[ERROR] npm sill addNameRange '0.12.21',
[ERROR] npm sill addNameRange '0.12.22',
[ERROR] npm sill addNameRange '0.12.23',
[ERROR] npm sill addNameRange '0.12.24',
[ERROR] npm sill addNameRange '0.12.24-beta-6cf7955',
[ERROR] npm sill addNameRange '0.12.25',
[ERROR] npm sill addNameRange '0.12.25-beta-37a7958',
[ERROR] npm sill addNameRange '0.12.25-beta-ad5bc24',
[ERROR] npm sill addNameRange '0.12.26',
[ERROR] npm sill addNameRange '0.12.27',
[ERROR] npm sill addNameRange '0.12.28',
[ERROR] npm sill addNameRange '0.12.28-beta-b9be580',
[ERROR] npm sill addNameRange '0.12.29',
[ERROR] npm sill addNameRange '0.12.30',
[ERROR] npm sill addNameRange '0.12.31',
[ERROR] npm sill addNameRange '0.12.28-beta-f65c864',
[ERROR] npm sill addNameRange '0.12.24-dev-test',
[ERROR] npm sill addNameRange '0.12.24-dev-socketio10',
[ERROR] npm sill addNameRange '0.12.24-dev-socketio10-2',
[ERROR] npm sill addNameRange '0.12.32-beta.0',
[ERROR] npm sill addNameRange '0.12.32' ] ]
[ERROR] npm sill addNamed karma@0.12.31
[ERROR] npm verb addNamed "0.12.31" is a plain semver version for karma
[ERROR] npm sill cache afterAdd karma@0.12.31
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\karma\0.12.31\package\package.json not in flight; writing
[ERROR] npm info retry fetch attempt 1 at 12:32:49 PM
[ERROR] npm info attempt registry request try #1 at 12:32:49 PM
[ERROR] npm http fetch GET http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.3.tgz
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\karma\0.12.31\package\package.json written
[ERROR] npm http fetch 200 http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.3.tgz
[ERROR] npm sill fetchAndShaCheck shasum d46d02daffdce61ea70bec8eebf94d5971208c32
[ERROR] npm verb addTmpTarball C:\Users\buschs1\AppData\Local\Temp\npm-41144-c7f582ab\registry.npmjs.org\browser-sync\-\browser-sync-1.7.3.tgz not in flight; adding
[ERROR] npm verb addTmpTarball already have metadata; skipping unpack for browser-sync@1.7.3
[ERROR] npm sill cache afterAdd browser-sync@1.7.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync\1.7.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync\1.7.3\package\package.json written
[ERROR] npm sill install resolved [ { name: 'karma',
[ERROR] npm sill install resolved description: 'Spectacular Test Runner for JavaScript.',
[ERROR] npm sill install resolved homepage: 'http://karma-runner.github.io/',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/karma-runner/karma.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/karma-runner/karma/issues' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'karma',
[ERROR] npm sill install resolved 'spectacular',
[ERROR] npm sill install resolved 'runner',
[ERROR] npm sill install resolved 'karma',
[ERROR] npm sill install resolved 'js',
[ERROR] npm sill install resolved 'javascript',
[ERROR] npm sill install resolved 'testing',
[ERROR] npm sill install resolved 'test',
[ERROR] npm sill install resolved 'remote',
[ERROR] npm sill install resolved 'execution' ],
[ERROR] npm sill install resolved author: { name: 'Vojta Jína', email: 'vojta.jina@gmail.com' },
[ERROR] npm sill install resolved contributors:
[ERROR] npm sill install resolved [ [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object] ],
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { di: '~0.0.1',
[ERROR] npm sill install resolved 'socket.io': '0.9.16',
[ERROR] npm sill install resolved chokidar: '>=0.8.2',
[ERROR] npm sill install resolved glob: '~3.2.7',
[ERROR] npm sill install resolved minimatch: '~0.2',
[ERROR] npm sill install resolved 'http-proxy': '~0.10',
[ERROR] npm sill install resolved optimist: '~0.6.0',
[ERROR] npm sill install resolved rimraf: '~2.2.5',
[ERROR] npm sill install resolved q: '~0.9.7',
[ERROR] npm sill install resolved colors: '~0.6.2',
[ERROR] npm sill install resolved lodash: '~2.4.1',
[ERROR] npm sill install resolved mime: '~1.2.11',
[ERROR] npm sill install resolved log4js: '~0.6.3',
[ERROR] npm sill install resolved useragent: '~2.0.4',
[ERROR] npm sill install resolved 'graceful-fs': '~2.0.1',
[ERROR] npm sill install resolved connect: '~2.26.0',
[ERROR] npm sill install resolved 'source-map': '~0.1.31' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { grunt: '~0.4',
[ERROR] npm sill install resolved 'grunt-simple-mocha': '*',
[ERROR] npm sill install resolved 'grunt-contrib-jshint': '~0.10.0',
[ERROR] npm sill install resolved 'grunt-contrib-watch': '~0.6.1',
[ERROR] npm sill install resolved 'grunt-coffeelint': '~0.0.6',
[ERROR] npm sill install resolved 'grunt-npm': '~0.0.1',
[ERROR] npm sill install resolved 'grunt-bump': '~0.0.10',
[ERROR] npm sill install resolved 'grunt-conventional-changelog': '~1.1.0',
[ERROR] npm sill install resolved 'grunt-auto-release': '~0.0.3',
[ERROR] npm sill install resolved 'grunt-browserify': '~2.1.3',
[ERROR] npm sill install resolved 'load-grunt-tasks': '~0.6.0',
[ERROR] npm sill install resolved mocks: '~0.0.10',
[ERROR] npm sill install resolved which: '~1.0',
[ERROR] npm sill install resolved mocha: '~1.20.1',
[ERROR] npm sill install resolved chai: '~1.9.1',
[ERROR] npm sill install resolved 'chai-as-promised': '~4.1.0',
[ERROR] npm sill install resolved sinon: '~1.10.3',
[ERROR] npm sill install resolved 'sinon-chai': '~2.5.0',
[ERROR] npm sill install resolved 'timer-shim': '~0.3.0',
[ERROR] npm sill install resolved 'karma-jasmine': '~0.1.0',
[ERROR] npm sill install resolved 'karma-mocha': '*',
[ERROR] npm sill install resolved 'karma-qunit': '*',
[ERROR] npm sill install resolved 'karma-coverage': '*',
[ERROR] npm sill install resolved 'karma-requirejs': '*',
[ERROR] npm sill install resolved 'karma-commonjs': '*',
[ERROR] npm sill install resolved 'karma-growl-reporter': '*',
[ERROR] npm sill install resolved 'karma-junit-reporter': '*',
[ERROR] npm sill install resolved 'karma-chrome-launcher': '*',
[ERROR] npm sill install resolved 'karma-firefox-launcher': '*',
[ERROR] npm sill install resolved 'karma-sauce-launcher': '*',
[ERROR] npm sill install resolved 'karma-phantomjs-launcher': '*',
[ERROR] npm sill install resolved 'karma-ng-scenario': '*',
[ERROR] npm sill install resolved 'karma-coffee-preprocessor': '*',
[ERROR] npm sill install resolved 'karma-live-preprocessor': '*',
[ERROR] npm sill install resolved 'karma-html2js-preprocessor': '*',
[ERROR] npm sill install resolved 'karma-browserstack-launcher': '*',
[ERROR] npm sill install resolved LiveScript: '~1.2.0',
[ERROR] npm sill install resolved 'coffee-errors': '~0.8.6',
[ERROR] npm sill install resolved 'coffee-script': '~1.7.1',
[ERROR] npm sill install resolved 'grunt-jscs-checker': '~0.6.1' },
[ERROR] npm sill install resolved main: './lib/index',
[ERROR] npm sill install resolved bin: {},
[ERROR] npm sill install resolved engines: { node: '~0.8 || ~0.10' },
[ERROR] npm sill install resolved version: '0.12.31',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '6d2e4a7751a04284ce0836eba72cbe844933be9e',
[ERROR] npm sill install resolved _id: 'karma@0.12.31',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: '806aa7c2acb13a39edb9374a7a477e643a5e94c9',
[ERROR] npm sill install resolved _from: 'karma@>=0.12.31 <0.13.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.17',
[ERROR] npm sill install resolved _nodeVersion: '0.10.35',
[ERROR] npm sill install resolved _npmUser: { name: 'karmarunnerbot', email: 'karmarunnerbot@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '806aa7c2acb13a39edb9374a7a477e643a5e94c9',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/karma/-/karma-0.12.31.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/karma/-/karma-0.12.31.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'browser-sync',
[ERROR] npm sill install resolved description: 'Live CSS Reload & Browser Syncing',
[ERROR] npm sill install resolved version: '1.7.3',
[ERROR] npm sill install resolved homepage: 'http://www.browsersync.io/',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'https://github.com/shakyshane/browser-sync' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved bin: { 'browser-sync': 'bin/browser-sync' },
[ERROR] npm sill install resolved files: [ 'bin', 'index.js', 'lib', 'LICENSE-GPL' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'npm run lint && node ./test/env.js && npm run unit',
[ERROR] npm sill install resolved lint: 'gulp lint',
[ERROR] npm sill install resolved pro: 'node test/protractor/setup.single.js',
[ERROR] npm sill install resolved 'pro-local': 'node test/protractor/setup.js',
[ERROR] npm sill install resolved unit: 'mocha --recursive test/specs --reporter spec --timeout 10000',
[ERROR] npm sill install resolved cover: 'node ./test/env.js && istanbul cover _mocha --report lcovonly -- -R spec --timeout 10000 --recursive ./test/specs && istanbul-coveralls',
[ERROR] npm sill install resolved _cover: 'istanbul cover _mocha --report lcovonly -- -R spec --timeout 10000 --recursive ./test/specs && istanbul-coveralls',
[ERROR] npm sill install resolved 'pre-release': 'npm test && npm run pro-local && npm run pro' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'browser-sync-client': '^0.5.1',
[ERROR] npm sill install resolved commander: '^2.3.0',
[ERROR] npm sill install resolved connect: '^3.3.3',
[ERROR] npm sill install resolved 'dev-ip': '^0.1.7',
[ERROR] npm sill install resolved 'easy-extender': '^2.0.0',
[ERROR] npm sill install resolved 'eazy-logger': '^2.0.0',
[ERROR] npm sill install resolved 'emitter-steward': '^0.0.1',
[ERROR] npm sill install resolved foxy: '^6.0.0',
[ERROR] npm sill install resolved 'glob-watcher': '^0.0.7',
[ERROR] npm sill install resolved localtunnel: '^1.3.0',
[ERROR] npm sill install resolved lodash: '^2.4.1',
[ERROR] npm sill install resolved minimist: '^1.1.0',
[ERROR] npm sill install resolved 'object-path': '^0.8.0',
[ERROR] npm sill install resolved opn: '^1.0.0',
[ERROR] npm sill install resolved 'opt-merger': '^1.1.0',
[ERROR] npm sill install resolved 'portscanner-plus': '^0.2.0',
[ERROR] npm sill install resolved 'resp-modifier': '^1.0.0',
[ERROR] npm sill install resolved 'serve-index': '^1.5.1',
[ERROR] npm sill install resolved 'serve-static': '^1.4.2',
[ERROR] npm sill install resolved 'socket.io': '^1.2.1',
[ERROR] npm sill install resolved tfunk: '^3.0.0',
[ERROR] npm sill install resolved 'ua-parser-js': '^0.7.3' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { 'async-each-series': '^0.1.1',
[ERROR] npm sill install resolved chai: '^1.10.0',
[ERROR] npm sill install resolved chalk: '^0.5.1',
[ERROR] npm sill install resolved 'cli-color': '^0.3.2',
[ERROR] npm sill install resolved 'conventional-changelog': '^0.0.11',
[ERROR] npm sill install resolved 'graceful-fs': '^3.0.2',
[ERROR] npm sill install resolved gulp: '^3.8.10',
[ERROR] npm sill install resolved 'gulp-contribs': '^0.0.2',
[ERROR] npm sill install resolved 'gulp-filter': '^1.0.0',
[ERROR] npm sill install resolved 'gulp-jscs': '^1.3.1',
[ERROR] npm sill install resolved 'gulp-jshint': '^1.9.0',
[ERROR] npm sill install resolved 'gulp-ruby-sass': '^0.7.1',
[ERROR] npm sill install resolved 'gulp-yuidoc': '^0.1.2',
[ERROR] npm sill install resolved istanbul: '^0.3.2',
[ERROR] npm sill install resolved 'istanbul-coveralls': '^1.0.0',
[ERROR] npm sill install resolved mocha: '*',
[ERROR] npm sill install resolved q: '^1.1.2',
[ERROR] npm sill install resolved sinon: '^1.12.1',
[ERROR] npm sill install resolved slugify: '^0.1.0',
[ERROR] npm sill install resolved 'socket.io-client': '^1.2.1',
[ERROR] npm sill install resolved supertest: '^0.15.0',
[ERROR] npm sill install resolved vinyl: '^0.4.5' },
[ERROR] npm sill install resolved keywords: [ 'browser sync', 'css', 'live reload', 'sync' ],
[ERROR] npm sill install resolved gitHead: 'fedc05a3495df3ebd04e9998430413afd33279a0',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/browser-sync/issues' },
[ERROR] npm sill install resolved _id: 'browser-sync@1.7.3',
[ERROR] npm sill install resolved _shasum: 'd46d02daffdce61ea70bec8eebf94d5971208c32',
[ERROR] npm sill install resolved _from: 'browser-sync@>=1.7.1 <1.8.0',
[ERROR] npm sill install resolved _npmVersion: '2.0.0',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd46d02daffdce61ea70bec8eebf94d5971208c32',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.3.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/browser-sync/-/browser-sync-1.7.3.tgz' } ]
[ERROR] npm info install karma@0.12.31 into C:\Users\buschs1\Desktop\npmBug
[ERROR] npm info install browser-sync@1.7.3 into C:\Users\buschs1\Desktop\npmBug
[ERROR] npm info installOne karma@0.12.31
[ERROR] npm verb installOne of karma to C:\Users\buschs1\Desktop\npmBug not in flight; installing
[ERROR] npm info installOne browser-sync@1.7.3
[ERROR] npm verb installOne of browser-sync to C:\Users\buschs1\Desktop\npmBug not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\browser-sync-2aab1fb1b38c45ce.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm sill install write writing browser-sync 1.7.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\karma-f090bd27423c129a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm WARN engine karma@0.12.31: wanted: {"node":"~0.8 || ~0.10"} (current: {"node":"0.12.2","npm":"2.9.0"})
[ERROR] npm sill install write writing karma 0.12.31 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm verb unbuild node_modules\karma
[ERROR] npm verb unbuild node_modules\browser-sync
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\karma\0.12.31\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync\1.7.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry bin/browser-sync
[ERROR] npm sill gunzTarPerm modified mode [ 'bin/browser-sync', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/args.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/args.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry config.tpl.js
[ERROR] npm sill gunzTarPerm modified mode [ 'config.tpl.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry requirejs.config.tpl.js
[ERROR] npm sill gunzTarPerm modified mode [ 'requirejs.config.tpl.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bin/karma
[ERROR] npm sill gunzTarPerm modified mode [ 'bin/karma', 509, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry config.tpl.coffee
[ERROR] npm sill gunzTarPerm modified mode [ 'config.tpl.coffee', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry config.tpl.ls
[ERROR] npm sill gunzTarPerm modified mode [ 'config.tpl.ls', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry karma-completion.sh
[ERROR] npm sill gunzTarPerm modified mode [ 'karma-completion.sh', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/browser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/browser.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/events.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/events.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/executor.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/executor.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/file_list.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/file_list.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/helper.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/helper.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/emitter_wrapper.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/emitter_wrapper.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/watcher.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/watcher.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/browser_collection.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/browser_collection.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/launcher.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/launcher.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/temp_dir.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/temp_dir.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/logger.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/logger.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/constants.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/constants.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/server.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/server.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/config.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/config.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/plugin.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/plugin.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/completion.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/completion.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/preprocessor.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/preprocessor.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporter.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporter.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/browser_result.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/browser_result.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/runner.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/runner.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/index.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/web-server.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/web-server.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/init.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/init.js', 509, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/base.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/base.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/base_color.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/base_color.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/dots.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/dots.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/dots_color.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/dots_color.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/multi.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/multi.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/progress.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/progress.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/reporters/progress_color.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/reporters/progress_color.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/common.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/middleware/common.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/karma.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/middleware/karma.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/middleware/proxy.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/runner.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/middleware/runner.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/source_files.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/middleware/source_files.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/strip_host.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/middleware/strip_host.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/launchers/base.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/launchers/base.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/launchers/capture_timeout.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/launchers/capture_timeout.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/launchers/process.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/launchers/process.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/launchers/retry.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/launchers/retry.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/init/color_schemes.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/init/color_schemes.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/init/formatters.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/init/formatters.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/init/state_machine.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/init/state_machine.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry requirejs.config.tpl.coffee
[ERROR] npm sill gunzTarPerm modified mode [ 'requirejs.config.tpl.coffee', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry static/karma.js
[ERROR] npm sill gunzTarPerm modified mode [ 'static/karma.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry static/client.html
[ERROR] npm sill gunzTarPerm modified mode [ 'static/client.html', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry static/context.html
[ERROR] npm sill gunzTarPerm modified mode [ 'static/context.html', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry static/debug.html
[ERROR] npm sill gunzTarPerm modified mode [ 'static/debug.html', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/config.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/config.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/default-config.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/default-config.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/file-watcher.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/file-watcher.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/hooks.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/hooks.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/tunnel.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/tunnel.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/messages.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/messages.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/browser-sync.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/browser-sync.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/sockets.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/sockets.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/services.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/services.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/snippet.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/snippet.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/logger.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/logger.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/utils.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/utils.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/server/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/server/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/server/utils.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/server/utils.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/server/certs/server.crt
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/server/certs/server.crt', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/server/certs/server.key
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/server/certs/server.key', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/templates/connector.tmpl
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/templates/connector.tmpl', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/templates/script-tags.tmpl
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/templates/script-tags.tmpl', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli/cli-info.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli/cli-info.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli/cli-init.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli/cli-init.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli/cli-options.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli/cli-options.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli/cli-template.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli/cli-template.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cli/opts.json
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/cli/opts.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/public/exit.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/public/exit.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/public/init.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/public/init.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/public/notify.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/public/notify.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/public/reload.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/public/reload.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/public/socket.io.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/public/socket.io.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\package.json
[ERROR] npm info preinstall browser-sync@1.7.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\package.json
[ERROR] npm sill prepareForInstallMany adding browser-sync-client@^0.5.1 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding commander@^2.3.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding connect@^3.3.3 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding dev-ip@^0.1.7 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding easy-extender@^2.0.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding eazy-logger@^2.0.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding emitter-steward@^0.0.1 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding foxy@^6.0.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding glob-watcher@^0.0.7 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding localtunnel@^1.3.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding lodash@^2.4.1 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding minimist@^1.1.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding object-path@^0.8.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding opn@^1.0.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding opt-merger@^1.1.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding portscanner-plus@^0.2.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding resp-modifier@^1.0.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding serve-index@^1.5.1 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding serve-static@^1.4.2 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding socket.io@^1.2.1 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding tfunk@^3.0.0 from browser-sync dependencies
[ERROR] npm sill prepareForInstallMany adding ua-parser-js@^0.7.3 from browser-sync dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\package.json
[ERROR] npm sill cache add args [ 'commander@^2.3.0', null ]
[ERROR] npm verb cache add spec commander@^2.3.0
[ERROR] npm sill cache add parsed spec { raw: 'commander@^2.3.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'commander',
[ERROR] npm sill cache add rawSpec: '^2.3.0',
[ERROR] npm sill cache add spec: '>=2.3.0 <3.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed commander@>=2.3.0 <3.0.0
[ERROR] npm verb addNamed ">=2.3.0 <3.0.0" is a valid semver range for commander
[ERROR] npm sill addNameRange { name: 'commander', range: '>=2.3.0 <3.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name commander
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/commander
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
[ERROR] npm sill cache add args [ 'connect@^3.3.3', null ]
[ERROR] npm verb cache add spec connect@^3.3.3
[ERROR] npm sill cache add parsed spec { raw: 'connect@^3.3.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'connect',
[ERROR] npm sill cache add rawSpec: '^3.3.3',
[ERROR] npm sill cache add spec: '>=3.3.3 <4.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed connect@>=3.3.3 <4.0.0
[ERROR] npm verb addNamed ">=3.3.3 <4.0.0" is a valid semver range for connect
[ERROR] npm sill addNameRange { name: 'connect', range: '>=3.3.3 <4.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name connect
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/connect
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/connect not in flight; fetching
[ERROR] npm sill cache add args [ 'dev-ip@^0.1.7', null ]
[ERROR] npm verb cache add spec dev-ip@^0.1.7
[ERROR] npm sill cache add parsed spec { raw: 'dev-ip@^0.1.7',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'dev-ip',
[ERROR] npm sill cache add rawSpec: '^0.1.7',
[ERROR] npm sill cache add spec: '>=0.1.7 <0.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed dev-ip@>=0.1.7 <0.2.0
[ERROR] npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for dev-ip
[ERROR] npm sill addNameRange { name: 'dev-ip', range: '>=0.1.7 <0.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name dev-ip
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/dev-ip
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/dev-ip not in flight; fetching
[ERROR] npm sill cache add args [ 'easy-extender@^2.0.0', null ]
[ERROR] npm verb cache add spec easy-extender@^2.0.0
[ERROR] npm sill cache add parsed spec { raw: 'easy-extender@^2.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'easy-extender',
[ERROR] npm sill cache add rawSpec: '^2.0.0',
[ERROR] npm sill cache add spec: '>=2.0.0 <3.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed easy-extender@>=2.0.0 <3.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for easy-extender
[ERROR] npm sill addNameRange { name: 'easy-extender',
[ERROR] npm sill addNameRange range: '>=2.0.0 <3.0.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name easy-extender
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/easy-extender
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/easy-extender not in flight; fetching
[ERROR] npm sill cache add args [ 'eazy-logger@^2.0.0', null ]
[ERROR] npm verb cache add spec eazy-logger@^2.0.0
[ERROR] npm sill cache add parsed spec { raw: 'eazy-logger@^2.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'eazy-logger',
[ERROR] npm sill cache add rawSpec: '^2.0.0',
[ERROR] npm sill cache add spec: '>=2.0.0 <3.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed eazy-logger@>=2.0.0 <3.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for eazy-logger
[ERROR] npm sill addNameRange { name: 'eazy-logger', range: '>=2.0.0 <3.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name eazy-logger
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/eazy-logger
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/eazy-logger not in flight; fetching
[ERROR] npm sill cache add args [ 'emitter-steward@^0.0.1', null ]
[ERROR] npm verb cache add spec emitter-steward@^0.0.1
[ERROR] npm sill cache add parsed spec { raw: 'emitter-steward@^0.0.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'emitter-steward',
[ERROR] npm sill cache add rawSpec: '^0.0.1',
[ERROR] npm sill cache add spec: '>=0.0.1 <0.0.2',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed emitter-steward@>=0.0.1 <0.0.2
[ERROR] npm verb addNamed ">=0.0.1 <0.0.2" is a valid semver range for emitter-steward
[ERROR] npm sill addNameRange { name: 'emitter-steward',
[ERROR] npm sill addNameRange range: '>=0.0.1 <0.0.2',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name emitter-steward
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/emitter-steward
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/emitter-steward not in flight; fetching
[ERROR] npm sill cache add args [ 'foxy@^6.0.0', null ]
[ERROR] npm verb cache add spec foxy@^6.0.0
[ERROR] npm sill cache add parsed spec { raw: 'foxy@^6.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'foxy',
[ERROR] npm sill cache add rawSpec: '^6.0.0',
[ERROR] npm sill cache add spec: '>=6.0.0 <7.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed foxy@>=6.0.0 <7.0.0
[ERROR] npm verb addNamed ">=6.0.0 <7.0.0" is a valid semver range for foxy
[ERROR] npm sill addNameRange { name: 'foxy', range: '>=6.0.0 <7.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name foxy
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/foxy
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/foxy not in flight; fetching
[ERROR] npm sill cache add args [ 'glob-watcher@^0.0.7', null ]
[ERROR] npm verb cache add spec glob-watcher@^0.0.7
[ERROR] npm sill cache add parsed spec { raw: 'glob-watcher@^0.0.7',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'glob-watcher',
[ERROR] npm sill cache add rawSpec: '^0.0.7',
[ERROR] npm sill cache add spec: '>=0.0.7 <0.0.8',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed glob-watcher@>=0.0.7 <0.0.8
[ERROR] npm verb addNamed ">=0.0.7 <0.0.8" is a valid semver range for glob-watcher
[ERROR] npm sill addNameRange { name: 'glob-watcher', range: '>=0.0.7 <0.0.8', hasData: false }
[ERROR] npm sill mapToRegistry name glob-watcher
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/glob-watcher
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob-watcher not in flight; fetching
[ERROR] npm sill cache add args [ 'localtunnel@^1.3.0', null ]
[ERROR] npm verb cache add spec localtunnel@^1.3.0
[ERROR] npm sill cache add parsed spec { raw: 'localtunnel@^1.3.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'localtunnel',
[ERROR] npm sill cache add rawSpec: '^1.3.0',
[ERROR] npm sill cache add spec: '>=1.3.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed localtunnel@>=1.3.0 <2.0.0
[ERROR] npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for localtunnel
[ERROR] npm sill addNameRange { name: 'localtunnel', range: '>=1.3.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name localtunnel
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/localtunnel
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/localtunnel not in flight; fetching
[ERROR] npm sill cache add args [ 'lodash@^2.4.1', null ]
[ERROR] npm verb cache add spec lodash@^2.4.1
[ERROR] npm sill cache add parsed spec { raw: 'lodash@^2.4.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'lodash',
[ERROR] npm sill cache add rawSpec: '^2.4.1',
[ERROR] npm sill cache add spec: '>=2.4.1 <3.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed lodash@>=2.4.1 <3.0.0
[ERROR] npm verb addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash
[ERROR] npm sill addNameRange { name: 'lodash', range: '>=2.4.1 <3.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name lodash
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm sill cache add args [ 'minimist@^1.1.0', null ]
[ERROR] npm verb cache add spec minimist@^1.1.0
[ERROR] npm sill cache add parsed spec { raw: 'minimist@^1.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'minimist',
[ERROR] npm sill cache add rawSpec: '^1.1.0',
[ERROR] npm sill cache add spec: '>=1.1.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed minimist@>=1.1.0 <2.0.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
[ERROR] npm sill addNameRange { name: 'minimist', range: '>=1.1.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name minimist
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/minimist
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
[ERROR] npm sill cache add args [ 'object-path@^0.8.0', null ]
[ERROR] npm verb cache add spec object-path@^0.8.0
[ERROR] npm sill cache add parsed spec { raw: 'object-path@^0.8.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'object-path',
[ERROR] npm sill cache add rawSpec: '^0.8.0',
[ERROR] npm sill cache add spec: '>=0.8.0 <0.9.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed object-path@>=0.8.0 <0.9.0
[ERROR] npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for object-path
[ERROR] npm sill addNameRange { name: 'object-path', range: '>=0.8.0 <0.9.0', hasData: false }
[ERROR] npm sill mapToRegistry name object-path
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/object-path
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/object-path not in flight; fetching
[ERROR] npm sill cache add args [ 'opn@^1.0.0', null ]
[ERROR] npm verb cache add spec opn@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'opn@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'opn',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed opn@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for opn
[ERROR] npm sill addNameRange { name: 'opn', range: '>=1.0.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name opn
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/opn
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/opn not in flight; fetching
[ERROR] npm sill cache add args [ 'opt-merger@^1.1.0', null ]
[ERROR] npm verb cache add spec opt-merger@^1.1.0
[ERROR] npm sill cache add parsed spec { raw: 'opt-merger@^1.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'opt-merger',
[ERROR] npm sill cache add rawSpec: '^1.1.0',
[ERROR] npm sill cache add spec: '>=1.1.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed opt-merger@>=1.1.0 <2.0.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for opt-merger
[ERROR] npm sill addNameRange { name: 'opt-merger', range: '>=1.1.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name opt-merger
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/opt-merger
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/opt-merger not in flight; fetching
[ERROR] npm sill cache add args [ 'portscanner-plus@^0.2.0', null ]
[ERROR] npm verb cache add spec portscanner-plus@^0.2.0
[ERROR] npm sill cache add parsed spec { raw: 'portscanner-plus@^0.2.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'portscanner-plus',
[ERROR] npm sill cache add rawSpec: '^0.2.0',
[ERROR] npm sill cache add spec: '>=0.2.0 <0.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed portscanner-plus@>=0.2.0 <0.3.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for portscanner-plus
[ERROR] npm sill addNameRange { name: 'portscanner-plus',
[ERROR] npm sill addNameRange range: '>=0.2.0 <0.3.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name portscanner-plus
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/portscanner-plus
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/portscanner-plus not in flight; fetching
[ERROR] npm sill cache add args [ 'resp-modifier@^1.0.0', null ]
[ERROR] npm verb cache add spec resp-modifier@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'resp-modifier@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'resp-modifier',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed resp-modifier@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for resp-modifier
[ERROR] npm sill addNameRange { name: 'resp-modifier',
[ERROR] npm sill addNameRange range: '>=1.0.0 <2.0.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name resp-modifier
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/resp-modifier
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/resp-modifier not in flight; fetching
[ERROR] npm sill cache add args [ 'serve-index@^1.5.1', null ]
[ERROR] npm verb cache add spec serve-index@^1.5.1
[ERROR] npm sill cache add parsed spec { raw: 'serve-index@^1.5.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'serve-index',
[ERROR] npm sill cache add rawSpec: '^1.5.1',
[ERROR] npm sill cache add spec: '>=1.5.1 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed serve-index@>=1.5.1 <2.0.0
[ERROR] npm verb addNamed ">=1.5.1 <2.0.0" is a valid semver range for serve-index
[ERROR] npm sill addNameRange { name: 'serve-index', range: '>=1.5.1 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name serve-index
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/serve-index
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-index not in flight; fetching
[ERROR] npm sill cache add args [ 'serve-static@^1.4.2', null ]
[ERROR] npm verb cache add spec serve-static@^1.4.2
[ERROR] npm sill cache add parsed spec { raw: 'serve-static@^1.4.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'serve-static',
[ERROR] npm sill cache add rawSpec: '^1.4.2',
[ERROR] npm sill cache add spec: '>=1.4.2 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed serve-static@>=1.4.2 <2.0.0
[ERROR] npm verb addNamed ">=1.4.2 <2.0.0" is a valid semver range for serve-static
[ERROR] npm sill addNameRange { name: 'serve-static', range: '>=1.4.2 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name serve-static
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/serve-static
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
[ERROR] npm sill cache add args [ 'socket.io@^1.2.1', null ]
[ERROR] npm verb cache add spec socket.io@^1.2.1
[ERROR] npm sill cache add parsed spec { raw: 'socket.io@^1.2.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'socket.io',
[ERROR] npm sill cache add rawSpec: '^1.2.1',
[ERROR] npm sill cache add spec: '>=1.2.1 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed socket.io@>=1.2.1 <2.0.0
[ERROR] npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for socket.io
[ERROR] npm sill addNameRange { name: 'socket.io', range: '>=1.2.1 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name socket.io
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/socket.io
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/socket.io not in flight; fetching
[ERROR] npm sill cache add args [ 'tfunk@^3.0.0', null ]
[ERROR] npm verb cache add spec tfunk@^3.0.0
[ERROR] npm sill cache add parsed spec { raw: 'tfunk@^3.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'tfunk',
[ERROR] npm sill cache add rawSpec: '^3.0.0',
[ERROR] npm sill cache add spec: '>=3.0.0 <4.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed tfunk@>=3.0.0 <4.0.0
[ERROR] npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for tfunk
[ERROR] npm sill addNameRange { name: 'tfunk', range: '>=3.0.0 <4.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name tfunk
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/tfunk
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/tfunk not in flight; fetching
[ERROR] npm sill cache add args [ 'ua-parser-js@^0.7.3', null ]
[ERROR] npm verb cache add spec ua-parser-js@^0.7.3
[ERROR] npm sill cache add parsed spec { raw: 'ua-parser-js@^0.7.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'ua-parser-js',
[ERROR] npm sill cache add rawSpec: '^0.7.3',
[ERROR] npm sill cache add spec: '>=0.7.3 <0.8.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed ua-parser-js@>=0.7.3 <0.8.0
[ERROR] npm verb addNamed ">=0.7.3 <0.8.0" is a valid semver range for ua-parser-js
[ERROR] npm sill addNameRange { name: 'ua-parser-js', range: '>=0.7.3 <0.8.0', hasData: false }
[ERROR] npm sill mapToRegistry name ua-parser-js
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/ua-parser-js
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ua-parser-js not in flight; fetching
[ERROR] npm sill cache add args [ 'browser-sync-client@^0.5.1', null ]
[ERROR] npm verb cache add spec browser-sync-client@^0.5.1
[ERROR] npm sill cache add parsed spec { raw: 'browser-sync-client@^0.5.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'browser-sync-client',
[ERROR] npm sill cache add rawSpec: '^0.5.1',
[ERROR] npm sill cache add spec: '>=0.5.1 <0.6.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed browser-sync-client@>=0.5.1 <0.6.0
[ERROR] npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for browser-sync-client
[ERROR] npm sill addNameRange { name: 'browser-sync-client',
[ERROR] npm sill addNameRange range: '>=0.5.1 <0.6.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name browser-sync-client
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/browser-sync-client not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/connect
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "AMFZBJLQCX0U4SCMBB20284X4"
[ERROR] npm http request GET http://registry.npmjs.org/connect
[ERROR] npm verb request uri http://registry.npmjs.org/dev-ip
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "QUJ7XRRGI1K9M20WCYU4S6SZ"
[ERROR] npm http request GET http://registry.npmjs.org/dev-ip
[ERROR] npm verb request uri http://registry.npmjs.org/easy-extender
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "7F1APTFF492NJGT1MLNP599RQ"
[ERROR] npm http request GET http://registry.npmjs.org/easy-extender
[ERROR] npm verb request uri http://registry.npmjs.org/emitter-steward
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "84M0HT9O2GAFKNCL4BEA7URM9"
[ERROR] npm http request GET http://registry.npmjs.org/emitter-steward
[ERROR] npm verb request uri http://registry.npmjs.org/eazy-logger
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "BGQ07M88VBQ2IP5UKLX4P9M4Z"
[ERROR] npm http request GET http://registry.npmjs.org/eazy-logger
[ERROR] npm verb request uri http://registry.npmjs.org/glob-watcher
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "CLE3CKG7ZO3XJL6GROMPYTXNX"
[ERROR] npm http request GET http://registry.npmjs.org/glob-watcher
[ERROR] npm verb request uri http://registry.npmjs.org/commander
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "B8PMVCS4CCE1SXRFTQ4FUCO21"
[ERROR] npm http request GET http://registry.npmjs.org/commander
[ERROR] npm verb request uri http://registry.npmjs.org/lodash
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "ECGXXTQJ6SLGPYCBB8VBDYYN4"
[ERROR] npm http request GET http://registry.npmjs.org/lodash
[ERROR] npm verb request uri http://registry.npmjs.org/object-path
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "9N6LK31TXBES11EB32DYI54R3"
[ERROR] npm http request GET http://registry.npmjs.org/object-path
[ERROR] npm verb request uri http://registry.npmjs.org/minimist
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "DHNCKYQK3X6ZJC9Y8PKXH20CX"
[ERROR] npm http request GET http://registry.npmjs.org/minimist
[ERROR] npm verb request uri http://registry.npmjs.org/opn
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "8TCA2Z8P9KVKJEBFZIKG03A8Z"
[ERROR] npm http request GET http://registry.npmjs.org/opn
[ERROR] npm verb request uri http://registry.npmjs.org/resp-modifier
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "68WZOAQRVMEJSJCA7WL38PNVH"
[ERROR] npm http request GET http://registry.npmjs.org/resp-modifier
[ERROR] npm verb request uri http://registry.npmjs.org/serve-index
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "AY371JLH3TPUAM614SF5WLKF6"
[ERROR] npm http request GET http://registry.npmjs.org/serve-index
[ERROR] npm verb request uri http://registry.npmjs.org/opt-merger
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "29XE7ACT9KZ0ZW31UHVMWIT1R"
[ERROR] npm http request GET http://registry.npmjs.org/opt-merger
[ERROR] npm verb request uri http://registry.npmjs.org/localtunnel
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "9B08911PA6K85WOL32SUXAAC"
[ERROR] npm http request GET http://registry.npmjs.org/localtunnel
[ERROR] npm verb request uri http://registry.npmjs.org/tfunk
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "BF90PUSU0IKAHA2WUIYCZEJCD"
[ERROR] npm http request GET http://registry.npmjs.org/tfunk
[ERROR] npm verb request uri http://registry.npmjs.org/serve-static
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "EHTYOFCSHJK9563YZETBUZENU"
[ERROR] npm http request GET http://registry.npmjs.org/serve-static
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "9RFXBIH41UIOR2R44CKKECQ3B"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io
[ERROR] npm verb request uri http://registry.npmjs.org/ua-parser-js
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "EQ2DZY3D8XODBP0HHVAUWGJL8"
[ERROR] npm http request GET http://registry.npmjs.org/ua-parser-js
[ERROR] npm verb request uri http://registry.npmjs.org/foxy
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "AF20A8H524KZPCHEBE760NTAC"
[ERROR] npm http request GET http://registry.npmjs.org/foxy
[ERROR] npm verb request uri http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "26GW5FSOFA95E93H6LBNRWY2E"
[ERROR] npm http request GET http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb request uri http://registry.npmjs.org/portscanner-plus
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:50 PM
[ERROR] npm verb etag "9YKH9SIWC1CNZWE4PYG6GYL5F"
[ERROR] npm http request GET http://registry.npmjs.org/portscanner-plus
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\package.json
[ERROR] npm info preinstall karma@0.12.31
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\package.json
[ERROR] npm sill prepareForInstallMany adding di@~0.0.1 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding socket.io@0.9.16 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding chokidar@>=0.8.2 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding glob@~3.2.7 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding minimatch@~0.2 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding http-proxy@~0.10 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding optimist@~0.6.0 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding rimraf@~2.2.5 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding q@~0.9.7 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding colors@~0.6.2 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding lodash@~2.4.1 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding mime@~1.2.11 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding log4js@~0.6.3 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding useragent@~2.0.4 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding graceful-fs@~2.0.1 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding connect@~2.26.0 from karma dependencies
[ERROR] npm sill prepareForInstallMany adding source-map@~0.1.31 from karma dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\package.json
[ERROR] npm sill cache add args [ 'di@~0.0.1', null ]
[ERROR] npm verb cache add spec di@~0.0.1
[ERROR] npm sill cache add args [ 'socket.io@0.9.16', null ]
[ERROR] npm verb cache add spec socket.io@0.9.16
[ERROR] npm sill cache add parsed spec { raw: 'di@~0.0.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'di',
[ERROR] npm sill cache add rawSpec: '~0.0.1',
[ERROR] npm sill cache add spec: '>=0.0.1 <0.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed di@>=0.0.1 <0.1.0
[ERROR] npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for di
[ERROR] npm sill addNameRange { name: 'di', range: '>=0.0.1 <0.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name di
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/di
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/di not in flight; fetching
[ERROR] npm sill cache add parsed spec { raw: 'socket.io@0.9.16',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'socket.io',
[ERROR] npm sill cache add rawSpec: '0.9.16',
[ERROR] npm sill cache add spec: '0.9.16',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed socket.io@0.9.16
[ERROR] npm verb addNamed "0.9.16" is a plain semver version for socket.io
[ERROR] npm sill mapToRegistry name socket.io
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/socket.io
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io already in flight; waiting
[ERROR] npm sill cache add args [ 'chokidar@>=0.8.2', null ]
[ERROR] npm verb cache add spec chokidar@>=0.8.2
[ERROR] npm sill cache add parsed spec { raw: 'chokidar@>=0.8.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'chokidar',
[ERROR] npm sill cache add rawSpec: '>=0.8.2',
[ERROR] npm sill cache add spec: '>=0.8.2',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed chokidar@>=0.8.2
[ERROR] npm verb addNamed ">=0.8.2" is a valid semver range for chokidar
[ERROR] npm sill addNameRange { name: 'chokidar', range: '>=0.8.2', hasData: false }
[ERROR] npm sill mapToRegistry name chokidar
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/chokidar
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/chokidar not in flight; fetching
[ERROR] npm sill cache add args [ 'glob@~3.2.7', null ]
[ERROR] npm verb cache add spec glob@~3.2.7
[ERROR] npm sill cache add parsed spec { raw: 'glob@~3.2.7',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'glob',
[ERROR] npm sill cache add rawSpec: '~3.2.7',
[ERROR] npm sill cache add spec: '>=3.2.7 <3.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed glob@>=3.2.7 <3.3.0
[ERROR] npm verb addNamed ">=3.2.7 <3.3.0" is a valid semver range for glob
[ERROR] npm sill addNameRange { name: 'glob', range: '>=3.2.7 <3.3.0', hasData: false }
[ERROR] npm sill mapToRegistry name glob
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/glob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
[ERROR] npm sill cache add args [ 'minimatch@~0.2', null ]
[ERROR] npm verb cache add spec minimatch@~0.2
[ERROR] npm sill cache add parsed spec { raw: 'minimatch@~0.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'minimatch',
[ERROR] npm sill cache add rawSpec: '~0.2',
[ERROR] npm sill cache add spec: '>=0.2.0 <0.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed minimatch@>=0.2.0 <0.3.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for minimatch
[ERROR] npm sill addNameRange { name: 'minimatch', range: '>=0.2.0 <0.3.0', hasData: false }
[ERROR] npm sill mapToRegistry name minimatch
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/minimatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
[ERROR] npm sill cache add args [ 'http-proxy@~0.10', null ]
[ERROR] npm verb cache add spec http-proxy@~0.10
[ERROR] npm sill cache add parsed spec { raw: 'http-proxy@~0.10',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'http-proxy',
[ERROR] npm sill cache add rawSpec: '~0.10',
[ERROR] npm sill cache add spec: '>=0.10.0 <0.11.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed http-proxy@>=0.10.0 <0.11.0
[ERROR] npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-proxy
[ERROR] npm sill addNameRange { name: 'http-proxy', range: '>=0.10.0 <0.11.0', hasData: false }
[ERROR] npm sill mapToRegistry name http-proxy
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/http-proxy
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
[ERROR] npm sill cache add args [ 'optimist@~0.6.0', null ]
[ERROR] npm verb cache add spec optimist@~0.6.0
[ERROR] npm sill cache add parsed spec { raw: 'optimist@~0.6.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'optimist',
[ERROR] npm sill cache add rawSpec: '~0.6.0',
[ERROR] npm sill cache add spec: '>=0.6.0 <0.7.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed optimist@>=0.6.0 <0.7.0
[ERROR] npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
[ERROR] npm sill addNameRange { name: 'optimist', range: '>=0.6.0 <0.7.0', hasData: false }
[ERROR] npm sill mapToRegistry name optimist
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/optimist
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
[ERROR] npm sill cache add args [ 'rimraf@~2.2.5', null ]
[ERROR] npm verb cache add spec rimraf@~2.2.5
[ERROR] npm sill cache add parsed spec { raw: 'rimraf@~2.2.5',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'rimraf',
[ERROR] npm sill cache add rawSpec: '~2.2.5',
[ERROR] npm sill cache add spec: '>=2.2.5 <2.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed rimraf@>=2.2.5 <2.3.0
[ERROR] npm verb addNamed ">=2.2.5 <2.3.0" is a valid semver range for rimraf
[ERROR] npm sill addNameRange { name: 'rimraf', range: '>=2.2.5 <2.3.0', hasData: false }
[ERROR] npm sill mapToRegistry name rimraf
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/rimraf
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
[ERROR] npm sill cache add args [ 'q@~0.9.7', null ]
[ERROR] npm verb cache add spec q@~0.9.7
[ERROR] npm sill cache add parsed spec { raw: 'q@~0.9.7',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'q',
[ERROR] npm sill cache add rawSpec: '~0.9.7',
[ERROR] npm sill cache add spec: '>=0.9.7 <0.10.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed q@>=0.9.7 <0.10.0
[ERROR] npm verb addNamed ">=0.9.7 <0.10.0" is a valid semver range for q
[ERROR] npm sill addNameRange { name: 'q', range: '>=0.9.7 <0.10.0', hasData: false }
[ERROR] npm sill mapToRegistry name q
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/q
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
[ERROR] npm sill cache add args [ 'colors@~0.6.2', null ]
[ERROR] npm verb cache add spec colors@~0.6.2
[ERROR] npm sill cache add parsed spec { raw: 'colors@~0.6.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'colors',
[ERROR] npm sill cache add rawSpec: '~0.6.2',
[ERROR] npm sill cache add spec: '>=0.6.2 <0.7.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed colors@>=0.6.2 <0.7.0
[ERROR] npm verb addNamed ">=0.6.2 <0.7.0" is a valid semver range for colors
[ERROR] npm sill addNameRange { name: 'colors', range: '>=0.6.2 <0.7.0', hasData: false }
[ERROR] npm sill mapToRegistry name colors
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/colors
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
[ERROR] npm sill cache add args [ 'lodash@~2.4.1', null ]
[ERROR] npm verb cache add spec lodash@~2.4.1
[ERROR] npm sill cache add parsed spec { raw: 'lodash@~2.4.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'lodash',
[ERROR] npm sill cache add rawSpec: '~2.4.1',
[ERROR] npm sill cache add spec: '>=2.4.1 <2.5.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed lodash@>=2.4.1 <2.5.0
[ERROR] npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
[ERROR] npm sill addNameRange { name: 'lodash', range: '>=2.4.1 <2.5.0', hasData: false }
[ERROR] npm sill mapToRegistry name lodash
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash already in flight; waiting
[ERROR] npm sill cache add args [ 'mime@~1.2.11', null ]
[ERROR] npm verb cache add spec mime@~1.2.11
[ERROR] npm sill cache add parsed spec { raw: 'mime@~1.2.11',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'mime',
[ERROR] npm sill cache add rawSpec: '~1.2.11',
[ERROR] npm sill cache add spec: '>=1.2.11 <1.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed mime@>=1.2.11 <1.3.0
[ERROR] npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
[ERROR] npm sill addNameRange { name: 'mime', range: '>=1.2.11 <1.3.0', hasData: false }
[ERROR] npm sill mapToRegistry name mime
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/mime
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
[ERROR] npm sill cache add args [ 'log4js@~0.6.3', null ]
[ERROR] npm verb cache add spec log4js@~0.6.3
[ERROR] npm sill cache add parsed spec { raw: 'log4js@~0.6.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'log4js',
[ERROR] npm sill cache add rawSpec: '~0.6.3',
[ERROR] npm sill cache add spec: '>=0.6.3 <0.7.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed log4js@>=0.6.3 <0.7.0
[ERROR] npm verb addNamed ">=0.6.3 <0.7.0" is a valid semver range for log4js
[ERROR] npm sill addNameRange { name: 'log4js', range: '>=0.6.3 <0.7.0', hasData: false }
[ERROR] npm sill mapToRegistry name log4js
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/log4js
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/log4js not in flight; fetching
[ERROR] npm sill cache add args [ 'useragent@~2.0.4', null ]
[ERROR] npm verb cache add spec useragent@~2.0.4
[ERROR] npm sill cache add parsed spec { raw: 'useragent@~2.0.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'useragent',
[ERROR] npm sill cache add rawSpec: '~2.0.4',
[ERROR] npm sill cache add spec: '>=2.0.4 <2.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed useragent@>=2.0.4 <2.1.0
[ERROR] npm verb addNamed ">=2.0.4 <2.1.0" is a valid semver range for useragent
[ERROR] npm sill addNameRange { name: 'useragent', range: '>=2.0.4 <2.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name useragent
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/useragent
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/useragent not in flight; fetching
[ERROR] npm sill cache add args [ 'graceful-fs@~2.0.1', null ]
[ERROR] npm verb cache add spec graceful-fs@~2.0.1
[ERROR] npm sill cache add parsed spec { raw: 'graceful-fs@~2.0.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'graceful-fs',
[ERROR] npm sill cache add rawSpec: '~2.0.1',
[ERROR] npm sill cache add spec: '>=2.0.1 <2.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed graceful-fs@>=2.0.1 <2.1.0
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for graceful-fs
[ERROR] npm sill addNameRange { name: 'graceful-fs', range: '>=2.0.1 <2.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name graceful-fs
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/graceful-fs
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
[ERROR] npm sill cache add args [ 'connect@~2.26.0', null ]
[ERROR] npm verb cache add spec connect@~2.26.0
[ERROR] npm sill cache add parsed spec { raw: 'connect@~2.26.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'connect',
[ERROR] npm sill cache add rawSpec: '~2.26.0',
[ERROR] npm sill cache add spec: '>=2.26.0 <2.27.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed connect@>=2.26.0 <2.27.0
[ERROR] npm verb addNamed ">=2.26.0 <2.27.0" is a valid semver range for connect
[ERROR] npm sill addNameRange { name: 'connect', range: '>=2.26.0 <2.27.0', hasData: false }
[ERROR] npm sill mapToRegistry name connect
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/connect
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/connect already in flight; waiting
[ERROR] npm sill cache add args [ 'source-map@~0.1.31', null ]
[ERROR] npm verb cache add spec source-map@~0.1.31
[ERROR] npm sill cache add parsed spec { raw: 'source-map@~0.1.31',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'source-map',
[ERROR] npm sill cache add rawSpec: '~0.1.31',
[ERROR] npm sill cache add spec: '>=0.1.31 <0.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed source-map@>=0.1.31 <0.2.0
[ERROR] npm verb addNamed ">=0.1.31 <0.2.0" is a valid semver range for source-map
[ERROR] npm sill addNameRange { name: 'source-map', range: '>=0.1.31 <0.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name source-map
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/source-map
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/di
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "17DF1I90OJ1Y3HER8OQGIFGMG"
[ERROR] npm http request GET http://registry.npmjs.org/di
[ERROR] npm verb request uri http://registry.npmjs.org/chokidar
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "8V396QKWE30LNPBW3U6E6NRG5"
[ERROR] npm http request GET http://registry.npmjs.org/chokidar
[ERROR] npm verb request uri http://registry.npmjs.org/minimatch
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "91XDIWZ9TQ411189TUINSRVDV"
[ERROR] npm http request GET http://registry.npmjs.org/minimatch
[ERROR] npm verb request uri http://registry.npmjs.org/glob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "9XIJS97FWQU7LHJIU5ZDX0NOW"
[ERROR] npm http request GET http://registry.npmjs.org/glob
[ERROR] npm verb request uri http://registry.npmjs.org/q
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "3ZBAXS3EAUX85MV0MUCKV7PF7"
[ERROR] npm http request GET http://registry.npmjs.org/q
[ERROR] npm verb request uri http://registry.npmjs.org/colors
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "AEKF22SVIOM3GF2AXLM3I60CI"
[ERROR] npm http request GET http://registry.npmjs.org/colors
[ERROR] npm verb request uri http://registry.npmjs.org/mime
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "3ZRQIU5H2D52GRYT3000WPDFS"
[ERROR] npm http request GET http://registry.npmjs.org/mime
[ERROR] npm verb request uri http://registry.npmjs.org/optimist
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "EZJ7LJ7MGWHPH0L50K90WUS0"
[ERROR] npm http request GET http://registry.npmjs.org/optimist
[ERROR] npm verb request uri http://registry.npmjs.org/useragent
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "1EHP2ZHFMWAUEF7WKMGG6RVTI"
[ERROR] npm http request GET http://registry.npmjs.org/useragent
[ERROR] npm verb request uri http://registry.npmjs.org/graceful-fs
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "ASUQXR8VIAJ72TTU8SR5Q4DOJ"
[ERROR] npm http request GET http://registry.npmjs.org/graceful-fs
[ERROR] npm verb request uri http://registry.npmjs.org/http-proxy
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "60WTPYG5LYL0CFY51L6KUIVOG"
[ERROR] npm http request GET http://registry.npmjs.org/http-proxy
[ERROR] npm http 304 http://registry.npmjs.org/connect
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '54',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:50 GMT',
[ERROR] npm sill get etag: '"AMFZBJLQCX0U4SCMBB20284X4"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847170.991374,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:31:56 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/connect from cache
[ERROR] npm verb get saving connect to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\connect\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/dev-ip
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '19',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:50 GMT',
[ERROR] npm sill get etag: '"QUJ7XRRGI1K9M20WCYU4S6SZ"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847170.989597,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2122-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:50 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/dev-ip from cache
[ERROR] npm verb get saving dev-ip to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\dev-ip\.cache.json
[ERROR] npm verb request uri http://registry.npmjs.org/rimraf
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "6I4EOA5Q384WECQJQVMHGA5OL"
[ERROR] npm http request GET http://registry.npmjs.org/rimraf
[ERROR] npm verb request uri http://registry.npmjs.org/log4js
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "E0VVWHIZ3O7PNH36F0Z0HXL3R"
[ERROR] npm http request GET http://registry.npmjs.org/log4js
[ERROR] npm verb request uri http://registry.npmjs.org/source-map
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:51 PM
[ERROR] npm verb etag "6X6700A4ARF6BEP1WI9Y86P6"
[ERROR] npm http request GET http://registry.npmjs.org/source-map
[ERROR] npm sill addNameRange number 2 { name: 'connect', range: '>=3.3.3 <4.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'connect',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.0.6',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.5.4',
[ERROR] npm sill addNameRange '0.5.5',
[ERROR] npm sill addNameRange '0.5.6',
[ERROR] npm sill addNameRange '0.5.7',
[ERROR] npm sill addNameRange '0.5.8',
[ERROR] npm sill addNameRange '0.5.9',
[ERROR] npm sill addNameRange '0.5.10',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.0.6',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.1.4',
[ERROR] npm sill addNameRange '1.1.5',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.2.2',
[ERROR] npm sill addNameRange '1.2.3',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.4.2',
[ERROR] npm sill addNameRange '1.4.3',
[ERROR] npm sill addNameRange '1.4.4',
[ERROR] npm sill addNameRange '1.4.5',
[ERROR] npm sill addNameRange '1.4.6',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.6.3',
[ERROR] npm sill addNameRange '1.6.4',
[ERROR] npm sill addNameRange '1.7.0',
[ERROR] npm sill addNameRange '1.7.1',
[ERROR] npm sill addNameRange '1.7.2',
[ERROR] npm sill addNameRange '1.7.3',
[ERROR] npm sill addNameRange '1.8.0',
[ERROR] npm sill addNameRange '1.8.1',
[ERROR] npm sill addNameRange '1.8.2',
[ERROR] npm sill addNameRange '1.8.3',
[ERROR] npm sill addNameRange '1.8.4',
[ERROR] npm sill addNameRange '1.8.5',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '1.8.6',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '1.8.7',
[ERROR] npm sill addNameRange '2.1.3',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.2.2',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.3.1',
[ERROR] npm sill addNameRange '2.3.2',
[ERROR] npm sill addNameRange '2.3.3',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '1.9.1',
[ERROR] npm sill addNameRange '2.3.4',
[ERROR] npm sill addNameRange '2.3.5',
[ERROR] npm sill addNameRange '2.3.6',
[ERROR] npm sill addNameRange '2.3.7',
[ERROR] npm sill addNameRange '1.9.2',
[ERROR] npm sill addNameRange '2.3.8',
[ERROR] npm sill addNameRange '2.3.9',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '2.4.2',
[ERROR] npm sill addNameRange '2.4.3',
[ERROR] npm sill addNameRange '2.4.4',
[ERROR] npm sill addNameRange '2.4.5',
[ERROR] npm sill addNameRange '2.4.6',
[ERROR] npm sill addNameRange '2.5.0',
[ERROR] npm sill addNameRange '2.6.0',
[ERROR] npm sill addNameRange '2.6.1',
[ERROR] npm sill addNameRange '2.6.2',
[ERROR] npm sill addNameRange '2.7.0',
[ERROR] npm sill addNameRange '2.7.1',
[ERROR] npm sill addNameRange '2.7.2',
[ERROR] npm sill addNameRange '2.7.3',
[ERROR] npm sill addNameRange '2.7.4',
[ERROR] npm sill addNameRange '2.7.5',
[ERROR] npm sill addNameRange '2.7.6',
[ERROR] npm sill addNameRange '2.7.7',
[ERROR] npm sill addNameRange '2.7.8',
[ERROR] npm sill addNameRange '2.7.9',
[ERROR] npm sill addNameRange '2.7.10',
[ERROR] npm sill addNameRange '2.7.11',
[ERROR] npm sill addNameRange '2.8.0',
[ERROR] npm sill addNameRange '2.8.1',
[ERROR] npm sill addNameRange '2.8.2',
[ERROR] npm sill addNameRange '2.8.3',
[ERROR] npm sill addNameRange '2.8.4',
[ERROR] npm sill addNameRange '2.8.5',
[ERROR] npm sill addNameRange '2.8.6',
[ERROR] npm sill addNameRange '2.8.7',
[ERROR] npm sill addNameRange '2.8.8',
[ERROR] npm sill addNameRange '2.9.0',
[ERROR] npm sill addNameRange '2.9.1',
[ERROR] npm sill addNameRange '2.9.2',
[ERROR] npm sill addNameRange '2.10.0',
[ERROR] npm sill addNameRange '2.10.1',
[ERROR] npm sill addNameRange '2.11.0',
[ERROR] npm sill addNameRange '2.11.1',
[ERROR] npm sill addNameRange '2.11.2',
[ERROR] npm sill addNameRange '2.12.0',
[ERROR] npm sill addNameRange '2.13.0',
[ERROR] npm sill addNameRange '2.13.1',
[ERROR] npm sill addNameRange '2.14.0',
[ERROR] npm sill addNameRange '2.14.1',
[ERROR] npm sill addNameRange '3.0.0-rc.1',
[ERROR] npm sill addNameRange '2.14.2',
[ERROR] npm sill addNameRange '2.14.3',
[ERROR] npm sill addNameRange '2.14.4',
[ERROR] npm sill addNameRange '2.14.5',
[ERROR] npm sill addNameRange '2.15.0',
[ERROR] npm sill addNameRange '3.0.0-rc.2',
[ERROR] npm sill addNameRange '2.16.0',
[ERROR] npm sill addNameRange '2.16.1',
[ERROR] npm sill addNameRange '2.16.2',
[ERROR] npm sill addNameRange '2.17.0',
[ERROR] npm sill addNameRange '2.17.1',
[ERROR] npm sill addNameRange '2.17.2',
[ERROR] npm sill addNameRange '2.17.3',
[ERROR] npm sill addNameRange '2.18.0',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '2.19.0',
[ERROR] npm sill addNameRange '2.19.1',
[ERROR] npm sill addNameRange '2.19.2',
[ERROR] npm sill addNameRange '2.19.3',
[ERROR] npm sill addNameRange '2.19.4',
[ERROR] npm sill addNameRange '2.19.5',
[ERROR] npm sill addNameRange '2.19.6',
[ERROR] npm sill addNameRange '2.20.0',
[ERROR] npm sill addNameRange '2.20.1',
[ERROR] npm sill addNameRange '2.20.2',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '2.21.0',
[ERROR] npm sill addNameRange '2.21.1',
[ERROR] npm sill addNameRange '2.22.0',
[ERROR] npm sill addNameRange '2.23.0',
[ERROR] npm sill addNameRange '3.0.2',
[ERROR] npm sill addNameRange '2.24.0',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '2.24.1',
[ERROR] npm sill addNameRange '2.24.2',
[ERROR] npm sill addNameRange '2.24.3',
[ERROR] npm sill addNameRange '2.25.0',
[ERROR] npm sill addNameRange '2.25.1',
[ERROR] npm sill addNameRange '2.25.2',
[ERROR] npm sill addNameRange '2.25.3',
[ERROR] npm sill addNameRange '2.25.4',
[ERROR] npm sill addNameRange '3.1.1',
[ERROR] npm sill addNameRange '2.25.5',
[ERROR] npm sill addNameRange '2.25.6',
[ERROR] npm sill addNameRange '2.25.7',
[ERROR] npm sill addNameRange '2.25.8',
[ERROR] npm sill addNameRange '2.25.9',
[ERROR] npm sill addNameRange '2.25.10',
[ERROR] npm sill addNameRange '2.26.0',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '2.26.1',
[ERROR] npm sill addNameRange '2.26.2',
[ERROR] npm sill addNameRange '2.26.3',
[ERROR] npm sill addNameRange '2.26.4',
[ERROR] npm sill addNameRange '2.26.5',
[ERROR] npm sill addNameRange '2.26.6',
[ERROR] npm sill addNameRange '2.27.0',
[ERROR] npm sill addNameRange '3.3.0',
[ERROR] npm sill addNameRange '2.27.1',
[ERROR] npm sill addNameRange '3.3.1',
[ERROR] npm sill addNameRange '2.27.2',
[ERROR] npm sill addNameRange '3.3.2',
[ERROR] npm sill addNameRange '2.27.3',
[ERROR] npm sill addNameRange '3.3.3',
[ERROR] npm sill addNameRange '2.27.4',
[ERROR] npm sill addNameRange '2.27.5',
[ERROR] npm sill addNameRange '2.27.6',
[ERROR] npm sill addNameRange '2.28.0',
[ERROR] npm sill addNameRange '3.3.4',
[ERROR] npm sill addNameRange '2.28.1',
[ERROR] npm sill addNameRange '2.28.2',
[ERROR] npm sill addNameRange '2.28.3',
[ERROR] npm sill addNameRange '2.29.0',
[ERROR] npm sill addNameRange '2.29.1',
[ERROR] npm sill addNameRange '3.3.5' ] ]
[ERROR] npm sill addNamed connect@3.3.5
[ERROR] npm verb addNamed "3.3.5" is a plain semver version for connect
[ERROR] npm sill addNameRange number 2 { name: 'connect', range: '>=2.26.0 <2.27.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'connect',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.0.6',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.5.4',
[ERROR] npm sill addNameRange '0.5.5',
[ERROR] npm sill addNameRange '0.5.6',
[ERROR] npm sill addNameRange '0.5.7',
[ERROR] npm sill addNameRange '0.5.8',
[ERROR] npm sill addNameRange '0.5.9',
[ERROR] npm sill addNameRange '0.5.10',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.0.6',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.1.4',
[ERROR] npm sill addNameRange '1.1.5',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.2.2',
[ERROR] npm sill addNameRange '1.2.3',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.4.2',
[ERROR] npm sill addNameRange '1.4.3',
[ERROR] npm sill addNameRange '1.4.4',
[ERROR] npm sill addNameRange '1.4.5',
[ERROR] npm sill addNameRange '1.4.6',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.6.3',
[ERROR] npm sill addNameRange '1.6.4',
[ERROR] npm sill addNameRange '1.7.0',
[ERROR] npm sill addNameRange '1.7.1',
[ERROR] npm sill addNameRange '1.7.2',
[ERROR] npm sill addNameRange '1.7.3',
[ERROR] npm sill addNameRange '1.8.0',
[ERROR] npm sill addNameRange '1.8.1',
[ERROR] npm sill addNameRange '1.8.2',
[ERROR] npm sill addNameRange '1.8.3',
[ERROR] npm sill addNameRange '1.8.4',
[ERROR] npm sill addNameRange '1.8.5',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '1.8.6',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '1.8.7',
[ERROR] npm sill addNameRange '2.1.3',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.2.2',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.3.1',
[ERROR] npm sill addNameRange '2.3.2',
[ERROR] npm sill addNameRange '2.3.3',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '1.9.1',
[ERROR] npm sill addNameRange '2.3.4',
[ERROR] npm sill addNameRange '2.3.5',
[ERROR] npm sill addNameRange '2.3.6',
[ERROR] npm sill addNameRange '2.3.7',
[ERROR] npm sill addNameRange '1.9.2',
[ERROR] npm sill addNameRange '2.3.8',
[ERROR] npm sill addNameRange '2.3.9',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '2.4.2',
[ERROR] npm sill addNameRange '2.4.3',
[ERROR] npm sill addNameRange '2.4.4',
[ERROR] npm sill addNameRange '2.4.5',
[ERROR] npm sill addNameRange '2.4.6',
[ERROR] npm sill addNameRange '2.5.0',
[ERROR] npm sill addNameRange '2.6.0',
[ERROR] npm sill addNameRange '2.6.1',
[ERROR] npm sill addNameRange '2.6.2',
[ERROR] npm sill addNameRange '2.7.0',
[ERROR] npm sill addNameRange '2.7.1',
[ERROR] npm sill addNameRange '2.7.2',
[ERROR] npm sill addNameRange '2.7.3',
[ERROR] npm sill addNameRange '2.7.4',
[ERROR] npm sill addNameRange '2.7.5',
[ERROR] npm sill addNameRange '2.7.6',
[ERROR] npm sill addNameRange '2.7.7',
[ERROR] npm sill addNameRange '2.7.8',
[ERROR] npm sill addNameRange '2.7.9',
[ERROR] npm sill addNameRange '2.7.10',
[ERROR] npm sill addNameRange '2.7.11',
[ERROR] npm sill addNameRange '2.8.0',
[ERROR] npm sill addNameRange '2.8.1',
[ERROR] npm sill addNameRange '2.8.2',
[ERROR] npm sill addNameRange '2.8.3',
[ERROR] npm sill addNameRange '2.8.4',
[ERROR] npm sill addNameRange '2.8.5',
[ERROR] npm sill addNameRange '2.8.6',
[ERROR] npm sill addNameRange '2.8.7',
[ERROR] npm sill addNameRange '2.8.8',
[ERROR] npm sill addNameRange '2.9.0',
[ERROR] npm sill addNameRange '2.9.1',
[ERROR] npm sill addNameRange '2.9.2',
[ERROR] npm sill addNameRange '2.10.0',
[ERROR] npm sill addNameRange '2.10.1',
[ERROR] npm sill addNameRange '2.11.0',
[ERROR] npm sill addNameRange '2.11.1',
[ERROR] npm sill addNameRange '2.11.2',
[ERROR] npm sill addNameRange '2.12.0',
[ERROR] npm sill addNameRange '2.13.0',
[ERROR] npm sill addNameRange '2.13.1',
[ERROR] npm sill addNameRange '2.14.0',
[ERROR] npm sill addNameRange '2.14.1',
[ERROR] npm sill addNameRange '3.0.0-rc.1',
[ERROR] npm sill addNameRange '2.14.2',
[ERROR] npm sill addNameRange '2.14.3',
[ERROR] npm sill addNameRange '2.14.4',
[ERROR] npm sill addNameRange '2.14.5',
[ERROR] npm sill addNameRange '2.15.0',
[ERROR] npm sill addNameRange '3.0.0-rc.2',
[ERROR] npm sill addNameRange '2.16.0',
[ERROR] npm sill addNameRange '2.16.1',
[ERROR] npm sill addNameRange '2.16.2',
[ERROR] npm sill addNameRange '2.17.0',
[ERROR] npm sill addNameRange '2.17.1',
[ERROR] npm sill addNameRange '2.17.2',
[ERROR] npm sill addNameRange '2.17.3',
[ERROR] npm sill addNameRange '2.18.0',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '2.19.0',
[ERROR] npm sill addNameRange '2.19.1',
[ERROR] npm sill addNameRange '2.19.2',
[ERROR] npm sill addNameRange '2.19.3',
[ERROR] npm sill addNameRange '2.19.4',
[ERROR] npm sill addNameRange '2.19.5',
[ERROR] npm sill addNameRange '2.19.6',
[ERROR] npm sill addNameRange '2.20.0',
[ERROR] npm sill addNameRange '2.20.1',
[ERROR] npm sill addNameRange '2.20.2',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '2.21.0',
[ERROR] npm sill addNameRange '2.21.1',
[ERROR] npm sill addNameRange '2.22.0',
[ERROR] npm sill addNameRange '2.23.0',
[ERROR] npm sill addNameRange '3.0.2',
[ERROR] npm sill addNameRange '2.24.0',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '2.24.1',
[ERROR] npm sill addNameRange '2.24.2',
[ERROR] npm sill addNameRange '2.24.3',
[ERROR] npm sill addNameRange '2.25.0',
[ERROR] npm sill addNameRange '2.25.1',
[ERROR] npm sill addNameRange '2.25.2',
[ERROR] npm sill addNameRange '2.25.3',
[ERROR] npm sill addNameRange '2.25.4',
[ERROR] npm sill addNameRange '3.1.1',
[ERROR] npm sill addNameRange '2.25.5',
[ERROR] npm sill addNameRange '2.25.6',
[ERROR] npm sill addNameRange '2.25.7',
[ERROR] npm sill addNameRange '2.25.8',
[ERROR] npm sill addNameRange '2.25.9',
[ERROR] npm sill addNameRange '2.25.10',
[ERROR] npm sill addNameRange '2.26.0',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '2.26.1',
[ERROR] npm sill addNameRange '2.26.2',
[ERROR] npm sill addNameRange '2.26.3',
[ERROR] npm sill addNameRange '2.26.4',
[ERROR] npm sill addNameRange '2.26.5',
[ERROR] npm sill addNameRange '2.26.6',
[ERROR] npm sill addNameRange '2.27.0',
[ERROR] npm sill addNameRange '3.3.0',
[ERROR] npm sill addNameRange '2.27.1',
[ERROR] npm sill addNameRange '3.3.1',
[ERROR] npm sill addNameRange '2.27.2',
[ERROR] npm sill addNameRange '3.3.2',
[ERROR] npm sill addNameRange '2.27.3',
[ERROR] npm sill addNameRange '3.3.3',
[ERROR] npm sill addNameRange '2.27.4',
[ERROR] npm sill addNameRange '2.27.5',
[ERROR] npm sill addNameRange '2.27.6',
[ERROR] npm sill addNameRange '2.28.0',
[ERROR] npm sill addNameRange '3.3.4',
[ERROR] npm sill addNameRange '2.28.1',
[ERROR] npm sill addNameRange '2.28.2',
[ERROR] npm sill addNameRange '2.28.3',
[ERROR] npm sill addNameRange '2.29.0',
[ERROR] npm sill addNameRange '2.29.1',
[ERROR] npm sill addNameRange '3.3.5' ] ]
[ERROR] npm sill addNamed connect@2.26.6
[ERROR] npm verb addNamed "2.26.6" is a plain semver version for connect
[ERROR] npm sill addNameRange number 2 { name: 'dev-ip', range: '>=0.1.7 <0.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'dev-ip',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1' ] ]
[ERROR] npm sill addNamed dev-ip@0.1.7
[ERROR] npm verb addNamed "0.1.7" is a plain semver version for dev-ip
[ERROR] npm sill cache afterAdd connect@3.3.5
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\3.3.5\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd connect@2.26.6
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\2.26.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\3.3.5\package\package.json written
[ERROR] npm sill cache afterAdd dev-ip@0.1.7
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\dev-ip\0.1.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\2.26.6\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\dev-ip\0.1.7\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/emitter-steward
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"84M0HT9O2GAFKNCL4BEA7URM9"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.067233,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2126-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/emitter-steward from cache
[ERROR] npm verb get saving emitter-steward to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\emitter-steward\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/eazy-logger
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"BGQ07M88VBQ2IP5UKLX4P9M4Z"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.075081,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2135-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/eazy-logger from cache
[ERROR] npm verb get saving eazy-logger to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\eazy-logger\.cache.json
[ERROR] npm sill addNameRange number 2 { name: 'emitter-steward',
[ERROR] npm sill addNameRange range: '>=0.0.1 <0.0.2',
[ERROR] npm sill addNameRange hasData: true }
[ERROR] npm sill addNameRange versions [ 'emitter-steward', [ '0.0.1' ] ]
[ERROR] npm sill addNamed emitter-steward@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for emitter-steward
[ERROR] npm sill addNameRange number 2 { name: 'eazy-logger', range: '>=2.0.0 <3.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'eazy-logger',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '1.3.2',
[ERROR] npm sill addNameRange '1.3.3',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2' ] ]
[ERROR] npm sill addNamed eazy-logger@2.1.2
[ERROR] npm verb addNamed "2.1.2" is a plain semver version for eazy-logger
[ERROR] npm sill cache afterAdd eazy-logger@2.1.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\eazy-logger\2.1.2\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd emitter-steward@0.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\emitter-steward\0.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\emitter-steward\0.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\eazy-logger\2.1.2\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/easy-extender
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"7F1APTFF492NJGT1MLNP599RQ"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.075262,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/easy-extender from cache
[ERROR] npm verb get saving easy-extender to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\easy-extender\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/glob-watcher
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '34',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"CLE3CKG7ZO3XJL6GROMPYTXNX"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.074379,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/glob-watcher from cache
[ERROR] npm verb get saving glob-watcher to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob-watcher\.cache.json
[ERROR] npm sill addNameRange number 2 { name: 'glob-watcher', range: '>=0.0.7 <0.0.8', hasData: true }
[ERROR] npm sill addNameRange versions [ 'glob-watcher',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.0.6',
[ERROR] npm sill addNameRange '0.0.7',
[ERROR] npm sill addNameRange '0.0.8',
[ERROR] npm sill addNameRange '2.0.0' ] ]
[ERROR] npm sill addNamed glob-watcher@0.0.7
[ERROR] npm verb addNamed "0.0.7" is a plain semver version for glob-watcher
[ERROR] npm sill addNameRange number 2 { name: 'easy-extender', range: '>=2.0.0 <3.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'easy-extender',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.3.1' ] ]
[ERROR] npm sill addNamed easy-extender@2.3.1
[ERROR] npm verb addNamed "2.3.1" is a plain semver version for easy-extender
[ERROR] npm http 304 http://registry.npmjs.org/lodash
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '38',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"ECGXXTQJ6SLGPYCBB8VBDYYN4"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.080023,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '4',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:18 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/lodash from cache
[ERROR] npm verb get saving lodash to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\lodash\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/commander
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '29',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"B8PMVCS4CCE1SXRFTQ4FUCO21"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.078681,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2125-IAD',
[ERROR] npm sill get 'x-cache-hits': '6',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:25 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/commander from cache
[ERROR] npm verb get saving commander to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\commander\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/serve-index
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '8',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"AY371JLH3TPUAM614SF5WLKF6"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.105353,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2123-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/serve-index from cache
[ERROR] npm verb get saving serve-index to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-index\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/object-path
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"9N6LK31TXBES11EB32DYI54R3"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.091044,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2129-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/object-path from cache
[ERROR] npm verb get saving object-path to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\object-path\.cache.json
[ERROR] npm sill cache afterAdd easy-extender@2.3.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\easy-extender\2.3.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd glob-watcher@0.0.7
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-watcher\0.0.7\package\package.json not in flight; writing
[ERROR] npm sill addNameRange number 2 { name: 'serve-index', range: '>=1.5.1 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'serve-index',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.1.4',
[ERROR] npm sill addNameRange '1.1.5',
[ERROR] npm sill addNameRange '1.1.6',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.5.3',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.6.3' ] ]
[ERROR] npm sill addNamed serve-index@1.6.3
[ERROR] npm verb addNamed "1.6.3" is a plain semver version for serve-index
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-watcher\0.0.7\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/minimist
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '2',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"DHNCKYQK3X6ZJC9Y8PKXH20CX"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.089818,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/minimist from cache
[ERROR] npm verb get saving minimist to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\minimist\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\easy-extender\2.3.1\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/opt-merger
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '19',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"29XE7ACT9KZ0ZW31UHVMWIT1R"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.106121,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/opt-merger from cache
[ERROR] npm verb get saving opt-merger to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\opt-merger\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/resp-modifier
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"68WZOAQRVMEJSJCA7WL38PNVH"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.101643,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2126-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/resp-modifier from cache
[ERROR] npm verb get saving resp-modifier to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\resp-modifier\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/opn
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '47',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"8TCA2Z8P9KVKJEBFZIKG03A8Z"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.104939,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2129-IAD',
[ERROR] npm sill get 'x-cache-hits': '4',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:22 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/opn from cache
[ERROR] npm verb get saving opn to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\opn\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/tfunk
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '19',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"BF90PUSU0IKAHA2WUIYCZEJCD"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.102641,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2146-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/tfunk from cache
[ERROR] npm verb get saving tfunk to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\tfunk\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/serve-static
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '44',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"EHTYOFCSHJK9563YZETBUZENU"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.114957,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2134-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:34 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/serve-static from cache
[ERROR] npm verb get saving serve-static to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-static\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/localtunnel
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '3',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"9B08911PA6K85WOL32SUXAAC"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.137390,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/localtunnel from cache
[ERROR] npm verb get saving localtunnel to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\localtunnel\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/socket.io
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"9RFXBIH41UIOR2R44CKKECQ3B"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.142016,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2131-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/socket.io from cache
[ERROR] npm verb get saving socket.io to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io\.cache.json
[ERROR] npm sill addNameRange number 2 { name: 'lodash', range: '>=2.4.1 <3.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'lodash',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.5.0-rc.1',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '1.0.0-rc.1',
[ERROR] npm sill addNameRange '1.0.0-rc.2',
[ERROR] npm sill addNameRange '1.0.0-rc.3',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '3.3.0',
[ERROR] npm sill addNameRange '3.3.1',
[ERROR] npm sill addNameRange '3.4.0',
[ERROR] npm sill addNameRange '3.5.0',
[ERROR] npm sill addNameRange '3.6.0',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '3.7.0',
[ERROR] npm sill addNameRange '2.4.2',
[ERROR] npm sill addNameRange '3.8.0' ] ]
[ERROR] npm sill addNamed lodash@2.4.2
[ERROR] npm verb addNamed "2.4.2" is a plain semver version for lodash
[ERROR] npm sill addNameRange number 2 { name: 'lodash', range: '>=2.4.1 <2.5.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'lodash',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.5.0-rc.1',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '1.0.0-rc.1',
[ERROR] npm sill addNameRange '1.0.0-rc.2',
[ERROR] npm sill addNameRange '1.0.0-rc.3',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '3.3.0',
[ERROR] npm sill addNameRange '3.3.1',
[ERROR] npm sill addNameRange '3.4.0',
[ERROR] npm sill addNameRange '3.5.0',
[ERROR] npm sill addNameRange '3.6.0',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '3.7.0',
[ERROR] npm sill addNameRange '2.4.2',
[ERROR] npm sill addNameRange '3.8.0' ] ]
[ERROR] npm sill addNamed lodash@2.4.2
[ERROR] npm verb addNamed "2.4.2" is a plain semver version for lodash
[ERROR] npm sill addNameRange number 2 { name: 'object-path', range: '>=0.8.0 <0.9.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'object-path',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2' ] ]
[ERROR] npm sill addNamed object-path@0.8.1
[ERROR] npm verb addNamed "0.8.1" is a plain semver version for object-path
[ERROR] npm sill addNameRange number 2 { name: 'commander', range: '>=2.3.0 <3.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'commander',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.4.3',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '1.3.2',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.5.0',
[ERROR] npm sill addNameRange '2.5.1',
[ERROR] npm sill addNameRange '2.6.0',
[ERROR] npm sill addNameRange '2.7.0',
[ERROR] npm sill addNameRange '2.7.1',
[ERROR] npm sill addNameRange '2.8.0',
[ERROR] npm sill addNameRange '2.8.1' ] ]
[ERROR] npm sill addNamed commander@2.8.1
[ERROR] npm verb addNamed "2.8.1" is a plain semver version for commander
[ERROR] npm http 304 http://registry.npmjs.org/foxy
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"AF20A8H524KZPCHEBE760NTAC"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.173076,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2122-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/foxy from cache
[ERROR] npm verb get saving foxy to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\foxy\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/ua-parser-js
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '19',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"EQ2DZY3D8XODBP0HHVAUWGJL8"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.173916,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/ua-parser-js from cache
[ERROR] npm verb get saving ua-parser-js to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ua-parser-js\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/portscanner-plus
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"9YKH9SIWC1CNZWE4PYG6GYL5F"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.178402,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/portscanner-plus from cache
[ERROR] npm verb get saving portscanner-plus to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\portscanner-plus\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/browser-sync-client
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"26GW5FSOFA95E93H6LBNRWY2E"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.178977,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2145-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/browser-sync-client from cache
[ERROR] npm verb get saving browser-sync-client to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\browser-sync-client\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/di
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '9',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"17DF1I90OJ1Y3HER8OQGIFGMG"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.228954,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/di from cache
[ERROR] npm verb get saving di to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\di\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/chokidar
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '28',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"8V396QKWE30LNPBW3U6E6NRG5"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.248410,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2122-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/chokidar from cache
[ERROR] npm verb get saving chokidar to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\chokidar\.cache.json
[ERROR] npm sill cache afterAdd serve-index@1.6.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.6.3\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd lodash@2.4.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd lodash@2.4.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package\package.json already in flight; not writing
[ERROR] npm sill cache afterAdd commander@2.8.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\commander\2.8.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd object-path@0.8.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.8.1\package\package.json not in flight; writing
[ERROR] npm sill addNameRange number 2 { name: 'minimist', range: '>=1.1.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'minimist',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.0.6',
[ERROR] npm sill addNameRange '0.0.7',
[ERROR] npm sill addNameRange '0.0.8',
[ERROR] npm sill addNameRange '0.0.9',
[ERROR] npm sill addNameRange '0.0.10',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1' ] ]
[ERROR] npm sill addNamed minimist@1.1.1
[ERROR] npm verb addNamed "1.1.1" is a plain semver version for minimist
[ERROR] npm sill addNameRange number 2 { name: 'serve-static', range: '>=1.4.2 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'serve-static',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.2.2',
[ERROR] npm sill addNameRange '1.2.3',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '1.3.2',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.4.2',
[ERROR] npm sill addNameRange '1.4.3',
[ERROR] npm sill addNameRange '1.4.4',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.5.3',
[ERROR] npm sill addNameRange '1.5.4',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.6.3',
[ERROR] npm sill addNameRange '1.6.4',
[ERROR] npm sill addNameRange '1.7.0',
[ERROR] npm sill addNameRange '1.7.1',
[ERROR] npm sill addNameRange '1.7.2',
[ERROR] npm sill addNameRange '1.8.0',
[ERROR] npm sill addNameRange '1.8.1',
[ERROR] npm sill addNameRange '1.6.5',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '1.9.1',
[ERROR] npm sill addNameRange '1.9.2' ] ]
[ERROR] npm sill addNamed serve-static@1.9.2
[ERROR] npm verb addNamed "1.9.2" is a plain semver version for serve-static
[ERROR] npm sill addNameRange number 2 { name: 'resp-modifier', range: '>=1.0.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'resp-modifier',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1' ] ]
[ERROR] npm sill addNamed resp-modifier@1.0.2
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for resp-modifier
[ERROR] npm sill addNameRange number 2 { name: 'opt-merger', range: '>=1.1.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'opt-merger',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0' ] ]
[ERROR] npm sill addNamed opt-merger@1.1.0
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for opt-merger
[ERROR] npm sill addNameRange number 2 { name: 'tfunk', range: '>=3.0.0 <4.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'tfunk',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1' ] ]
[ERROR] npm sill addNamed tfunk@3.0.1
[ERROR] npm verb addNamed "3.0.1" is a plain semver version for tfunk
[ERROR] npm sill addNameRange number 2 { name: 'opn', range: '>=1.0.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'opn',
[ERROR] npm sill addNameRange [ '0.1.0', '0.1.1', '0.1.2', '1.0.0', '1.0.1', '1.0.2' ] ]
[ERROR] npm sill addNamed opn@1.0.2
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for opn
[ERROR] npm sill addNameRange number 2 { name: 'localtunnel', range: '>=1.3.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'localtunnel',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.5.0' ] ]
[ERROR] npm sill addNamed localtunnel@1.5.0
[ERROR] npm verb addNamed "1.5.0" is a plain semver version for localtunnel
[ERROR] npm sill addNameRange number 2 { name: 'socket.io', range: '>=1.2.1 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'socket.io',
[ERROR] npm sill addNameRange [ '0.3.8',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.3',
[ERROR] npm sill addNameRange '0.6.4',
[ERROR] npm sill addNameRange '0.6.5',
[ERROR] npm sill addNameRange '0.6.6',
[ERROR] npm sill addNameRange '0.6.7',
[ERROR] npm sill addNameRange '0.6.8',
[ERROR] npm sill addNameRange '0.6.9',
[ERROR] npm sill addNameRange '0.6.10',
[ERROR] npm sill addNameRange '0.6.11',
[ERROR] npm sill addNameRange '0.6.12',
[ERROR] npm sill addNameRange '0.6.14',
[ERROR] npm sill addNameRange '0.6.15',
[ERROR] npm sill addNameRange '0.6.16',
[ERROR] npm sill addNameRange '0.6.17',
[ERROR] npm sill addNameRange '0.6.18',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.7.5',
[ERROR] npm sill addNameRange '0.7.6',
[ERROR] npm sill addNameRange '0.7.7',
[ERROR] npm sill addNameRange '0.7.8',
[ERROR] npm sill addNameRange '0.7.9',
[ERROR] npm sill addNameRange '0.7.10',
[ERROR] npm sill addNameRange '0.7.11',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.8.5',
[ERROR] npm sill addNameRange '0.8.6',
[ERROR] npm sill addNameRange '0.8.7',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.1-1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.9.3',
[ERROR] npm sill addNameRange '0.9.4',
[ERROR] npm sill addNameRange '0.9.5',
[ERROR] npm sill addNameRange '0.9.6',
[ERROR] npm sill addNameRange '0.9.7',
[ERROR] npm sill addNameRange '0.9.8',
[ERROR] npm sill addNameRange '0.9.9',
[ERROR] npm sill addNameRange '0.9.10',
[ERROR] npm sill addNameRange '0.9.11',
[ERROR] npm sill addNameRange '0.9.12',
[ERROR] npm sill addNameRange '0.9.13',
[ERROR] npm sill addNameRange '0.9.14',
[ERROR] npm sill addNameRange '0.9.15',
[ERROR] npm sill addNameRange '0.9.16',
[ERROR] npm sill addNameRange '1.0.0-pre',
[ERROR] npm sill addNameRange '1.0.0-pre2',
[ERROR] npm sill addNameRange '1.0.0-pre3',
[ERROR] npm sill addNameRange '1.0.0-pre4',
[ERROR] npm sill addNameRange '1.0.0-pre5',
[ERROR] npm sill addNameRange '0.9.17',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.0.6',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '1.3.2',
[ERROR] npm sill addNameRange '1.3.3',
[ERROR] npm sill addNameRange '1.3.4',
[ERROR] npm sill addNameRange '1.3.5' ] ]
[ERROR] npm sill addNamed socket.io@1.3.5
[ERROR] npm verb addNamed "1.3.5" is a plain semver version for socket.io
[ERROR] npm sill addNameRange number 2 { name: 'portscanner-plus',
[ERROR] npm sill addNameRange range: '>=0.2.0 <0.3.0',
[ERROR] npm sill addNameRange hasData: true }
[ERROR] npm sill addNameRange versions [ 'portscanner-plus',
[ERROR] npm sill addNameRange [ '0.0.1', '0.0.2', '0.0.3', '0.1.0', '0.2.0', '0.2.1' ] ]
[ERROR] npm sill addNamed portscanner-plus@0.2.1
[ERROR] npm verb addNamed "0.2.1" is a plain semver version for portscanner-plus
[ERROR] npm http 304 http://registry.npmjs.org/glob
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '29',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"9XIJS97FWQU7LHJIU5ZDX0NOW"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.821151,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2142-IAD',
[ERROR] npm sill get 'x-cache-hits': '6',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:32 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/glob from cache
[ERROR] npm verb get saving glob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/optimist
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '24',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"EZJ7LJ7MGWHPH0L50K90WUS0"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.832884,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2147-IAD',
[ERROR] npm sill get 'x-cache-hits': '1429',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 16:41:41 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/optimist from cache
[ERROR] npm verb get saving optimist to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\optimist\.cache.json
[ERROR] npm sill addNameRange number 2 { name: 'foxy', range: '>=6.0.0 <7.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'foxy',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '4.0.0',
[ERROR] npm sill addNameRange '4.0.1',
[ERROR] npm sill addNameRange '4.0.2',
[ERROR] npm sill addNameRange '4.0.3',
[ERROR] npm sill addNameRange '5.0.0',
[ERROR] npm sill addNameRange '5.0.1',
[ERROR] npm sill addNameRange '6.0.0',
[ERROR] npm sill addNameRange '6.1.0',
[ERROR] npm sill addNameRange '7.0.0-rc1',
[ERROR] npm sill addNameRange '7.0.0-rc2',
[ERROR] npm sill addNameRange '7.0.0-rc3',
[ERROR] npm sill addNameRange '7.0.0',
[ERROR] npm sill addNameRange '7.0.1',
[ERROR] npm sill addNameRange '7.0.2',
[ERROR] npm sill addNameRange '7.0.3',
[ERROR] npm sill addNameRange '7.1.0',
[ERROR] npm sill addNameRange '8.0.0',
[ERROR] npm sill addNameRange '8.0.1',
[ERROR] npm sill addNameRange '8.1.0',
[ERROR] npm sill addNameRange '8.1.1',
[ERROR] npm sill addNameRange '9.0.0',
[ERROR] npm sill addNameRange '10.0.0',
[ERROR] npm sill addNameRange '10.0.1',
[ERROR] npm sill addNameRange '10.0.2',
[ERROR] npm sill addNameRange '10.1.0',
[ERROR] npm sill addNameRange '10.1.1',
[ERROR] npm sill addNameRange '10.1.2' ] ]
[ERROR] npm sill addNamed foxy@6.1.0
[ERROR] npm verb addNamed "6.1.0" is a plain semver version for foxy
[ERROR] npm sill addNameRange number 2 { name: 'browser-sync-client',
[ERROR] npm sill addNameRange range: '>=0.5.1 <0.6.0',
[ERROR] npm sill addNameRange hasData: true }
[ERROR] npm sill addNameRange versions [ 'browser-sync-client',
[ERROR] npm sill addNameRange [ '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '0.1.8',
[ERROR] npm sill addNameRange '0.1.9',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2' ] ]
[ERROR] npm sill addNamed browser-sync-client@0.5.2
[ERROR] npm verb addNamed "0.5.2" is a plain semver version for browser-sync-client
[ERROR] npm sill addNameRange number 2 { name: 'ua-parser-js', range: '>=0.7.3 <0.8.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'ua-parser-js',
[ERROR] npm sill addNameRange [ '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.3',
[ERROR] npm sill addNameRange '0.4.4',
[ERROR] npm sill addNameRange '0.4.6',
[ERROR] npm sill addNameRange '0.4.7',
[ERROR] npm sill addNameRange '0.4.13',
[ERROR] npm sill addNameRange '0.4.15',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.5.11',
[ERROR] npm sill addNameRange '0.5.12',
[ERROR] npm sill addNameRange '0.5.15',
[ERROR] npm sill addNameRange '0.5.20',
[ERROR] npm sill addNameRange '0.5.22',
[ERROR] npm sill addNameRange '0.5.23',
[ERROR] npm sill addNameRange '0.5.25',
[ERROR] npm sill addNameRange '0.5.27',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.7.6',
[ERROR] npm sill addNameRange '0.7.7' ] ]
[ERROR] npm sill addNamed ua-parser-js@0.7.7
[ERROR] npm verb addNamed "0.7.7" is a plain semver version for ua-parser-js
[ERROR] npm sill addNameRange number 2 { name: 'di', range: '>=0.0.1 <0.1.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'di',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.0.1',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '2.0.0-pre-1',
[ERROR] npm sill addNameRange '2.0.0-pre-2',
[ERROR] npm sill addNameRange '2.0.0-pre-3',
[ERROR] npm sill addNameRange '2.0.0-pre-4',
[ERROR] npm sill addNameRange '2.0.0-pre-5',
[ERROR] npm sill addNameRange '2.0.0-pre-6',
[ERROR] npm sill addNameRange '2.0.0-pre-7',
[ERROR] npm sill addNameRange '2.0.0-pre-8',
[ERROR] npm sill addNameRange '2.0.0-pre-9',
[ERROR] npm sill addNameRange '2.0.0-pre-10',
[ERROR] npm sill addNameRange '2.0.0-pre-11',
[ERROR] npm sill addNameRange '2.0.0-pre-12',
[ERROR] npm sill addNameRange '2.0.0-pre-13',
[ERROR] npm sill addNameRange '2.0.0-pre-14' ] ]
[ERROR] npm sill addNamed di@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for di
[ERROR] npm sill addNameRange number 2 { name: 'chokidar', range: '>=0.8.2', hasData: true }
[ERROR] npm sill addNameRange versions [ 'chokidar',
[ERROR] npm sill addNameRange [ '0.1.1',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.6.3',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '0.10.1',
[ERROR] npm sill addNameRange '0.10.2',
[ERROR] npm sill addNameRange '0.10.3',
[ERROR] npm sill addNameRange '0.10.4',
[ERROR] npm sill addNameRange '0.10.5',
[ERROR] npm sill addNameRange '0.10.6',
[ERROR] npm sill addNameRange '0.10.7',
[ERROR] npm sill addNameRange '0.10.8',
[ERROR] npm sill addNameRange '0.10.9',
[ERROR] npm sill addNameRange '0.11.0',
[ERROR] npm sill addNameRange '0.11.1',
[ERROR] npm sill addNameRange '0.12.0',
[ERROR] npm sill addNameRange '0.12.1',
[ERROR] npm sill addNameRange '0.12.2',
[ERROR] npm sill addNameRange '0.12.3',
[ERROR] npm sill addNameRange '0.12.4',
[ERROR] npm sill addNameRange '0.12.5',
[ERROR] npm sill addNameRange '0.12.6',
[ERROR] npm sill addNameRange '1.0.0-rc1',
[ERROR] npm sill addNameRange '1.0.0-rc1.1',
[ERROR] npm sill addNameRange '1.0.0-rc2',
[ERROR] npm sill addNameRange '1.0.0-rc3',
[ERROR] npm sill addNameRange '1.0.0-rc4',
[ERROR] npm sill addNameRange '1.0.0-rc5',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1' ] ]
[ERROR] npm sill addNamed chokidar@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for chokidar
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.6.3\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/q
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '34',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"3ZBAXS3EAUX85MV0MUCKV7PF7"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.834521,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2121-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:26 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/q from cache
[ERROR] npm verb get saving q to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\q\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/minimatch
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '59',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"91XDIWZ9TQ411189TUINSRVDV"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.839387,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2132-IAD',
[ERROR] npm sill get 'x-cache-hits': '5',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:01 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/minimatch from cache
[ERROR] npm verb get saving minimatch to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\minimatch\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/mime
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '42',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"3ZRQIU5H2D52GRYT3000WPDFS"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.841451,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2135-IAD',
[ERROR] npm sill get 'x-cache-hits': '5',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/mime from cache
[ERROR] npm verb get saving mime to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\mime\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/useragent
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"1EHP2ZHFMWAUEF7WKMGG6RVTI"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.840587,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2145-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:49 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/useragent from cache
[ERROR] npm verb get saving useragent to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\useragent\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/rimraf
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '24',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"6I4EOA5Q384WECQJQVMHGA5OL"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.844070,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2144-IAD',
[ERROR] npm sill get 'x-cache-hits': '801',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:05:06 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/rimraf from cache
[ERROR] npm verb get saving rimraf to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\rimraf\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/graceful-fs
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '47',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"ASUQXR8VIAJ72TTU8SR5Q4DOJ"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.843293,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2141-IAD',
[ERROR] npm sill get 'x-cache-hits': '6',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:07 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/graceful-fs from cache
[ERROR] npm verb get saving graceful-fs to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-fs\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/log4js
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '24',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"E0VVWHIZ3O7PNH36F0Z0HXL3R"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.842840,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2137-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:33 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/log4js from cache
[ERROR] npm verb get saving log4js to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\log4js\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/http-proxy
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '41',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"60WTPYG5LYL0CFY51L6KUIVOG"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.845234,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:37 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/http-proxy from cache
[ERROR] npm verb get saving http-proxy to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\http-proxy\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/source-map
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '28',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"6X6700A4ARF6BEP1WI9Y86P6"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.844568,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2130-IAD',
[ERROR] npm sill get 'x-cache-hits': '1316',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 16:47:44 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/source-map from cache
[ERROR] npm verb get saving source-map to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\source-map\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/colors
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '0',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get etag: '"AEKF22SVIOM3GF2AXLM3I60CI"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847172.834669,VS0,VE85',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:52 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/colors from cache
[ERROR] npm verb get saving colors to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\colors\.cache.json
[ERROR] npm sill mapToRegistry name foxy
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/foxy
[ERROR] npm verb addRemoteTarball http://registry.npmjs.org/foxy/-/foxy-6.1.0.tgz not in flight; adding
[ERROR] npm verb addRemoteTarball [ 'http://registry.npmjs.org/foxy/-/foxy-6.1.0.tgz',
[ERROR] npm verb addRemoteTarball '204919d90e2727e6d82fce8e443b1c7aeac112e9' ]
[ERROR] npm sill mapToRegistry name browser-sync-client
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb addRemoteTarball http://registry.npmjs.org/browser-sync-client/-/browser-sync-client-0.5.2.tgz not in flight; adding
[ERROR] npm verb addRemoteTarball [ 'http://registry.npmjs.org/browser-sync-client/-/browser-sync-client-0.5.2.tgz',
[ERROR] npm verb addRemoteTarball 'd57d7e3783d4a6641bd6c2d762423595aa83076c' ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\commander\2.8.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.8.1\package\package.json written
[ERROR] npm sill cache afterAdd minimist@1.1.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\1.1.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd serve-static@1.9.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.9.2\package\package.json not in flight; writing
[ERROR] npm info retry fetch attempt 1 at 12:32:53 PM
[ERROR] npm info attempt registry request try #1 at 12:32:53 PM
[ERROR] npm http fetch GET http://registry.npmjs.org/foxy/-/foxy-6.1.0.tgz
[ERROR] npm sill cache afterAdd tfunk@3.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\tfunk\3.0.1\package\package.json not in flight; writing
[ERROR] npm info retry fetch attempt 1 at 12:32:53 PM
[ERROR] npm info attempt registry request try #1 at 12:32:53 PM
[ERROR] npm http fetch GET http://registry.npmjs.org/browser-sync-client/-/browser-sync-client-0.5.2.tgz
[ERROR] npm sill cache afterAdd resp-modifier@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\resp-modifier\1.0.2\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd opt-merger@1.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opt-merger\1.1.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd socket.io@1.3.5
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\1.3.5\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd socket.io@0.9.16
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\0.9.16\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd portscanner-plus@0.2.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner-plus\0.2.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd opn@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opn\1.0.2\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd localtunnel@1.5.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\localtunnel\1.5.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd ua-parser-js@0.7.7
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ua-parser-js\0.7.7\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd chokidar@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chokidar\1.0.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd di@0.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\di\0.0.1\package\package.json not in flight; writing
[ERROR] npm sill addNameRange number 2 { name: 'glob', range: '>=3.2.7 <3.3.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'glob',
[ERROR] npm sill addNameRange [ '1.1.0',
[ERROR] npm sill addNameRange '2.0.9',
[ERROR] npm sill addNameRange '2.0.8',
[ERROR] npm sill addNameRange '2.0.7',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '3.1.1',
[ERROR] npm sill addNameRange '3.1.2',
[ERROR] npm sill addNameRange '3.1.3',
[ERROR] npm sill addNameRange '3.1.4',
[ERROR] npm sill addNameRange '3.1.5',
[ERROR] npm sill addNameRange '3.1.6',
[ERROR] npm sill addNameRange '3.1.7',
[ERROR] npm sill addNameRange '3.1.9',
[ERROR] npm sill addNameRange '3.1.10',
[ERROR] npm sill addNameRange '3.1.11',
[ERROR] npm sill addNameRange '3.1.12',
[ERROR] npm sill addNameRange '3.1.13',
[ERROR] npm sill addNameRange '3.1.14',
[ERROR] npm sill addNameRange '3.1.15',
[ERROR] npm sill addNameRange '3.1.16',
[ERROR] npm sill addNameRange '3.1.17',
[ERROR] npm sill addNameRange '3.1.18',
[ERROR] npm sill addNameRange '3.1.19',
[ERROR] npm sill addNameRange '3.1.20',
[ERROR] npm sill addNameRange '3.1.21',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '3.2.1',
[ERROR] npm sill addNameRange '3.2.3',
[ERROR] npm sill addNameRange '3.2.4',
[ERROR] npm sill addNameRange '3.2.5',
[ERROR] npm sill addNameRange '3.2.6',
[ERROR] npm sill addNameRange '3.2.7',
[ERROR] npm sill addNameRange '3.2.8',
[ERROR] npm sill addNameRange '3.2.9',
[ERROR] npm sill addNameRange '3.2.10',
[ERROR] npm sill addNameRange '3.2.11',
[ERROR] npm sill addNameRange '4.0.0',
[ERROR] npm sill addNameRange '4.0.1',
[ERROR] npm sill addNameRange '4.0.2',
[ERROR] npm sill addNameRange '4.0.3',
[ERROR] npm sill addNameRange '4.0.4',
[ERROR] npm sill addNameRange '4.0.5',
[ERROR] npm sill addNameRange '4.0.6',
[ERROR] npm sill addNameRange '4.1.2-beta',
[ERROR] npm sill addNameRange '4.1.2',
[ERROR] npm sill addNameRange '4.1.3',
[ERROR] npm sill addNameRange '4.1.4',
[ERROR] npm sill addNameRange '4.1.5',
[ERROR] npm sill addNameRange '4.1.6',
[ERROR] npm sill addNameRange '4.2.0',
[ERROR] npm sill addNameRange '4.2.1',
[ERROR] npm sill addNameRange '4.2.2',
[ERROR] npm sill addNameRange '4.3.0',
[ERROR] npm sill addNameRange '4.3.1',
[ERROR] npm sill addNameRange '4.3.2',
[ERROR] npm sill addNameRange '4.3.3',
[ERROR] npm sill addNameRange '4.3.4',
[ERROR] npm sill addNameRange '4.3.5',
[ERROR] npm sill addNameRange '4.4.0',
[ERROR] npm sill addNameRange '4.4.2',
[ERROR] npm sill addNameRange '4.5.0',
[ERROR] npm sill addNameRange '5.0.0',
[ERROR] npm sill addNameRange '4.5.1',
[ERROR] npm sill addNameRange '5.0.1',
[ERROR] npm sill addNameRange '4.5.2',
[ERROR] npm sill addNameRange '5.0.2',
[ERROR] npm sill addNameRange '4.5.3',
[ERROR] npm sill addNameRange '5.0.3',
[ERROR] npm sill addNameRange '5.0.4',
[ERROR] npm sill addNameRange '5.0.5' ] ]
[ERROR] npm sill addNamed glob@3.2.11
[ERROR] npm verb addNamed "3.2.11" is a plain semver version for glob
[ERROR] npm sill addNameRange number 2 { name: 'optimist', range: '>=0.6.0 <0.7.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'optimist',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.0.6',
[ERROR] npm sill addNameRange '0.0.7',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '0.1.8',
[ERROR] npm sill addNameRange '0.1.9',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.2.8',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.3.4',
[ERROR] npm sill addNameRange '0.3.5',
[ERROR] npm sill addNameRange '0.3.6',
[ERROR] npm sill addNameRange '0.3.7',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1' ] ]
[ERROR] npm sill addNamed optimist@0.6.1
[ERROR] npm verb addNamed "0.6.1" is a plain semver version for optimist
[ERROR] npm sill addNameRange number 2 { name: 'q', range: '>=0.9.7 <0.10.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'q',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '0.1.8',
[ERROR] npm sill addNameRange '0.1.9',
[ERROR] npm sill addNameRange '0.2.0-rc1',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.2.8',
[ERROR] npm sill addNameRange '0.2.9',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.2.10',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.4.4',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.8.5',
[ERROR] npm sill addNameRange '0.8.6',
[ERROR] npm sill addNameRange '0.8.7',
[ERROR] npm sill addNameRange '0.8.8',
[ERROR] npm sill addNameRange '0.8.9',
[ERROR] npm sill addNameRange '0.8.10',
[ERROR] npm sill addNameRange '0.8.11',
[ERROR] npm sill addNameRange '0.8.12',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.9.3',
[ERROR] npm sill addNameRange '0.9.4',
[ERROR] npm sill addNameRange '0.9.5',
[ERROR] npm sill addNameRange '0.9.6',
[ERROR] npm sill addNameRange '0.9.7',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0' ] ]
[ERROR] npm sill addNamed q@0.9.7
[ERROR] npm verb addNamed "0.9.7" is a plain semver version for q
[ERROR] npm sill addNameRange number 2 { name: 'mime', range: '>=1.2.11 <1.3.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'mime',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.2.2',
[ERROR] npm sill addNameRange '1.2.3',
[ERROR] npm sill addNameRange '1.2.4',
[ERROR] npm sill addNameRange '1.2.5',
[ERROR] npm sill addNameRange '1.2.6',
[ERROR] npm sill addNameRange '1.2.7',
[ERROR] npm sill addNameRange '1.2.8',
[ERROR] npm sill addNameRange '1.2.9',
[ERROR] npm sill addNameRange '1.2.10',
[ERROR] npm sill addNameRange '1.2.11',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.2',
[ERROR] npm sill addNameRange '1.3.3',
[ERROR] npm sill addNameRange '1.3.4' ] ]
[ERROR] npm sill addNamed mime@1.2.11
[ERROR] npm verb addNamed "1.2.11" is a plain semver version for mime
[ERROR] npm sill addNameRange number 2 { name: 'minimatch', range: '>=0.2.0 <0.3.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'minimatch',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.2.8',
[ERROR] npm sill addNameRange '0.2.9',
[ERROR] npm sill addNameRange '0.2.10',
[ERROR] npm sill addNameRange '0.2.11',
[ERROR] npm sill addNameRange '0.2.12',
[ERROR] npm sill addNameRange '0.2.13',
[ERROR] npm sill addNameRange '0.2.14',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '2.0.4',
[ERROR] npm sill addNameRange '2.0.5',
[ERROR] npm sill addNameRange '2.0.6',
[ERROR] npm sill addNameRange '2.0.7' ] ]
[ERROR] npm sill addNamed minimatch@0.2.14
[ERROR] npm verb addNamed "0.2.14" is a plain semver version for minimatch
[ERROR] npm sill addNameRange number 2 { name: 'http-proxy', range: '>=0.10.0 <0.11.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'http-proxy',
[ERROR] npm sill addNameRange [ '0.5.9',
[ERROR] npm sill addNameRange '0.5.10',
[ERROR] npm sill addNameRange '0.5.11',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.6.4',
[ERROR] npm sill addNameRange '0.6.5',
[ERROR] npm sill addNameRange '0.6.6',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.7.5',
[ERROR] npm sill addNameRange '0.7.6',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.8.5',
[ERROR] npm sill addNameRange '0.8.6',
[ERROR] npm sill addNameRange '0.8.7',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '0.10.1',
[ERROR] npm sill addNameRange '0.10.2',
[ERROR] npm sill addNameRange '0.10.3',
[ERROR] npm sill addNameRange '0.10.4',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.1.4',
[ERROR] npm sill addNameRange '1.1.5',
[ERROR] npm sill addNameRange '1.1.6',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.4.2',
[ERROR] npm sill addNameRange '1.4.3',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.5.3',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.7.0',
[ERROR] npm sill addNameRange '1.7.1',
[ERROR] npm sill addNameRange '1.7.2',
[ERROR] npm sill addNameRange '1.7.3',
[ERROR] npm sill addNameRange '1.8.0',
[ERROR] npm sill addNameRange '1.8.1',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '1.9.1',
[ERROR] npm sill addNameRange '1.10.0',
[ERROR] npm sill addNameRange '1.10.1',
[ERROR] npm sill addNameRange '1.11.0',
[ERROR] npm sill addNameRange '1.11.1' ] ]
[ERROR] npm sill addNamed http-proxy@0.10.4
[ERROR] npm verb addNamed "0.10.4" is a plain semver version for http-proxy
[ERROR] npm sill addNameRange number 2 { name: 'log4js', range: '>=0.6.3 <0.7.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'log4js',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.3.4',
[ERROR] npm sill addNameRange '0.3.5',
[ERROR] npm sill addNameRange '0.3.6',
[ERROR] npm sill addNameRange '0.3.7',
[ERROR] npm sill addNameRange '0.3.8',
[ERROR] npm sill addNameRange '0.3.9',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.4.3',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.5.4',
[ERROR] npm sill addNameRange '0.5.5',
[ERROR] npm sill addNameRange '0.5.6',
[ERROR] npm sill addNameRange '0.5.7',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.5.8',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.6.3',
[ERROR] npm sill addNameRange '0.6.4',
[ERROR] npm sill addNameRange '0.6.5',
[ERROR] npm sill addNameRange '0.6.6',
[ERROR] npm sill addNameRange '0.6.7',
[ERROR] npm sill addNameRange '0.6.8',
[ERROR] npm sill addNameRange '0.6.9',
[ERROR] npm sill addNameRange '0.6.10',
[ERROR] npm sill addNameRange '0.6.11',
[ERROR] npm sill addNameRange '0.6.12',
[ERROR] npm sill addNameRange '0.6.13',
[ERROR] npm sill addNameRange '0.6.14',
[ERROR] npm sill addNameRange '0.6.15',
[ERROR] npm sill addNameRange '0.6.16',
[ERROR] npm sill addNameRange '0.6.17',
[ERROR] npm sill addNameRange '0.6.18',
[ERROR] npm sill addNameRange '0.6.19',
[ERROR] npm sill addNameRange '0.6.20',
[ERROR] npm sill addNameRange '0.6.21',
[ERROR] npm sill addNameRange '0.6.22',
[ERROR] npm sill addNameRange '0.6.23',
[ERROR] npm sill addNameRange '0.6.24' ] ]
[ERROR] npm sill addNamed log4js@0.6.24
[ERROR] npm verb addNamed "0.6.24" is a plain semver version for log4js
[ERROR] npm sill addNameRange number 2 { name: 'rimraf', range: '>=2.2.5 <2.3.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'rimraf',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.0.6',
[ERROR] npm sill addNameRange '1.0.7',
[ERROR] npm sill addNameRange '1.0.8',
[ERROR] npm sill addNameRange '1.0.9',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '2.1.3',
[ERROR] npm sill addNameRange '2.1.4',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.2.2',
[ERROR] npm sill addNameRange '2.2.3',
[ERROR] npm sill addNameRange '2.2.4',
[ERROR] npm sill addNameRange '2.2.5',
[ERROR] npm sill addNameRange '2.2.6',
[ERROR] npm sill addNameRange '2.2.8',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.3.1',
[ERROR] npm sill addNameRange '2.3.2',
[ERROR] npm sill addNameRange '2.3.3' ] ]
[ERROR] npm sill addNamed rimraf@2.2.8
[ERROR] npm verb addNamed "2.2.8" is a plain semver version for rimraf
[ERROR] npm sill addNameRange number 2 { name: 'useragent', range: '>=2.0.4 <2.1.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'useragent',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.0.6',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '2.0.4',
[ERROR] npm sill addNameRange '2.0.5',
[ERROR] npm sill addNameRange '2.0.6',
[ERROR] npm sill addNameRange '2.0.7',
[ERROR] npm sill addNameRange '2.0.8',
[ERROR] npm sill addNameRange '2.0.9',
[ERROR] npm sill addNameRange '2.0.10',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '2.1.3',
[ERROR] npm sill addNameRange '2.1.4',
[ERROR] npm sill addNameRange '2.1.5',
[ERROR] npm sill addNameRange '2.1.6' ] ]
[ERROR] npm sill addNamed useragent@2.0.10
[ERROR] npm verb addNamed "2.0.10" is a plain semver version for useragent
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.9.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\1.1.1\package\package.json written
[ERROR] npm sill addNameRange number 2 { name: 'source-map', range: '>=0.1.31 <0.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'source-map',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '0.1.8',
[ERROR] npm sill addNameRange '0.1.9',
[ERROR] npm sill addNameRange '0.1.10',
[ERROR] npm sill addNameRange '0.1.11',
[ERROR] npm sill addNameRange '0.1.12',
[ERROR] npm sill addNameRange '0.1.13',
[ERROR] npm sill addNameRange '0.1.14',
[ERROR] npm sill addNameRange '0.1.15',
[ERROR] npm sill addNameRange '0.1.16',
[ERROR] npm sill addNameRange '0.1.17',
[ERROR] npm sill addNameRange '0.1.18',
[ERROR] npm sill addNameRange '0.1.19',
[ERROR] npm sill addNameRange '0.1.20',
[ERROR] npm sill addNameRange '0.1.21',
[ERROR] npm sill addNameRange '0.1.22',
[ERROR] npm sill addNameRange '0.1.23',
[ERROR] npm sill addNameRange '0.1.24',
[ERROR] npm sill addNameRange '0.1.25',
[ERROR] npm sill addNameRange '0.1.26',
[ERROR] npm sill addNameRange '0.1.27',
[ERROR] npm sill addNameRange '0.1.28',
[ERROR] npm sill addNameRange '0.1.29',
[ERROR] npm sill addNameRange '0.1.30',
[ERROR] npm sill addNameRange '0.1.31',
[ERROR] npm sill addNameRange '0.1.32',
[ERROR] npm sill addNameRange '0.1.33',
[ERROR] npm sill addNameRange '0.1.34',
[ERROR] npm sill addNameRange '0.1.35',
[ERROR] npm sill addNameRange '0.1.36',
[ERROR] npm sill addNameRange '0.1.37',
[ERROR] npm sill addNameRange '0.1.38',
[ERROR] npm sill addNameRange '0.1.39',
[ERROR] npm sill addNameRange '0.1.40',
[ERROR] npm sill addNameRange '0.1.41',
[ERROR] npm sill addNameRange '0.1.42',
[ERROR] npm sill addNameRange '0.1.43',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2' ] ]
[ERROR] npm sill addNamed source-map@0.1.43
[ERROR] npm verb addNamed "0.1.43" is a plain semver version for source-map
[ERROR] npm sill addNameRange number 2 { name: 'graceful-fs', range: '>=2.0.1 <2.1.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'graceful-fs',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.1.4',
[ERROR] npm sill addNameRange '1.1.5',
[ERROR] npm sill addNameRange '1.1.6',
[ERROR] npm sill addNameRange '1.1.7',
[ERROR] npm sill addNameRange '1.1.8',
[ERROR] npm sill addNameRange '1.1.9',
[ERROR] npm sill addNameRange '1.1.10',
[ERROR] npm sill addNameRange '1.1.11',
[ERROR] npm sill addNameRange '1.1.12',
[ERROR] npm sill addNameRange '1.1.13',
[ERROR] npm sill addNameRange '1.1.14',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.2.2',
[ERROR] npm sill addNameRange '1.2.3',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '3.0.2',
[ERROR] npm sill addNameRange '3.0.3',
[ERROR] npm sill addNameRange '3.0.4',
[ERROR] npm sill addNameRange '3.0.5',
[ERROR] npm sill addNameRange '3.0.6' ] ]
[ERROR] npm sill addNamed graceful-fs@2.0.3
[ERROR] npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\tfunk\3.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\resp-modifier\1.0.2\package\package.json written
[ERROR] npm sill addNameRange number 2 { name: 'colors', range: '>=0.6.2 <0.7.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'colors',
[ERROR] npm sill addNameRange [ '0.3.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.0-1',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.1.0' ] ]
[ERROR] npm sill addNamed colors@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for colors
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opt-merger\1.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\1.3.5\package\package.json written
[ERROR] npm http fetch 200 http://registry.npmjs.org/foxy/-/foxy-6.1.0.tgz
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner-plus\0.2.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\localtunnel\1.5.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\0.9.16\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opn\1.0.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chokidar\1.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ua-parser-js\0.7.7\package\package.json written
[ERROR] npm sill cache afterAdd glob@3.2.11
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.2.11\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd optimist@0.6.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.6.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd minimatch@0.2.14
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd log4js@0.6.24
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\log4js\0.6.24\package\package.json not in flight; writing
[ERROR] npm sill fetchAndShaCheck shasum 204919d90e2727e6d82fce8e443b1c7aeac112e9
[ERROR] npm sill cache afterAdd source-map@0.1.43
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\source-map\0.1.43\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd q@0.9.7
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\0.9.7\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd useragent@2.0.10
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\useragent\2.0.10\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd graceful-fs@2.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd http-proxy@0.10.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\0.10.4\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd colors@0.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\colors\0.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\di\0.0.1\package\package.json written
[ERROR] npm sill cache afterAdd mime@1.2.11
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.2.11\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd rimraf@2.2.8
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\rimraf\2.2.8\package\package.json not in flight; writing
[ERROR] npm verb addTmpTarball C:\Users\buschs1\AppData\Local\Temp\npm-41144-c7f582ab\registry.npmjs.org\foxy\-\foxy-6.1.0.tgz not in flight; adding
[ERROR] npm verb addTmpTarball already have metadata; skipping unpack for foxy@6.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.2.11\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\log4js\0.6.24\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.6.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\useragent\2.0.10\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\0.9.7\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\source-map\0.1.43\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\0.10.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\colors\0.6.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\rimraf\2.2.8\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.2.11\package\package.json written
[ERROR] npm sill install resolved [ { name: 'connect',
[ERROR] npm sill install resolved description: 'High performance middleware framework',
[ERROR] npm sill install resolved version: '2.26.6',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'TJ Holowaychuk',
[ERROR] npm sill install resolved email: 'tj@vision-media.ca',
[ERROR] npm sill install resolved url: 'http://tjholowaychuk.com' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object] ],
[ERROR] npm sill install resolved keywords: [ 'framework', 'web', 'middleware', 'connect', 'rack' ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/senchalabs/connect.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'basic-auth-connect': '1.0.0',
[ERROR] npm sill install resolved 'body-parser': '~1.8.4',
[ERROR] npm sill install resolved bytes: '1.0.0',
[ERROR] npm sill install resolved cookie: '0.1.2',
[ERROR] npm sill install resolved 'cookie-parser': '~1.3.3',
[ERROR] npm sill install resolved 'cookie-signature': '1.0.5',
[ERROR] npm sill install resolved compression: '~1.1.2',
[ERROR] npm sill install resolved 'connect-timeout': '~1.3.0',
[ERROR] npm sill install resolved csurf: '~1.6.2',
[ERROR] npm sill install resolved debug: '~2.0.0',
[ERROR] npm sill install resolved depd: '0.4.5',
[ERROR] npm sill install resolved errorhandler: '~1.2.2',
[ERROR] npm sill install resolved 'express-session': '~1.8.2',
[ERROR] npm sill install resolved finalhandler: '0.2.0',
[ERROR] npm sill install resolved fresh: '0.2.4',
[ERROR] npm sill install resolved 'media-typer': '0.3.0',
[ERROR] npm sill install resolved 'method-override': '~2.2.0',
[ERROR] npm sill install resolved morgan: '~1.3.2',
[ERROR] npm sill install resolved multiparty: '3.3.2',
[ERROR] npm sill install resolved 'on-headers': '~1.0.0',
[ERROR] npm sill install resolved parseurl: '~1.3.0',
[ERROR] npm sill install resolved qs: '2.2.4',
[ERROR] npm sill install resolved 'response-time': '~2.0.1',
[ERROR] npm sill install resolved 'serve-favicon': '~2.1.5',
[ERROR] npm sill install resolved 'serve-index': '~1.2.1',
[ERROR] npm sill install resolved 'serve-static': '~1.6.4',
[ERROR] npm sill install resolved 'type-is': '~1.5.2',
[ERROR] npm sill install resolved vhost: '~3.0.0',
[ERROR] npm sill install resolved pause: '0.0.1' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { dox: '~0.4.6',
[ERROR] npm sill install resolved istanbul: '0.3.2',
[ERROR] npm sill install resolved mocha: '~1.21.4',
[ERROR] npm sill install resolved should: '~4.0.0',
[ERROR] npm sill install resolved jade: '>= 0.35.0 < 1' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved main: 'index',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --reporter spec --bail --check-leaks test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/',
[ERROR] npm sill install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/' },
[ERROR] npm sill install resolved gitHead: '854607f83ba1928d4f32816ee51d4a8c79e1a242',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/senchalabs/connect/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/senchalabs/connect',
[ERROR] npm sill install resolved _id: 'connect@2.26.6',
[ERROR] npm sill install resolved _shasum: '94f3eef3fdeeb405806ea46dc036ee0b2acae700',
[ERROR] npm sill install resolved _from: 'connect@>=2.26.0 <2.27.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.21',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '94f3eef3fdeeb405806ea46dc036ee0b2acae700',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/connect/-/connect-2.26.6.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/connect/-/connect-2.26.6.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'lodash',
[ERROR] npm sill install resolved version: '2.4.2',
[ERROR] npm sill install resolved description: 'A utility library delivering consistency, customization, performance, & extras.',
[ERROR] npm sill install resolved homepage: 'http://lodash.com/',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved main: 'dist/lodash.js',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'amd',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'client',
[ERROR] npm sill install resolved 'customize',
[ERROR] npm sill install resolved 'functional',
[ERROR] npm sill install resolved 'server',
[ERROR] npm sill install resolved 'util' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'John-David Dalton',
[ERROR] npm sill install resolved email: 'john.david.dalton@gmail.com',
[ERROR] npm sill install resolved url: 'http://allyoucanleet.com/' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/lodash/lodash/issues' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git+https://github.com/lodash/lodash.git' },
[ERROR] npm sill install resolved engines: [ 'node', 'rhino' ],
[ERROR] npm sill install resolved files:
[ERROR] npm sill install resolved [ 'LICENSE.txt',
[ERROR] npm sill install resolved 'lodash.js',
[ERROR] npm sill install resolved 'dist/lodash.js',
[ERROR] npm sill install resolved 'dist/lodash.min.js',
[ERROR] npm sill install resolved 'dist/lodash.compat.js',
[ERROR] npm sill install resolved 'dist/lodash.compat.min.js',
[ERROR] npm sill install resolved 'dist/lodash.underscore.js',
[ERROR] npm sill install resolved 'dist/lodash.underscore.min.js' ],
[ERROR] npm sill install resolved jam: { main: 'dist/lodash.compat.js', include: [Object] },
[ERROR] npm sill install resolved volo: { type: 'directory', ignore: [Object] },
[ERROR] npm sill install resolved _id: 'lodash@2.4.2',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: 'fadd834b9683073da179b3eae6d9c0d15053f73e',
[ERROR] npm sill install resolved _from: 'lodash@>=2.4.1 <2.5.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.5',
[ERROR] npm sill install resolved _nodeVersion: '0.12.2',
[ERROR] npm sill install resolved _npmUser: { name: 'jdalton', email: 'john.david.dalton@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'fadd834b9683073da179b3eae6d9c0d15053f73e',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'socket.io',
[ERROR] npm sill install resolved version: '0.9.16',
[ERROR] npm sill install resolved description: 'Real-time apps made cross-browser & easy with a WebSocket-like API',
[ERROR] npm sill install resolved homepage: 'http://socket.io',
[ERROR] npm sill install resolved keywords: [ 'websocket', 'socket', 'realtime', 'socket.io', 'comet', 'ajax' ],
[ERROR] npm sill install resolved author: { name: 'Guillermo Rauch', email: 'guillermo@learnboost.com' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/LearnBoost/socket.io.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'socket.io-client': '0.9.16',
[ERROR] npm sill install resolved policyfile: '0.0.4',
[ERROR] npm sill install resolved base64id: '0.1.0',
[ERROR] npm sill install resolved redis: '0.7.3' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { expresso: '0.9.2',
[ERROR] npm sill install resolved should: '*',
[ERROR] npm sill install resolved benchmark: '0.2.2',
[ERROR] npm sill install resolved microtime: '0.1.3-1',
[ERROR] npm sill install resolved colors: '0.5.1' },
[ERROR] npm sill install resolved optionalDependencies: { redis: '0.7.3' },
[ERROR] npm sill install resolved main: 'index',
[ERROR] npm sill install resolved engines: { node: '>= 0.4.0' },
[ERROR] npm sill install resolved scripts: { test: 'make test' },
[ERROR] npm sill install resolved _id: 'socket.io@0.9.16',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '3bab0444e49b55fbbc157424dbd41aa375a51a76',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz' },
[ERROR] npm sill install resolved _from: 'socket.io@0.9.16',
[ERROR] npm sill install resolved _npmVersion: '1.2.18',
[ERROR] npm sill install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '3bab0444e49b55fbbc157424dbd41aa375a51a76',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/LearnBoost/socket.io/issues' },
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'chokidar',
[ERROR] npm sill install resolved description: 'A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.',
[ERROR] npm sill install resolved version: '1.0.1',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'fs',
[ERROR] npm sill install resolved 'watch',
[ERROR] npm sill install resolved 'watchFile',
[ERROR] npm sill install resolved 'watcher',
[ERROR] npm sill install resolved 'watching',
[ERROR] npm sill install resolved 'file',
[ERROR] npm sill install resolved 'fsevents' ],
[ERROR] npm sill install resolved homepage: 'https://github.com/paulmillr/chokidar',
[ERROR] npm sill install resolved author: { name: 'Paul Miller', url: 'http://paulmillr.com' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/paulmillr/chokidar.git' },
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/paulmillr/chokidar/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'istanbul test node_modules/mocha/bin/_mocha',
[ERROR] npm sill install resolved 'ci-test': 'istanbul cover _mocha && cat ./coverage/lcov.info | coveralls' },
[ERROR] npm sill install resolved files: [ 'index.js', 'lib/' ],
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { chai: '^1.9.2',
[ERROR] npm sill install resolved coveralls: '^2.11.2',
[ERROR] npm sill install resolved istanbul: '^0.3.5',
[ERROR] npm sill install resolved mocha: '^2.0.0',
[ERROR] npm sill install resolved sinon: '^1.10.3',
[ERROR] npm sill install resolved 'sinon-chai': '^2.6.0' },
[ERROR] npm sill install resolved optionalDependencies: { fsevents: '^0.3.1' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { anymatch: '^1.1.0',
[ERROR] npm sill install resolved arrify: '^1.0.0',
[ERROR] npm sill install resolved 'async-each': '^0.1.5',
[ERROR] npm sill install resolved 'glob-parent': '^1.0.0',
[ERROR] npm sill install resolved 'is-binary-path': '^1.0.0',
[ERROR] npm sill install resolved 'is-glob': '^1.1.3',
[ERROR] npm sill install resolved readdirp: '^1.3.0',
[ERROR] npm sill install resolved fsevents: '^0.3.1' },
[ERROR] npm sill install resolved gitHead: 'beb9db68404a93cac844bbd2f5b5c4e25559d1a5',
[ERROR] npm sill install resolved _id: 'chokidar@1.0.1',
[ERROR] npm sill install resolved _shasum: 'b19e476a071ac0c7a01279cdc936e0d31c6ee06a',
[ERROR] npm sill install resolved _from: 'chokidar@>=0.8.2',
[ERROR] npm sill install resolved _npmVersion: '2.7.3',
[ERROR] npm sill install resolved _nodeVersion: '1.6.2',
[ERROR] npm sill install resolved _npmUser: { name: 'es128', email: 'elan.shanker+npm@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'b19e476a071ac0c7a01279cdc936e0d31c6ee06a',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/chokidar/-/chokidar-1.0.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/chokidar/-/chokidar-1.0.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'di',
[ERROR] npm sill install resolved version: '0.0.1',
[ERROR] npm sill install resolved description: 'Dependency Injection for Node.js. Heavily inspired by AngularJS.',
[ERROR] npm sill install resolved main: 'lib/index.js',
[ERROR] npm sill install resolved scripts: { test: 'mocha --compilers coffee:coffee-script test/*' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/vojtajina/node-di.git' },
[ERROR] npm sill install resolved keywords: [ 'di', 'dependency', 'injection', 'injector' ],
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { grunt: '~0.4.0rc5',
[ERROR] npm sill install resolved 'grunt-simple-mocha': '~0.3.2',
[ERROR] npm sill install resolved 'grunt-contrib-jshint': '~0.1.1rc5',
[ERROR] npm sill install resolved mocha: '1.8.1',
[ERROR] npm sill install resolved chai: '1.4.2',
[ERROR] npm sill install resolved 'coffee-script': '1.4.0' },
[ERROR] npm sill install resolved author: { name: 'Vojta Jina', email: 'vojta.jina@gmail.com' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved _id: 'di@0.0.1',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '806649326ceaa7caa3306d75d985ea2748ba913c',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/di/-/di-0.0.1.tgz' },
[ERROR] npm sill install resolved _from: 'di@>=0.0.1 <0.1.0',
[ERROR] npm sill install resolved _npmVersion: '1.2.14',
[ERROR] npm sill install resolved _npmUser: { name: 'vojtajina', email: 'vojta.jina@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '806649326ceaa7caa3306d75d985ea2748ba913c',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/di/-/di-0.0.1.tgz',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/vojtajina/node-di/issues' },
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/vojtajina/node-di' },
[ERROR] npm sill install resolved { author:
[ERROR] npm sill install resolved { name: 'Isaac Z. Schlueter',
[ERROR] npm sill install resolved email: 'i@izs.me',
[ERROR] npm sill install resolved url: 'http://blog.izs.me' },
[ERROR] npm sill install resolved name: 'minimatch',
[ERROR] npm sill install resolved description: 'a glob matcher in javascript',
[ERROR] npm sill install resolved version: '0.2.14',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/isaacs/minimatch.git' },
[ERROR] npm sill install resolved main: 'minimatch.js',
[ERROR] npm sill install resolved scripts: { test: 'tap test/*.js' },
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved dependencies: { 'lru-cache': '2', sigmund: '~1.0.0' },
[ERROR] npm sill install resolved devDependencies: { tap: '' },
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'http://github.com/isaacs/minimatch/raw/master/LICENSE' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/minimatch/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/minimatch',
[ERROR] npm sill install resolved _id: 'minimatch@0.2.14',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'c74e780574f63c6f9a090e90efbe6ef53a6a756a',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz' },
[ERROR] npm sill install resolved _from: 'minimatch@>=0.2.0 <0.3.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.17',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: 'c74e780574f63c6f9a090e90efbe6ef53a6a756a',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { author:
[ERROR] npm sill install resolved { name: 'Isaac Z. Schlueter',
[ERROR] npm sill install resolved email: 'i@izs.me',
[ERROR] npm sill install resolved url: 'http://blog.izs.me/' },
[ERROR] npm sill install resolved name: 'glob',
[ERROR] npm sill install resolved description: 'a little globber',
[ERROR] npm sill install resolved version: '3.2.11',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/isaacs/node-glob.git' },
[ERROR] npm sill install resolved main: 'glob.js',
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved dependencies: { inherits: '2', minimatch: '0.3' },
[ERROR] npm sill install resolved devDependencies: { tap: '~0.4.0', mkdirp: '0', rimraf: '1' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'tap test/*.js',
[ERROR] npm sill install resolved 'test-regen': 'TEST_REGEN=1 node test/00-setup.js' },
[ERROR] npm sill install resolved license: 'BSD',
[ERROR] npm sill install resolved gitHead: '73f57e99510582b2024b762305970ebcf9b70aa2',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/node-glob/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/node-glob',
[ERROR] npm sill install resolved _id: 'glob@3.2.11',
[ERROR] npm sill install resolved _shasum: '4a973f635b9190f715d10987d5c00fd2815ebe3d',
[ERROR] npm sill install resolved _from: 'glob@>=3.2.7 <3.3.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.10',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '4a973f635b9190f715d10987d5c00fd2815ebe3d',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/glob/-/glob-3.2.11.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'log4js',
[ERROR] npm sill install resolved version: '0.6.24',
[ERROR] npm sill install resolved description: 'Port of Log4js to work with node.',
[ERROR] npm sill install resolved keywords: [ 'logging', 'log', 'log4j', 'node' ],
[ERROR] npm sill install resolved license: 'Apache-2.0',
[ERROR] npm sill install resolved main: './lib/log4js',
[ERROR] npm sill install resolved author: { name: 'Gareth Jones', email: 'gareth.nomiddlename@gmail.com' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/nomiddlename/log4js-node.git' },
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/nomiddlename/log4js-node/issues' },
[ERROR] npm sill install resolved engines: { node: '>=0.8' },
[ERROR] npm sill install resolved scripts: { test: 'vows' },
[ERROR] npm sill install resolved directories: { test: 'test', lib: 'lib' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { async: '~0.2.0',
[ERROR] npm sill install resolved 'readable-stream': '~1.0.2',
[ERROR] npm sill install resolved semver: '~4.3.3',
[ERROR] npm sill install resolved underscore: '1.8.2' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { vows: '0.7.0',
[ERROR] npm sill install resolved 'sandboxed-module': '0.1.3',
[ERROR] npm sill install resolved underscore: '1.2.1' },
[ERROR] npm sill install resolved browser: { os: false },
[ERROR] npm sill install resolved gitHead: '9fe32d06e30680b31a558fd96ed3bfe048da3051',
[ERROR] npm sill install resolved homepage: 'https://github.com/nomiddlename/log4js-node',
[ERROR] npm sill install resolved _id: 'log4js@0.6.24',
[ERROR] npm sill install resolved _shasum: '33cb11f14d3a48834867037aff292a046f6aae50',
[ERROR] npm sill install resolved _from: 'log4js@>=0.6.3 <0.7.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.21',
[ERROR] npm sill install resolved _npmUser: { name: 'csausdev', email: 'gareth.nomiddlename@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '33cb11f14d3a48834867037aff292a046f6aae50',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/log4js/-/log4js-0.6.24.tgz' },
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/log4js/-/log4js-0.6.24.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'optimist',
[ERROR] npm sill install resolved version: '0.6.1',
[ERROR] npm sill install resolved description: 'Light-weight option parsing with an argv hash. No optstrings attached.',
[ERROR] npm sill install resolved main: './index.js',
[ERROR] npm sill install resolved dependencies: { wordwrap: '~0.0.2', minimist: '~0.0.1' },
[ERROR] npm sill install resolved devDependencies: { hashish: '~0.0.4', tap: '~0.4.0' },
[ERROR] npm sill install resolved scripts: { test: 'tap ./test/*.js' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+ssh://git@github.com/substack/node-optimist.git' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'argument',
[ERROR] npm sill install resolved 'args',
[ERROR] npm sill install resolved 'option',
[ERROR] npm sill install resolved 'parser',
[ERROR] npm sill install resolved 'parsing',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'command' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'James Halliday',
[ERROR] npm sill install resolved email: 'mail@substack.net',
[ERROR] npm sill install resolved url: 'http://substack.net' },
[ERROR] npm sill install resolved license: 'MIT/X11',
[ERROR] npm sill install resolved engine: { node: '>=0.4' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/substack/node-optimist/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/substack/node-optimist',
[ERROR] npm sill install resolved _id: 'optimist@0.6.1',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'da3ea74686fa21a19a111c326e90eb15a0196686',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz' },
[ERROR] npm sill install resolved _from: 'optimist@>=0.6.0 <0.7.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.21',
[ERROR] npm sill install resolved _npmUser: { name: 'substack', email: 'mail@substack.net' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: 'da3ea74686fa21a19a111c326e90eb15a0196686',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'useragent',
[ERROR] npm sill install resolved version: '2.0.10',
[ERROR] npm sill install resolved description: 'Fastest, most accurate & effecient user agent string parser, uses Browserscope\'s research for parsing',
[ERROR] npm sill install resolved author: { name: 'Arnout Kazemier' },
[ERROR] npm sill install resolved main: './index.js',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'agent',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'browserscope',
[ERROR] npm sill install resolved 'os',
[ERROR] npm sill install resolved 'parse',
[ERROR] npm sill install resolved 'parser',
[ERROR] npm sill install resolved 'ua',
[ERROR] npm sill install resolved 'ua-parse',
[ERROR] npm sill install resolved 'ua-parser',
[ERROR] npm sill install resolved 'user agent',
[ERROR] npm sill install resolved 'user',
[ERROR] npm sill install resolved 'user-agent',
[ERROR] npm sill install resolved 'useragent',
[ERROR] npm sill install resolved 'version' ],
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'https://github.com/3rd-Eden/useragent/blob/master/LICENSE' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+ssh://git@github.com/3rd-Eden/useragent.git' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { should: '*',
[ERROR] npm sill install resolved mocha: '*',
[ERROR] npm sill install resolved 'long-stack-traces': '0.1.x',
[ERROR] npm sill install resolved yamlparser: '0.0.x',
[ERROR] npm sill install resolved request: '2.9.x',
[ERROR] npm sill install resolved semver: '1.0.x',
[ERROR] npm sill install resolved 'pre-commit': '0.0.x' },
[ERROR] npm sill install resolved 'pre-commit': [ 'test', 'update' ],
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha $(find test -name \'*.test.js\')',
[ERROR] npm sill install resolved qa: 'mocha --ui exports $(find test -name \'*.qa.js\')',
[ERROR] npm sill install resolved update: 'node ./bin/update.js' },
[ERROR] npm sill install resolved dependencies: { 'lru-cache': '2.2.x' },
[ERROR] npm sill install resolved gitHead: '80ea9b7bbf859d25669664db9c92fb7a4945f852',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/3rd-Eden/useragent/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/3rd-Eden/useragent',
[ERROR] npm sill install resolved _id: 'useragent@2.0.10',
[ERROR] npm sill install resolved _shasum: 'af2c1cc641159361e4d830866eb716ba4679de33',
[ERROR] npm sill install resolved _from: 'useragent@>=2.0.4 <2.1.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.27',
[ERROR] npm sill install resolved _npmUser: { name: 'V1', email: 'info@3rd-Eden.com' },
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'af2c1cc641159361e4d830866eb716ba4679de33',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/useragent/-/useragent-2.0.10.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/useragent/-/useragent-2.0.10.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'q',
[ERROR] npm sill install resolved version: '0.9.7',
[ERROR] npm sill install resolved description: 'A library for promises (CommonJS/Promises/A,B,D)',
[ERROR] npm sill install resolved homepage: 'https://github.com/kriskowal/q',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Kris Kowal',
[ERROR] npm sill install resolved email: 'kris@cixar.com',
[ERROR] npm sill install resolved url: 'https://github.com/kriskowal' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'q',
[ERROR] npm sill install resolved 'promise',
[ERROR] npm sill install resolved 'promises',
[ERROR] npm sill install resolved 'promises-a',
[ERROR] npm sill install resolved 'promises-aplus',
[ERROR] npm sill install resolved 'deferred',
[ERROR] npm sill install resolved 'future',
[ERROR] npm sill install resolved 'async',
[ERROR] npm sill install resolved 'flow control',
[ERROR] npm sill install resolved 'fluent',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'node' ],
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object] ],
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/kriskowal/q/issues' },
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'http://github.com/kriskowal/q/raw/master/LICENSE' },
[ERROR] npm sill install resolved main: 'q.js',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/kriskowal/q.git' },
[ERROR] npm sill install resolved engines: { node: '>=0.6.0', teleport: '>=0.2.0' },
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { jshint: '~2.1.9',
[ERROR] npm sill install resolved cover: '*',
[ERROR] npm sill install resolved 'jasmine-node': '1.11.0',
[ERROR] npm sill install resolved opener: '*',
[ERROR] npm sill install resolved 'promises-aplus-tests': '1.x',
[ERROR] npm sill install resolved grunt: '~0.4.1',
[ERROR] npm sill install resolved 'grunt-cli': '~0.1.9',
[ERROR] npm sill install resolved 'grunt-contrib-uglify': '~0.2.2',
[ERROR] npm sill install resolved matcha: '~0.2.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'jasmine-node spec && promises-aplus-tests spec/aplus-adapter',
[ERROR] npm sill install resolved 'test-browser': 'opener spec/q-spec.html',
[ERROR] npm sill install resolved benchmark: 'matcha',
[ERROR] npm sill install resolved lint: 'jshint q.js',
[ERROR] npm sill install resolved cover: 'cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html',
[ERROR] npm sill install resolved minify: 'grunt',
[ERROR] npm sill install resolved prepublish: 'grunt' },
[ERROR] npm sill install resolved overlay: { teleport: [Object] },
[ERROR] npm sill install resolved directories: { test: './spec' },
[ERROR] npm sill install resolved _id: 'q@0.9.7',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/q/-/q-0.9.7.tgz' },
[ERROR] npm sill install resolved _from: 'q@>=0.9.7 <0.10.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.2',
[ERROR] npm sill install resolved _npmUser: { name: 'kriskowal', email: 'kris.kowal@cixar.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved _shasum: '4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/q/-/q-0.9.7.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'source-map',
[ERROR] npm sill install resolved description: 'Generates and consumes source maps',
[ERROR] npm sill install resolved version: '0.1.43',
[ERROR] npm sill install resolved homepage: 'https://github.com/mozilla/source-map',
[ERROR] npm sill install resolved author: { name: 'Nick Fitzgerald', email: 'nfitzgerald@mozilla.com' },
[ERROR] npm sill install resolved contributors:
[ERROR] npm sill install resolved [ [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object] ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+ssh://git@github.com/mozilla/source-map.git' },
[ERROR] npm sill install resolved directories: { lib: './lib' },
[ERROR] npm sill install resolved main: './lib/source-map.js',
[ERROR] npm sill install resolved engines: { node: '>=0.8.0' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved dependencies: { amdefine: '>=0.0.4' },
[ERROR] npm sill install resolved devDependencies: { dryice: '>=0.4.8' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'node test/run-tests.js',
[ERROR] npm sill install resolved build: 'node Makefile.dryice.js' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/mozilla/source-map/issues' },
[ERROR] npm sill install resolved _id: 'source-map@0.1.43',
[ERROR] npm sill install resolved _shasum: 'c24bc146ca517c1471f5dacbe2571b2b7f9e3346',
[ERROR] npm sill install resolved _from: 'source-map@>=0.1.31 <0.2.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.9',
[ERROR] npm sill install resolved _npmUser: { name: 'nickfitzgerald', email: 'fitzgen@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'c24bc146ca517c1471f5dacbe2571b2b7f9e3346',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz' },
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'http-proxy',
[ERROR] npm sill install resolved version: '0.10.4',
[ERROR] npm sill install resolved description: 'A full-featured http reverse proxy for node.js',
[ERROR] npm sill install resolved author: { name: 'Nodejitsu Inc.', email: 'info@nodejitsu.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+ssh://git@github.com/nodejitsu/node-http-proxy.git' },
[ERROR] npm sill install resolved keywords: [ 'reverse', 'proxy', 'http' ],
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { colors: '0.x.x',
[ERROR] npm sill install resolved optimist: '0.6.x',
[ERROR] npm sill install resolved pkginfo: '0.3.x',
[ERROR] npm sill install resolved utile: '~0.2.1' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { request: '2.14.x',
[ERROR] npm sill install resolved vows: '0.7.x',
[ERROR] npm sill install resolved async: '0.2.x',
[ERROR] npm sill install resolved 'socket.io': '0.9.11',
[ERROR] npm sill install resolved 'socket.io-client': '0.9.11',
[ERROR] npm sill install resolved ws: '0.4.23' },
[ERROR] npm sill install resolved main: './lib/node-http-proxy',
[ERROR] npm sill install resolved bin: { 'node-http-proxy': './bin/node-http-proxy' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'npm run-script test-http && npm run-script test-https && npm run-script test-core',
[ERROR] npm sill install resolved 'test-http': 'vows --spec && vows --spec --target=https',
[ERROR] npm sill install resolved 'test-https': 'vows --spec --proxy=https && vows --spec --proxy=https --target=https',
[ERROR] npm sill install resolved 'test-core': 'test/core/run' },
[ERROR] npm sill install resolved engines: { node: '>= 0.6.6' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/nodejitsu/node-http-proxy/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/nodejitsu/node-http-proxy',
[ERROR] npm sill install resolved _id: 'http-proxy@0.10.4',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz' },
[ERROR] npm sill install resolved _from: 'http-proxy@>=0.10.0 <0.11.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.22',
[ERROR] npm sill install resolved _npmUser: { name: 'indexzero', email: 'charlie.robbins@gmail.com' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '14ba0ceaa2197f89fa30dea9e7b09e19cd93c22f',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/http-proxy/-/http-proxy-0.10.4.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { author:
[ERROR] npm sill install resolved { name: 'Isaac Z. Schlueter',
[ERROR] npm sill install resolved email: 'i@izs.me',
[ERROR] npm sill install resolved url: 'http://blog.izs.me' },
[ERROR] npm sill install resolved name: 'graceful-fs',
[ERROR] npm sill install resolved description: 'A drop-in replacement for fs, making various improvements.',
[ERROR] npm sill install resolved version: '2.0.3',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/isaacs/node-graceful-fs.git' },
[ERROR] npm sill install resolved main: 'graceful-fs.js',
[ERROR] npm sill install resolved engines: { node: '>=0.4.0' },
[ERROR] npm sill install resolved directories: { test: 'test' },
[ERROR] npm sill install resolved scripts: { test: 'tap test/*.js' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'fs',
[ERROR] npm sill install resolved 'module',
[ERROR] npm sill install resolved 'reading',
[ERROR] npm sill install resolved 'retry',
[ERROR] npm sill install resolved 'retries',
[ERROR] npm sill install resolved 'queue',
[ERROR] npm sill install resolved 'error',
[ERROR] npm sill install resolved 'errors',
[ERROR] npm sill install resolved 'handling',
[ERROR] npm sill install resolved 'EMFILE',
[ERROR] npm sill install resolved 'EAGAIN',
[ERROR] npm sill install resolved 'EINVAL',
[ERROR] npm sill install resolved 'EPERM',
[ERROR] npm sill install resolved 'EACCESS' ],
[ERROR] npm sill install resolved license: 'BSD',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/node-graceful-fs/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/node-graceful-fs',
[ERROR] npm sill install resolved _id: 'graceful-fs@2.0.3',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz' },
[ERROR] npm sill install resolved _from: 'graceful-fs@>=2.0.1 <2.1.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.6',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved _shasum: '7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'colors',
[ERROR] npm sill install resolved description: 'get colors in your node.js console like what',
[ERROR] npm sill install resolved version: '0.6.2',
[ERROR] npm sill install resolved author: { name: 'Marak Squires' },
[ERROR] npm sill install resolved homepage: 'https://github.com/Marak/colors.js',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/Marak/colors.js/issues' },
[ERROR] npm sill install resolved keywords: [ 'ansi', 'terminal', 'colors' ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+ssh://git@github.com/Marak/colors.js.git' },
[ERROR] npm sill install resolved engines: { node: '>=0.1.90' },
[ERROR] npm sill install resolved main: 'colors',
[ERROR] npm sill install resolved _id: 'colors@0.6.2',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '2423fe6678ac0c5dae8852e5d0e5be08c997abcc',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/colors/-/colors-0.6.2.tgz' },
[ERROR] npm sill install resolved _from: 'colors@>=0.6.2 <0.7.0',
[ERROR] npm sill install resolved _npmVersion: '1.2.30',
[ERROR] npm sill install resolved _npmUser: { name: 'marak', email: 'marak.squires@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '2423fe6678ac0c5dae8852e5d0e5be08c997abcc',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'rimraf',
[ERROR] npm sill install resolved version: '2.2.8',
[ERROR] npm sill install resolved main: 'rimraf.js',
[ERROR] npm sill install resolved description: 'A deep deletion module for node (like `rm -rf`)',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Isaac Z. Schlueter',
[ERROR] npm sill install resolved email: 'i@izs.me',
[ERROR] npm sill install resolved url: 'http://blog.izs.me/' },
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'https://github.com/isaacs/rimraf/raw/master/LICENSE' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/isaacs/rimraf.git' },
[ERROR] npm sill install resolved scripts: { test: 'cd test && bash run.sh' },
[ERROR] npm sill install resolved bin: { rimraf: './bin.js' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/rimraf/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/rimraf',
[ERROR] npm sill install resolved _id: 'rimraf@2.2.8',
[ERROR] npm sill install resolved _shasum: 'e439be2aaee327321952730f99a8929e4fc50582',
[ERROR] npm sill install resolved _from: 'rimraf@>=2.2.5 <2.3.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.10',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'e439be2aaee327321952730f99a8929e4fc50582',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { author:
[ERROR] npm sill install resolved { name: 'Robert Kieffer',
[ERROR] npm sill install resolved email: 'robert@broofa.com',
[ERROR] npm sill install resolved url: 'http://github.com/broofa' },
[ERROR] npm sill install resolved contributors: [ [Object] ],
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved description: 'A comprehensive library for mime-type mapping',
[ERROR] npm sill install resolved devDependencies: {},
[ERROR] npm sill install resolved keywords: [ 'util', 'mime' ],
[ERROR] npm sill install resolved main: 'mime.js',
[ERROR] npm sill install resolved name: 'mime',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { url: 'git+https://github.com/broofa/node-mime.git',
[ERROR] npm sill install resolved type: 'git' },
[ERROR] npm sill install resolved version: '1.2.11',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/broofa/node-mime/issues' },
[ERROR] npm sill install resolved _id: 'mime@1.2.11',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/mime/-/mime-1.2.11.tgz' },
[ERROR] npm sill install resolved _from: 'mime@>=1.2.11 <1.3.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.6',
[ERROR] npm sill install resolved _npmUser: { name: 'broofa', email: 'robert@broofa.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/broofa/node-mime',
[ERROR] npm sill install resolved scripts: {} } ]
[ERROR] npm info install connect@2.26.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install lodash@2.4.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install socket.io@0.9.16 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install chokidar@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install di@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install minimatch@0.2.14 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install glob@3.2.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install log4js@0.6.24 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install optimist@0.6.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install useragent@2.0.10 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install q@0.9.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install source-map@0.1.43 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install http-proxy@0.10.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install graceful-fs@2.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install colors@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install rimraf@2.2.8 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install mime@1.2.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info installOne connect@2.26.6
[ERROR] npm verb installOne of connect to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne lodash@2.4.2
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne socket.io@0.9.16
[ERROR] npm verb installOne of socket.io to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne chokidar@1.0.1
[ERROR] npm verb installOne of chokidar to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne di@0.0.1
[ERROR] npm verb installOne of di to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne minimatch@0.2.14
[ERROR] npm verb installOne of minimatch to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne glob@3.2.11
[ERROR] npm verb installOne of glob to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne log4js@0.6.24
[ERROR] npm verb installOne of log4js to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne optimist@0.6.1
[ERROR] npm verb installOne of optimist to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne useragent@2.0.10
[ERROR] npm verb installOne of useragent to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne q@0.9.7
[ERROR] npm verb installOne of q to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne source-map@0.1.43
[ERROR] npm verb installOne of source-map to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne http-proxy@0.10.4
[ERROR] npm verb installOne of http-proxy to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne graceful-fs@2.0.3
[ERROR] npm verb installOne of graceful-fs to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne colors@0.6.2
[ERROR] npm verb installOne of colors to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne rimraf@2.2.8
[ERROR] npm verb installOne of rimraf to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne mime@1.2.11
[ERROR] npm verb installOne of mime to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm sill cache afterAdd foxy@6.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\foxy\6.1.0\package\package.json not in flight; writing
[ERROR] npm http fetch 200 http://registry.npmjs.org/browser-sync-client/-/browser-sync-client-0.5.2.tgz
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-a89f5217061574a8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-c0f5dd52888930f7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\di-5849ebf7a5bbd9f4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-ace0f4e93ff1d74f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-28c9acecf37cf420.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\useragent-f38bb3b78449f220.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\log4js-0683c6583821e629.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-35f2a15ddfc325ad.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\source-map-22096787b7da4822.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-proxy-cbe89a0a32b0f3e4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\colors-72e6894438df4cf2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-fs-b95f4c48245b912e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\rimraf-d313fc7054daa040.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-1f3623451313eda2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm sill install write writing socket.io 0.9.16 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-086c8f4982aa4099.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm sill fetchAndShaCheck shasum d57d7e3783d4a6641bd6c2d762423595aa83076c
[ERROR] npm sill install write writing lodash 2.4.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm sill install write writing di 0.0.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\chokidar-418746c08d745455.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm sill install write writing connect 2.26.6 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm sill install write writing minimatch 0.2.14 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm sill install write writing useragent 2.0.10 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm sill install write writing log4js 0.6.24 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm sill install write writing q 0.9.7 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm sill install write writing source-map 0.1.43 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm sill install write writing http-proxy 0.10.4 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm sill install write writing colors 0.6.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm sill install write writing graceful-fs 2.0.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm sill install write writing rimraf 2.2.8 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm sill install write writing mime 1.2.11 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm sill install write writing glob 3.2.11 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\optimist-eabe940dd8e1aeea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm sill install write writing chokidar 1.0.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\foxy\6.1.0\package\package.json written
[ERROR] npm sill install write writing optimist 0.6.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb addTmpTarball C:\Users\buschs1\AppData\Local\Temp\npm-41144-c7f582ab\registry.npmjs.org\browser-sync-client\-\browser-sync-client-0.5.2.tgz not in flight; adding
[ERROR] npm verb addTmpTarball already have metadata; skipping unpack for browser-sync-client@0.5.2
[ERROR] npm verb unbuild node_modules\karma\node_modules\socket.io
[ERROR] npm verb unbuild node_modules\karma\node_modules\lodash
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect
[ERROR] npm verb unbuild node_modules\karma\node_modules\di
[ERROR] npm verb unbuild node_modules\karma\node_modules\minimatch
[ERROR] npm verb unbuild node_modules\karma\node_modules\useragent
[ERROR] npm verb unbuild node_modules\karma\node_modules\log4js
[ERROR] npm verb unbuild node_modules\karma\node_modules\q
[ERROR] npm verb unbuild node_modules\karma\node_modules\source-map
[ERROR] npm verb unbuild node_modules\karma\node_modules\colors
[ERROR] npm verb unbuild node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb unbuild node_modules\karma\node_modules\glob
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar
[ERROR] npm verb unbuild node_modules\karma\node_modules\mime
[ERROR] npm verb unbuild node_modules\karma\node_modules\http-proxy
[ERROR] npm verb unbuild node_modules\karma\node_modules\rimraf
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb unbuild node_modules\karma\node_modules\optimist
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\0.9.16\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\connect\2.26.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\di\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\useragent\2.0.10\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\log4js\0.6.24\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\q\0.9.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\source-map\0.1.43\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\colors\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.2.11\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\chokidar\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.2.11\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\0.10.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\rimraf\2.2.8\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.6.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill cache afterAdd browser-sync-client@0.5.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync-client\0.5.2\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync-client\0.5.2\package\package.json written
[ERROR] npm sill install resolved [ { name: 'connect',
[ERROR] npm sill install resolved description: 'High performance middleware framework',
[ERROR] npm sill install resolved version: '3.3.5',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'TJ Holowaychuk',
[ERROR] npm sill install resolved email: 'tj@vision-media.ca',
[ERROR] npm sill install resolved url: 'http://tjholowaychuk.com' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object] ],
[ERROR] npm sill install resolved keywords: [ 'framework', 'web', 'middleware', 'connect', 'rack' ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/senchalabs/connect.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '~2.1.3',
[ERROR] npm sill install resolved finalhandler: '0.3.4',
[ERROR] npm sill install resolved parseurl: '~1.3.0',
[ERROR] npm sill install resolved 'utils-merge': '1.0.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { istanbul: '0.3.8',
[ERROR] npm sill install resolved mocha: '~2.2.1',
[ERROR] npm sill install resolved should: '~5.2.0',
[ERROR] npm sill install resolved supertest: '~0.15.0' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved files: [ 'lib/', 'LICENSE', 'History.md', 'Readme.md', 'index.js' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.10.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --require test/support/env --reporter spec --bail --check-leaks test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/',
[ERROR] npm sill install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/' },
[ERROR] npm sill install resolved gitHead: 'a5ba676e9599e145af56ad95f0f4a7dd3832dc90',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/senchalabs/connect/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/senchalabs/connect',
[ERROR] npm sill install resolved _id: 'connect@3.3.5',
[ERROR] npm sill install resolved _shasum: 'd1d9958c90a830bb429271e7a0a4aaaa9d033cab',
[ERROR] npm sill install resolved _from: 'connect@>=3.3.3 <4.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd1d9958c90a830bb429271e7a0a4aaaa9d033cab',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/connect/-/connect-3.3.5.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/connect/-/connect-3.3.5.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'dev-ip',
[ERROR] npm sill install resolved description: 'Find a suitable IP host to view local websites on.',
[ERROR] npm sill install resolved version: '0.1.7',
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyshane/dev-ip',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne', email: 'shane.osbourne8@gmail.com' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/shakyshane/dev-ip.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/dev-ip/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'lib/dev-ip',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'gulp' },
[ERROR] npm sill install resolved dependencies: { lodash: '~2.2.1' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { gulp: '~3.4.0',
[ERROR] npm sill install resolved 'gulp-mocha': '~0.4.1',
[ERROR] npm sill install resolved 'gulp-jshint': '~1.4.0',
[ERROR] npm sill install resolved chai: '~1.9.0',
[ERROR] npm sill install resolved sinon: '~1.8.2' },
[ERROR] npm sill install resolved keywords: [],
[ERROR] npm sill install resolved bin: { 'dev-ip': 'lib/dev-ip.js' },
[ERROR] npm sill install resolved _id: 'dev-ip@0.1.7',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'ad9182be35fde00b1a16581654e47b9e9d5de2ee',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/dev-ip/-/dev-ip-0.1.7.tgz' },
[ERROR] npm sill install resolved _from: 'dev-ip@>=0.1.7 <0.2.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.11',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shane.osbourne8@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: 'ad9182be35fde00b1a16581654e47b9e9d5de2ee',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/dev-ip/-/dev-ip-0.1.7.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'emitter-steward',
[ERROR] npm sill install resolved version: '0.0.1',
[ERROR] npm sill install resolved description: 'Cycle & reset allowed emitters',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved scripts: { test: 'mocha --recursive test' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/shakyShane/emitter-steward.git' },
[ERROR] npm sill install resolved keywords: [ 'emitter', 'steward' ],
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyShane/emitter-steward/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyShane/emitter-steward',
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { chai: '^1.9.1',
[ERROR] npm sill install resolved sinon: '^1.9.1',
[ERROR] npm sill install resolved mocha: '^1.18.2',
[ERROR] npm sill install resolved 'gulp-jshint': '^1.5.5',
[ERROR] npm sill install resolved gulp: '^3.6.2' },
[ERROR] npm sill install resolved _id: 'emitter-steward@0.0.1',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '6ef6ef749aee6ba06c56aa98484df0a330206863',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/emitter-steward/-/emitter-steward-0.0.1.tgz' },
[ERROR] npm sill install resolved _from: 'emitter-steward@>=0.0.1 <0.0.2',
[ERROR] npm sill install resolved _npmVersion: '1.4.3',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '6ef6ef749aee6ba06c56aa98484df0a330206863',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/emitter-steward/-/emitter-steward-0.0.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'eazy-logger',
[ERROR] npm sill install resolved description: 'Simple cli logger',
[ERROR] npm sill install resolved version: '2.1.2',
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyshane/easy-logger',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/shakyshane/easy-logger.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/easy-logger/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved files: [ 'index.js', 'example.js' ],
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { lint: 'jshint index.js test/*.js',
[ERROR] npm sill install resolved test: 'npm run lint && mocha',
[ERROR] npm sill install resolved cover: 'istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage' },
[ERROR] npm sill install resolved dependencies: { lodash: '^3.0.1', 'opt-merger': '^1.1.0', tfunk: '^3.0.1' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { chai: '^1.10.0',
[ERROR] npm sill install resolved chalk: '^0.5.1',
[ERROR] npm sill install resolved coveralls: '^2.11.2',
[ERROR] npm sill install resolved jshint: '^2.6.0',
[ERROR] npm sill install resolved mocha: '^2.1.0',
[ERROR] npm sill install resolved sinon: '^1.12.2' },
[ERROR] npm sill install resolved keywords: [ 'plugins' ],
[ERROR] npm sill install resolved gitHead: '711a65e86ec5b96ab12002913663ce0c13936834',
[ERROR] npm sill install resolved _id: 'eazy-logger@2.1.2',
[ERROR] npm sill install resolved _shasum: '7817c141aeb7f792ebc15efb703fae0507589c2d',
[ERROR] npm sill install resolved _from: 'eazy-logger@>=2.0.0 <3.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.3',
[ERROR] npm sill install resolved _nodeVersion: '0.10.26',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '7817c141aeb7f792ebc15efb703fae0507589c2d',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/eazy-logger/-/eazy-logger-2.1.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/eazy-logger/-/eazy-logger-2.1.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'glob-watcher',
[ERROR] npm sill install resolved description: 'Watch globs',
[ERROR] npm sill install resolved version: '0.0.7',
[ERROR] npm sill install resolved homepage: 'http://github.com/wearefractal/glob-watcher',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/wearefractal/glob-watcher.git' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Fractal',
[ERROR] npm sill install resolved email: 'contact@wearefractal.com',
[ERROR] npm sill install resolved url: 'http://wearefractal.com/' },
[ERROR] npm sill install resolved main: './index.js',
[ERROR] npm sill install resolved files: [ 'index.js', 'lib' ],
[ERROR] npm sill install resolved dependencies: { gaze: '^0.5.1' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { mocha: '^2.0.1',
[ERROR] npm sill install resolved should: '^4.0.0',
[ERROR] npm sill install resolved 'mocha-lcov-reporter': '0.0.1',
[ERROR] npm sill install resolved coveralls: '^2.6.1',
[ERROR] npm sill install resolved istanbul: '^0.3.0',
[ERROR] npm sill install resolved rimraf: '^2.2.5',
[ERROR] npm sill install resolved jshint: '^2.4.1',
[ERROR] npm sill install resolved mkdirp: '^0.5.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --reporter spec && jshint',
[ERROR] npm sill install resolved coveralls: 'istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage' },
[ERROR] npm sill install resolved engines: { node: '>= 0.9' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved gitHead: '88c84010c717bb0876f4307afb89cf5aa123449b',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/wearefractal/glob-watcher/issues' },
[ERROR] npm sill install resolved _id: 'glob-watcher@0.0.7',
[ERROR] npm sill install resolved _shasum: 'fbe3ea4b155371226465248a15f1b29fc3f10cf5',
[ERROR] npm sill install resolved _from: 'glob-watcher@>=0.0.7 <0.0.8',
[ERROR] npm sill install resolved _npmVersion: '2.1.6',
[ERROR] npm sill install resolved _nodeVersion: '0.10.33',
[ERROR] npm sill install resolved _npmUser: { name: 'fractal', email: 'contact@wearefractal.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'fbe3ea4b155371226465248a15f1b29fc3f10cf5',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.7.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.7.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'easy-extender',
[ERROR] npm sill install resolved description: 'plugin/hooks interface',
[ERROR] npm sill install resolved version: '2.3.1',
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyshane/easy-extender',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/shakyshane/easy-extender.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/easy-extender/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { lint: 'jshint test/*',
[ERROR] npm sill install resolved test: 'npm run lint && mocha',
[ERROR] npm sill install resolved cover: 'istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage' },
[ERROR] npm sill install resolved dependencies: { lodash: '^2.4.1' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { chai: '^1.9.1',
[ERROR] npm sill install resolved coveralls: '^2.11.1',
[ERROR] npm sill install resolved jshint: '^2.5.11',
[ERROR] npm sill install resolved mocha: '^1.21.4',
[ERROR] npm sill install resolved sinon: '^1.10.3' },
[ERROR] npm sill install resolved keywords: [ 'plugins' ],
[ERROR] npm sill install resolved gitHead: 'a788a257344ad3f3116ecf76dba2de8f924eb3ee',
[ERROR] npm sill install resolved _id: 'easy-extender@2.3.1',
[ERROR] npm sill install resolved _shasum: 'da9152164379f19e5d30491d967203a68a746736',
[ERROR] npm sill install resolved _from: 'easy-extender@>=2.0.0 <3.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.3',
[ERROR] npm sill install resolved _nodeVersion: '0.10.32',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'da9152164379f19e5d30491d967203a68a746736',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/easy-extender/-/easy-extender-2.3.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/easy-extender/-/easy-extender-2.3.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'serve-index',
[ERROR] npm sill install resolved description: 'Serve directory listings',
[ERROR] npm sill install resolved version: '1.6.3',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Douglas Christopher Wilson',
[ERROR] npm sill install resolved email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/expressjs/serve-index.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { accepts: '~1.2.5',
[ERROR] npm sill install resolved batch: '0.5.2',
[ERROR] npm sill install resolved debug: '~2.1.3',
[ERROR] npm sill install resolved 'escape-html': '1.0.1',
[ERROR] npm sill install resolved 'http-errors': '~1.3.1',
[ERROR] npm sill install resolved 'mime-types': '~2.0.10',
[ERROR] npm sill install resolved parseurl: '~1.3.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { after: '0.8.1',
[ERROR] npm sill install resolved istanbul: '0.3.7',
[ERROR] npm sill install resolved mocha: '~2.2.1',
[ERROR] npm sill install resolved supertest: '~0.15.0' },
[ERROR] npm sill install resolved files: [ 'public/', 'LICENSE', 'HISTORY.md', 'index.js' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --reporter spec --bail --check-leaks test/',
[ERROR] npm sill install resolved 'test-ci': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/' },
[ERROR] npm sill install resolved gitHead: 'e11f2532265a6cb172621541975a40b517f38f24',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/expressjs/serve-index/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/expressjs/serve-index',
[ERROR] npm sill install resolved _id: 'serve-index@1.6.3',
[ERROR] npm sill install resolved _shasum: '639056494ea59470a2c9518c28e7f225a342fd79',
[ERROR] npm sill install resolved _from: 'serve-index@>=1.5.1 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '639056494ea59470a2c9518c28e7f225a342fd79',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/serve-index/-/serve-index-1.6.3.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/serve-index/-/serve-index-1.6.3.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'lodash',
[ERROR] npm sill install resolved version: '2.4.2',
[ERROR] npm sill install resolved description: 'A utility library delivering consistency, customization, performance, & extras.',
[ERROR] npm sill install resolved homepage: 'http://lodash.com/',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved main: 'dist/lodash.js',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'amd',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'client',
[ERROR] npm sill install resolved 'customize',
[ERROR] npm sill install resolved 'functional',
[ERROR] npm sill install resolved 'server',
[ERROR] npm sill install resolved 'util' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'John-David Dalton',
[ERROR] npm sill install resolved email: 'john.david.dalton@gmail.com',
[ERROR] npm sill install resolved url: 'http://allyoucanleet.com/' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/lodash/lodash/issues' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git+https://github.com/lodash/lodash.git' },
[ERROR] npm sill install resolved engines: [ 'node', 'rhino' ],
[ERROR] npm sill install resolved files:
[ERROR] npm sill install resolved [ 'LICENSE.txt',
[ERROR] npm sill install resolved 'lodash.js',
[ERROR] npm sill install resolved 'dist/lodash.js',
[ERROR] npm sill install resolved 'dist/lodash.min.js',
[ERROR] npm sill install resolved 'dist/lodash.compat.js',
[ERROR] npm sill install resolved 'dist/lodash.compat.min.js',
[ERROR] npm sill install resolved 'dist/lodash.underscore.js',
[ERROR] npm sill install resolved 'dist/lodash.underscore.min.js' ],
[ERROR] npm sill install resolved jam: { main: 'dist/lodash.compat.js', include: [Object] },
[ERROR] npm sill install resolved volo: { type: 'directory', ignore: [Object] },
[ERROR] npm sill install resolved _id: 'lodash@2.4.2',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: 'fadd834b9683073da179b3eae6d9c0d15053f73e',
[ERROR] npm sill install resolved _from: 'lodash@>=2.4.1 <2.5.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.5',
[ERROR] npm sill install resolved _nodeVersion: '0.12.2',
[ERROR] npm sill install resolved _npmUser: { name: 'jdalton', email: 'john.david.dalton@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'fadd834b9683073da179b3eae6d9c0d15053f73e',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'commander',
[ERROR] npm sill install resolved version: '2.8.1',
[ERROR] npm sill install resolved description: 'the complete solution for node.js command-line programs',
[ERROR] npm sill install resolved keywords: [ 'command', 'option', 'parser' ],
[ERROR] npm sill install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/tj/commander.js.git' },
[ERROR] npm sill install resolved devDependencies: { should: '>= 0.0.1', sinon: '>= 1.14.1' },
[ERROR] npm sill install resolved scripts: { test: 'make test' },
[ERROR] npm sill install resolved main: 'index',
[ERROR] npm sill install resolved engines: { node: '>= 0.6.x' },
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved dependencies: { 'graceful-readlink': '>= 1.0.0' },
[ERROR] npm sill install resolved gitHead: 'c6c84726050b19c0373de27cd359f3baddff579f',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/tj/commander.js/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/tj/commander.js',
[ERROR] npm sill install resolved _id: 'commander@2.8.1',
[ERROR] npm sill install resolved _shasum: '06be367febfda0c330aa1e2a072d3dc9762425d4',
[ERROR] npm sill install resolved _from: 'commander@>=2.3.0 <3.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.5.1',
[ERROR] npm sill install resolved _nodeVersion: '0.12.0',
[ERROR] npm sill install resolved _npmUser: { name: 'zhiyelee', email: 'zhiyelee@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '06be367febfda0c330aa1e2a072d3dc9762425d4',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/commander/-/commander-2.8.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/commander/-/commander-2.8.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'object-path',
[ERROR] npm sill install resolved description: 'Access deep properties using a path',
[ERROR] npm sill install resolved version: '0.8.1',
[ERROR] npm sill install resolved author: { name: 'Mario Casciaro' },
[ERROR] npm sill install resolved homepage: 'https://github.com/mariocasciaro/object-path',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/mariocasciaro/object-path.git' },
[ERROR] npm sill install resolved engines: { node: '>=0.8.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { mocha: '~1.20.1',
[ERROR] npm sill install resolved chai: '~1.9.1',
[ERROR] npm sill install resolved 'mocha-lcov-reporter': '~0.0.1',
[ERROR] npm sill install resolved coveralls: '~2.11.1',
[ERROR] npm sill install resolved istanbul: '~0.3.0' },
[ERROR] npm sill install resolved scripts: { test: 'node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec' },
[ERROR] npm sill install resolved testling: { browsers: [Object], harness: 'mocha', files: 'test.js' },
[ERROR] npm sill install resolved keywords: [ 'deep', 'path', 'access', 'bean' ],
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '57e379d14a32cd04c597f63182e7d54b695f9415',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/mariocasciaro/object-path/issues' },
[ERROR] npm sill install resolved _id: 'object-path@0.8.1',
[ERROR] npm sill install resolved _shasum: '40691756e154372e55eef0f15f005e317e855c8c',
[ERROR] npm sill install resolved _from: 'object-path@>=0.8.0 <0.9.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'mariocasciaro', email: 'contact@mariocasciaro.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '40691756e154372e55eef0f15f005e317e855c8c',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/object-path/-/object-path-0.8.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/object-path/-/object-path-0.8.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'serve-static',
[ERROR] npm sill install resolved description: 'Serve static files',
[ERROR] npm sill install resolved version: '1.9.2',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Douglas Christopher Wilson',
[ERROR] npm sill install resolved email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/expressjs/serve-static.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'escape-html': '1.0.1',
[ERROR] npm sill install resolved parseurl: '~1.3.0',
[ERROR] npm sill install resolved send: '0.12.2',
[ERROR] npm sill install resolved 'utils-merge': '1.0.0' },
[ERROR] npm sill install resolved devDependencies: { istanbul: '0.3.7', mocha: '~2.2.1', supertest: '~0.15.0' },
[ERROR] npm sill install resolved files: [ 'LICENSE', 'HISTORY.md', 'index.js' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --reporter spec --bail --check-leaks test/',
[ERROR] npm sill install resolved 'test-ci': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/' },
[ERROR] npm sill install resolved gitHead: '6446e1c45de75f143b36ce60dd75c4daf52d2376',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/expressjs/serve-static/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/expressjs/serve-static',
[ERROR] npm sill install resolved _id: 'serve-static@1.9.2',
[ERROR] npm sill install resolved _shasum: '069fa32453557b218ec2e39140c82d8905d5672c',
[ERROR] npm sill install resolved _from: 'serve-static@>=1.4.2 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '069fa32453557b218ec2e39140c82d8905d5672c',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/serve-static/-/serve-static-1.9.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/serve-static/-/serve-static-1.9.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'minimist',
[ERROR] npm sill install resolved version: '1.1.1',
[ERROR] npm sill install resolved description: 'parse argument options',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved devDependencies: { covert: '^1.0.0', tap: '~0.4.0', tape: '^3.5.0' },
[ERROR] npm sill install resolved scripts: { test: 'tap test/*.js', coverage: 'covert test/*.js' },
[ERROR] npm sill install resolved testling: { files: 'test/*.js', browsers: [Object] },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/substack/minimist.git' },
[ERROR] npm sill install resolved homepage: 'https://github.com/substack/minimist',
[ERROR] npm sill install resolved keywords: [ 'argv', 'getopt', 'parser', 'optimist' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'James Halliday',
[ERROR] npm sill install resolved email: 'mail@substack.net',
[ERROR] npm sill install resolved url: 'http://substack.net' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: 'bc9d1c466541eb52ae85e6682a4b809f4c32fe1f',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/substack/minimist/issues' },
[ERROR] npm sill install resolved _id: 'minimist@1.1.1',
[ERROR] npm sill install resolved _shasum: '1bc2bc71658cdca5712475684363615b0b4f695b',
[ERROR] npm sill install resolved _from: 'minimist@>=1.1.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.3.0',
[ERROR] npm sill install resolved _nodeVersion: '0.12.0',
[ERROR] npm sill install resolved _npmUser: { name: 'substack', email: 'mail@substack.net' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '1bc2bc71658cdca5712475684363615b0b4f695b',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/minimist/-/minimist-1.1.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'tfunk',
[ERROR] npm sill install resolved version: '3.0.1',
[ERROR] npm sill install resolved description: 'Multi-colour console output from chalk with added awesome',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/shakyShane/tfunk.git' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'color',
[ERROR] npm sill install resolved 'colour',
[ERROR] npm sill install resolved 'colors',
[ERROR] npm sill install resolved 'terminal',
[ERROR] npm sill install resolved 'console',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'styles',
[ERROR] npm sill install resolved 'formatting',
[ERROR] npm sill install resolved 'rgb',
[ERROR] npm sill install resolved 'shell',
[ERROR] npm sill install resolved 'xterm',
[ERROR] npm sill install resolved 'log',
[ERROR] npm sill install resolved 'logging',
[ERROR] npm sill install resolved 'command-line',
[ERROR] npm sill install resolved 'text' ],
[ERROR] npm sill install resolved files: [ 'index.js', 'lib' ],
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { lint: 'jshint test/*.js index.js',
[ERROR] npm sill install resolved test: 'npm run lint && mocha' },
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved dependencies: { chalk: '^0.5.1', 'object-path': '^0.9.0' },
[ERROR] npm sill install resolved devDependencies: { chai: '^1.10.0', jshint: '^2.6.0', mocha: '^2.1.0' },
[ERROR] npm sill install resolved gitHead: '04b98be28ea8239cca29b048d4c2909453e27b4c',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyShane/tfunk/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyShane/tfunk',
[ERROR] npm sill install resolved _id: 'tfunk@3.0.1',
[ERROR] npm sill install resolved _shasum: '4472e2e8b957564fbf429c88904952eb29fe9178',
[ERROR] npm sill install resolved _from: 'tfunk@>=3.0.0 <4.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.16',
[ERROR] npm sill install resolved _nodeVersion: '0.10.26',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '4472e2e8b957564fbf429c88904952eb29fe9178',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/tfunk/-/tfunk-3.0.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/tfunk/-/tfunk-3.0.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'resp-modifier',
[ERROR] npm sill install resolved description: 'Middleware for modifying a HTML response',
[ERROR] npm sill install resolved version: '1.0.2',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne', email: 'shane.osbourne8@gmail.com' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/shakyshane/resp-modifier.git' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved files: [ 'index.js', 'LICENSE-MIT' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'gulp lint && mocha' },
[ERROR] npm sill install resolved dependencies: { minimatch: '^2.0.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { chai: '^1.10.0',
[ERROR] npm sill install resolved express: '^4.10.7',
[ERROR] npm sill install resolved gulp: '^3.8.10',
[ERROR] npm sill install resolved 'gulp-jshint': '^1.9.0',
[ERROR] npm sill install resolved mocha: '^2.1.0',
[ERROR] npm sill install resolved multiline: '^1.0.1',
[ERROR] npm sill install resolved 'serve-static': '^1.8.0',
[ERROR] npm sill install resolved supertest: '^0.15.0' },
[ERROR] npm sill install resolved keywords: [],
[ERROR] npm sill install resolved gitHead: '929d297f767d1389fcdc939582b8a2631eb9602d',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/resp-modifier/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyshane/resp-modifier',
[ERROR] npm sill install resolved _id: 'resp-modifier@1.0.2',
[ERROR] npm sill install resolved _shasum: '07a7dcd1a69697e2f817a62d7c8c4808796f8414',
[ERROR] npm sill install resolved _from: 'resp-modifier@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.16',
[ERROR] npm sill install resolved _nodeVersion: '0.10.26',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '07a7dcd1a69697e2f817a62d7c8c4808796f8414',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/resp-modifier/-/resp-modifier-1.0.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/resp-modifier/-/resp-modifier-1.0.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'opt-merger',
[ERROR] npm sill install resolved version: '1.1.0',
[ERROR] npm sill install resolved description: 'Merge defaults opts with cli or api',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved scripts: { test: 'mocha --recursive test' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/shakyShane/opt-merger.git' },
[ERROR] npm sill install resolved keywords: [ 'proxy' ],
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyShane/opt-merger/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyShane/opt-merger',
[ERROR] npm sill install resolved dependencies: { lodash: '^2.4.1', minimist: '^1.1.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { 'conventional-changelog': '0.0.11',
[ERROR] npm sill install resolved mocha: '^1.18.2',
[ERROR] npm sill install resolved sinon: '^1.9.1' },
[ERROR] npm sill install resolved gitHead: 'b04423f80f6a9e12505993208e4ddd2d65a8011c',
[ERROR] npm sill install resolved _id: 'opt-merger@1.1.0',
[ERROR] npm sill install resolved _shasum: '5c7beb6b5beac3b4f6a43f9d77c6c9403cc4a802',
[ERROR] npm sill install resolved _from: 'opt-merger@>=1.1.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.0.0',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '5c7beb6b5beac3b4f6a43f9d77c6c9403cc4a802',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/opt-merger/-/opt-merger-1.1.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/opt-merger/-/opt-merger-1.1.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'socket.io',
[ERROR] npm sill install resolved version: '1.3.5',
[ERROR] npm sill install resolved description: 'node.js realtime framework server',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'realtime',
[ERROR] npm sill install resolved 'framework',
[ERROR] npm sill install resolved 'websocket',
[ERROR] npm sill install resolved 'tcp',
[ERROR] npm sill install resolved 'events',
[ERROR] npm sill install resolved 'socket',
[ERROR] npm sill install resolved 'io' ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/Automattic/socket.io.git' },
[ERROR] npm sill install resolved scripts: { test: 'mocha --reporter dot --slow 200ms --bail' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'engine.io': '1.5.1',
[ERROR] npm sill install resolved 'socket.io-parser': '2.2.4',
[ERROR] npm sill install resolved 'socket.io-client': '1.3.5',
[ERROR] npm sill install resolved 'socket.io-adapter': '0.3.1',
[ERROR] npm sill install resolved 'has-binary-data': '0.1.3',
[ERROR] npm sill install resolved debug: '2.1.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { mocha: '1.16.2',
[ERROR] npm sill install resolved 'expect.js': '0.3.1',
[ERROR] npm sill install resolved supertest: '0.8.2',
[ERROR] npm sill install resolved superagent: '0.17.0',
[ERROR] npm sill install resolved istanbul: '0.2.3' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved gitHead: '342faf219793fc5c1f130fc33e3fb5422dab516d',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/Automattic/socket.io/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/Automattic/socket.io',
[ERROR] npm sill install resolved _id: 'socket.io@1.3.5',
[ERROR] npm sill install resolved _shasum: 'bfd609f37626889e94df9d3526db79a84255f1d8',
[ERROR] npm sill install resolved _from: 'socket.io@>=1.2.1 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'bfd609f37626889e94df9d3526db79a84255f1d8',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'portscanner-plus',
[ERROR] npm sill install resolved description: 'Get multiple available ports with optional names ',
[ERROR] npm sill install resolved version: '0.2.1',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne', email: 'shane.osbourne8@gmail.com' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/shakyshane/portscanner-plus.git' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'lib',
[ERROR] npm sill install resolved files: [ 'lib' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'gulp' },
[ERROR] npm sill install resolved dependencies: { q: '^1.1.2', portscanner: '^1.0.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { gulp: '^3.8.11',
[ERROR] npm sill install resolved 'gulp-mocha': '^2.0.0',
[ERROR] npm sill install resolved 'gulp-jshint': '^1.9.2',
[ERROR] npm sill install resolved chai: '^2.0.0',
[ERROR] npm sill install resolved sinon: '^1.12.2' },
[ERROR] npm sill install resolved keywords: [],
[ERROR] npm sill install resolved gitHead: 'bad0491d12a8a809a6985de3d95ad6591a1a750e',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/portscanner-plus/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyshane/portscanner-plus',
[ERROR] npm sill install resolved _id: 'portscanner-plus@0.2.1',
[ERROR] npm sill install resolved _shasum: '2f63751b50bdb16756f6606d167870021a147e53',
[ERROR] npm sill install resolved _from: 'portscanner-plus@>=0.2.0 <0.3.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.16',
[ERROR] npm sill install resolved _nodeVersion: '0.10.26',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '2f63751b50bdb16756f6606d167870021a147e53',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/portscanner-plus/-/portscanner-plus-0.2.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/portscanner-plus/-/portscanner-plus-0.2.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { author: { name: 'Roman Shtylman', email: 'shtylman@gmail.com' },
[ERROR] npm sill install resolved name: 'localtunnel',
[ERROR] npm sill install resolved description: 'expose localhost to the world',
[ERROR] npm sill install resolved version: '1.5.0',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/shtylman/localtunnel.git' },
[ERROR] npm sill install resolved dependencies: { request: '2.11.4', optimist: '0.3.4', debug: '0.7.4' },
[ERROR] npm sill install resolved devDependencies: { mocha: '~1.17.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha --ui qunit --reporter list --timeout 10000 -- test/index.js' },
[ERROR] npm sill install resolved bin: { lt: './bin/client' },
[ERROR] npm sill install resolved main: './client.js',
[ERROR] npm sill install resolved gitHead: 'a6845ec63bd4f485f3c45c4272eb38733448ee05',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shtylman/localtunnel/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shtylman/localtunnel',
[ERROR] npm sill install resolved _id: 'localtunnel@1.5.0',
[ERROR] npm sill install resolved _shasum: '5be949779325e9f3273021a3f38d2e7a8dcd7c4f',
[ERROR] npm sill install resolved _from: 'localtunnel@>=1.3.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.23',
[ERROR] npm sill install resolved _npmUser: { name: 'shtylman', email: 'shtylman@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '5be949779325e9f3273021a3f38d2e7a8dcd7c4f',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/localtunnel/-/localtunnel-1.5.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/localtunnel/-/localtunnel-1.5.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'opn',
[ERROR] npm sill install resolved version: '1.0.2',
[ERROR] npm sill install resolved description: 'A better node-open. Opens stuff like websites, files, executables. Cross-platform.',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/sindresorhus/opn.git' },
[ERROR] npm sill install resolved bin: { opn: 'cli.js' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'http://sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved files: [ 'cli.js', 'index.js', 'xdg-open' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'cli',
[ERROR] npm sill install resolved 'bin',
[ERROR] npm sill install resolved 'app',
[ERROR] npm sill install resolved 'open',
[ERROR] npm sill install resolved 'opn',
[ERROR] npm sill install resolved 'launch',
[ERROR] npm sill install resolved 'start',
[ERROR] npm sill install resolved 'xdg-open',
[ERROR] npm sill install resolved 'default',
[ERROR] npm sill install resolved 'cmd',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'editor',
[ERROR] npm sill install resolved 'executable' ],
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved gitHead: '9e4d37d526da034defa1d6856b2efad382945bc1',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/opn/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/opn',
[ERROR] npm sill install resolved _id: 'opn@1.0.2',
[ERROR] npm sill install resolved _shasum: 'b909643346d00a1abc977a8b96f3ce3c53d5cf5f',
[ERROR] npm sill install resolved _from: 'opn@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.4',
[ERROR] npm sill install resolved _nodeVersion: '0.12.2',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'b909643346d00a1abc977a8b96f3ce3c53d5cf5f',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/opn/-/opn-1.0.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/opn/-/opn-1.0.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { title: 'UAParser.js',
[ERROR] npm sill install resolved name: 'ua-parser-js',
[ERROR] npm sill install resolved version: '0.7.7',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Faisal Salman',
[ERROR] npm sill install resolved email: 'fyzlman@gmail.com',
[ERROR] npm sill install resolved url: 'http://faisalman.com' },
[ERROR] npm sill install resolved description: 'Lightweight JavaScript-based user-agent string parser',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'user-agent',
[ERROR] npm sill install resolved 'parser',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'engine',
[ERROR] npm sill install resolved 'os',
[ERROR] npm sill install resolved 'device',
[ERROR] npm sill install resolved 'cpu' ],
[ERROR] npm sill install resolved homepage: 'http://github.com/faisalman/ua-parser-js',
[ERROR] npm sill install resolved contributors:
[ERROR] npm sill install resolved [ [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object],
[ERROR] npm sill install resolved [Object] ],
[ERROR] npm sill install resolved main: 'src/ua-parser.js',
[ERROR] npm sill install resolved scripts: { test: './build/build.sh', verup: 'node ./build/verup.js' },
[ERROR] npm sill install resolved devDependencies: { jshint: '~1.1.0', mocha: '~1.8.0', 'uglify-js': '~1.3.4' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/faisalman/ua-parser-js.git' },
[ERROR] npm sill install resolved licenses: [ [Object], [Object] ],
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved directories: { dist: 'dist', src: 'src', test: 'test' },
[ERROR] npm sill install resolved gitHead: '1fa7137f1f311043ccf65bb94ffc5ce5f273f77f',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/faisalman/ua-parser-js/issues' },
[ERROR] npm sill install resolved _id: 'ua-parser-js@0.7.7',
[ERROR] npm sill install resolved _shasum: '705554cc7e8ebfdd6ec755aad1382d19a8b8c8ae',
[ERROR] npm sill install resolved _from: 'ua-parser-js@>=0.7.3 <0.8.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.5',
[ERROR] npm sill install resolved _nodeVersion: '0.10.25',
[ERROR] npm sill install resolved _npmUser: { name: 'faisalman', email: 'fyzlman@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '705554cc7e8ebfdd6ec755aad1382d19a8b8c8ae',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.7.tgz' },
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.7.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'foxy',
[ERROR] npm sill install resolved version: '6.1.0',
[ERROR] npm sill install resolved description: 'Proxy with response modding',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved scripts: { test: 'mocha --recursive test/specs' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'https://github.com/shakyShane/foxy' },
[ERROR] npm sill install resolved keywords: [ 'proxy' ],
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyShane/foxy/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyShane/foxy',
[ERROR] npm sill install resolved dependencies: { 'http-proxy': '^1.7.3', 'resp-modifier': '^1.0.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { 'browser-sync': '^1.5.2',
[ERROR] npm sill install resolved chai: '^1.9.1',
[ERROR] npm sill install resolved connect: '^2.15.0',
[ERROR] npm sill install resolved 'connect-gzip': '^0.1.6',
[ERROR] npm sill install resolved gulp: '^3.6.2',
[ERROR] npm sill install resolved 'gulp-jshint': '^1.5.5',
[ERROR] npm sill install resolved mocha: '^1.18.2',
[ERROR] npm sill install resolved 'portscanner-plus': '^0.1.0',
[ERROR] npm sill install resolved sinon: '^1.9.1',
[ERROR] npm sill install resolved 'socket.io': '^0.9.16',
[ERROR] npm sill install resolved 'socket.io-client': '^0.9.16',
[ERROR] npm sill install resolved supertest: '^0.12.1',
[ERROR] npm sill install resolved lodash: '^2.4.1',
[ERROR] npm sill install resolved multiline: '^1.0.1' },
[ERROR] npm sill install resolved gitHead: 'af7b77dfba033ac3be90dda2897640dcfc7864cd',
[ERROR] npm sill install resolved _id: 'foxy@6.1.0',
[ERROR] npm sill install resolved _shasum: '204919d90e2727e6d82fce8e443b1c7aeac112e9',
[ERROR] npm sill install resolved _from: 'foxy@>=6.0.0 <7.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.0.0',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '204919d90e2727e6d82fce8e443b1c7aeac112e9',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/foxy/-/foxy-6.1.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/foxy/-/foxy-6.1.0.tgz' },
[ERROR] npm sill install resolved { name: 'browser-sync-client',
[ERROR] npm sill install resolved description: 'Client-side scripts for BrowserSync',
[ERROR] npm sill install resolved version: '0.5.2',
[ERROR] npm sill install resolved homepage: 'https://github.com/shakyshane/browser-sync-client',
[ERROR] npm sill install resolved author: { name: 'Shane Osbourne', email: 'shane.osbourne8@gmail.com' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/shakyshane/browser-sync-client.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shakyshane/browser-sync-client/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'gulp && mocha test/middleware' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { 'gulp-karma': '0.0.4',
[ERROR] npm sill install resolved 'gulp-jshint': '~1.4.0',
[ERROR] npm sill install resolved chai: '~1.9.0',
[ERROR] npm sill install resolved sinon: '~1.8.2',
[ERROR] npm sill install resolved 'karma-mocha': '~0.1.1',
[ERROR] npm sill install resolved 'karma-sinon': '~1.0.0',
[ERROR] npm sill install resolved 'gulp-contribs': '0.0.2',
[ERROR] npm sill install resolved 'karma-firefox-launcher': '^0.1.3',
[ERROR] npm sill install resolved 'karma-html2js-preprocessor': '^0.1.0',
[ERROR] npm sill install resolved 'gulp-browserify': '^0.5.0',
[ERROR] npm sill install resolved 'gulp-uglify': '^0.2.1',
[ERROR] npm sill install resolved gulp: '^3.6.0',
[ERROR] npm sill install resolved 'karma-coverage': '^0.2.1',
[ERROR] npm sill install resolved 'karma-chrome-launcher': '^0.1.3',
[ERROR] npm sill install resolved express: '^4.0.0',
[ERROR] npm sill install resolved 'gulp-rename': '^1.2.0',
[ERROR] npm sill install resolved mocha: '^1.18.2',
[ERROR] npm sill install resolved through2: '^0.4.1',
[ERROR] npm sill install resolved supertest: '^0.10.0' },
[ERROR] npm sill install resolved keywords: [],
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved gitHead: '9bb5d4d22e5afd5e70ecd4ff7b6b006105f09345',
[ERROR] npm sill install resolved _id: 'browser-sync-client@0.5.2',
[ERROR] npm sill install resolved _shasum: 'd57d7e3783d4a6641bd6c2d762423595aa83076c',
[ERROR] npm sill install resolved _from: 'browser-sync-client@>=0.5.1 <0.6.0',
[ERROR] npm sill install resolved _npmVersion: '2.0.0',
[ERROR] npm sill install resolved _npmUser: { name: 'shakyshane', email: 'shakyshane@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd57d7e3783d4a6641bd6c2d762423595aa83076c',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/browser-sync-client/-/browser-sync-client-0.5.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/browser-sync-client/-/browser-sync-client-0.5.2.tgz' } ]
[ERROR] npm info install connect@3.3.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install dev-ip@0.1.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install emitter-steward@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install eazy-logger@2.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install glob-watcher@0.0.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install easy-extender@2.3.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install serve-index@1.6.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install lodash@2.4.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install commander@2.8.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install object-path@0.8.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install serve-static@1.9.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install minimist@1.1.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install tfunk@3.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install resp-modifier@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install opt-merger@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install socket.io@1.3.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install portscanner-plus@0.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install localtunnel@1.5.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install opn@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install ua-parser-js@0.7.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install foxy@6.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install browser-sync-client@0.5.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info installOne connect@3.3.5
[ERROR] npm verb installOne of connect to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne dev-ip@0.1.7
[ERROR] npm verb installOne of dev-ip to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne emitter-steward@0.0.1
[ERROR] npm verb installOne of emitter-steward to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne eazy-logger@2.1.2
[ERROR] npm verb installOne of eazy-logger to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne glob-watcher@0.0.7
[ERROR] npm verb installOne of glob-watcher to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne easy-extender@2.3.1
[ERROR] npm verb installOne of easy-extender to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne serve-index@1.6.3
[ERROR] npm verb installOne of serve-index to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne lodash@2.4.2
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne commander@2.8.1
[ERROR] npm verb installOne of commander to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne object-path@0.8.1
[ERROR] npm verb installOne of object-path to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne serve-static@1.9.2
[ERROR] npm verb installOne of serve-static to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne minimist@1.1.1
[ERROR] npm verb installOne of minimist to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne tfunk@3.0.1
[ERROR] npm verb installOne of tfunk to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne resp-modifier@1.0.2
[ERROR] npm verb installOne of resp-modifier to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne opt-merger@1.1.0
[ERROR] npm verb installOne of opt-merger to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne socket.io@1.3.5
[ERROR] npm verb installOne of socket.io to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne portscanner-plus@0.2.1
[ERROR] npm verb installOne of portscanner-plus to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne localtunnel@1.5.0
[ERROR] npm verb installOne of localtunnel to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne opn@1.0.2
[ERROR] npm verb installOne of opn to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne ua-parser-js@0.7.7
[ERROR] npm verb installOne of ua-parser-js to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne foxy@6.1.0
[ERROR] npm verb installOne of foxy to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne browser-sync-client@0.5.2
[ERROR] npm verb installOne of browser-sync-client to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lodash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lodash.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry colors.js
[ERROR] npm sill gunzTarPerm modified mode [ 'colors.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry q.js
[ERROR] npm sill gunzTarPerm modified mode [ 'q.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry queue.js
[ERROR] npm sill gunzTarPerm modified mode [ 'queue.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CONTRIBUTING.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry benchmark/compare-with-callbacks.js
[ERROR] npm sill gunzTarPerm modified mode [ 'benchmark/compare-with-callbacks.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry benchmark/scenarios.js
[ERROR] npm sill gunzTarPerm modified mode [ 'benchmark/scenarios.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-3831e6e347242534.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\dev-ip-accf519d3d0bb5a3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\emitter-steward-b70fc69a850d82e8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-watcher-3daad3332975dad6.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-00a991a560bc0bea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\eazy-logger-3402c8a97d5cb035.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\commander-35c6268206682af8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-80e37cad49038053.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\easy-extender-49c2d01006e30b17.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\tfunk-768979d21a0aff71.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimist-7d16c59ebd91dc80.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-static-0cfd0e68b5490fe2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-c8ea4626a7b9f0bf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\resp-modifier-85e6e4f49654f4a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opt-merger-9d8e7bdfe8d26f61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opn-b05fa80b10ec2ec5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\foxy-696bc7d47d022ada.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\localtunnel-3aa7a07db76227d5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ua-parser-js-c3cb3233137ad578.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-index-9df03a53d0ab64c8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\portscanner-plus-73e2d38e0420b5a3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\browser-sync-client-83ba752b5d017e37.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm sill install write writing connect 3.3.5 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm sill install write writing dev-ip 0.1.7 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm sill install write writing emitter-steward 0.0.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm sill install write writing glob-watcher 0.0.7 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm sill install write writing lodash 2.4.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm sill install write writing eazy-logger 2.1.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm sill install write writing commander 2.8.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm sill install write writing object-path 0.8.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm sill install write writing easy-extender 2.3.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm sill install write writing tfunk 3.0.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm sill install write writing minimist 1.1.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm sill install write writing serve-static 1.9.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm sill install write writing socket.io 1.3.5 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm sill install write writing resp-modifier 1.0.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm sill install write writing opt-merger 1.1.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm sill install write writing opn 1.0.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm sill install write writing foxy 6.1.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm sill install write writing localtunnel 1.5.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm sill install write writing ua-parser-js 0.7.7 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm sill install write writing serve-index 1.6.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm sill install write writing portscanner-plus 0.2.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm sill install write writing browser-sync-client 0.5.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry MIT-LICENSE.txt
[ERROR] npm sill gunzTarPerm modified mode [ 'MIT-LICENSE.txt', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry ReadMe.md
[ERROR] npm sill gunzTarPerm modified mode [ 'ReadMe.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example.html
[ERROR] npm sill gunzTarPerm modified mode [ 'example.html', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry themes/winston-dark.js
[ERROR] npm sill gunzTarPerm modified mode [ 'themes/winston-dark.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry themes/winston-light.js
[ERROR] npm sill gunzTarPerm modified mode [ 'themes/winston-light.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .bob/lint/jshint.out
[ERROR] npm sill gunzTarPerm modified mode [ '.bob/lint/jshint.out', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry minimatch.js
[ERROR] npm sill gunzTarPerm modified mode [ 'minimatch.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\commander
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm sill gunzTarPerm extractEntry lib/annotation.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/annotation.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm sill gunzTarPerm extractEntry bin.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bin.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry rimraf.js
[ERROR] npm sill gunzTarPerm modified mode [ 'rimraf.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry graceful-fs.js
[ERROR] npm sill gunzTarPerm modified mode [ 'graceful-fs.js', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry glob.js
[ERROR] npm sill gunzTarPerm modified mode [ 'glob.js', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\opn
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry mime.js
[ERROR] npm sill gunzTarPerm modified mode [ 'mime.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry types/mime.types
[ERROR] npm sill gunzTarPerm modified mode [ 'types/mime.types', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry types/node.types
[ERROR] npm sill gunzTarPerm modified mode [ 'types/node.types', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE.txt
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE.txt', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm sill gunzTarPerm extractEntry lib/fsevents-handler.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/fsevents-handler.js', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\connect\3.3.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\emitter-steward\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob-watcher\0.0.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\eazy-logger\2.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.8.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\easy-extender\2.3.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\tfunk\3.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\commander\2.8.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.9.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\1.1.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\resp-modifier\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\opt-merger\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ua-parser-js\0.7.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\foxy\6.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.6.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\1.3.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner-plus\0.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync-client\0.5.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\dev-ip\0.1.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\opn\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/bool.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/bool.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\localtunnel\1.5.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry test/basic.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .bob.json
[ERROR] npm sill gunzTarPerm modified mode [ '.bob.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry benchmarks/decode.bench.js
[ERROR] npm sill gunzTarPerm modified mode [ 'benchmarks/decode.bench.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry benchmarks/encode.bench.js
[ERROR] npm sill gunzTarPerm modified mode [ 'benchmarks/encode.bench.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bin/testfiles.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bin/testfiles.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry bin/update.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bin/update.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry polyfills.js
[ERROR] npm sill gunzTarPerm modified mode [ 'polyfills.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/open.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/open.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/readdir-sort.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/readdir-sort.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/injector.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/injector.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/module.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/module.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry AUTHORS
[ERROR] npm sill gunzTarPerm modified mode [ 'AUTHORS', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/test-async.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/test-async.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/cache.js
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry benchmark/websockets-throughput.js
[ERROR] npm sill gunzTarPerm modified mode [ 'benchmark/websockets-throughput.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm extractEntry Makefile.dryice.js
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile.dryice.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/run-tests.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/run-tests.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry example/default_singles.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/default_singles.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/divide.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/divide.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/line_count.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/line_count.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/default_hash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/default_hash.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/line_count_wrap.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/line_count_wrap.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/nonopt.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/nonopt.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/reflect.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/reflect.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/short.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/short.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/string.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/string.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/boolean_single.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/boolean_single.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/usage-options.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/usage-options.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/boolean_double.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/boolean_double.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/xup.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/xup.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/line_count_options.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/line_count_options.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.markdown
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/_.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/dash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/dash.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/parse.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/parse_modified.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parse_modified.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/short.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/short.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/usage.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/usage.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/whitespace.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/whitespace.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/_/argv.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_/argv.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/_/bin.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_/bin.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.js
[ERROR] npm sill gunzTarPerm modified mode [ 'package.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lodash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lodash.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry cli.js
[ERROR] npm sill gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry benchmarks/runner.js
[ERROR] npm sill gunzTarPerm modified mode [ 'benchmarks/runner.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/test-sync.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/test-sync.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/run.sh
[ERROR] npm sill gunzTarPerm modified mode [ 'test/run.sh', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/connect.js
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm extractEntry lib/connect.js
[ERROR] npm sill gunzTarPerm extractEntry lib/proto.js
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE-MIT
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE-MIT', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry HISTORY.md
[ERROR] npm sill gunzTarPerm extractEntry changelog.js
[ERROR] npm sill gunzTarPerm modified mode [ 'changelog.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/parser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/parser.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example.wp.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example.wp.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/parse.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/parse.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/logger.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/logger.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry HISTORY.md
[ERROR] npm sill gunzTarPerm extractEntry public/directory.html
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_csharp.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/application_xp.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/box.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/cd.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/controller.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/drive.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/film.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/folder.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/font.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/image.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/map.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_add.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_attach.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_code.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_copy.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_delete.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_edit.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_error.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_excel.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_find.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_gear.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_go.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_green.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_key.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_lightning.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_link.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_paintbrush.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_paste.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_red.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_refresh.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_save.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_acrobat.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_actionscript.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_add.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_c.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_camera.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_cd.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_code.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_code_red.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_coldfusion.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_compressed.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_copy.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_cplusplus.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/application_xp_terminal.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_cup.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_database.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_delete.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_dvd.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_edit.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_error.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_excel.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_find.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_flash.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_freehand.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_gear.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_get.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_go.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_h.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_horizontal.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_key.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_lightning.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_link.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_magnify.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_medal.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_office.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_paint.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_paintbrush.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_paste.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_php.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_picture.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_powerpoint.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_put.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_ruby.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_stack.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_star.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_swoosh.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_text.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_text_width.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_tux.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_vector.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_visualstudio.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_width.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_word.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_world.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_wrench.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_white_zip.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_word.png
[ERROR] npm sill gunzTarPerm extractEntry public/icons/page_world.png
[ERROR] npm sill gunzTarPerm extractEntry public/style.css
[ERROR] npm sill gunzTarPerm extractEntry example.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry license
[ERROR] npm sill gunzTarPerm modified mode [ 'license', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry client.js
[ERROR] npm sill gunzTarPerm modified mode [ 'client.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bin/client
[ERROR] npm sill gunzTarPerm modified mode [ 'bin/client', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry example.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry gulpfile.js
[ERROR] npm sill gunzTarPerm modified mode [ 'gulpfile.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry gulpfile.js
[ERROR] npm sill gunzTarPerm modified mode [ 'gulpfile.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/example-connect-logger.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/example-connect-logger.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/flush-on-exit.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/flush-on-exit.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE.txt
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE.txt', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.compat.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.compat.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.compat.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.compat.min.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/patch.js
[ERROR] npm sill gunzTarPerm extractEntry lib/proto.js
[ERROR] npm sill gunzTarPerm extractEntry lib/utils.js
[ERROR] npm sill gunzTarPerm extractEntry dist/ua-parser.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/ua-parser.min.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bower.json
[ERROR] npm sill gunzTarPerm modified mode [ 'bower.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/verup.js
[ERROR] npm sill gunzTarPerm modified mode [ 'build/verup.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/build.sh
[ERROR] npm sill gunzTarPerm modified mode [ 'build/build.sh', 509, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry component.json
[ERROR] npm sill gunzTarPerm modified mode [ 'component.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/test.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/browser&mediaplayer-test.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/browser&mediaplayer-test.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/browser-test.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/browser-test.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/cpu-test.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/cpu-test.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/device-test.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/device-test.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/engine-test.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/engine-test.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/os-test.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/os-test.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry src/ua-parser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'src/ua-parser.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry ua-parser-js.jquery.json
[ERROR] npm sill gunzTarPerm modified mode [ 'ua-parser-js.jquery.json', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/brace-expand.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/brace-expand.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/caching.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/caching.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/setup.sh
[ERROR] npm sill gunzTarPerm modified mode [ 'test/setup.sh', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/nodefs-handler.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/nodefs-handler.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/namespace.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/namespace.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/parser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/parser.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/utils.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/utils.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Makefile
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/client.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/client.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/namespace.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/namespace.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/socket.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/socket.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.markdown
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.markdown', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/all_bool.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/all_bool.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/default_bool.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/default_bool.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/dotted.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/dotted.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/long.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/long.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/dash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/dash.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/parse.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/parse_modified.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parse_modified.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/short.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/short.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/stop_early.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/stop_early.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/unknown.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/unknown.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/bool.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/bool.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/whitespace.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/whitespace.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/num.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/num.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry xdg-open
[ERROR] npm sill gunzTarPerm modified mode [ 'xdg-open', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/g.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/g.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/usr-local.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/usr-local.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/defaults.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/defaults.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/extglob-ending-with-state-char.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/extglob-ending-with-state-char.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/index.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/index.min.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE-MIT
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE-MIT', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/dev-ip.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/dev-ip.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/socket.io.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/socket.io.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/socket.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/socket.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/00-setup.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/00-setup.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/cwd-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/cwd-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/globstar-match.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/globstar-match.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry config.sample.json
[ERROR] npm sill gunzTarPerm modified mode [ 'config.sample.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/fromreadme.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/fromreadme.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/log-appending.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/log-appending.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/.gitkeep
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/.gitkeep', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/libraries/browser_sync_client_node_modules.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/libraries/browser_sync_client_node_modules.xml',
[ERROR] npm sill gunzTarPerm 420,
[ERROR] npm sill gunzTarPerm 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry bower.json
[ERROR] npm sill gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/devip.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/devip.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/.jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ 'test/.jshintrc', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry features/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'features/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CREDITS
[ERROR] npm sill gunzTarPerm modified mode [ 'CREDITS', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-api.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-api.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-base64-vlq.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-base64-vlq.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.compat.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.compat.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.compat.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.compat.min.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/example.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/example.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/loggly-appender.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/loggly-appender.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/manager.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/manager.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/store.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/store.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/resp-multiple.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/resp-multiple.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/balancer/simple-balancer-with-websockets.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/balancer/simple-balancer-with-websockets.js',
[ERROR] npm sill gunzTarPerm 420,
[ERROR] npm sill gunzTarPerm 438 ]
[ERROR] npm sill gunzTarPerm extractEntry component.json
[ERROR] npm sill gunzTarPerm modified mode [ 'component.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/.name
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/.name', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/dictionaries/shakyshane.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/dictionaries/shakyshane.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-base64.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-base64.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-binary-search.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-binary-search.js', 420, 438 ]
[ERROR] npm info preinstall portscanner-plus@0.2.1
[ERROR] npm sill gunzTarPerm extractEntry examples/logstashUDP.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/logstashUDP.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/memory-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/memory-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/basicAuth.js
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/resp-none.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/resp-none.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/resp-single.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/resp-single.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transport.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transport.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/util.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/util.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward\package.json
[ERROR] npm sill gunzTarPerm extractEntry .idea/encodings.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/encodings.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/inspectionProfiles/Project_Default.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/inspectionProfiles/Project_Default.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/inspectionProfiles/profiles_settings.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/inspectionProfiles/profiles_settings.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/balancer/simple-balancer.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/balancer/simple-balancer.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/helpers/store.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/helpers/store.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding q@^1.1.2 from portscanner-plus dependencies
[ERROR] npm sill prepareForInstallMany adding portscanner@^1.0.0 from portscanner-plus dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\package.json
[ERROR] npm info preinstall glob-watcher@0.0.7
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\package.json
[ERROR] npm info preinstall emitter-steward@0.0.1
[ERROR] npm info preinstall di@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di\package.json
[ERROR] npm sill gunzTarPerm extractEntry examples/missing-log-dir.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/missing-log-dir.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/patternLayout-tokens.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/patternLayout-tokens.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-array-set.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-array-set.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-source-map-consumer.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-source-map-consumer.js', 420, 438 ]
[ERROR] npm info preinstall resp-modifier@1.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\package.json
[ERROR] npm sill cache add args [ 'q@^1.1.2', null ]
[ERROR] npm verb cache add spec q@^1.1.2
[ERROR] npm sill cache add parsed spec { raw: 'q@^1.1.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'q',
[ERROR] npm sill cache add rawSpec: '^1.1.2',
[ERROR] npm sill cache add spec: '>=1.1.2 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed q@>=1.1.2 <2.0.0
[ERROR] npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for q
[ERROR] npm sill addNameRange { name: 'q', range: '>=1.1.2 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name q
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/q
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
[ERROR] npm sill cache add args [ 'portscanner@^1.0.0', null ]
[ERROR] npm verb cache add spec portscanner@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'portscanner@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'portscanner',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed portscanner@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for portscanner
[ERROR] npm sill addNameRange { name: 'portscanner', range: '>=1.0.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name portscanner
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/portscanner
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/portscanner not in flight; fetching
[ERROR] npm sill prepareForInstallMany adding gaze@^0.5.1 from glob-watcher dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/mark.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/mark.js', 420, 438 ]
[ERROR] npm verb get http://registry.npmjs.org/q not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'q', range: '>=1.1.2 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'q',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.1.7',
[ERROR] npm sill addNameRange '0.1.8',
[ERROR] npm sill addNameRange '0.1.9',
[ERROR] npm sill addNameRange '0.2.0-rc1',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.2.8',
[ERROR] npm sill addNameRange '0.2.9',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.2.10',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.4.4',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.5.3',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.8.5',
[ERROR] npm sill addNameRange '0.8.6',
[ERROR] npm sill addNameRange '0.8.7',
[ERROR] npm sill addNameRange '0.8.8',
[ERROR] npm sill addNameRange '0.8.9',
[ERROR] npm sill addNameRange '0.8.10',
[ERROR] npm sill addNameRange '0.8.11',
[ERROR] npm sill addNameRange '0.8.12',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.9.3',
[ERROR] npm sill addNameRange '0.9.4',
[ERROR] npm sill addNameRange '0.9.5',
[ERROR] npm sill addNameRange '0.9.6',
[ERROR] npm sill addNameRange '0.9.7',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0' ] ]
[ERROR] npm sill addNamed q@1.3.0
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for q
[ERROR] npm sill gunzTarPerm extractEntry examples/example-socket.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/example-socket.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/smtp-appender.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/smtp-appender.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding minimatch@^2.0.0 from resp-modifier dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/portscanner
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:55 PM
[ERROR] npm verb etag "CFGS1BX143AZ51A4AJSLTR2L9"
[ERROR] npm http request GET http://registry.npmjs.org/portscanner
[ERROR] npm sill gunzTarPerm extractEntry examples/http/basic-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/basic-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/http/concurrent-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/concurrent-proxy.js', 420, 438 ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm sill cache add args [ 'gaze@^0.5.1', null ]
[ERROR] npm verb cache add spec gaze@^0.5.1
[ERROR] npm sill cache add parsed spec { raw: 'gaze@^0.5.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'gaze',
[ERROR] npm sill cache add rawSpec: '^0.5.1',
[ERROR] npm sill cache add spec: '>=0.5.1 <0.6.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed gaze@>=0.5.1 <0.6.0
[ERROR] npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for gaze
[ERROR] npm sill addNameRange { name: 'gaze', range: '>=0.5.1 <0.6.0', hasData: false }
[ERROR] npm sill mapToRegistry name gaze
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/gaze
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/gaze not in flight; fetching
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-source-map-generator.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-source-map-generator.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-source-node.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-source-node.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/regexps.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/regexps.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/update.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/update.js', 420, 438 ]
[ERROR] npm sill cache afterAdd q@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\1.3.0\package\package.json not in flight; writing
[ERROR] npm info preinstall opt-merger@1.1.0
[ERROR] npm sill cache add args [ 'minimatch@^2.0.0', null ]
[ERROR] npm verb cache add spec minimatch@^2.0.0
[ERROR] npm sill cache add parsed spec { raw: 'minimatch@^2.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'minimatch',
[ERROR] npm sill cache add rawSpec: '^2.0.0',
[ERROR] npm sill cache add spec: '>=2.0.0 <3.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed minimatch@>=2.0.0 <3.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for minimatch
[ERROR] npm sill addNameRange { name: 'minimatch', range: '>=2.0.0 <3.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name minimatch
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/minimatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
[ERROR] npm info linkStuff emitter-steward@0.0.1
[ERROR] npm sill linkStuff emitter-steward@0.0.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm verb request uri http://registry.npmjs.org/gaze
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:55 PM
[ERROR] npm verb etag "73G901TXN8KGRTEFWTUSJB72M"
[ERROR] npm http request GET http://registry.npmjs.org/gaze
[ERROR] npm sill gunzTarPerm extractEntry test/stat.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/stat.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/bash-comparison.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/bash-comparison.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/log-rolling.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/log-rolling.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/connect-logger.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/connect-logger.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger\package.json
[ERROR] npm info preinstall graceful-fs@2.0.3
[ERROR] npm info linkStuff di@0.0.1
[ERROR] npm sill linkStuff di@0.0.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules as its parent node_modules
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/static.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/static.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/stores/memory.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/stores/memory.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\1.3.0\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf\package.json
[ERROR] npm verb linkBins emitter-steward@0.0.1
[ERROR] npm verb linkMans emitter-steward@0.0.1
[ERROR] npm verb rebuildBundles emitter-steward@0.0.1
[ERROR] npm verb get http://registry.npmjs.org/minimatch not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'minimatch', range: '>=2.0.0 <3.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'minimatch',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.2.6',
[ERROR] npm sill addNameRange '0.2.7',
[ERROR] npm sill addNameRange '0.2.8',
[ERROR] npm sill addNameRange '0.2.9',
[ERROR] npm sill addNameRange '0.2.10',
[ERROR] npm sill addNameRange '0.2.11',
[ERROR] npm sill addNameRange '0.2.12',
[ERROR] npm sill addNameRange '0.2.13',
[ERROR] npm sill addNameRange '0.2.14',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '2.0.4',
[ERROR] npm sill addNameRange '2.0.5',
[ERROR] npm sill addNameRange '2.0.6',
[ERROR] npm sill addNameRange '2.0.7' ] ]
[ERROR] npm sill addNamed minimatch@2.0.7
[ERROR] npm verb addNamed "2.0.7" is a plain semver version for minimatch
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-util.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-util.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/util.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/util.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/errorHandler.js
[ERROR] npm info preinstall serve-static@1.9.2
[ERROR] npm info install emitter-steward@0.0.1
[ERROR] npm verb linkBins di@0.0.1
[ERROR] npm verb linkMans di@0.0.1
[ERROR] npm verb rebuildBundles di@0.0.1
[ERROR] npm sill gunzTarPerm extractEntry examples/http/custom-proxy-error.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/custom-proxy-error.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/http/forward-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/forward-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/pause-resume.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/pause-resume.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/readme-issue.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/readme-issue.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\package.json
[ERROR] npm info install di@0.0.1
[ERROR] npm sill gunzTarPerm extractEntry static/user_agent.after.yaml
[ERROR] npm sill gunzTarPerm modified mode [ 'static/user_agent.after.yaml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/features.test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/features.test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/date_format.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/date_format.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/debug.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/debug.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\package.json
[ERROR] npm info postinstall emitter-steward@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\package.json
[ERROR] npm info postinstall di@0.0.1
[ERROR] npm info preinstall rimraf@2.2.8
[ERROR] npm http 304 http://registry.npmjs.org/gaze
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '40',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:55 GMT',
[ERROR] npm sill get etag: '"73G901TXN8KGRTEFWTUSJB72M"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847175.643317,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:15 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/gaze from cache
[ERROR] npm verb get saving gaze to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\gaze\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\emitter-steward-b70fc69a850d82e8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm sill gunzTarPerm extractEntry .idea/jsLibraryMappings.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/jsLibraryMappings.xml', 420, 438 ]
[ERROR] npm sill cache afterAdd minimatch@2.0.7
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\2.0.7\package\package.json not in flight; writing
[ERROR] npm info preinstall foxy@6.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\di-5849ebf7a5bbd9f4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/source-map/test-dog-fooding.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/source-map/test-dog-fooding.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/http/latent-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/latent-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/http/proxy-https-to-http.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/proxy-https-to-http.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/stores/redis.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/stores/redis.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/flashsocket.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/flashsocket.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding escape-html@1.0.1 from serve-static dependencies
[ERROR] npm sill prepareForInstallMany adding parseurl@~1.3.0 from serve-static dependencies
[ERROR] npm sill prepareForInstallMany adding send@0.12.2 from serve-static dependencies
[ERROR] npm sill prepareForInstallMany adding utils-merge@1.0.0 from serve-static dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\package.json
[ERROR] npm info preinstall eazy-logger@2.1.2
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/parser.qa.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parser.qa.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/parser.test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parser.test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/root-nomount.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/root-nomount.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/root.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/root.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\2.0.7\package\package.json written
[ERROR] npm sill install resolved [ { author:
[ERROR] npm sill install resolved { name: 'Isaac Z. Schlueter',
[ERROR] npm sill install resolved email: 'i@izs.me',
[ERROR] npm sill install resolved url: 'http://blog.izs.me' },
[ERROR] npm sill install resolved name: 'minimatch',
[ERROR] npm sill install resolved description: 'a glob matcher in javascript',
[ERROR] npm sill install resolved version: '2.0.7',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/isaacs/minimatch.git' },
[ERROR] npm sill install resolved main: 'minimatch.js',
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { pretest: 'standard minimatch.js test/*.js',
[ERROR] npm sill install resolved test: 'tap test/*.js',
[ERROR] npm sill install resolved prepublish: 'browserify -o browser.js -e minimatch.js --bare' },
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved dependencies: { 'brace-expansion': '^1.0.0' },
[ERROR] npm sill install resolved devDependencies: { browserify: '^9.0.3', standard: '^3.7.2', tap: '' },
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'http://github.com/isaacs/minimatch/raw/master/LICENSE' },
[ERROR] npm sill install resolved files: [ 'minimatch.js', 'browser.js' ],
[ERROR] npm sill install resolved gitHead: '4bd6dc22c248c7ea07cc49d63181fe6f6aafae9c',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/minimatch/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/minimatch',
[ERROR] npm sill install resolved _id: 'minimatch@2.0.7',
[ERROR] npm sill install resolved _shasum: 'd23652ab10e663e7d914602e920e21f9f66492be',
[ERROR] npm sill install resolved _from: 'minimatch@>=2.0.0 <3.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.6',
[ERROR] npm sill install resolved _nodeVersion: '1.7.1',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd23652ab10e663e7d914602e920e21f9f66492be',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.7.tgz' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/minimatch/-/minimatch-2.0.7.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install minimatch@2.0.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm info installOne minimatch@2.0.7
[ERROR] npm verb installOne of minimatch to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier not in flight; installing
[ERROR] npm info linkStuff opt-merger@1.1.0
[ERROR] npm sill linkStuff opt-merger@1.1.0 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm sill gunzTarPerm extractEntry lib/layouts.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/layouts.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/levels.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/levels.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender\package.json
[ERROR] npm info preinstall colors@0.6.2
[ERROR] npm info linkStuff graceful-fs@2.0.3
[ERROR] npm sill linkStuff graceful-fs@2.0.3 has C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules as its parent node_modules
[ERROR] npm sill gunzTarPerm extractEntry examples/http/proxy-https-to-https.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/proxy-https-to-https.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/http/proxy-table.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/proxy-table.js', 420, 438 ]
[ERROR] npm sill addNameRange number 2 { name: 'gaze', range: '>=0.5.1 <0.6.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'gaze',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.3.4',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.4.3',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.6.3',
[ERROR] npm sill addNameRange '0.6.4' ] ]
[ERROR] npm sill addNamed gaze@0.5.1
[ERROR] npm verb addNamed "0.5.1" is a plain semver version for gaze
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-213fa7b2a1845a79.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm sill cache add args [ 'escape-html@1.0.1', null ]
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm sill cache add parsed spec { raw: 'escape-html@1.0.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'escape-html',
[ERROR] npm sill cache add rawSpec: '1.0.1',
[ERROR] npm sill cache add spec: '1.0.1',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed escape-html@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm sill mapToRegistry name escape-html
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
[ERROR] npm sill cache add args [ 'parseurl@~1.3.0', null ]
[ERROR] npm verb cache add spec parseurl@~1.3.0
[ERROR] npm sill cache add parsed spec { raw: 'parseurl@~1.3.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'parseurl',
[ERROR] npm sill cache add rawSpec: '~1.3.0',
[ERROR] npm sill cache add spec: '>=1.3.0 <1.4.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed parseurl@>=1.3.0 <1.4.0
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
[ERROR] npm sill addNameRange { name: 'parseurl', range: '>=1.3.0 <1.4.0', hasData: false }
[ERROR] npm sill mapToRegistry name parseurl
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/parseurl
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
[ERROR] npm sill cache add args [ 'send@0.12.2', null ]
[ERROR] npm verb cache add spec send@0.12.2
[ERROR] npm sill cache add parsed spec { raw: 'send@0.12.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'send',
[ERROR] npm sill cache add rawSpec: '0.12.2',
[ERROR] npm sill cache add spec: '0.12.2',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed send@0.12.2
[ERROR] npm verb addNamed "0.12.2" is a plain semver version for send
[ERROR] npm sill mapToRegistry name send
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/send
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
[ERROR] npm sill cache add args [ 'utils-merge@1.0.0', null ]
[ERROR] npm verb cache add spec utils-merge@1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'utils-merge@1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'utils-merge',
[ERROR] npm sill cache add rawSpec: '1.0.0',
[ERROR] npm sill cache add spec: '1.0.0',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed utils-merge@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for utils-merge
[ERROR] npm sill mapToRegistry name utils-merge
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/utils-merge
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/array-set.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/array-set.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/new-glob-optional-options.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/new-glob-optional-options.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/zz-cleanup.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/zz-cleanup.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding lodash@^3.0.1 from eazy-logger dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\package.json
[ERROR] npm sill install write writing minimatch 2.0.7 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/firefoxes.yaml
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/firefoxes.yaml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/pgts.yaml
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/pgts.yaml', 420, 438 ]
[ERROR] npm verb linkBins opt-merger@1.1.0
[ERROR] npm verb linkMans opt-merger@1.1.0
[ERROR] npm verb rebuildBundles opt-merger@1.1.0
[ERROR] npm info preinstall easy-extender@2.3.1
[ERROR] npm info install opt-merger@1.1.0
[ERROR] npm sill prepareForInstallMany adding http-proxy@^1.7.3 from foxy dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\package.json
[ERROR] npm verb linkBins graceful-fs@2.0.3
[ERROR] npm verb linkMans graceful-fs@2.0.3
[ERROR] npm verb rebuildBundles graceful-fs@2.0.3
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender\package.json
[ERROR] npm info install graceful-fs@2.0.3
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm info postinstall opt-merger@1.1.0
[ERROR] npm sill cache afterAdd gaze@0.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\gaze\0.5.1\package\package.json not in flight; writing
[ERROR] npm verb request uri http://registry.npmjs.org/escape-html
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:55 PM
[ERROR] npm verb etag "6ZJO8I90SGLQBVXTA5GNCCT5F"
[ERROR] npm http request GET http://registry.npmjs.org/escape-html
[ERROR] npm verb request uri http://registry.npmjs.org/utils-merge
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:55 PM
[ERROR] npm verb etag "661YC7D1JLGJPY3Y8F4VKK5N9"
[ERROR] npm http request GET http://registry.npmjs.org/utils-merge
[ERROR] npm sill gunzTarPerm extractEntry lib/log4js.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/log4js.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/logger.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/logger.js', 420, 438 ]
[ERROR] npm verb request uri http://registry.npmjs.org/parseurl
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:55 PM
[ERROR] npm verb etag "1G1AG0HDN45P6UPEWC8GCKKG4"
[ERROR] npm http request GET http://registry.npmjs.org/parseurl
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors\package.json
[ERROR] npm info postinstall graceful-fs@2.0.3
[ERROR] npm verb request uri http://registry.npmjs.org/send
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:55 PM
[ERROR] npm verb etag "5I7M5P0NP65XHENDA7UZH76WJ"
[ERROR] npm http request GET http://registry.npmjs.org/send
[ERROR] npm sill gunzTarPerm extractEntry examples/http/standalone-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/http/standalone-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/bodyDecoder-middleware.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/bodyDecoder-middleware.js', 420, 438 ]
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opt-merger-9d8e7bdfe8d26f61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm sill cache add args [ 'lodash@^3.0.1', null ]
[ERROR] npm verb cache add spec lodash@^3.0.1
[ERROR] npm sill cache add parsed spec { raw: 'lodash@^3.0.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'lodash',
[ERROR] npm sill cache add rawSpec: '^3.0.1',
[ERROR] npm sill cache add spec: '>=3.0.1 <4.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed lodash@>=3.0.1 <4.0.0
[ERROR] npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for lodash
[ERROR] npm sill addNameRange { name: 'lodash', range: '>=3.0.1 <4.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name lodash
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm info preinstall tfunk@3.0.1
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\2.0.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-fs-b95f4c48245b912e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn\package.json
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/base64-vlq.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/base64-vlq.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/base64.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/base64.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender\package.json
[ERROR] npm info linkStuff rimraf@2.2.8
[ERROR] npm sill linkStuff rimraf@2.2.8 has C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules as its parent node_modules
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\gaze\0.5.1\package\package.json written
[ERROR] npm sill install resolved [ { name: 'gaze',
[ERROR] npm sill install resolved description: 'A globbing fs.watch wrapper built from the best parts of other fine watch libs.',
[ERROR] npm sill install resolved version: '0.5.1',
[ERROR] npm sill install resolved homepage: 'https://github.com/shama/gaze',
[ERROR] npm sill install resolved author: { name: 'Kyle Robinson Young', email: 'kyle@dontkry.com' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/shama/gaze.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/shama/gaze/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'lib/gaze',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'grunt nodeunit -v' },
[ERROR] npm sill install resolved dependencies: { globule: '~0.1.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { grunt: '~0.4.1',
[ERROR] npm sill install resolved 'grunt-contrib-nodeunit': '~0.2.0',
[ERROR] npm sill install resolved 'grunt-contrib-jshint': '~0.6.0',
[ERROR] npm sill install resolved 'grunt-benchmark': '~0.2.0',
[ERROR] npm sill install resolved 'grunt-cli': '~0.1.13',
[ERROR] npm sill install resolved async: '~0.2.10',
[ERROR] npm sill install resolved rimraf: '~2.2.6' },
[ERROR] npm sill install resolved keywords: [ 'watch', 'glob' ],
[ERROR] npm sill install resolved files: [ 'lib', 'LICENSE-MIT' ],
[ERROR] npm sill install resolved _id: 'gaze@0.5.1',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '22e731078ef3e49d1c4ab1115ac091192051824c',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/gaze/-/gaze-0.5.1.tgz' },
[ERROR] npm sill install resolved _from: 'gaze@>=0.5.1 <0.6.0',
[ERROR] npm sill install resolved _npmVersion: '1.2.30',
[ERROR] npm sill install resolved _npmUser: { name: 'shama', email: 'kyle@dontkry.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '22e731078ef3e49d1c4ab1115ac091192051824c',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/gaze/-/gaze-0.5.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install gaze@0.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm info installOne gaze@0.5.1
[ERROR] npm verb installOne of gaze to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\package.json
[ERROR] npm http 304 http://registry.npmjs.org/portscanner
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '0',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:55 GMT',
[ERROR] npm sill get etag: '"CFGS1BX143AZ51A4AJSLTR2L9"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847175.569502,VS0,VE354',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:55 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/portscanner from cache
[ERROR] npm verb get saving portscanner to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\portscanner\.cache.json
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/htmlfile.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/htmlfile.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/http-polling.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/http-polling.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/categoryFilter.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/categoryFilter.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/console.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/console.js', 420, 438 ]
[ERROR] npm verb get http://registry.npmjs.org/lodash not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'lodash', range: '>=3.0.1 <4.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'lodash',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.5.0-rc.1',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '1.0.0-rc.1',
[ERROR] npm sill addNameRange '1.0.0-rc.2',
[ERROR] npm sill addNameRange '1.0.0-rc.3',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '3.3.0',
[ERROR] npm sill addNameRange '3.3.1',
[ERROR] npm sill addNameRange '3.4.0',
[ERROR] npm sill addNameRange '3.5.0',
[ERROR] npm sill addNameRange '3.6.0',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '3.7.0',
[ERROR] npm sill addNameRange '2.4.2',
[ERROR] npm sill addNameRange '3.8.0' ] ]
[ERROR] npm sill addNamed lodash@3.8.0
[ERROR] npm verb addNamed "3.8.0" is a plain semver version for lodash
[ERROR] npm info preinstall localtunnel@1.5.0
[ERROR] npm info preinstall opn@1.0.2
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\gaze-af56e70b17dfdea2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill cache add args [ 'http-proxy@^1.7.3', null ]
[ERROR] npm verb cache add spec http-proxy@^1.7.3
[ERROR] npm sill cache add parsed spec { raw: 'http-proxy@^1.7.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'http-proxy',
[ERROR] npm sill cache add rawSpec: '^1.7.3',
[ERROR] npm sill cache add spec: '>=1.7.3 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed http-proxy@>=1.7.3 <2.0.0
[ERROR] npm verb addNamed ">=1.7.3 <2.0.0" is a valid semver range for http-proxy
[ERROR] npm sill addNameRange { name: 'http-proxy', range: '>=1.7.3 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name http-proxy
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/http-proxy
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
[ERROR] npm verb linkBins rimraf@2.2.8
[ERROR] npm verb link bins [ { rimraf: './bin.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\karma\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans rimraf@2.2.8
[ERROR] npm verb rebuildBundles rimraf@2.2.8
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.min.js', 420, 438 ]
[ERROR] npm sill install write writing gaze 0.5.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/favicon.js
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn\package.json
[ERROR] npm sill prepareForInstallMany adding chalk@^0.5.1 from tfunk dependencies
[ERROR] npm sill prepareForInstallMany adding object-path@^0.9.0 from tfunk dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\package.json
[ERROR] npm info linkStuff colors@0.6.2
[ERROR] npm sill linkStuff colors@0.6.2 has C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules as its parent node_modules
[ERROR] npm sill gunzTarPerm extractEntry test/nocase-nomagic.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/nocase-nomagic.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/bash-results.json
[ERROR] npm sill gunzTarPerm modified mode [ 'test/bash-results.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/gzip-middleware-proxytable.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/gzip-middleware-proxytable.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/gzip-middleware.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/gzip-middleware.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill cache afterAdd lodash@3.8.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\3.8.0\package\package.json not in flight; writing
[ERROR] npm verb get http://registry.npmjs.org/http-proxy not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'http-proxy', range: '>=1.7.3 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'http-proxy',
[ERROR] npm sill addNameRange [ '0.5.9',
[ERROR] npm sill addNameRange '0.5.10',
[ERROR] npm sill addNameRange '0.5.11',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.6.2',
[ERROR] npm sill addNameRange '0.6.4',
[ERROR] npm sill addNameRange '0.6.5',
[ERROR] npm sill addNameRange '0.6.6',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.7.5',
[ERROR] npm sill addNameRange '0.7.6',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.8.3',
[ERROR] npm sill addNameRange '0.8.4',
[ERROR] npm sill addNameRange '0.8.5',
[ERROR] npm sill addNameRange '0.8.6',
[ERROR] npm sill addNameRange '0.8.7',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '0.10.1',
[ERROR] npm sill addNameRange '0.10.2',
[ERROR] npm sill addNameRange '0.10.3',
[ERROR] npm sill addNameRange '0.10.4',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.1.4',
[ERROR] npm sill addNameRange '1.1.5',
[ERROR] npm sill addNameRange '1.1.6',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.4.0',
[ERROR] npm sill addNameRange '1.4.1',
[ERROR] npm sill addNameRange '1.4.2',
[ERROR] npm sill addNameRange '1.4.3',
[ERROR] npm sill addNameRange '1.5.0',
[ERROR] npm sill addNameRange '1.5.1',
[ERROR] npm sill addNameRange '1.5.2',
[ERROR] npm sill addNameRange '1.5.3',
[ERROR] npm sill addNameRange '1.6.0',
[ERROR] npm sill addNameRange '1.6.1',
[ERROR] npm sill addNameRange '1.6.2',
[ERROR] npm sill addNameRange '1.7.0',
[ERROR] npm sill addNameRange '1.7.1',
[ERROR] npm sill addNameRange '1.7.2',
[ERROR] npm sill addNameRange '1.7.3',
[ERROR] npm sill addNameRange '1.8.0',
[ERROR] npm sill addNameRange '1.8.1',
[ERROR] npm sill addNameRange '1.9.0',
[ERROR] npm sill addNameRange '1.9.1',
[ERROR] npm sill addNameRange '1.10.0',
[ERROR] npm sill addNameRange '1.10.1',
[ERROR] npm sill addNameRange '1.11.0',
[ERROR] npm sill addNameRange '1.11.1' ] ]
[ERROR] npm sill addNamed http-proxy@1.11.1
[ERROR] npm verb addNamed "1.11.1" is a plain semver version for http-proxy
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm info linkStuff easy-extender@2.3.1
[ERROR] npm sill linkStuff easy-extender@2.3.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/dateFile.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/dateFile.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/file.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/file.js', 420, 438 ]
[ERROR] npm sill mapToRegistry name http-proxy
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/http-proxy
[ERROR] npm verb addRemoteTarball http://registry.npmjs.org/http-proxy/-/http-proxy-1.11.1.tgz not in flight; adding
[ERROR] npm verb addRemoteTarball [ 'http://registry.npmjs.org/http-proxy/-/http-proxy-1.11.1.tgz',
[ERROR] npm verb addRemoteTarball '71df55757e802d58ea810df2244019dda05ae85d' ]
[ERROR] npm verb linkBins colors@0.6.2
[ERROR] npm verb linkMans colors@0.6.2
[ERROR] npm verb rebuildBundles colors@0.6.2
[ERROR] npm sill addNameRange number 2 { name: 'portscanner', range: '>=1.0.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'portscanner',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '1.0.0' ] ]
[ERROR] npm sill addNamed portscanner@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for portscanner
[ERROR] npm sill gunzTarPerm extractEntry .idea/browser-sync-client.iml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/browser-sync-client.iml', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/binary-search.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/binary-search.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/mapping-list.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/mapping-list.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/source-map-consumer.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/source-map-consumer.js', 420, 438 ]
[ERROR] npm info install colors@0.6.2
[ERROR] npm sill prepareForInstallMany adding request@2.11.4 from localtunnel dependencies
[ERROR] npm sill prepareForInstallMany adding optimist@0.3.4 from localtunnel dependencies
[ERROR] npm sill prepareForInstallMany adding debug@0.7.4 from localtunnel dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn\package.json
[ERROR] npm sill cache add args [ 'chalk@^0.5.1', null ]
[ERROR] npm verb cache add spec chalk@^0.5.1
[ERROR] npm sill cache add parsed spec { raw: 'chalk@^0.5.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'chalk',
[ERROR] npm sill cache add rawSpec: '^0.5.1',
[ERROR] npm sill cache add spec: '>=0.5.1 <0.6.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed chalk@>=0.5.1 <0.6.0
[ERROR] npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
[ERROR] npm sill addNameRange { name: 'chalk', range: '>=0.5.1 <0.6.0', hasData: false }
[ERROR] npm sill mapToRegistry name chalk
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/chalk
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
[ERROR] npm sill cache add args [ 'object-path@^0.9.0', null ]
[ERROR] npm verb cache add spec object-path@^0.9.0
[ERROR] npm sill cache add parsed spec { raw: 'object-path@^0.9.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'object-path',
[ERROR] npm sill cache add rawSpec: '^0.9.0',
[ERROR] npm sill cache add spec: '>=0.9.0 <0.10.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed object-path@>=0.9.0 <0.10.0
[ERROR] npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for object-path
[ERROR] npm sill addNameRange { name: 'object-path', range: '>=0.9.0 <0.10.0', hasData: false }
[ERROR] npm sill mapToRegistry name object-path
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/object-path
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/object-path not in flight; fetching
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\gaze\0.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm http 304 http://registry.npmjs.org/utils-merge
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '11',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"661YC7D1JLGJPY3Y8F4VKK5N9"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.188019,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/utils-merge from cache
[ERROR] npm verb get saving utils-merge to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\utils-merge\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/parseurl
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '38',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"1G1AG0HDN45P6UPEWC8GCKKG4"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.189751,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2123-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/parseurl from cache
[ERROR] npm verb get saving parseurl to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\parseurl\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/escape-html
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '6',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"6ZJO8I90SGLQBVXTA5GNCCT5F"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.186772,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2125-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/escape-html from cache
[ERROR] npm verb get saving escape-html to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\escape-html\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/send
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '44',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"5I7M5P0NP65XHENDA7UZH76WJ"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.193384,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2129-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:22 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/send from cache
[ERROR] npm verb get saving send to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\send\.cache.json
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/jsonp-middleware.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/jsonp-middleware.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/modifyResponse-middleware.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/modifyResponse-middleware.js', 420, 438 ]
[ERROR] npm info retry fetch attempt 1 at 12:32:56 PM
[ERROR] npm info attempt registry request try #1 at 12:32:56 PM
[ERROR] npm http fetch GET http://registry.npmjs.org/http-proxy/-/http-proxy-1.11.1.tgz
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\3.8.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'lodash',
[ERROR] npm sill install resolved version: '3.8.0',
[ERROR] npm sill install resolved description: 'The modern build of lodash modular utilities.',
[ERROR] npm sill install resolved homepage: 'https://lodash.com/',
[ERROR] npm sill install resolved icon: 'https://lodash.com/icon.svg',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved keywords: [ 'modules', 'stdlib', 'util' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'John-David Dalton',
[ERROR] npm sill install resolved email: 'john.david.dalton@gmail.com',
[ERROR] npm sill install resolved url: 'http://allyoucanleet.com/' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git+https://github.com/lodash/lodash.git' },
[ERROR] npm sill install resolved scripts: { test: 'echo "See https://travis-ci.org/lodash/lodash-cli for testing details."' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/lodash/lodash/issues' },
[ERROR] npm sill install resolved _id: 'lodash@3.8.0',
[ERROR] npm sill install resolved _shasum: '376eb98bdcd9382a9365c33c4cb8250de1325b91',
[ERROR] npm sill install resolved _from: 'lodash@>=3.0.1 <4.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.9.0',
[ERROR] npm sill install resolved _nodeVersion: '0.12.2',
[ERROR] npm sill install resolved _npmUser: { name: 'jdalton', email: 'john.david.dalton@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '376eb98bdcd9382a9365c33c4cb8250de1325b91',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/lodash/-/lodash-3.8.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/lodash/-/lodash-3.8.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install lodash@3.8.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm info installOne lodash@3.8.0
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger not in flight; installing
[ERROR] npm info postinstall colors@0.6.2
[ERROR] npm verb linkBins easy-extender@2.3.1
[ERROR] npm verb linkMans easy-extender@2.3.1
[ERROR] npm verb rebuildBundles easy-extender@2.3.1
[ERROR] npm info install easy-extender@2.3.1
[ERROR] npm sill gunzTarPerm extractEntry browser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry minimatch.js
[ERROR] npm sill gunzTarPerm modified mode [ 'minimatch.js', 420, 438 ]
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\colors-72e6894438df4cf2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm sill cache afterAdd portscanner@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner\1.0.0\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/fileSync.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/fileSync.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/clustered.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/clustered.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/http.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/http.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/json.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/limit.js
[ERROR] npm verb request uri http://registry.npmjs.org/chalk
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:56 PM
[ERROR] npm verb etag "EXARLM7Z0R8GJ1UO8PKMHLQK9"
[ERROR] npm http request GET http://registry.npmjs.org/chalk
[ERROR] npm verb get http://registry.npmjs.org/object-path not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'object-path', range: '>=0.9.0 <0.10.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'object-path',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2' ] ]
[ERROR] npm sill addNamed object-path@0.9.2
[ERROR] npm verb addNamed "0.9.2" is a plain semver version for object-path
[ERROR] npm info postinstall easy-extender@2.3.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-c3880a07ec7626c3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm info install rimraf@2.2.8
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill install write writing lodash 3.8.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\package.json
[ERROR] npm info postinstall rimraf@2.2.8
[ERROR] npm sill cache add args [ 'request@2.11.4', null ]
[ERROR] npm verb cache add spec request@2.11.4
[ERROR] npm sill cache add parsed spec { raw: 'request@2.11.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'request',
[ERROR] npm sill cache add rawSpec: '2.11.4',
[ERROR] npm sill cache add spec: '2.11.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed request@2.11.4
[ERROR] npm verb addNamed "2.11.4" is a plain semver version for request
[ERROR] npm sill mapToRegistry name request
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/request
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/request not in flight; fetching
[ERROR] npm sill cache add args [ 'optimist@0.3.4', null ]
[ERROR] npm verb cache add spec optimist@0.3.4
[ERROR] npm sill cache add parsed spec { raw: 'optimist@0.3.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'optimist',
[ERROR] npm sill cache add rawSpec: '0.3.4',
[ERROR] npm sill cache add spec: '0.3.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed optimist@0.3.4
[ERROR] npm verb addNamed "0.3.4" is a plain semver version for optimist
[ERROR] npm sill mapToRegistry name optimist
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/optimist
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/optimist not in flight; fetching
[ERROR] npm sill cache add args [ 'debug@0.7.4', null ]
[ERROR] npm verb cache add spec debug@0.7.4
[ERROR] npm sill cache add parsed spec { raw: 'debug@0.7.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'debug',
[ERROR] npm sill cache add rawSpec: '0.7.4',
[ERROR] npm sill cache add spec: '0.7.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed debug@0.7.4
[ERROR] npm verb addNamed "0.7.4" is a plain semver version for debug
[ERROR] npm sill mapToRegistry name debug
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\easy-extender-49c2d01006e30b17.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm sill addNameRange number 2 { name: 'parseurl', range: '>=1.3.0 <1.4.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'parseurl',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.3.0' ] ]
[ERROR] npm sill addNamed parseurl@1.3.0
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for parseurl
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner\1.0.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'q',
[ERROR] npm sill install resolved version: '1.3.0',
[ERROR] npm sill install resolved description: 'A library for promises (CommonJS/Promises/A,B,D)',
[ERROR] npm sill install resolved homepage: 'https://github.com/kriskowal/q',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Kris Kowal',
[ERROR] npm sill install resolved email: 'kris@cixar.com',
[ERROR] npm sill install resolved url: 'https://github.com/kriskowal' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'q',
[ERROR] npm sill install resolved 'promise',
[ERROR] npm sill install resolved 'promises',
[ERROR] npm sill install resolved 'promises-a',
[ERROR] npm sill install resolved 'promises-aplus',
[ERROR] npm sill install resolved 'deferred',
[ERROR] npm sill install resolved 'future',
[ERROR] npm sill install resolved 'async',
[ERROR] npm sill install resolved 'flow control',
[ERROR] npm sill install resolved 'fluent',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'node' ],
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object] ],
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/kriskowal/q/issues' },
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'http://github.com/kriskowal/q/raw/master/LICENSE' },
[ERROR] npm sill install resolved main: 'q.js',
[ERROR] npm sill install resolved files: [ 'LICENSE', 'q.js', 'queue.js' ],
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/kriskowal/q.git' },
[ERROR] npm sill install resolved engines: { node: '>=0.6.0', teleport: '>=0.2.0' },
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { cover: '*',
[ERROR] npm sill install resolved grunt: '~0.4.1',
[ERROR] npm sill install resolved 'grunt-cli': '~0.1.9',
[ERROR] npm sill install resolved 'grunt-contrib-uglify': '~0.9.1',
[ERROR] npm sill install resolved 'jasmine-node': '1.11.0',
[ERROR] npm sill install resolved jshint: '~2.1.9',
[ERROR] npm sill install resolved matcha: '~0.2.0',
[ERROR] npm sill install resolved opener: '*',
[ERROR] npm sill install resolved 'promises-aplus-tests': '1.x' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'jasmine-node spec && promises-aplus-tests spec/aplus-adapter',
[ERROR] npm sill install resolved 'test-browser': 'opener spec/q-spec.html',
[ERROR] npm sill install resolved benchmark: 'matcha',
[ERROR] npm sill install resolved lint: 'jshint q.js',
[ERROR] npm sill install resolved cover: 'cover run jasmine-node spec && cover report html && opener cover_html/index.html',
[ERROR] npm sill install resolved minify: 'grunt',
[ERROR] npm sill install resolved prepublish: 'grunt' },
[ERROR] npm sill install resolved overlay: { teleport: [Object] },
[ERROR] npm sill install resolved directories: { test: './spec' },
[ERROR] npm sill install resolved gitHead: 'b26cace16f6070e756b6a546cf2693bece03f8f8',
[ERROR] npm sill install resolved _id: 'q@1.3.0',
[ERROR] npm sill install resolved _shasum: '850d79f8cb831d92e103b46483e4e35d34640050',
[ERROR] npm sill install resolved _from: 'q@>=1.1.2 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.8.3',
[ERROR] npm sill install resolved _nodeVersion: '1.8.1',
[ERROR] npm sill install resolved _npmUser: { name: 'kriskowal', email: 'kris.kowal@cixar.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '850d79f8cb831d92e103b46483e4e35d34640050',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/q/-/q-1.3.0.tgz' },
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/q/-/q-1.3.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'portscanner',
[ERROR] npm sill install resolved description: 'Asynchronous port scanner for Node.js',
[ERROR] npm sill install resolved keywords: [ 'portscanner', 'port', 'scanner', 'checker', 'status' ],
[ERROR] npm sill install resolved version: '1.0.0',
[ERROR] npm sill install resolved preferGlobal: false,
[ERROR] npm sill install resolved homepage: 'https://github.com/baalexander/node-portscanner',
[ERROR] npm sill install resolved author: '',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/baalexander/node-portscanner.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/baalexander/node-portscanner/issues' },
[ERROR] npm sill install resolved directories: { lib: './lib' },
[ERROR] npm sill install resolved main: './lib/portscanner.js',
[ERROR] npm sill install resolved dependencies: { async: '0.1.15' },
[ERROR] npm sill install resolved devDependencies: {},
[ERROR] npm sill install resolved engines: { node: '>=0.4', npm: '>=1.0.0' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved _id: 'portscanner@1.0.0',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '3b5cfe393828b5160abc600e6270ebc2f1590558',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/portscanner/-/portscanner-1.0.0.tgz' },
[ERROR] npm sill install resolved _from: 'portscanner@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.3',
[ERROR] npm sill install resolved _npmUser: { name: 'smassa', email: 'endangeredmassa@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved _shasum: '3b5cfe393828b5160abc600e6270ebc2f1590558',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/portscanner/-/portscanner-1.0.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install q@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm info install portscanner@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm info installOne q@1.3.0
[ERROR] npm verb installOne of q to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus not in flight; installing
[ERROR] npm info installOne portscanner@1.0.0
[ERROR] npm verb installOne of portscanner to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/gaze.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/gaze.js', 420, 438 ]
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\rimraf-d313fc7054daa040.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\package.json
[ERROR] npm sill gunzTarPerm extractEntry .idea/misc.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/misc.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/modules.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/modules.xml', 420, 438 ]
[ERROR] npm sill cache afterAdd object-path@0.9.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.9.2\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm http fetch 200 http://registry.npmjs.org/http-proxy/-/http-proxy-1.11.1.tgz
[ERROR] npm http 304 http://registry.npmjs.org/chalk
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '13',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"EXARLM7Z0R8GJ1UO8PKMHLQK9"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.495401,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2126-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/chalk from cache
[ERROR] npm verb get saving chalk to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\chalk\.cache.json
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/logLevelFilter.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/logLevelFilter.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/loggly.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/loggly.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/url-middleware.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/url-middleware.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/middleware/url-middleware2.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/middleware/url-middleware2.js', 420, 438 ]
[ERROR] npm info preinstall commander@2.8.1
[ERROR] npm info linkStuff opn@1.0.2
[ERROR] npm sill linkStuff opn@1.0.2 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm verb get http://registry.npmjs.org/optimist not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/request
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:56 PM
[ERROR] npm verb etag "7AOHN9TJCHYU0FG0HHTSPCH0Q"
[ERROR] npm http request GET http://registry.npmjs.org/request
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm verb request uri http://registry.npmjs.org/debug
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:56 PM
[ERROR] npm verb etag "21OHHI3RSKAKVIV42MMPUY9CR"
[ERROR] npm http request GET http://registry.npmjs.org/debug
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.min.js', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\portscanner-446383a268368d55.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-47b034bca911f51f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\3.8.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\package.json
[ERROR] npm sill fetchAndShaCheck shasum 71df55757e802d58ea810df2244019dda05ae85d
[ERROR] npm info preinstall object-path@0.8.1
[ERROR] npm sill cache afterAdd send@0.12.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.12.2\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd escape-html@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd parseurl@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json not in flight; writing
[ERROR] npm sill install write writing portscanner 1.0.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm sill install write writing q 1.3.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm info preinstall dev-ip@0.1.7
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/directory.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/methodOverride.js
[ERROR] npm sill cache afterAdd utils-merge@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/jsonp-polling.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/jsonp-polling.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/websocket.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/websocket.js', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.9.2\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\package.json
[ERROR] npm verb addTmpTarball C:\Users\buschs1\AppData\Local\Temp\npm-41144-c7f582ab\registry.npmjs.org\http-proxy\-\http-proxy-1.11.1.tgz not in flight; adding
[ERROR] npm verb addTmpTarball already have metadata; skipping unpack for http-proxy@1.11.1
[ERROR] npm verb linkBins opn@1.0.2
[ERROR] npm verb link bins [ { opn: 'cli.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\browser-sync\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans opn@1.0.2
[ERROR] npm verb rebuildBundles opn@1.0.2
[ERROR] npm sill gunzTarPerm extractEntry lib/helper.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/helper.js', 420, 438 ]
[ERROR] npm sill cache afterAdd optimist@0.3.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.3.4\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/logstashUDP.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/logstashUDP.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/multiprocess.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/multiprocess.js', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm sill prepareForInstallMany adding graceful-readlink@>= 1.0.0 from commander dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json written
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.12.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'parseurl',
[ERROR] npm sill install resolved description: 'parse a url with memoization',
[ERROR] npm sill install resolved version: '1.3.0',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Jonathan Ong',
[ERROR] npm sill install resolved email: 'me@jongleberry.com',
[ERROR] npm sill install resolved url: 'http://jongleberry.com' },
[ERROR] npm sill install resolved contributors: [ [Object] ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/expressjs/parseurl.git' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { benchmark: '1.0.0',
[ERROR] npm sill install resolved 'beautify-benchmark': '0.2.4',
[ERROR] npm sill install resolved 'fast-url-parser': '~1.0.0',
[ERROR] npm sill install resolved istanbul: '0.3.0',
[ERROR] npm sill install resolved mocha: '~1.21.4' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { bench: 'node benchmark/index.js',
[ERROR] npm sill install resolved test: 'mocha --check-leaks --bail --reporter spec test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/',
[ERROR] npm sill install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/' },
[ERROR] npm sill install resolved gitHead: '03b7ccca240e2bef5df6c25797e99175d28fb2cb',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/expressjs/parseurl/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/expressjs/parseurl',
[ERROR] npm sill install resolved _id: 'parseurl@1.3.0',
[ERROR] npm sill install resolved _shasum: 'b58046db4223e145afa76009e61bac87cc2281b3',
[ERROR] npm sill install resolved _from: 'parseurl@>=1.3.0 <1.4.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.21',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'b58046db4223e145afa76009e61bac87cc2281b3',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'send',
[ERROR] npm sill install resolved description: 'Better streaming static file server with Range and conditional-GET support',
[ERROR] npm sill install resolved version: '0.12.2',
[ERROR] npm sill install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved contributors: [ [Object] ],
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git+https://github.com/pillarjs/send.git' },
[ERROR] npm sill install resolved keywords: [ 'static', 'file', 'server' ],
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '~2.1.3',
[ERROR] npm sill install resolved depd: '~1.0.0',
[ERROR] npm sill install resolved destroy: '1.0.3',
[ERROR] npm sill install resolved 'escape-html': '1.0.1',
[ERROR] npm sill install resolved etag: '~1.5.1',
[ERROR] npm sill install resolved fresh: '0.2.4',
[ERROR] npm sill install resolved mime: '1.3.4',
[ERROR] npm sill install resolved ms: '0.7.0',
[ERROR] npm sill install resolved 'on-finished': '~2.2.0',
[ERROR] npm sill install resolved 'range-parser': '~1.0.2' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { after: '0.8.1',
[ERROR] npm sill install resolved istanbul: '0.3.7',
[ERROR] npm sill install resolved mocha: '~2.2.1',
[ERROR] npm sill install resolved supertest: '~0.15.0' },
[ERROR] npm sill install resolved files: [ 'HISTORY.md', 'LICENSE', 'README.md', 'index.js' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --check-leaks --reporter spec --bail',
[ERROR] npm sill install resolved 'test-ci': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot' },
[ERROR] npm sill install resolved gitHead: 'c9a4bf66fa7add5976b2fdbbf3ea20d7f83673f8',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/pillarjs/send/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/pillarjs/send',
[ERROR] npm sill install resolved _id: 'send@0.12.2',
[ERROR] npm sill install resolved _shasum: 'ba6785e47ab41aa0358b9da401ab22ff0f58eab6',
[ERROR] npm sill install resolved _from: 'send@0.12.2',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'ba6785e47ab41aa0358b9da401ab22ff0f58eab6',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/send/-/send-0.12.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/send/-/send-0.12.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'escape-html',
[ERROR] npm sill install resolved description: 'Escape HTML entities',
[ERROR] npm sill install resolved version: '1.0.1',
[ERROR] npm sill install resolved keywords: [ 'escape', 'html', 'utility' ],
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved component: { scripts: [Object] },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/component/escape-html.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/component/escape-html/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/component/escape-html',
[ERROR] npm sill install resolved _id: 'escape-html@1.0.1',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '181a286ead397a39a92857cfb1d43052e356bff0',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz' },
[ERROR] npm sill install resolved _from: 'escape-html@1.0.1',
[ERROR] npm sill install resolved _npmVersion: '1.3.15',
[ERROR] npm sill install resolved _npmUser: { name: 'tjholowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '181a286ead397a39a92857cfb1d43052e356bff0',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'utils-merge',
[ERROR] npm sill install resolved version: '1.0.0',
[ERROR] npm sill install resolved description: 'merge() utility function',
[ERROR] npm sill install resolved keywords: [ 'util' ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/jaredhanson/utils-merge.git' },
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/jaredhanson/utils-merge/issues' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Jared Hanson',
[ERROR] npm sill install resolved email: 'jaredhanson@gmail.com',
[ERROR] npm sill install resolved url: 'http://www.jaredhanson.net/' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: './index',
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies: { mocha: '1.x.x', chai: '1.x.x' },
[ERROR] npm sill install resolved scripts: { test: 'mocha --reporter spec --require test/bootstrap/node test/*.test.js' },
[ERROR] npm sill install resolved engines: { node: '>= 0.4.0' },
[ERROR] npm sill install resolved _id: 'utils-merge@1.0.0',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '0294fb922bb9375153541c4f7096231f287c8af8',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz' },
[ERROR] npm sill install resolved _from: 'utils-merge@1.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.2.25',
[ERROR] npm sill install resolved _npmUser: { name: 'jaredhanson', email: 'jaredhanson@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '0294fb922bb9375153541c4f7096231f287c8af8',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/jaredhanson/utils-merge' } ]
[ERROR] npm info install parseurl@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info install send@0.12.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info install utils-merge@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info installOne parseurl@1.3.0
[ERROR] npm verb installOne of parseurl to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne send@0.12.2
[ERROR] npm verb installOne of send to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne utils-merge@1.0.0
[ERROR] npm verb installOne of utils-merge to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm sill addNameRange number 2 { name: 'chalk', range: '>=0.5.1 <0.6.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'chalk',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '1.0.0' ] ]
[ERROR] npm sill addNamed chalk@0.5.1
[ERROR] npm verb addNamed "0.5.1" is a plain semver version for chalk
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\q\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill prepareForInstallMany adding lodash@~2.2.1 from dev-ip dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\package.json
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry date.js
[ERROR] npm sill gunzTarPerm modified mode [ 'date.js', 420, 438 ]
[ERROR] npm http 304 http://registry.npmjs.org/request
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '19',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"7AOHN9TJCHYU0FG0HHTSPCH0Q"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.769333,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:51 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/request from cache
[ERROR] npm verb get saving request to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\request\.cache.json
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.underscore.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.underscore.js', 420, 438 ]
[ERROR] npm sill cache afterAdd http-proxy@1.11.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\1.11.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.3.4\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/debug
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '47',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:56 GMT',
[ERROR] npm sill get etag: '"21OHHI3RSKAKVIV42MMPUY9CR"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847176.775680,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2129-IAD',
[ERROR] npm sill get 'x-cache-hits': '4',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:22 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/debug from cache
[ERROR] npm verb get saving debug to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\debug\.cache.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-1499c4e6de4171c5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-e95b2a57a30c91ea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\send-176834e204f207cc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm sill gunzTarPerm extractEntry examples/websocket/latent-websocket-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/websocket/latent-websocket-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/websocket/standalone-websocket-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/websocket/standalone-websocket-proxy.js', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-966d11e983e49018.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/multipart.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/query.js
[ERROR] npm sill install write writing parseurl 1.3.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm sill install write writing escape-html 1.0.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm sill install write writing send 0.12.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm sill install write writing utils-merge 1.0.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm sill cache add args [ 'graceful-readlink@>= 1.0.0', null ]
[ERROR] npm verb cache add spec graceful-readlink@>= 1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'graceful-readlink@>= 1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'graceful-readlink',
[ERROR] npm sill cache add rawSpec: '>= 1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed graceful-readlink@>=1.0.0
[ERROR] npm verb addNamed ">=1.0.0" is a valid semver range for graceful-readlink
[ERROR] npm sill addNameRange { name: 'graceful-readlink', range: '>=1.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name graceful-readlink
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/graceful-readlink
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/graceful-readlink not in flight; fetching
[ERROR] npm sill cache afterAdd chalk@0.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chalk\0.5.1\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/smtp.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/smtp.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/appenders/gelf.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/appenders/gelf.js', 420, 438 ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\1.11.1\package\package.json written
[ERROR] npm sill install resolved [ { name: 'http-proxy',
[ERROR] npm sill install resolved version: '1.11.1',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'https://github.com/nodejitsu/node-http-proxy.git' },
[ERROR] npm sill install resolved description: 'HTTP proxying for the masses',
[ERROR] npm sill install resolved author: { name: 'Nodejitsu Inc.', email: 'info@nodejitsu.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved dependencies: { eventemitter3: '1.x.x', 'requires-port': '0.x.x' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { async: '*',
[ERROR] npm sill install resolved blanket: '*',
[ERROR] npm sill install resolved coveralls: '*',
[ERROR] npm sill install resolved dox: '*',
[ERROR] npm sill install resolved 'expect.js': '*',
[ERROR] npm sill install resolved mocha: '*',
[ERROR] npm sill install resolved 'mocha-lcov-reporter': '*',
[ERROR] npm sill install resolved semver: '^4.3.3',
[ERROR] npm sill install resolved 'socket.io': '*',
[ERROR] npm sill install resolved 'socket.io-client': '*',
[ERROR] npm sill install resolved ws: '~0.5.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { coveralls: 'mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js',
[ERROR] npm sill install resolved test: 'mocha -R landing test/*-test.js',
[ERROR] npm sill install resolved 'test-cov': 'mocha --require blanket -R html-cov > cov/coverage.html' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '7e6c66a7e485a6c0ec3a1c567bbe800fdc56c9fd',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/nodejitsu/node-http-proxy/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/nodejitsu/node-http-proxy',
[ERROR] npm sill install resolved _id: 'http-proxy@1.11.1',
[ERROR] npm sill install resolved _shasum: '71df55757e802d58ea810df2244019dda05ae85d',
[ERROR] npm sill install resolved _from: 'http-proxy@>=1.7.3 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.5.1',
[ERROR] npm sill install resolved _nodeVersion: '0.10.37',
[ERROR] npm sill install resolved _npmUser: { name: 'jcrugzz', email: 'jcrugzz@gmail.com' },
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '71df55757e802d58ea810df2244019dda05ae85d',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/http-proxy/-/http-proxy-1.11.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/http-proxy/-/http-proxy-1.11.1.tgz' } ]
[ERROR] npm info install http-proxy@1.11.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm info installOne http-proxy@1.11.1
[ERROR] npm verb installOne of http-proxy to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy not in flight; installing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm info install opn@1.0.2
[ERROR] npm sill gunzTarPerm extractEntry function.js
[ERROR] npm sill gunzTarPerm modified mode [ 'function.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill cache add args [ 'lodash@~2.2.1', null ]
[ERROR] npm verb cache add spec lodash@~2.2.1
[ERROR] npm sill cache add parsed spec { raw: 'lodash@~2.2.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'lodash',
[ERROR] npm sill cache add rawSpec: '~2.2.1',
[ERROR] npm sill cache add spec: '>=2.2.1 <2.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed lodash@>=2.2.1 <2.3.0
[ERROR] npm verb addNamed ">=2.2.1 <2.3.0" is a valid semver range for lodash
[ERROR] npm sill addNameRange { name: 'lodash', range: '>=2.2.1 <2.3.0', hasData: false }
[ERROR] npm sill mapToRegistry name lodash
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/graceful-readlink
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "54BPOELEHDUPND7Q6GUE15GT"
[ERROR] npm http request GET http://registry.npmjs.org/graceful-readlink
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chalk\0.5.1\package\package.json written
[ERROR] npm sill install resolved [ { name: 'object-path',
[ERROR] npm sill install resolved description: 'Access deep properties using a path',
[ERROR] npm sill install resolved version: '0.9.2',
[ERROR] npm sill install resolved author: { name: 'Mario Casciaro' },
[ERROR] npm sill install resolved homepage: 'https://github.com/mariocasciaro/object-path',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/mariocasciaro/object-path.git' },
[ERROR] npm sill install resolved engines: { node: '>=0.8.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { mocha: '~1.20.1',
[ERROR] npm sill install resolved chai: '~1.9.1',
[ERROR] npm sill install resolved 'mocha-lcov-reporter': '~0.0.1',
[ERROR] npm sill install resolved coveralls: '~2.11.1',
[ERROR] npm sill install resolved istanbul: '~0.3.0' },
[ERROR] npm sill install resolved scripts: { test: 'node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'deep',
[ERROR] npm sill install resolved 'path',
[ERROR] npm sill install resolved 'access',
[ERROR] npm sill install resolved 'bean',
[ERROR] npm sill install resolved 'get',
[ERROR] npm sill install resolved 'property',
[ERROR] npm sill install resolved 'dot',
[ERROR] npm sill install resolved 'prop',
[ERROR] npm sill install resolved 'object',
[ERROR] npm sill install resolved 'obj',
[ERROR] npm sill install resolved 'notation',
[ERROR] npm sill install resolved 'segment',
[ERROR] npm sill install resolved 'value',
[ERROR] npm sill install resolved 'nested',
[ERROR] npm sill install resolved 'key' ],
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '3f1e4ea93b9eef77236f0a3dce73dfcf89c780c0',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/mariocasciaro/object-path/issues' },
[ERROR] npm sill install resolved _id: 'object-path@0.9.2',
[ERROR] npm sill install resolved _shasum: '0fd9a74fc5fad1ae3968b586bda5c632bd6c05a5',
[ERROR] npm sill install resolved _from: 'object-path@>=0.9.0 <0.10.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'mariocasciaro', email: 'contact@mariocasciaro.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '0fd9a74fc5fad1ae3968b586bda5c632bd6c05a5',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'chalk',
[ERROR] npm sill install resolved version: '0.5.1',
[ERROR] npm sill install resolved description: 'Terminal string styling done right. Created because the `colors` module does some really horrible things.',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/sindresorhus/chalk.git' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha', bench: 'matcha benchmark.js' },
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'color',
[ERROR] npm sill install resolved 'colour',
[ERROR] npm sill install resolved 'colors',
[ERROR] npm sill install resolved 'terminal',
[ERROR] npm sill install resolved 'console',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'ansi',
[ERROR] npm sill install resolved 'styles',
[ERROR] npm sill install resolved 'tty',
[ERROR] npm sill install resolved 'formatting',
[ERROR] npm sill install resolved 'rgb',
[ERROR] npm sill install resolved '256',
[ERROR] npm sill install resolved 'shell',
[ERROR] npm sill install resolved 'xterm',
[ERROR] npm sill install resolved 'log',
[ERROR] npm sill install resolved 'logging',
[ERROR] npm sill install resolved 'command-line',
[ERROR] npm sill install resolved 'text' ],
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'ansi-styles': '^1.1.0',
[ERROR] npm sill install resolved 'escape-string-regexp': '^1.0.0',
[ERROR] npm sill install resolved 'has-ansi': '^0.1.0',
[ERROR] npm sill install resolved 'strip-ansi': '^0.3.0',
[ERROR] npm sill install resolved 'supports-color': '^0.2.0' },
[ERROR] npm sill install resolved devDependencies: { matcha: '^0.5.0', mocha: '*' },
[ERROR] npm sill install resolved gitHead: '994758f01293f1fdcf63282e9917cb9f2cfbdaac',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/chalk/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/chalk',
[ERROR] npm sill install resolved _id: 'chalk@0.5.1',
[ERROR] npm sill install resolved _shasum: '663b3a648b68b55d04690d49167aa837858f2174',
[ERROR] npm sill install resolved _from: 'chalk@>=0.5.1 <0.6.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.14',
[ERROR] npm sill install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' },
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '663b3a648b68b55d04690d49167aa837858f2174',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install object-path@0.9.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm info install chalk@0.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm info installOne object-path@0.9.2
[ERROR] npm verb installOne of object-path to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk not in flight; installing
[ERROR] npm info installOne chalk@0.5.1
[ERROR] npm verb installOne of chalk to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk not in flight; installing
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm info postinstall opn@1.0.2
[ERROR] npm info linkStuff object-path@0.8.1
[ERROR] npm sill linkStuff object-path@0.8.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/source-map-generator.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/source-map-generator.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/log4js.json
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/log4js.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/streams/BaseRollingFileStream.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/streams/BaseRollingFileStream.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.12.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/xhr-polling.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/xhr-polling.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/websocket/default.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/websocket/default.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/websocket/hybi-07-12.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/websocket/hybi-07-12.js', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-proxy-c8efea39c928fe1b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill install write writing http-proxy 1.11.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm sill gunzTarPerm extractEntry examples/websocket/websocket-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'examples/websocket/websocket-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/node-http-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/node-http-proxy.js', 420, 438 ]
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opn-b05fa80b10ec2ec5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/responseTime.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/session.js
[ERROR] npm verb get http://registry.npmjs.org/lodash not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'lodash', range: '>=2.2.1 <2.3.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'lodash',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.4.2',
[ERROR] npm sill addNameRange '0.5.0-rc.1',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.5.1',
[ERROR] npm sill addNameRange '0.5.2',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.6.1',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '0.8.2',
[ERROR] npm sill addNameRange '0.9.0',
[ERROR] npm sill addNameRange '0.9.1',
[ERROR] npm sill addNameRange '0.9.2',
[ERROR] npm sill addNameRange '0.10.0',
[ERROR] npm sill addNameRange '1.0.0-rc.1',
[ERROR] npm sill addNameRange '1.0.0-rc.2',
[ERROR] npm sill addNameRange '1.0.0-rc.3',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0',
[ERROR] npm sill addNameRange '1.3.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.4.0',
[ERROR] npm sill addNameRange '2.4.1',
[ERROR] npm sill addNameRange '3.0.0',
[ERROR] npm sill addNameRange '3.0.1',
[ERROR] npm sill addNameRange '3.1.0',
[ERROR] npm sill addNameRange '3.2.0',
[ERROR] npm sill addNameRange '3.3.0',
[ERROR] npm sill addNameRange '3.3.1',
[ERROR] npm sill addNameRange '3.4.0',
[ERROR] npm sill addNameRange '3.5.0',
[ERROR] npm sill addNameRange '3.6.0',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '3.7.0',
[ERROR] npm sill addNameRange '2.4.2',
[ERROR] npm sill addNameRange '3.8.0' ] ]
[ERROR] npm sill addNamed lodash@2.2.1
[ERROR] npm verb addNamed "2.2.1" is a plain semver version for lodash
[ERROR] npm sill gunzTarPerm extractEntry LICENSE-MIT
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE-MIT', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-53ed696e5acccdd4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\chalk-78c9b0581709bce9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm sill install write writing object-path 0.9.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm sill install write writing chalk 0.5.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm verb linkBins object-path@0.8.1
[ERROR] npm verb linkMans object-path@0.8.1
[ERROR] npm verb rebuildBundles object-path@0.8.1
[ERROR] npm sill cache afterAdd request@2.11.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\request\2.11.4\package\package.json not in flight; writing
[ERROR] npm info preinstall chokidar@1.0.1
[ERROR] npm info install object-path@0.8.1
[ERROR] npm sill cache afterAdd debug@0.7.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/graceful-readlink
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '27',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:57 GMT',
[ERROR] npm sill get etag: '"54BPOELEHDUPND7Q6GUE15GT"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847177.091492,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2146-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:57 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/graceful-readlink from cache
[ERROR] npm verb get saving graceful-readlink to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-readlink\.cache.json
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\package.json
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm info postinstall object-path@0.8.1
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/portscanner.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/portscanner.js', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm sill gunzTarPerm extractEntry q.js
[ERROR] npm sill gunzTarPerm modified mode [ 'q.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry queue.js
[ERROR] npm sill gunzTarPerm modified mode [ 'queue.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGES.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGES.md', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm sill cache afterAdd lodash@2.2.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.2.1\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\1.11.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-80e37cad49038053.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\request\2.11.4\package\package.json written
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json written
[ERROR] npm sill install resolved [ { name: 'optimist',
[ERROR] npm sill install resolved version: '0.3.4',
[ERROR] npm sill install resolved description: 'Light-weight option parsing with an argv hash. No optstrings attached.',
[ERROR] npm sill install resolved main: './index.js',
[ERROR] npm sill install resolved directories: { lib: '.', test: 'test', example: 'example' },
[ERROR] npm sill install resolved dependencies: { wordwrap: '~0.0.2' },
[ERROR] npm sill install resolved devDependencies: { hashish: '~0.0.4', tap: '~0.2.4' },
[ERROR] npm sill install resolved scripts: { test: 'tap ./test/*.js' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/substack/node-optimist.git' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'argument',
[ERROR] npm sill install resolved 'args',
[ERROR] npm sill install resolved 'option',
[ERROR] npm sill install resolved 'parser',
[ERROR] npm sill install resolved 'parsing',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'command' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'James Halliday',
[ERROR] npm sill install resolved email: 'mail@substack.net',
[ERROR] npm sill install resolved url: 'http://substack.net' },
[ERROR] npm sill install resolved license: 'MIT/X11',
[ERROR] npm sill install resolved engine: { node: '>=0.4' },
[ERROR] npm sill install resolved _npmUser: { name: 'substack', email: 'mail@substack.net' },
[ERROR] npm sill install resolved _id: 'optimist@0.3.4',
[ERROR] npm sill install resolved optionalDependencies: {},
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved _engineSupported: true,
[ERROR] npm sill install resolved _npmVersion: '1.1.1',
[ERROR] npm sill install resolved _nodeVersion: 'v0.6.11',
[ERROR] npm sill install resolved _defaultsLoaded: true,
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '4d6d0bd71ffad0da4ba4f6d876d5eeb04e07480b',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/optimist/-/optimist-0.3.4.tgz' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved _shasum: '4d6d0bd71ffad0da4ba4f6d876d5eeb04e07480b',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/optimist/-/optimist-0.3.4.tgz',
[ERROR] npm sill install resolved _from: 'optimist@0.3.4',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/substack/node-optimist/issues' },
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/substack/node-optimist' },
[ERROR] npm sill install resolved { name: 'request',
[ERROR] npm sill install resolved description: 'Simplified HTTP request client.',
[ERROR] npm sill install resolved tags: [ 'http', 'simple', 'util', 'utility' ],
[ERROR] npm sill install resolved version: '2.11.4',
[ERROR] npm sill install resolved author: { name: 'Mikeal Rogers', email: 'mikeal.rogers@gmail.com' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/mikeal/request.git' },
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/mikeal/request/issues' },
[ERROR] npm sill install resolved engines: [ 'node >= 0.3.6' ],
[ERROR] npm sill install resolved main: './main',
[ERROR] npm sill install resolved dependencies: { 'form-data': '~0.0.3', mime: '~1.2.7' },
[ERROR] npm sill install resolved bundleDependencies: [ 'form-data', 'mime' ],
[ERROR] npm sill install resolved scripts: { test: 'node tests/run.js' },
[ERROR] npm sill install resolved _npmUser: { name: 'mikeal', email: 'mikeal.rogers@gmail.com' },
[ERROR] npm sill install resolved _id: 'request@2.11.4',
[ERROR] npm sill install resolved devDependencies: {},
[ERROR] npm sill install resolved optionalDependencies: {},
[ERROR] npm sill install resolved _engineSupported: true,
[ERROR] npm sill install resolved _npmVersion: '1.1.24',
[ERROR] npm sill install resolved _nodeVersion: 'v0.8.1',
[ERROR] npm sill install resolved _defaultsLoaded: true,
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '6347d7d44e52dc588108cc1ce5cee975fc8926de',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/request/-/request-2.11.4.tgz' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '6347d7d44e52dc588108cc1ce5cee975fc8926de',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/request/-/request-2.11.4.tgz',
[ERROR] npm sill install resolved _from: 'request@2.11.4',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/mikeal/request' },
[ERROR] npm sill install resolved { name: 'debug',
[ERROR] npm sill install resolved version: '0.7.4',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
[ERROR] npm sill install resolved description: 'small debugging utility',
[ERROR] npm sill install resolved keywords: [ 'debug', 'log', 'debugger' ],
[ERROR] npm sill install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved main: 'lib/debug.js',
[ERROR] npm sill install resolved browser: './debug.js',
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved files: [ 'lib/debug.js', 'debug.js', 'index.js' ],
[ERROR] npm sill install resolved component: { scripts: [Object] },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/visionmedia/debug',
[ERROR] npm sill install resolved _id: 'debug@0.7.4',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '06e1ea8082c2cb14e39806e22e2f6f757f92af39',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/debug/-/debug-0.7.4.tgz' },
[ERROR] npm sill install resolved _from: 'debug@0.7.4',
[ERROR] npm sill install resolved _npmVersion: '1.3.13',
[ERROR] npm sill install resolved _npmUser: { name: 'tjholowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '06e1ea8082c2cb14e39806e22e2f6f757f92af39',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/debug/-/debug-0.7.4.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install optimist@0.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm info install request@2.11.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm info install debug@0.7.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm info installOne optimist@0.3.4
[ERROR] npm verb installOne of optimist to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel not in flight; installing
[ERROR] npm info installOne request@2.11.4
[ERROR] npm verb installOne of request to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel not in flight; installing
[ERROR] npm info installOne debug@0.7.4
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel not in flight; installing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.9.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\chalk\0.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.underscore.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.underscore.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/scopes/scope_settings.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/scopes/scope_settings.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/vcs.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/vcs.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/node-http-proxy/http-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/node-http-proxy/http-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/node-http-proxy/proxy-table.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/node-http-proxy/proxy-table.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill prepareForInstallMany adding anymatch@^1.1.0 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding arrify@^1.0.0 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding async-each@^0.1.5 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding glob-parent@^1.0.0 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding is-binary-path@^1.0.0 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding is-glob@^1.1.3 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding readdirp@^1.3.0 from chokidar dependencies
[ERROR] npm sill prepareForInstallMany adding fsevents@^0.3.1 from chokidar dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/source-node.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/source-node.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/source-map/util.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/source-map/util.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
[ERROR] npm sill addNameRange number 2 { name: 'graceful-readlink', range: '>=1.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'graceful-readlink', [ '1.0.0', '1.0.1' ] ]
[ERROR] npm sill addNamed graceful-readlink@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for graceful-readlink
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.2.1\package\package.json written
[ERROR] npm sill install resolved [ { name: 'lodash',
[ERROR] npm sill install resolved version: '2.2.1',
[ERROR] npm sill install resolved description: 'A utility library delivering consistency, customization, performance, & extras.',
[ERROR] npm sill install resolved homepage: 'http://lodash.com/',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved main: 'dist/lodash.js',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'amd',
[ERROR] npm sill install resolved 'browser',
[ERROR] npm sill install resolved 'client',
[ERROR] npm sill install resolved 'customize',
[ERROR] npm sill install resolved 'functional',
[ERROR] npm sill install resolved 'server',
[ERROR] npm sill install resolved 'util' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'John-David Dalton',
[ERROR] npm sill install resolved email: 'john.david.dalton@gmail.com',
[ERROR] npm sill install resolved url: 'http://allyoucanleet.com/' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/lodash/lodash/issues' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git+https://github.com/lodash/lodash.git' },
[ERROR] npm sill install resolved engines: [ 'node', 'rhino' ],
[ERROR] npm sill install resolved files:
[ERROR] npm sill install resolved [ 'LICENSE.txt',
[ERROR] npm sill install resolved 'lodash.js',
[ERROR] npm sill install resolved 'dist/lodash.js',
[ERROR] npm sill install resolved 'dist/lodash.min.js',
[ERROR] npm sill install resolved 'dist/lodash.compat.js',
[ERROR] npm sill install resolved 'dist/lodash.compat.min.js',
[ERROR] npm sill install resolved 'dist/lodash.underscore.js',
[ERROR] npm sill install resolved 'dist/lodash.underscore.min.js' ],
[ERROR] npm sill install resolved jam: { main: 'dist/lodash.compat.js', include: [Object] },
[ERROR] npm sill install resolved volo: { type: 'directory', ignore: [Object] },
[ERROR] npm sill install resolved _id: 'lodash@2.2.1',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'ca935fd14ab3c0c872abacf198b9cda501440867',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz' },
[ERROR] npm sill install resolved _from: 'lodash@>=2.2.1 <2.3.0',
[ERROR] npm sill install resolved _npmVersion: '1.3.11',
[ERROR] npm sill install resolved _npmUser: { name: 'jdalton', email: 'john.david.dalton@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: 'ca935fd14ab3c0c872abacf198b9cda501440867',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/lodash/-/lodash-2.2.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install lodash@2.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm info installOne lodash@2.2.1
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\optimist-a5f344081dc3f4a2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-b139e534e46eef9f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\request-c8ceec1c59c44fd1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/csrf.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/static.js
[ERROR] npm sill install write writing optimist 0.3.4 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm sill install write writing debug 0.7.4 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm sill install write writing request 2.11.4 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Makefile
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm info preinstall mime@1.2.11
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 493, 511 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-7da1eba7ea31895d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .idea/workspace.xml
[ERROR] npm sill gunzTarPerm modified mode [ '.idea/workspace.xml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry HISTORY.md
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime\package.json
[ERROR] npm sill install write writing lodash 2.2.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm sill cache add args [ 'anymatch@^1.1.0', null ]
[ERROR] npm verb cache add spec anymatch@^1.1.0
[ERROR] npm sill cache add parsed spec { raw: 'anymatch@^1.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'anymatch',
[ERROR] npm sill cache add rawSpec: '^1.1.0',
[ERROR] npm sill cache add spec: '>=1.1.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed anymatch@>=1.1.0 <2.0.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for anymatch
[ERROR] npm sill addNameRange { name: 'anymatch', range: '>=1.1.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name anymatch
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/anymatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/anymatch not in flight; fetching
[ERROR] npm sill cache add args [ 'arrify@^1.0.0', null ]
[ERROR] npm verb cache add spec arrify@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'arrify@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'arrify',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed arrify@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for arrify
[ERROR] npm sill addNameRange { name: 'arrify', range: '>=1.0.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name arrify
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/arrify
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/arrify not in flight; fetching
[ERROR] npm sill cache add args [ 'async-each@^0.1.5', null ]
[ERROR] npm verb cache add spec async-each@^0.1.5
[ERROR] npm sill cache add parsed spec { raw: 'async-each@^0.1.5',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'async-each',
[ERROR] npm sill cache add rawSpec: '^0.1.5',
[ERROR] npm sill cache add spec: '>=0.1.5 <0.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed async-each@>=0.1.5 <0.2.0
[ERROR] npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for async-each
[ERROR] npm sill addNameRange { name: 'async-each', range: '>=0.1.5 <0.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name async-each
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/async-each
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/async-each not in flight; fetching
[ERROR] npm sill cache add args [ 'glob-parent@^1.0.0', null ]
[ERROR] npm verb cache add spec glob-parent@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'glob-parent@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'glob-parent',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed glob-parent@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for glob-parent
[ERROR] npm sill addNameRange { name: 'glob-parent', range: '>=1.0.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name glob-parent
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/glob-parent
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob-parent not in flight; fetching
[ERROR] npm sill cache add args [ 'is-binary-path@^1.0.0', null ]
[ERROR] npm verb cache add spec is-binary-path@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'is-binary-path@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'is-binary-path',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed is-binary-path@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-binary-path
[ERROR] npm sill addNameRange { name: 'is-binary-path',
[ERROR] npm sill addNameRange range: '>=1.0.0 <2.0.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name is-binary-path
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/is-binary-path
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-binary-path not in flight; fetching
[ERROR] npm sill cache add args [ 'is-glob@^1.1.3', null ]
[ERROR] npm verb cache add spec is-glob@^1.1.3
[ERROR] npm sill cache add parsed spec { raw: 'is-glob@^1.1.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'is-glob',
[ERROR] npm sill cache add rawSpec: '^1.1.3',
[ERROR] npm sill cache add spec: '>=1.1.3 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed is-glob@>=1.1.3 <2.0.0
[ERROR] npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for is-glob
[ERROR] npm sill addNameRange { name: 'is-glob', range: '>=1.1.3 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name is-glob
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/is-glob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-glob not in flight; fetching
[ERROR] npm sill cache add args [ 'readdirp@^1.3.0', null ]
[ERROR] npm verb cache add spec readdirp@^1.3.0
[ERROR] npm sill cache add parsed spec { raw: 'readdirp@^1.3.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'readdirp',
[ERROR] npm sill cache add rawSpec: '^1.3.0',
[ERROR] npm sill cache add spec: '>=1.3.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed readdirp@>=1.3.0 <2.0.0
[ERROR] npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for readdirp
[ERROR] npm sill addNameRange { name: 'readdirp', range: '>=1.3.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name readdirp
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/readdirp
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/readdirp not in flight; fetching
[ERROR] npm sill cache add args [ 'fsevents@^0.3.1', null ]
[ERROR] npm verb cache add spec fsevents@^0.3.1
[ERROR] npm sill cache add parsed spec { raw: 'fsevents@^0.3.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'fsevents',
[ERROR] npm sill cache add rawSpec: '^0.3.1',
[ERROR] npm sill cache add spec: '>=0.3.1 <0.4.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed fsevents@>=0.3.1 <0.4.0
[ERROR] npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for fsevents
[ERROR] npm sill addNameRange { name: 'fsevents', range: '>=0.3.1 <0.4.0', hasData: false }
[ERROR] npm sill mapToRegistry name fsevents
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/fsevents
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/fsevents not in flight; fetching
[ERROR] npm sill cache afterAdd graceful-readlink@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/streams/DateRollingFileStream.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/streams/DateRollingFileStream.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/streams/RollingFileStream.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/streams/RollingFileStream.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.underscore.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.underscore.min.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 493, 511 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\package.json
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm sill gunzTarPerm extractEntry lib/node-http-proxy/routing-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/node-http-proxy/routing-proxy.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/examples-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/examples-test.js', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\request\2.11.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm sill gunzTarPerm extractEntry HISTORY.md
[ERROR] npm sill gunzTarPerm extractEntry component.json
[ERROR] npm sill gunzTarPerm modified mode [ 'component.json', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb request uri http://registry.npmjs.org/arrify
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "BXYHPOI9IHS1P3II19IZE7UUJ"
[ERROR] npm http request GET http://registry.npmjs.org/arrify
[ERROR] npm verb request uri http://registry.npmjs.org/async-each
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "ABDLI5FGSK8XH9LWD9GMIPOP"
[ERROR] npm http request GET http://registry.npmjs.org/async-each
[ERROR] npm verb request uri http://registry.npmjs.org/glob-parent
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "C62PMYBW8OPIF507SK2JEO0Z9"
[ERROR] npm http request GET http://registry.npmjs.org/glob-parent
[ERROR] npm verb request uri http://registry.npmjs.org/anymatch
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "5R3DCPOHUNDR6VRO0L1UR0GPZ"
[ERROR] npm http request GET http://registry.npmjs.org/anymatch
[ERROR] npm verb request uri http://registry.npmjs.org/is-glob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "7TO2DKN48JERR27D39XUUW8YD"
[ERROR] npm http request GET http://registry.npmjs.org/is-glob
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm verb request uri http://registry.npmjs.org/readdirp
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "EODP6K3WYQPKF9FNP8RONAJ5X"
[ERROR] npm http request GET http://registry.npmjs.org/readdirp
[ERROR] npm verb request uri http://registry.npmjs.org/fsevents
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "4AG3XH5PWA57L453S6H9ZZSIL"
[ERROR] npm http request GET http://registry.npmjs.org/fsevents
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb request uri http://registry.npmjs.org/is-binary-path
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:57 PM
[ERROR] npm verb etag "EZBQQAO3HZF4A5AYXUCAOCA88"
[ERROR] npm http request GET http://registry.npmjs.org/is-binary-path
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package\package.json written
[ERROR] npm sill install resolved [ { name: 'graceful-readlink',
[ERROR] npm sill install resolved version: '1.0.1',
[ERROR] npm sill install resolved description: 'graceful fs.readlink',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/zhiyelee/graceful-readlink.git' },
[ERROR] npm sill install resolved homepage: 'https://github.com/zhiyelee/graceful-readlink',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/zhiyelee/graceful-readlink/issues' },
[ERROR] npm sill install resolved keywords: [ 'fs.readlink', 'readlink' ],
[ERROR] npm sill install resolved author: { name: 'zhiyelee' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved scripts: { test: 'echo "Error: no test specified" && exit 1' },
[ERROR] npm sill install resolved gitHead: 'f6655275bebef706fb63fd01b5f062a7052419a5',
[ERROR] npm sill install resolved _id: 'graceful-readlink@1.0.1',
[ERROR] npm sill install resolved _shasum: '4cafad76bc62f02fa039b2f94e9a3dd3a391a725',
[ERROR] npm sill install resolved _from: 'graceful-readlink@>=1.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.17',
[ERROR] npm sill install resolved _nodeVersion: '0.11.14',
[ERROR] npm sill install resolved _npmUser: { name: 'zhiyelee', email: 'zhiyelee@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '4cafad76bc62f02fa039b2f94e9a3dd3a391a725',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install graceful-readlink@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm info installOne graceful-readlink@1.0.1
[ERROR] npm verb installOne of graceful-readlink to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry collection.js
[ERROR] npm sill gunzTarPerm modified mode [ 'collection.js', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm info preinstall minimatch@0.2.14
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry lang.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lang.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry math.js
[ERROR] npm sill gunzTarPerm modified mode [ 'math.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-readlink-8c45d57948bdcdeb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm sill gunzTarPerm extractEntry LICENSE-MIT
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE-MIT', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/socket.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/socket.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/
[ERROR] npm sill gunzTarPerm modified mode [ 'example/', 493, 511 ]
[ERROR] npm sill install write writing graceful-readlink 1.0.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test.js', 420, 438 ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/cookieSession.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/staticCache.js
[ERROR] npm sill gunzTarPerm extractEntry lib/streams/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/streams/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/websocket/hybi-16.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/websocket/hybi-16.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/common.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/common.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/line_count_options.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/line_count_options.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/boolean_single.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/boolean_single.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/short.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/short.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/http-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/http-proxy.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding lru-cache@2 from minimatch dependencies
[ERROR] npm sill prepareForInstallMany adding sigmund@~1.0.0 from minimatch dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\package.json
[ERROR] npm sill gunzTarPerm extractEntry debug.js
[ERROR] npm sill gunzTarPerm modified mode [ 'debug.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm sill gunzTarPerm extractEntry lib/emitter.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/emitter.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/events.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/events.js', 420, 438 ]
[ERROR] npm info linkStuff mime@1.2.11
[ERROR] npm sill linkStuff mime@1.2.11 has C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules as its parent node_modules
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist\package.json
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lodash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lodash.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry number.js
[ERROR] npm sill gunzTarPerm modified mode [ 'number.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry object.js
[ERROR] npm sill gunzTarPerm modified mode [ 'object.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry chain.js
[ERROR] npm sill gunzTarPerm modified mode [ 'chain.js', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry example/string.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/string.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/boolean_double.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/boolean_double.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/levels-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/levels-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/fileSyncAppender-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fileSyncAppender-test.js', 493, 511 ]
[ERROR] npm verb linkBins mime@1.2.11
[ERROR] npm verb linkMans mime@1.2.11
[ERROR] npm verb rebuildBundles mime@1.2.11
[ERROR] npm sill cache add args [ 'lru-cache@2', null ]
[ERROR] npm verb cache add spec lru-cache@2
[ERROR] npm sill cache add parsed spec { raw: 'lru-cache@2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'lru-cache',
[ERROR] npm sill cache add rawSpec: '2',
[ERROR] npm sill cache add spec: '>=2.0.0 <3.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed lru-cache@>=2.0.0 <3.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
[ERROR] npm sill addNameRange { name: 'lru-cache', range: '>=2.0.0 <3.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name lru-cache
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/lru-cache
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
[ERROR] npm sill cache add args [ 'sigmund@~1.0.0', null ]
[ERROR] npm verb cache add spec sigmund@~1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'sigmund@~1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'sigmund',
[ERROR] npm sill cache add rawSpec: '~1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <1.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed sigmund@>=1.0.0 <1.1.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
[ERROR] npm sill addNameRange { name: 'sigmund', range: '>=1.0.0 <1.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name sigmund
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/sigmund
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
[ERROR] npm info install mime@1.2.11
[ERROR] npm info preinstall minimist@1.1.1
[ERROR] npm sill gunzTarPerm extractEntry main.js
[ERROR] npm sill gunzTarPerm modified mode [ 'main.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/debug.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/debug.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.underscore.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.underscore.min.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/pummel/test-http-upload-timeout.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/pummel/test-http-upload-timeout.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/run
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/run', 493, 511 ]
[ERROR] npm info postinstall mime@1.2.11
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.clicks.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.clicks.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.forms.input.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.forms.input.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 436, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/lru-cache
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "197CKYFF5NUP293URJIZDAL6C"
[ERROR] npm http request GET http://registry.npmjs.org/lru-cache
[ERROR] npm verb request uri http://registry.npmjs.org/sigmund
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "31NK166XOLFBN32SCC6I419DH"
[ERROR] npm http request GET http://registry.npmjs.org/sigmund
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-1f3623451313eda2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm sill gunzTarPerm extractEntry build/assert-shim.js
[ERROR] npm sill gunzTarPerm modified mode [ 'build/assert-shim.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE.txt
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE.txt', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/divide.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/divide.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/nonopt.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/nonopt.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/transports/websocket/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/transports/websocket/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Makefile
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 436, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist\package.json
[ERROR] npm info preinstall socket.io@1.3.5
[ERROR] npm sill gunzTarPerm extractEntry lib/code-sync.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/code-sync.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.forms.submit.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.forms.submit.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/core/run-single
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/run-single', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-chunked.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-chunked.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/line_count.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/line_count.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/default_hash.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/default_hash.js', 420, 438 ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry bower.json
[ERROR] npm sill gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/cookieParser.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/timeout.js
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 436, 438 ]
[ERROR] npm sill prepareForInstallMany adding engine.io@1.5.1 from socket.io dependencies
[ERROR] npm sill prepareForInstallMany adding socket.io-parser@2.2.4 from socket.io dependencies
[ERROR] npm sill prepareForInstallMany adding socket.io-client@1.3.5 from socket.io dependencies
[ERROR] npm sill prepareForInstallMany adding socket.io-adapter@0.3.1 from socket.io dependencies
[ERROR] npm sill prepareForInstallMany adding has-binary-data@0.1.3 from socket.io dependencies
[ERROR] npm sill prepareForInstallMany adding debug@2.1.0 from socket.io dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\package.json
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/mini-require.js
[ERROR] npm sill gunzTarPerm modified mode [ 'build/mini-require.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/suffix-browser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'build/suffix-browser.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/test-prefix.js
[ERROR] npm sill gunzTarPerm modified mode [ 'build/test-prefix.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.forms.toggles.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.forms.toggles.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm info linkStuff minimist@1.1.1
[ERROR] npm sill linkStuff minimist@1.1.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm info preinstall utils-merge@1.0.0
[ERROR] npm sill gunzTarPerm extractEntry example/reflect.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/reflect.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/default_singles.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/default_singles.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\package.json
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 436, 438 ]
[ERROR] npm info preinstall portscanner@1.0.0
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-extra-response.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-extra-response.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-head-request.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-head-request.js', 420, 438 ]
[ERROR] npm info preinstall connect@3.3.5
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\package.json
[ERROR] npm sill cache add args [ 'debug@2.1.0', null ]
[ERROR] npm verb cache add spec debug@2.1.0
[ERROR] npm sill cache add parsed spec { raw: 'debug@2.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'debug',
[ERROR] npm sill cache add rawSpec: '2.1.0',
[ERROR] npm sill cache add spec: '2.1.0',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed debug@2.1.0
[ERROR] npm verb addNamed "2.1.0" is a plain semver version for debug
[ERROR] npm sill mapToRegistry name debug
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm sill cache add args [ 'engine.io@1.5.1', null ]
[ERROR] npm verb cache add spec engine.io@1.5.1
[ERROR] npm sill cache add parsed spec { raw: 'engine.io@1.5.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'engine.io',
[ERROR] npm sill cache add rawSpec: '1.5.1',
[ERROR] npm sill cache add spec: '1.5.1',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed engine.io@1.5.1
[ERROR] npm verb addNamed "1.5.1" is a plain semver version for engine.io
[ERROR] npm sill mapToRegistry name engine.io
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/engine.io
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/engine.io not in flight; fetching
[ERROR] npm sill cache add args [ 'socket.io-parser@2.2.4', null ]
[ERROR] npm verb cache add spec socket.io-parser@2.2.4
[ERROR] npm sill cache add parsed spec { raw: 'socket.io-parser@2.2.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'socket.io-parser',
[ERROR] npm sill cache add rawSpec: '2.2.4',
[ERROR] npm sill cache add spec: '2.2.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed socket.io-parser@2.2.4
[ERROR] npm verb addNamed "2.2.4" is a plain semver version for socket.io-parser
[ERROR] npm sill mapToRegistry name socket.io-parser
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/socket.io-parser
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
[ERROR] npm sill cache add args [ 'socket.io-client@1.3.5', null ]
[ERROR] npm verb cache add spec socket.io-client@1.3.5
[ERROR] npm sill cache add parsed spec { raw: 'socket.io-client@1.3.5',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'socket.io-client',
[ERROR] npm sill cache add rawSpec: '1.3.5',
[ERROR] npm sill cache add spec: '1.3.5',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed socket.io-client@1.3.5
[ERROR] npm verb addNamed "1.3.5" is a plain semver version for socket.io-client
[ERROR] npm sill mapToRegistry name socket.io-client
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/socket.io-client
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
[ERROR] npm sill cache add args [ 'socket.io-adapter@0.3.1', null ]
[ERROR] npm verb cache add spec socket.io-adapter@0.3.1
[ERROR] npm sill cache add parsed spec { raw: 'socket.io-adapter@0.3.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'socket.io-adapter',
[ERROR] npm sill cache add rawSpec: '0.3.1',
[ERROR] npm sill cache add spec: '0.3.1',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed socket.io-adapter@0.3.1
[ERROR] npm verb addNamed "0.3.1" is a plain semver version for socket.io-adapter
[ERROR] npm sill mapToRegistry name socket.io-adapter
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/socket.io-adapter
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-adapter not in flight; fetching
[ERROR] npm sill cache add args [ 'has-binary-data@0.1.3', null ]
[ERROR] npm verb cache add spec has-binary-data@0.1.3
[ERROR] npm sill cache add parsed spec { raw: 'has-binary-data@0.1.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'has-binary-data',
[ERROR] npm sill cache add rawSpec: '0.1.3',
[ERROR] npm sill cache add spec: '0.1.3',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed has-binary-data@0.1.3
[ERROR] npm verb addNamed "0.1.3" is a plain semver version for has-binary-data
[ERROR] npm sill mapToRegistry name has-binary-data
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/has-binary-data
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/has-binary-data not in flight; fetching
[ERROR] npm verb linkBins minimist@1.1.1
[ERROR] npm verb linkMans minimist@1.1.1
[ERROR] npm verb rebuildBundles minimist@1.1.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/http-proxy/common.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/http-proxy/common.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/http-proxy/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/http-proxy/index.js', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm info install minimist@1.1.1
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.location.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.location.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.scroll.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.scroll.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/compress.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/urlencoded.js
[ERROR] npm sill gunzTarPerm extractEntry component.json
[ERROR] npm sill gunzTarPerm modified mode [ 'component.json', 420, 438 ]
[ERROR] npm info postinstall minimist@1.1.1
[ERROR] npm sill gunzTarPerm extractEntry uuid.js
[ERROR] npm sill gunzTarPerm modified mode [ 'uuid.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry oauth.js
[ERROR] npm sill gunzTarPerm modified mode [ 'oauth.js', 420, 438 ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm sill gunzTarPerm extractEntry example/usage-options.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/usage-options.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/bool.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/bool.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/gelfAppender-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/gelfAppender-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/global-log-level-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/global-log-level-test.js', 420, 438 ]
[ERROR] npm info preinstall gaze@0.5.1
[ERROR] npm info preinstall chalk@0.5.1
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/engine.io
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "9JPX9O0SF1OZB85KNUR5DP3LM"
[ERROR] npm http request GET http://registry.npmjs.org/engine.io
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io-client
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "5PATU4MO2KULCSW08JBABZ1OL"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io-client
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io-adapter
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "4RY3X0GRJJ3C0J2LF48APC0B2"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io-adapter
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "AUAWA5XBJL5DN0HIAPJM2EPPU"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io-parser
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.compat.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.compat.js', 420, 438 ]
[ERROR] npm verb request uri http://registry.npmjs.org/has-binary-data
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:58 PM
[ERROR] npm verb etag "CE5JOBAP2Y5B0IFJ6IIYIFS4O"
[ERROR] npm http request GET http://registry.npmjs.org/has-binary-data
[ERROR] npm info preinstall q@0.9.7
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\package.json
[ERROR] npm http 304 http://registry.npmjs.org/is-glob
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '26',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"7TO2DKN48JERR27D39XUUW8YD"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.546489,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/is-glob from cache
[ERROR] npm verb get saving is-glob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-glob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/async-each
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '0',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"ABDLI5FGSK8XH9LWD9GMIPOP"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.546364,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/async-each from cache
[ERROR] npm verb get saving async-each to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\async-each\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/arrify
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '0',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"BXYHPOI9IHS1P3II19IZE7UUJ"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.542796,VS0,VE12',
[ERROR] npm sill get 'x-served-by': 'cache-iad2134-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/arrify from cache
[ERROR] npm verb get saving arrify to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\arrify\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/glob-parent
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '1',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"C62PMYBW8OPIF507SK2JEO0Z9"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.545903,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2131-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/glob-parent from cache
[ERROR] npm verb get saving glob-parent to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob-parent\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimist-7d16c59ebd91dc80.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm sill prepareForInstallMany adding async@0.1.15 from portscanner dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\package.json
[ERROR] npm sill gunzTarPerm extractEntry string.js
[ERROR] npm sill gunzTarPerm modified mode [ 'string.js', 420, 438 ]
[ERROR] npm http 304 http://registry.npmjs.org/readdirp
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '1',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"EODP6K3WYQPKF9FNP8RONAJ5X"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.569973,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/readdirp from cache
[ERROR] npm verb get saving readdirp to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\readdirp\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/fsevents
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '50',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"4AG3XH5PWA57L453S6H9ZZSIL"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.556472,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2145-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/fsevents from cache
[ERROR] npm verb get saving fsevents to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\fsevents\.cache.json
[ERROR] npm sill prepareForInstallMany adding debug@~2.1.3 from connect dependencies
[ERROR] npm sill prepareForInstallMany adding finalhandler@0.3.4 from connect dependencies
[ERROR] npm sill prepareForInstallMany adding parseurl@~1.3.0 from connect dependencies
[ERROR] npm sill prepareForInstallMany adding utils-merge@1.0.0 from connect dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/client-shims.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/client-shims.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-head-response-has-no-body-end.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-head-response-has-no-body-end.js',
[ERROR] npm sill gunzTarPerm 420,
[ERROR] npm sill gunzTarPerm 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-eof-on-connect.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-eof-on-connect.js', 420, 438 ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/bodyParser.js
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/vhost.js
[ERROR] npm sill gunzTarPerm extractEntry lib/http-proxy/passes/web-incoming.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/http-proxy/passes/web-incoming.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/http-proxy/passes/web-outgoing.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/http-proxy/passes/web-outgoing.js', 420, 438 ]
[ERROR] npm sill cache afterAdd debug@2.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.0\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry example/xup.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/xup.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry example/line_count_wrap.js
[ERROR] npm sill gunzTarPerm modified mode [ 'example/line_count_wrap.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding ansi-styles@^1.1.0 from chalk dependencies
[ERROR] npm sill prepareForInstallMany adding escape-string-regexp@^1.0.0 from chalk dependencies
[ERROR] npm sill prepareForInstallMany adding has-ansi@^0.1.0 from chalk dependencies
[ERROR] npm sill prepareForInstallMany adding strip-ansi@^0.3.0 from chalk dependencies
[ERROR] npm sill prepareForInstallMany adding supports-color@^0.2.0 from chalk dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\package.json
[ERROR] npm sill prepareForInstallMany adding globule@~0.1.0 from gaze dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q\package.json
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm sill gunzTarPerm extractEntry test/fileAppender-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fileAppender-test.js', 420, 438 ]
[ERROR] npm sill cache add args [ 'async@0.1.15', null ]
[ERROR] npm verb cache add spec async@0.1.15
[ERROR] npm sill cache add parsed spec { raw: 'async@0.1.15',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'async',
[ERROR] npm sill cache add rawSpec: '0.1.15',
[ERROR] npm sill cache add spec: '0.1.15',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed async@0.1.15
[ERROR] npm verb addNamed "0.1.15" is a plain semver version for async
[ERROR] npm sill mapToRegistry name async
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/async
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
[ERROR] npm info preinstall parseurl@1.3.0
[ERROR] npm sill addNameRange number 2 { name: 'async-each', range: '>=0.1.5 <0.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'async-each',
[ERROR] npm sill addNameRange [ '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6' ] ]
[ERROR] npm sill addNamed async-each@0.1.6
[ERROR] npm verb addNamed "0.1.6" is a plain semver version for async-each
[ERROR] npm sill addNameRange number 2 { name: 'is-glob', range: '>=1.1.3 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'is-glob',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3' ] ]
[ERROR] npm sill addNamed is-glob@1.1.3
[ERROR] npm verb addNamed "1.1.3" is a plain semver version for is-glob
[ERROR] npm info linkStuff utils-merge@1.0.0
[ERROR] npm sill linkStuff utils-merge@1.0.0 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules as its parent node_modules
[ERROR] npm sill addNameRange number 2 { name: 'glob-parent', range: '>=1.0.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'glob-parent', [ '1.0.0', '1.1.0', '1.2.0' ] ]
[ERROR] npm sill addNamed glob-parent@1.2.0
[ERROR] npm verb addNamed "1.2.0" is a plain semver version for glob-parent
[ERROR] npm sill gunzTarPerm extractEntry test/categoryFilter-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/categoryFilter-test.js', 420, 438 ]
[ERROR] npm sill cache add args [ 'parseurl@~1.3.0', null ]
[ERROR] npm verb cache add spec parseurl@~1.3.0
[ERROR] npm sill cache add parsed spec { raw: 'parseurl@~1.3.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'parseurl',
[ERROR] npm sill cache add rawSpec: '~1.3.0',
[ERROR] npm sill cache add spec: '>=1.3.0 <1.4.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed parseurl@>=1.3.0 <1.4.0
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
[ERROR] npm sill addNameRange { name: 'parseurl', range: '>=1.3.0 <1.4.0', hasData: false }
[ERROR] npm sill mapToRegistry name parseurl
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/parseurl
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
[ERROR] npm sill cache add args [ 'utils-merge@1.0.0', null ]
[ERROR] npm verb cache add spec utils-merge@1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'utils-merge@1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'utils-merge',
[ERROR] npm sill cache add rawSpec: '1.0.0',
[ERROR] npm sill cache add spec: '1.0.0',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed utils-merge@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for utils-merge
[ERROR] npm sill mapToRegistry name utils-merge
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/utils-merge
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
[ERROR] npm sill cache add args [ 'debug@~2.1.3', null ]
[ERROR] npm verb cache add spec debug@~2.1.3
[ERROR] npm sill cache add parsed spec { raw: 'debug@~2.1.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'debug',
[ERROR] npm sill cache add rawSpec: '~2.1.3',
[ERROR] npm sill cache add spec: '>=2.1.3 <2.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed debug@>=2.1.3 <2.2.0
[ERROR] npm verb addNamed ">=2.1.3 <2.2.0" is a valid semver range for debug
[ERROR] npm sill addNameRange { name: 'debug', range: '>=2.1.3 <2.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name debug
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm sill cache add args [ 'finalhandler@0.3.4', null ]
[ERROR] npm verb cache add spec finalhandler@0.3.4
[ERROR] npm sill cache add parsed spec { raw: 'finalhandler@0.3.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'finalhandler',
[ERROR] npm sill cache add rawSpec: '0.3.4',
[ERROR] npm sill cache add spec: '0.3.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed finalhandler@0.3.4
[ERROR] npm verb addNamed "0.3.4" is a plain semver version for finalhandler
[ERROR] npm sill mapToRegistry name finalhandler
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/finalhandler
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
[ERROR] npm http 304 http://registry.npmjs.org/anymatch
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '0',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get etag: '"5R3DCPOHUNDR6VRO0L1UR0GPZ"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847178.554754,VS0,VE354',
[ERROR] npm sill get 'x-served-by': 'cache-iad2122-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:58 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/anymatch from cache
[ERROR] npm verb get saving anymatch to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\anymatch\.cache.json
[ERROR] npm sill addNameRange number 2 { name: 'fsevents', range: '>=0.3.1 <0.4.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'fsevents',
[ERROR] npm sill addNameRange [ '0.1.1',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.1.5',
[ERROR] npm sill addNameRange '0.1.6',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.3.4',
[ERROR] npm sill addNameRange '0.3.5',
[ERROR] npm sill addNameRange '0.3.6' ] ]
[ERROR] npm sill addNamed fsevents@0.3.6
[ERROR] npm verb addNamed "0.3.6" is a plain semver version for fsevents
[ERROR] npm sill addNameRange number 2 { name: 'readdirp', range: '>=1.3.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'readdirp',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.1.3',
[ERROR] npm sill addNameRange '0.1.4',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.2.3',
[ERROR] npm sill addNameRange '0.2.4',
[ERROR] npm sill addNameRange '0.2.5',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.3.1',
[ERROR] npm sill addNameRange '0.3.2',
[ERROR] npm sill addNameRange '0.3.3',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.3.0' ] ]
[ERROR] npm sill addNamed readdirp@1.3.0
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for readdirp
[ERROR] npm sill addNameRange number 2 { name: 'arrify', range: '>=1.0.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'arrify', [ '1.0.0' ] ]
[ERROR] npm sill addNamed arrify@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for arrify
[ERROR] npm sill gunzTarPerm extractEntry lib/http-proxy/passes/ws-incoming.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/http-proxy/passes/ws-incoming.js', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.0\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/lru-cache
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '33',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"197CKYFF5NUP293URJIZDAL6C"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.035528,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2122-IAD',
[ERROR] npm sill get 'x-cache-hits': '4',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:28 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/lru-cache from cache
[ERROR] npm verb get saving lru-cache to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\lru-cache\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/is-binary-path
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '7',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"EZBQQAO3HZF4A5AYXUCAOCA88"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.039036,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:51 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/is-binary-path from cache
[ERROR] npm verb get saving is-binary-path to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-binary-path\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/sigmund
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '21',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"31NK166XOLFBN32SCC6I419DH"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.039677,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2142-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:41 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/sigmund from cache
[ERROR] npm verb get saving sigmund to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\sigmund\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl\package.json
[ERROR] npm sill gunzTarPerm extractEntry lib/browser.utils.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/browser.utils.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/notify.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/notify.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/middleware/logger.js
[ERROR] npm sill gunzTarPerm extractEntry lib/public/favicon.ico
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm sill linkStuff escape-html@1.0.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules as its parent node_modules
[ERROR] npm verb request uri http://registry.npmjs.org/async
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:59 PM
[ERROR] npm verb etag "2SVBWIXHE3K3WW5EZDD8KV76B"
[ERROR] npm http request GET http://registry.npmjs.org/async
[ERROR] npm sill cache add args [ 'globule@~0.1.0', null ]
[ERROR] npm verb cache add spec globule@~0.1.0
[ERROR] npm sill cache add parsed spec { raw: 'globule@~0.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'globule',
[ERROR] npm sill cache add rawSpec: '~0.1.0',
[ERROR] npm sill cache add spec: '>=0.1.0 <0.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed globule@>=0.1.0 <0.2.0
[ERROR] npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for globule
[ERROR] npm sill addNameRange { name: 'globule', range: '>=0.1.0 <0.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name globule
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/globule
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/globule not in flight; fetching
[ERROR] npm sill cache add args [ 'ansi-styles@^1.1.0', null ]
[ERROR] npm verb cache add spec ansi-styles@^1.1.0
[ERROR] npm sill cache add parsed spec { raw: 'ansi-styles@^1.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'ansi-styles',
[ERROR] npm sill cache add rawSpec: '^1.1.0',
[ERROR] npm sill cache add spec: '>=1.1.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed ansi-styles@>=1.1.0 <2.0.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
[ERROR] npm sill addNameRange { name: 'ansi-styles', range: '>=1.1.0 <2.0.0', hasData: false }
[ERROR] npm sill mapToRegistry name ansi-styles
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/ansi-styles
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
[ERROR] npm sill cache add args [ 'escape-string-regexp@^1.0.0', null ]
[ERROR] npm verb cache add spec escape-string-regexp@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'escape-string-regexp@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'escape-string-regexp',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed escape-string-regexp@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for escape-string-regexp
[ERROR] npm sill addNameRange { name: 'escape-string-regexp',
[ERROR] npm sill addNameRange range: '>=1.0.0 <2.0.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name escape-string-regexp
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/escape-string-regexp
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/escape-string-regexp not in flight; fetching
[ERROR] npm sill cache add args [ 'has-ansi@^0.1.0', null ]
[ERROR] npm verb cache add spec has-ansi@^0.1.0
[ERROR] npm sill cache add parsed spec { raw: 'has-ansi@^0.1.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'has-ansi',
[ERROR] npm sill cache add rawSpec: '^0.1.0',
[ERROR] npm sill cache add spec: '>=0.1.0 <0.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed has-ansi@>=0.1.0 <0.2.0
[ERROR] npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
[ERROR] npm sill addNameRange { name: 'has-ansi', range: '>=0.1.0 <0.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name has-ansi
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/has-ansi
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
[ERROR] npm sill cache add args [ 'strip-ansi@^0.3.0', null ]
[ERROR] npm verb cache add spec strip-ansi@^0.3.0
[ERROR] npm sill cache add parsed spec { raw: 'strip-ansi@^0.3.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'strip-ansi',
[ERROR] npm sill cache add rawSpec: '^0.3.0',
[ERROR] npm sill cache add spec: '>=0.3.0 <0.4.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed strip-ansi@>=0.3.0 <0.4.0
[ERROR] npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
[ERROR] npm sill addNameRange { name: 'strip-ansi', range: '>=0.3.0 <0.4.0', hasData: false }
[ERROR] npm sill mapToRegistry name strip-ansi
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/strip-ansi
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
[ERROR] npm sill cache add args [ 'supports-color@^0.2.0', null ]
[ERROR] npm verb cache add spec supports-color@^0.2.0
[ERROR] npm sill cache add parsed spec { raw: 'supports-color@^0.2.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'supports-color',
[ERROR] npm sill cache add rawSpec: '^0.2.0',
[ERROR] npm sill cache add spec: '>=0.2.0 <0.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed supports-color@>=0.2.0 <0.3.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
[ERROR] npm sill addNameRange { name: 'supports-color',
[ERROR] npm sill addNameRange range: '>=0.2.0 <0.3.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name supports-color
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/supports-color
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
[ERROR] npm verb linkBins utils-merge@1.0.0
[ERROR] npm verb linkMans utils-merge@1.0.0
[ERROR] npm verb rebuildBundles utils-merge@1.0.0
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb get http://registry.npmjs.org/parseurl not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'parseurl', range: '>=1.3.0 <1.4.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'parseurl',
[ERROR] npm sill addNameRange [ '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '1.1.2',
[ERROR] npm sill addNameRange '1.1.3',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.3.0' ] ]
[ERROR] npm sill addNamed parseurl@1.3.0
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for parseurl
[ERROR] npm verb get http://registry.npmjs.org/utils-merge not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/finalhandler
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:32:59 PM
[ERROR] npm verb etag "D9MYCMJFH4NN09Y8XGX7BU11P"
[ERROR] npm http request GET http://registry.npmjs.org/finalhandler
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'debug', range: '>=2.1.3 <2.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'debug',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '2.1.3' ] ]
[ERROR] npm sill addNamed debug@2.1.3
[ERROR] npm verb addNamed "2.1.3" is a plain semver version for debug
[ERROR] npm http 304 http://registry.npmjs.org/socket.io-adapter
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '58',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"4RY3X0GRJJ3C0J2LF48APC0B2"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.721180,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2121-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/socket.io-adapter from cache
[ERROR] npm verb get saving socket.io-adapter to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io-adapter\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/socket.io-parser
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '58',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"AUAWA5XBJL5DN0HIAPJM2EPPU"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.724470,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2135-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/socket.io-parser from cache
[ERROR] npm verb get saving socket.io-parser to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io-parser\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/has-binary-data
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '58',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"CE5JOBAP2Y5B0IFJ6IIYIFS4O"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.725661,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2145-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/has-binary-data from cache
[ERROR] npm verb get saving has-binary-data to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\has-binary-data\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/socket.io-client
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '50',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"5PATU4MO2KULCSW08JBABZ1OL"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.738013,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2132-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/socket.io-client from cache
[ERROR] npm verb get saving socket.io-client to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io-client\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/engine.io
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '58',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"9JPX9O0SF1OZB85KNUR5DP3LM"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.738623,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2147-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/engine.io from cache
[ERROR] npm verb get saving engine.io to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\engine.io\.cache.json
[ERROR] npm sill cache afterAdd async-each@0.1.6
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async-each\0.1.6\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd is-glob@1.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-glob\1.1.3\package\package.json not in flight; writing
[ERROR] npm info install utils-merge@1.0.0
[ERROR] npm sill cache afterAdd glob-parent@1.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-parent\1.2.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd fsevents@0.3.6
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fsevents\0.3.6\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd readdirp@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readdirp\1.3.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd arrify@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arrify\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl\package.json
[ERROR] npm info postinstall utils-merge@1.0.0
[ERROR] npm http 304 http://registry.npmjs.org/async
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '59',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:32:59 GMT',
[ERROR] npm sill get etag: '"2SVBWIXHE3K3WW5EZDD8KV76B"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847179.958211,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2144-IAD',
[ERROR] npm sill get 'x-cache-hits': '7',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:31 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/async from cache
[ERROR] npm verb get saving async to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\async\.cache.json
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-host-headers.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-host-headers.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-many-keep-alive-connections.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-many-keep-alive-connections.js',
[ERROR] npm sill gunzTarPerm 420,
[ERROR] npm sill gunzTarPerm 438 ]
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm sill addNameRange number 2 { name: 'anymatch', range: '>=1.1.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'anymatch',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.2.0',
[ERROR] npm sill addNameRange '1.2.1',
[ERROR] npm sill addNameRange '1.3.0' ] ]
[ERROR] npm sill addNamed anymatch@1.3.0
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for anymatch
[ERROR] npm verb request uri http://registry.npmjs.org/globule
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:00 PM
[ERROR] npm verb etag "4MRHUL3PZOWAT3TXB1JGH9YUM"
[ERROR] npm http request GET http://registry.npmjs.org/globule
[ERROR] npm verb request uri http://registry.npmjs.org/escape-string-regexp
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:00 PM
[ERROR] npm verb etag "3MH82UYHNQXDML9K2XGNGQDOS"
[ERROR] npm http request GET http://registry.npmjs.org/escape-string-regexp
[ERROR] npm verb request uri http://registry.npmjs.org/strip-ansi
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:00 PM
[ERROR] npm verb etag "9D9S1Y0BBQD36UMUV9U38ZKG1"
[ERROR] npm http request GET http://registry.npmjs.org/strip-ansi
[ERROR] npm verb request uri http://registry.npmjs.org/has-ansi
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:00 PM
[ERROR] npm verb etag "E4845616HRC12WMH43M936NTT"
[ERROR] npm http request GET http://registry.npmjs.org/has-ansi
[ERROR] npm verb request uri http://registry.npmjs.org/ansi-styles
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:00 PM
[ERROR] npm verb etag "9O45NVZEP528XJ58TZ8A6DMA0"
[ERROR] npm http request GET http://registry.npmjs.org/ansi-styles
[ERROR] npm sill addNameRange number 2 { name: 'is-binary-path',
[ERROR] npm sill addNameRange range: '>=1.0.0 <2.0.0',
[ERROR] npm sill addNameRange hasData: true }
[ERROR] npm sill addNameRange versions [ 'is-binary-path', [ '1.0.0' ] ]
[ERROR] npm sill addNamed is-binary-path@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for is-binary-path
[ERROR] npm sill addNameRange number 2 { name: 'sigmund', range: '>=1.0.0 <1.1.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'sigmund', [ '1.0.0' ] ]
[ERROR] npm sill addNamed sigmund@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for sigmund
[ERROR] npm sill addNameRange number 2 { name: 'lru-cache', range: '>=2.0.0 <3.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'lru-cache',
[ERROR] npm sill addNameRange [ '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '1.0.5',
[ERROR] npm sill addNameRange '1.0.6',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1',
[ERROR] npm sill addNameRange '2.0.2',
[ERROR] npm sill addNameRange '2.0.3',
[ERROR] npm sill addNameRange '2.0.4',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.2.0',
[ERROR] npm sill addNameRange '2.2.1',
[ERROR] npm sill addNameRange '2.2.2',
[ERROR] npm sill addNameRange '2.2.4',
[ERROR] npm sill addNameRange '2.3.0',
[ERROR] npm sill addNameRange '2.3.1',
[ERROR] npm sill addNameRange '2.5.0',
[ERROR] npm sill addNameRange '2.5.1',
[ERROR] npm sill addNameRange '2.5.2',
[ERROR] npm sill addNameRange '2.6.0',
[ERROR] npm sill addNameRange '2.6.1',
[ERROR] npm sill addNameRange '2.6.2' ] ]
[ERROR] npm sill addNamed lru-cache@2.6.2
[ERROR] npm verb addNamed "2.6.2" is a plain semver version for lru-cache
[ERROR] npm verb request uri http://registry.npmjs.org/supports-color
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:00 PM
[ERROR] npm verb etag "4SHNAEHD19S3VGADXSKO905S7"
[ERROR] npm http request GET http://registry.npmjs.org/supports-color
[ERROR] npm sill gunzTarPerm extractEntry lib/browser-sync.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/browser-sync.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/ghostmode.forms.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/ghostmode.forms.js', 420, 438 ]
[ERROR] npm info linkStuff q@0.9.7
[ERROR] npm sill linkStuff q@0.9.7 has C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules as its parent node_modules
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm sill gunzTarPerm extractEntry test/
[ERROR] npm sill gunzTarPerm modified mode [ 'test/', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry test/_/
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_/', 493, 511 ]
[ERROR] npm http 304 http://registry.npmjs.org/finalhandler
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '19',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"D9MYCMJFH4NN09Y8XGX7BU11P"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.104784,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2141-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:50 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/finalhandler from cache
[ERROR] npm verb get saving finalhandler to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\finalhandler\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async-each\0.1.6\package\package.json written
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-966d11e983e49018.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm sill cache afterAdd parseurl@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd utils-merge@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-glob\1.1.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-parent\1.2.0\package\package.json written
[ERROR] npm sill cache afterAdd debug@2.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readdirp\1.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fsevents\0.3.6\package\package.json written
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arrify\1.0.0\package\package.json written
[ERROR] npm sill gunzTarPerm extractEntry support/docs.js
[ERROR] npm sill gunzTarPerm extractEntry support/docs.jade
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm sill gunzTarPerm extractEntry build/test-suffix.js
[ERROR] npm sill gunzTarPerm modified mode [ 'build/test-suffix.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry forever.js
[ERROR] npm sill gunzTarPerm modified mode [ 'forever.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry tunnel.js
[ERROR] npm sill gunzTarPerm modified mode [ 'tunnel.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry aws.js
[ERROR] npm sill gunzTarPerm modified mode [ 'aws.js', 420, 438 ]
[ERROR] npm verb linkBins q@0.9.7
[ERROR] npm verb linkMans q@0.9.7
[ERROR] npm verb rebuildBundles q@0.9.7
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-e95b2a57a30c91ea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm sill cache afterAdd lru-cache@2.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd is-binary-path@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-binary-path\1.0.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd anymatch@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\anymatch\1.3.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd sigmund@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry lib/.jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/.jshintrc', 420, 438 ]
[ERROR] npm info install q@0.9.7
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json written
[ERROR] npm sill gunzTarPerm extractEntry test/_/bin.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_/bin.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry test/_/argv.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_/argv.js', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json written
[ERROR] npm info postinstall q@0.9.7
[ERROR] npm info linkStuff parseurl@1.3.0
[ERROR] npm sill linkStuff parseurl@1.3.0 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules as its parent node_modules
[ERROR] npm sill cache afterAdd socket.io-adapter@0.3.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-adapter\0.3.1\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd has-binary-data@0.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary-data\0.1.3\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd socket.io-parser@2.2.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.4\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd socket.io-client@1.3.5
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\1.3.5\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd engine.io@1.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io\1.5.1\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-multi-line-headers.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-multi-line-headers.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-proxy.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-proxy.js', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-binary-path\1.0.0\package\package.json written
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/static.custom.yaml
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/static.custom.yaml', 420, 438 ]
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-35f2a15ddfc325ad.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'lru-cache',
[ERROR] npm sill install resolved description: 'A cache object that deletes the least-recently-used items.',
[ERROR] npm sill install resolved version: '2.6.2',
[ERROR] npm sill install resolved author: { name: 'Isaac Z. Schlueter', email: 'i@izs.me' },
[ERROR] npm sill install resolved keywords: [ 'mru', 'lru', 'cache' ],
[ERROR] npm sill install resolved scripts: { test: 'tap test --gc' },
[ERROR] npm sill install resolved main: 'lib/lru-cache.js',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/isaacs/node-lru-cache.git' },
[ERROR] npm sill install resolved devDependencies: { tap: '^0.7.1', weak: '' },
[ERROR] npm sill install resolved license:
[ERROR] npm sill install resolved { type: 'MIT',
[ERROR] npm sill install resolved url: 'http://github.com/isaacs/node-lru-cache/raw/master/LICENSE' },
[ERROR] npm sill install resolved gitHead: '278d05fcc714636eeedb3959bca80c20c19a61df',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/node-lru-cache/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/node-lru-cache#readme',
[ERROR] npm sill install resolved _id: 'lru-cache@2.6.2',
[ERROR] npm sill install resolved _shasum: '77741638c6dc972e503dbe41dcb6bfdfba499a38',
[ERROR] npm sill install resolved _from: 'lru-cache@>=2.0.0 <3.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.8.4',
[ERROR] npm sill install resolved _nodeVersion: '1.4.2',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'isaacs@npmjs.com' },
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '77741638c6dc972e503dbe41dcb6bfdfba499a38',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.2.tgz' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/lru-cache/-/lru-cache-2.6.2.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'sigmund',
[ERROR] npm sill install resolved version: '1.0.0',
[ERROR] npm sill install resolved description: 'Quick and dirty signatures for Objects.',
[ERROR] npm sill install resolved main: 'sigmund.js',
[ERROR] npm sill install resolved directories: { test: 'test' },
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies: { tap: '~0.3.0' },
[ERROR] npm sill install resolved scripts: { test: 'tap test/*.js', bench: 'node bench.js' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/isaacs/sigmund.git' },
[ERROR] npm sill install resolved keywords: [ 'object', 'signature', 'key', 'data', 'psychoanalysis' ],
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Isaac Z. Schlueter',
[ERROR] npm sill install resolved email: 'i@izs.me',
[ERROR] npm sill install resolved url: 'http://blog.izs.me/' },
[ERROR] npm sill install resolved license: 'BSD',
[ERROR] npm sill install resolved readme: '# sigmund\n\nQuick and dirty signatures for Objects.\n\nThis is like a much faster `deepEquals` comparison, which returns a\nstring key suitable for caches and the like.\n\n## Usage\n\n```javascript\nfunction doSomething (someObj) {\n var key = sigmund(someObj, maxDepth) // max depth defaults to 10\n var cached = cache.get(key)\n if (cached) return cached)\n\n var result = expensiveCalculation(someObj)\n cache.set(key, result)\n return result\n}\n```\n\nThe resulting key will be as unique and reproducible as calling\n`JSON.stringify` or `util.inspect` on the object, but is much faster.\nIn order to achieve this speed, some differences are glossed over.\nFor example, the object `{0:\'foo\'}` will be treated identically to the\narray `[\'foo\']`.\n\nAlso, just as there is no way to summon the soul from the scribblings\nof a cocain-addled psychoanalyst, there is no way to revive the object\nfrom the signature string that sigmund gives you. In fact, it\'s\nbarely even readable.\n\nAs with `sys.inspect` and `JSON.stringify`, larger objects will\nproduce larger signature strings.\n\nBecause sigmund is a bit less strict than the more thorough\nalternatives, the strings will be shorter, and also there is a\nslightly higher chance for collisions. For example, these objects\nhave the same signature:\n\n var obj1 = {a:\'b\',c:/def/,g:[\'h\',\'i\',{j:\'\',k:\'l\'}]}\n var obj2 = {a:\'b\',c:\'/def/\',g:[\'h\',\'i\',\'{jkl\']}\n\nLike a good Freudian, sigmund is most effective when you already have\nsome understanding of what you\'re looking for. It can help you help\nyourself, but you must be willing to do some work as well.\n\nCycles are handled, and cyclical objects are silently omitted (though\nthe key is included in the signature output.)\n\nThe second argument is the maximum depth, which defaults to 10,\nbecause that is the maximum object traversal depth covered by most\ninsurance carriers.\n',
[ERROR] npm sill install resolved _id: 'sigmund@1.0.0',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '66a2b3a749ae8b5fb89efd4fcc01dc94fbe02296',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz' },
[ERROR] npm sill install resolved _npmVersion: '1.1.48',
[ERROR] npm sill install resolved _npmUser: { name: 'isaacs', email: 'i@izs.me' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved _shasum: '66a2b3a749ae8b5fb89efd4fcc01dc94fbe02296',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz',
[ERROR] npm sill install resolved _from: 'sigmund@>=1.0.0 <1.1.0',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/isaacs/sigmund/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/isaacs/sigmund' } ]
[ERROR] npm info install lru-cache@2.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm info install sigmund@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm info installOne lru-cache@2.6.2
[ERROR] npm verb installOne of lru-cache to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch not in flight; installing
[ERROR] npm info installOne sigmund@1.0.0
[ERROR] npm verb installOne of sigmund to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\anymatch\1.3.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'async-each',
[ERROR] npm sill install resolved description: 'No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.',
[ERROR] npm sill install resolved version: '0.1.6',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'async',
[ERROR] npm sill install resolved 'forEach',
[ERROR] npm sill install resolved 'each',
[ERROR] npm sill install resolved 'map',
[ERROR] npm sill install resolved 'asynchronous',
[ERROR] npm sill install resolved 'iteration',
[ERROR] npm sill install resolved 'iterate',
[ERROR] npm sill install resolved 'loop',
[ERROR] npm sill install resolved 'parallel',
[ERROR] npm sill install resolved 'concurrent',
[ERROR] npm sill install resolved 'array',
[ERROR] npm sill install resolved 'flow',
[ERROR] npm sill install resolved 'control flow' ],
[ERROR] npm sill install resolved homepage: 'https://github.com/paulmillr/async-each/',
[ERROR] npm sill install resolved author: { name: 'Paul Miller', url: 'http://paulmillr.com/' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/paulmillr/async-each.git' },
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved gitHead: '3da122b3e6fe84207bdca246e484a6a50462f190',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/paulmillr/async-each/issues' },
[ERROR] npm sill install resolved _id: 'async-each@0.1.6',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: 'b67e99edcddf96541e44af56290cd7d5c6e70439',
[ERROR] npm sill install resolved _from: 'async-each@>=0.1.5 <0.2.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'es128', email: 'elan.shanker+npm@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'b67e99edcddf96541e44af56290cd7d5c6e70439',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/async-each/-/async-each-0.1.6.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'is-glob',
[ERROR] npm sill install resolved description: 'Returns `true` if the given string looks like a glob pattern.',
[ERROR] npm sill install resolved version: '1.1.3',
[ERROR] npm sill install resolved homepage: 'https://github.com/jonschlinkert/is-glob',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Jon Schlinkert',
[ERROR] npm sill install resolved url: 'https://github.com/jonschlinkert' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/jonschlinkert/is-glob.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/jonschlinkert/is-glob/issues' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved devDependencies: { mocha: '*', should: '*' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'bash',
[ERROR] npm sill install resolved 'braces',
[ERROR] npm sill install resolved 'check',
[ERROR] npm sill install resolved 'exec',
[ERROR] npm sill install resolved 'extglob',
[ERROR] npm sill install resolved 'expression',
[ERROR] npm sill install resolved 'glob',
[ERROR] npm sill install resolved 'globbing',
[ERROR] npm sill install resolved 'globstar',
[ERROR] npm sill install resolved 'match',
[ERROR] npm sill install resolved 'matches',
[ERROR] npm sill install resolved 'pattern',
[ERROR] npm sill install resolved 'regex',
[ERROR] npm sill install resolved 'regular',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'test' ],
[ERROR] npm sill install resolved gitHead: 'dbfdb6a271cc0fc46168d23dc0603739ff287e01',
[ERROR] npm sill install resolved _id: 'is-glob@1.1.3',
[ERROR] npm sill install resolved _shasum: 'b4c64b8303d39114492a460d364ccfb0d3c0a045',
[ERROR] npm sill install resolved _from: 'is-glob@>=1.1.3 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.5.1',
[ERROR] npm sill install resolved _nodeVersion: '0.12.0',
[ERROR] npm sill install resolved _npmUser: { name: 'jonschlinkert', email: 'github@sellside.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'b4c64b8303d39114492a460d364ccfb0d3c0a045',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/is-glob/-/is-glob-1.1.3.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'glob-parent',
[ERROR] npm sill install resolved version: '1.2.0',
[ERROR] npm sill install resolved description: 'Strips glob magic from a string to provide the parent path',
[ERROR] npm sill install resolved main: 'index.js',
[ERROR] npm sill install resolved scripts: { test: 'istanbul cover _mocha && cat ./coverage/lcov.info | coveralls' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/es128/glob-parent.git' },
[ERROR] npm sill install resolved keywords: [ 'glob', 'parent', 'strip', 'path', 'directory', 'base' ],
[ERROR] npm sill install resolved author: { name: 'Elan Shanker' },
[ERROR] npm sill install resolved license: 'ISC',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/es128/glob-parent/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/es128/glob-parent',
[ERROR] npm sill install resolved dependencies: { 'is-glob': '^1.1.1' },
[ERROR] npm sill install resolved devDependencies: { coveralls: '^2.11.2', istanbul: '^0.3.5', mocha: '^2.1.0' },
[ERROR] npm sill install resolved gitHead: '9c31e43731d67f16ec0d858cb266319a843c546e',
[ERROR] npm sill install resolved _id: 'glob-parent@1.2.0',
[ERROR] npm sill install resolved _shasum: '8deffabf6317db5b0f775f553fac731ecf41ded5',
[ERROR] npm sill install resolved _from: 'glob-parent@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'es128', email: 'elan.shanker+npm@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '8deffabf6317db5b0f775f553fac731ecf41ded5',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/glob-parent/-/glob-parent-1.2.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/glob-parent/-/glob-parent-1.2.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { author:
[ERROR] npm sill install resolved { name: 'Thorsten Lorenz',
[ERROR] npm sill install resolved email: 'thlorenz@gmx.de',
[ERROR] npm sill install resolved url: 'thlorenz.com' },
[ERROR] npm sill install resolved name: 'readdirp',
[ERROR] npm sill install resolved description: 'Recursive version of fs.readdir with streaming api.',
[ERROR] npm sill install resolved version: '1.3.0',
[ERROR] npm sill install resolved homepage: 'https://github.com/thlorenz/readdirp',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/thlorenz/readdirp.git' },
[ERROR] npm sill install resolved engines: { node: '>=0.6' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'recursive',
[ERROR] npm sill install resolved 'fs',
[ERROR] npm sill install resolved 'stream',
[ERROR] npm sill install resolved 'streams',
[ERROR] npm sill install resolved 'readdir',
[ERROR] npm sill install resolved 'filesystem',
[ERROR] npm sill install resolved 'find',
[ERROR] npm sill install resolved 'filter' ],
[ERROR] npm sill install resolved main: 'readdirp.js',
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { 'test-main': '(cd test && set -e; for t in ./*.js; do node $t; done)',
[ERROR] npm sill install resolved 'test-0.8': 'nave use 0.8 npm run test-main',
[ERROR] npm sill install resolved 'test-0.10': 'nave use 0.10 npm run test-main',
[ERROR] npm sill install resolved 'test-all': 'npm run test-main && npm run test-0.8 && npm run test-0.10',
[ERROR] npm sill install resolved test: 'if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { 'graceful-fs': '~2.0.0',
[ERROR] npm sill install resolved minimatch: '~0.2.12',
[ERROR] npm sill install resolved 'readable-stream': '~1.0.26-2' },
[ERROR] npm sill install resolved devDependencies: { tap: '~0.4.8', through2: '~0.4.1' },
[ERROR] npm sill install resolved optionalDependencies: {},
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '82caf226eeafec8669c604f71e46e5e83c48cc86',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/thlorenz/readdirp/issues' },
[ERROR] npm sill install resolved _id: 'readdirp@1.3.0',
[ERROR] npm sill install resolved _shasum: 'eaf1a9b463be9a8190fc9ae163aa1ac934aa340b',
[ERROR] npm sill install resolved _from: 'readdirp@>=1.3.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'thlorenz', email: 'thlorenz@gmx.de' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'eaf1a9b463be9a8190fc9ae163aa1ac934aa340b',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/readdirp/-/readdirp-1.3.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/readdirp/-/readdirp-1.3.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'fsevents',
[ERROR] npm sill install resolved version: '0.3.6',
[ERROR] npm sill install resolved description: 'Native Access to Mac OS-X FSEvents',
[ERROR] npm sill install resolved main: 'fsevents.js',
[ERROR] npm sill install resolved dependencies: { nan: '^1.8.0' },
[ERROR] npm sill install resolved os: [ 'darwin' ],
[ERROR] npm sill install resolved engines: { node: '>=0.8.0' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { install: 'node-gyp rebuild',
[ERROR] npm sill install resolved test: 'export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/strongloop/fsevents.git' },
[ERROR] npm sill install resolved keywords: [ 'fsevents', 'mac' ],
[ERROR] npm sill install resolved author: { name: 'Philipp Dunkel', email: 'pip@pipobscure.com' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gypfile: true,
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/strongloop/fsevents/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/strongloop/fsevents',
[ERROR] npm sill install resolved devDependencies: { tap: '~0.4.8' },
[ERROR] npm sill install resolved gitHead: 'c0e61c630ce3352d3c0a0c9b83e4f1481d047d3b',
[ERROR] npm sill install resolved _id: 'fsevents@0.3.6',
[ERROR] npm sill install resolved _shasum: '03f029087b5388c756ef0d6707cf3656dba95c84',
[ERROR] npm sill install resolved _from: 'fsevents@>=0.3.1 <0.4.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.6',
[ERROR] npm sill install resolved _nodeVersion: '1.7.1',
[ERROR] npm sill install resolved _npmUser: { name: 'bajtos', email: 'miro.bajtos@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '03f029087b5388c756ef0d6707cf3656dba95c84',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/fsevents/-/fsevents-0.3.6.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/fsevents/-/fsevents-0.3.6.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'arrify',
[ERROR] npm sill install resolved version: '1.0.0',
[ERROR] npm sill install resolved description: 'Convert a value to an array',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/sindresorhus/arrify.git' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'node test.js' },
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved keywords: [ 'array', 'arr', 'arrify', 'arrayify', 'convert', 'value' ],
[ERROR] npm sill install resolved devDependencies: { ava: '0.0.4' },
[ERROR] npm sill install resolved gitHead: '4576e944677c722c356480b17a6d709d34d0733c',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/arrify/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/arrify',
[ERROR] npm sill install resolved _id: 'arrify@1.0.0',
[ERROR] npm sill install resolved _shasum: 'd6c361518250802fa2147ea7fb67597128cb8c81',
[ERROR] npm sill install resolved _from: 'arrify@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.5.0',
[ERROR] npm sill install resolved _nodeVersion: '0.12.0',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd6c361518250802fa2147ea7fb67597128cb8c81',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/arrify/-/arrify-1.0.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/arrify/-/arrify-1.0.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'is-binary-path',
[ERROR] npm sill install resolved version: '1.0.0',
[ERROR] npm sill install resolved description: 'Check if a filepath is a binary file',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/sindresorhus/is-binary-path.git' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'node test.js' },
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'bin',
[ERROR] npm sill install resolved 'binary',
[ERROR] npm sill install resolved 'ext',
[ERROR] npm sill install resolved 'extensions',
[ERROR] npm sill install resolved 'extension',
[ERROR] npm sill install resolved 'file',
[ERROR] npm sill install resolved 'path',
[ERROR] npm sill install resolved 'check',
[ERROR] npm sill install resolved 'detect',
[ERROR] npm sill install resolved 'is' ],
[ERROR] npm sill install resolved dependencies: { 'binary-extensions': '^1.0.0' },
[ERROR] npm sill install resolved devDependencies: { ava: '0.0.4' },
[ERROR] npm sill install resolved gitHead: '455639b70e867213e23480fe0b71348a79263e91',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/is-binary-path/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/is-binary-path',
[ERROR] npm sill install resolved _id: 'is-binary-path@1.0.0',
[ERROR] npm sill install resolved _shasum: '51a9ab34cc239e8e97d1cb1c874faf25d79d54e5',
[ERROR] npm sill install resolved _from: 'is-binary-path@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '51a9ab34cc239e8e97d1cb1c874faf25d79d54e5',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'anymatch',
[ERROR] npm sill install resolved version: '1.3.0',
[ERROR] npm sill install resolved description: 'Matches strings against configurable strings, globs, regular expressions, and/or functions',
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved author: { name: 'Elan Shanker', url: 'http://github.com/es128' },
[ERROR] npm sill install resolved license: 'ISC',
[ERROR] npm sill install resolved homepage: 'https://github.com/es128/anymatch',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/es128/anymatch.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/es128/anymatch/issues' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'match',
[ERROR] npm sill install resolved 'any',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'file',
[ERROR] npm sill install resolved 'fs',
[ERROR] npm sill install resolved 'list',
[ERROR] npm sill install resolved 'glob',
[ERROR] npm sill install resolved 'regex',
[ERROR] npm sill install resolved 'regexp',
[ERROR] npm sill install resolved 'regular',
[ERROR] npm sill install resolved 'expression',
[ERROR] npm sill install resolved 'function' ],
[ERROR] npm sill install resolved scripts: { test: 'istanbul cover _mocha && cat ./coverage/lcov.info | coveralls' },
[ERROR] npm sill install resolved dependencies: { arrify: '^1.0.0', micromatch: '^2.1.5' },
[ERROR] npm sill install resolved devDependencies: { coveralls: '^2.11.2', istanbul: '^0.3.13', mocha: '^2.2.4' },
[ERROR] npm sill install resolved gitHead: '253d2ad42f644ed18557f561312a7f8426daca84',
[ERROR] npm sill install resolved _id: 'anymatch@1.3.0',
[ERROR] npm sill install resolved _shasum: 'a3e52fa39168c825ff57b0248126ce5a8ff95507',
[ERROR] npm sill install resolved _from: 'anymatch@>=1.1.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.7.3',
[ERROR] npm sill install resolved _nodeVersion: '1.6.2',
[ERROR] npm sill install resolved _npmUser: { name: 'es128', email: 'elan.shanker+npm@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'a3e52fa39168c825ff57b0248126ce5a8ff95507',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install async-each@0.1.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install is-glob@1.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install glob-parent@1.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install readdirp@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install fsevents@0.3.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install arrify@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install is-binary-path@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install anymatch@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info installOne async-each@0.1.6
[ERROR] npm verb installOne of async-each to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne is-glob@1.1.3
[ERROR] npm verb installOne of is-glob to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne glob-parent@1.2.0
[ERROR] npm verb installOne of glob-parent to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne readdirp@1.3.0
[ERROR] npm verb installOne of readdirp to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne fsevents@0.3.6
[ERROR] npm verb installOne of fsevents to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne arrify@1.0.0
[ERROR] npm verb installOne of arrify to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne is-binary-path@1.0.0
[ERROR] npm verb installOne of is-binary-path to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne anymatch@1.3.0
[ERROR] npm verb installOne of anymatch to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info preinstall debug@0.7.4
[ERROR] npm http 304 http://registry.npmjs.org/globule
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '1',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"4MRHUL3PZOWAT3TXB1JGH9YUM"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.551319,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2137-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/globule from cache
[ERROR] npm verb get saving globule to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\globule\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/ansi-styles
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '58',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"9O45NVZEP528XJ58TZ8A6DMA0"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.555482,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2126-IAD',
[ERROR] npm sill get 'x-cache-hits': '7',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:03 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/ansi-styles from cache
[ERROR] npm verb get saving ansi-styles to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ansi-styles\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/escape-string-regexp
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '12',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"3MH82UYHNQXDML9K2XGNGQDOS"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.555364,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2130-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/escape-string-regexp from cache
[ERROR] npm verb get saving escape-string-regexp to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\escape-string-regexp\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/strip-ansi
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '5',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"9D9S1Y0BBQD36UMUV9U38ZKG1"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.561057,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2133-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/strip-ansi from cache
[ERROR] npm verb get saving strip-ansi to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\strip-ansi\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/has-ansi
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '35',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"E4845616HRC12WMH43M936NTT"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.561291,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '6',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:33 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/has-ansi from cache
[ERROR] npm verb get saving has-ansi to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\has-ansi\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/supports-color
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '41',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:00 GMT',
[ERROR] npm sill get etag: '"4SHNAEHD19S3VGADXSKO905S7"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847180.565025,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2135-IAD',
[ERROR] npm sill get 'x-cache-hits': '4',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/supports-color from cache
[ERROR] npm verb get saving supports-color to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\supports-color\.cache.json
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm extractEntry examples/basicAuth.js
[ERROR] npm verb linkBins parseurl@1.3.0
[ERROR] npm verb linkMans parseurl@1.3.0
[ERROR] npm verb rebuildBundles parseurl@1.3.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\package.json
[ERROR] npm info install parseurl@1.3.0
[ERROR] npm sill cache afterAdd async@0.1.15
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.1.15\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry test/parse.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/parse.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/_.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/_.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry array.js
[ERROR] npm sill gunzTarPerm modified mode [ 'array.js', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-adapter\0.3.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary-data\0.1.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\1.3.5\package\package.json written
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-546866be6a0eb227.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-d7d9c8d8aa6cf4ab.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-each-66c924f23059d45b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-glob-8f22b5dc7d6c37c7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io\1.5.1\package\package.json written
[ERROR] npm sill install resolved [ { name: 'debug',
[ERROR] npm sill install resolved version: '2.1.0',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
[ERROR] npm sill install resolved description: 'small debugging utility',
[ERROR] npm sill install resolved keywords: [ 'debug', 'log', 'debugger' ],
[ERROR] npm sill install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved contributors: [ [Object] ],
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved dependencies: { ms: '0.6.2' },
[ERROR] npm sill install resolved devDependencies: { browserify: '6.1.0', mocha: '*' },
[ERROR] npm sill install resolved main: './node.js',
[ERROR] npm sill install resolved browser: './browser.js',
[ERROR] npm sill install resolved component: { scripts: [Object] },
[ERROR] npm sill install resolved gitHead: '953162b4fa8849268d147f4bac91c737baee55bb',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/visionmedia/debug',
[ERROR] npm sill install resolved _id: 'debug@2.1.0',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: '33ab915659d8c2cc8a41443d94d6ebd37697ed21',
[ERROR] npm sill install resolved _from: 'debug@2.1.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.3',
[ERROR] npm sill install resolved _nodeVersion: '0.10.32',
[ERROR] npm sill install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '33ab915659d8c2cc8a41443d94d6ebd37697ed21',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/debug/-/debug-2.1.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/debug/-/debug-2.1.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'socket.io-adapter',
[ERROR] npm sill install resolved version: '0.3.1',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/Automattic/socket.io-adapter.git' },
[ERROR] npm sill install resolved description: 'Default socket.io in-memory adapter class.',
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '1.0.2',
[ERROR] npm sill install resolved 'socket.io-parser': '2.2.2',
[ERROR] npm sill install resolved 'object-keys': '1.0.1' },
[ERROR] npm sill install resolved gitHead: 'c22e10f6351e99b2673216898106590d9e290305',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/Automattic/socket.io-adapter/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/Automattic/socket.io-adapter',
[ERROR] npm sill install resolved _id: 'socket.io-adapter@0.3.1',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: 'df81f970b4df6493902d93e519c7b72755c3a958',
[ERROR] npm sill install resolved _from: 'socket.io-adapter@0.3.1',
[ERROR] npm sill install resolved _npmVersion: '1.4.21',
[ERROR] npm sill install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'df81f970b4df6493902d93e519c7b72755c3a958',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'has-binary-data',
[ERROR] npm sill install resolved version: '0.1.3',
[ERROR] npm sill install resolved description: 'A function that takes anything in javascript and returns true if its argument contains binary data.',
[ERROR] npm sill install resolved dependencies: { isarray: '0.0.1' },
[ERROR] npm sill install resolved devDependencies: { 'better-assert': '1.0.0', mocha: '1.17.1' },
[ERROR] npm sill install resolved author: { name: 'Kevin Roark' },
[ERROR] npm sill install resolved license: 'ISC',
[ERROR] npm sill install resolved _id: 'has-binary-data@0.1.3',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '8ebb18388b57f19a5231275a16fc18d51f379aae',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz' },
[ERROR] npm sill install resolved _from: 'has-binary-data@0.1.3',
[ERROR] npm sill install resolved _npmVersion: '1.3.24',
[ERROR] npm sill install resolved _npmUser: { name: 'porkfat', email: 'ker2143@columbia.edu' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '8ebb18388b57f19a5231275a16fc18d51f379aae',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/has-binary-data/-/has-binary-data-0.1.3.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'socket.io-parser',
[ERROR] npm sill install resolved version: '2.2.4',
[ERROR] npm sill install resolved description: 'socket.io protocol parser',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/Automattic/socket.io-parser.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '0.7.4',
[ERROR] npm sill install resolved json3: '3.2.6',
[ERROR] npm sill install resolved 'component-emitter': '1.1.2',
[ERROR] npm sill install resolved isarray: '0.0.1',
[ERROR] npm sill install resolved benchmark: '1.0.0' },
[ERROR] npm sill install resolved devDependencies: { mocha: '1.16.2', 'expect.js': '0.2.0', zuul: '1.6.3' },
[ERROR] npm sill install resolved scripts: { test: 'make test' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '6455fb27613f708d2f66bc186ae323d47f4262c5',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/Automattic/socket.io-parser/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/Automattic/socket.io-parser',
[ERROR] npm sill install resolved _id: 'socket.io-parser@2.2.4',
[ERROR] npm sill install resolved _shasum: 'f9ce19bf1909608ceb15d97721e23bfdd1e7cf65',
[ERROR] npm sill install resolved _from: 'socket.io-parser@2.2.4',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'f9ce19bf1909608ceb15d97721e23bfdd1e7cf65',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'socket.io-client',
[ERROR] npm sill install resolved version: '1.3.5',
[ERROR] npm sill install resolved keywords: [ 'realtime', 'framework', 'websocket', 'tcp', 'events', 'client' ],
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '0.7.4',
[ERROR] npm sill install resolved 'engine.io-client': '1.5.1',
[ERROR] npm sill install resolved 'component-bind': '1.0.0',
[ERROR] npm sill install resolved 'component-emitter': '1.1.2',
[ERROR] npm sill install resolved 'object-component': '0.0.3',
[ERROR] npm sill install resolved 'socket.io-parser': '2.2.4',
[ERROR] npm sill install resolved 'has-binary': '0.1.6',
[ERROR] npm sill install resolved indexof: '0.0.1',
[ERROR] npm sill install resolved parseuri: '0.0.2',
[ERROR] npm sill install resolved 'to-array': '0.1.3',
[ERROR] npm sill install resolved backo2: '1.0.2' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { 'socket.io': '1.3.4',
[ERROR] npm sill install resolved mocha: '1.16.2',
[ERROR] npm sill install resolved zuul: 'git+https://github.com/rase-/zuul.git#9d3a02',
[ERROR] npm sill install resolved istanbul: '0.2.1',
[ERROR] npm sill install resolved 'expect.js': '0.2.0',
[ERROR] npm sill install resolved 'uglify-js': '2.4.15',
[ERROR] npm sill install resolved browserify: '4.2.1',
[ERROR] npm sill install resolved 'base64-arraybuffer': '0.1.0',
[ERROR] npm sill install resolved 'text-blob-builder': '0.0.1',
[ERROR] npm sill install resolved 'has-cors': '1.0.3' },
[ERROR] npm sill install resolved scripts: { test: 'make test' },
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/Automattic/socket.io-client.git' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved gitHead: '6527a4bfc97720f91549038f8a2b2a24ccf3e1cb',
[ERROR] npm sill install resolved description: '[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/Automattic/socket.io-client/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/Automattic/socket.io-client',
[ERROR] npm sill install resolved _id: 'socket.io-client@1.3.5',
[ERROR] npm sill install resolved _shasum: '9c3a6fbdbd99420c3633a16b4e2543e73f1303ea',
[ERROR] npm sill install resolved _from: 'socket.io-client@1.3.5',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '9c3a6fbdbd99420c3633a16b4e2543e73f1303ea',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'engine.io',
[ERROR] npm sill install resolved version: '1.5.1',
[ERROR] npm sill install resolved description: 'The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server',
[ERROR] npm sill install resolved main: './lib/engine.io',
[ERROR] npm sill install resolved author: { name: 'Guillermo Rauch', email: 'guillermo@learnboost.com' },
[ERROR] npm sill install resolved homepage: 'https://github.com/LearnBoost/engine.io',
[ERROR] npm sill install resolved contributors: [ [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '1.0.3',
[ERROR] npm sill install resolved ws: '0.5.0',
[ERROR] npm sill install resolved 'engine.io-parser': '1.2.1',
[ERROR] npm sill install resolved base64id: '0.1.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { mocha: '1.12.0',
[ERROR] npm sill install resolved 'expect.js': '0.2.0',
[ERROR] npm sill install resolved superagent: '0.15.4',
[ERROR] npm sill install resolved 'engine.io-client': '1.5.1',
[ERROR] npm sill install resolved s: '0.1.1' },
[ERROR] npm sill install resolved scripts: { test: 'make test' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+ssh://git@github.com/Automattic/engine.io.git' },
[ERROR] npm sill install resolved gitHead: 'ba530a47624b1a71f05cc172d9b89e49d375d9b5',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/Automattic/engine.io/issues' },
[ERROR] npm sill install resolved _id: 'engine.io@1.5.1',
[ERROR] npm sill install resolved _shasum: '8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb',
[ERROR] npm sill install resolved _from: 'engine.io@1.5.1',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'rauchg', email: 'rauchg@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install debug@2.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install socket.io-adapter@0.3.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install has-binary-data@0.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install socket.io-parser@2.2.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install socket.io-client@1.3.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install engine.io@1.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info installOne debug@2.1.0
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-adapter@0.3.1
[ERROR] npm verb installOne of socket.io-adapter to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne has-binary-data@0.1.3
[ERROR] npm verb installOne of has-binary-data to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-parser@2.2.4
[ERROR] npm verb installOne of socket.io-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-client@1.3.5
[ERROR] npm verb installOne of socket.io-client to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne engine.io@1.5.1
[ERROR] npm verb installOne of engine.io to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-parent-f8a08f2165822954.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readdirp-013e130ee5ac5a58.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fsevents-4f4b60facf305c61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\fsevents
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arrify-291d5c0f504a6836.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\anymatch-7ee860b8d67deb00.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm sill gunzTarPerm extractEntry build/prefix-source-map.jsm
[ERROR] npm sill gunzTarPerm modified mode [ 'build/prefix-source-map.jsm', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/prefix-utils.jsm
[ERROR] npm sill gunzTarPerm modified mode [ 'build/prefix-utils.jsm', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-binary-path-b8f906fcf2b42ceb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm info postinstall parseurl@1.3.0
[ERROR] npm sill install write writing lru-cache 2.6.2 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm sill install write writing sigmund 1.0.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm sill install write writing async-each 0.1.6 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm sill install write writing is-glob 1.1.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm sill install write writing glob-parent 1.2.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm sill install write writing readdirp 1.3.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm sill install write writing arrify 1.0.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fsevents-4f4b60facf305c61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\fsevents
[ERROR] npm WARN optional dep failed, continuing fsevents@0.3.6
[ERROR] npm verb optional dep failed, continuing [ 'fsevents@0.3.6',
[ERROR] npm verb optional dep failed, continuing { [Error: Unsupported]
[ERROR] npm verb optional dep failed, continuing code: 'EBADPLATFORM',
[ERROR] npm verb optional dep failed, continuing os: [ 'darwin' ],
[ERROR] npm verb optional dep failed, continuing cpu: [ 'any' ],
[ERROR] npm verb optional dep failed, continuing pkgid: 'fsevents@0.3.6' } ]
[ERROR] npm sill install write writing anymatch 1.3.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm sill install write writing is-binary-path 1.0.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm info preinstall graceful-readlink@1.0.1
[ERROR] npm sill cache afterAdd finalhandler@0.3.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.3.4\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-1499c4e6de4171c5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-d759fd5f6a742363.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-data-6abf69efc5a7438a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-parser-066c6ac31031d685.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-adapter-6bfff3a2164eb2e7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\engine-io-0d99ac514fb8376c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-client-c4c7fe2bda054298.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\package.json
[ERROR] npm sill gunzTarPerm extractEntry examples/favicon.js
[ERROR] npm sill gunzTarPerm extractEntry examples/helloworld.js
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.1.15\package\package.json written
[ERROR] npm sill install resolved [ { name: 'async',
[ERROR] npm sill install resolved description: 'Higher-order functions and common patterns for asynchronous code',
[ERROR] npm sill install resolved main: './index',
[ERROR] npm sill install resolved author: { name: 'Caolan McMahon' },
[ERROR] npm sill install resolved version: '0.1.15',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/caolan/async.git' },
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/caolan/async/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved _npmUser: { name: 'caolan', email: 'caolan@caolanmcmahon.com' },
[ERROR] npm sill install resolved _id: 'async@0.1.15',
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies: {},
[ERROR] npm sill install resolved engines: { node: '*' },
[ERROR] npm sill install resolved _engineSupported: true,
[ERROR] npm sill install resolved _npmVersion: '1.0.101',
[ERROR] npm sill install resolved _nodeVersion: 'v0.4.9',
[ERROR] npm sill install resolved _defaultsLoaded: true,
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '2180eaca2cf2a6ca5280d41c0585bec9b3e49bd3',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/async/-/async-0.1.15.tgz' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '2180eaca2cf2a6ca5280d41c0585bec9b3e49bd3',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/async/-/async-0.1.15.tgz',
[ERROR] npm sill install resolved _from: 'async@0.1.15',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/caolan/async' } ]
[ERROR] npm info install async@0.1.15 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm info installOne async@0.1.15
[ERROR] npm verb installOne of async to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-response-close.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-response-close.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-contentLength0.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-contentLength0.js', 420, 438 ]
[ERROR] npm sill install write writing debug 2.1.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm sill install write writing has-binary-data 0.1.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm sill install write writing socket.io-parser 2.2.4 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm sill install write writing socket.io-adapter 0.3.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm sill install write writing engine.io 1.5.1 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm sill install write writing socket.io-client 1.3.5 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm sill addNameRange number 2 { name: 'ansi-styles', range: '>=1.1.0 <2.0.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'ansi-styles',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.1.2',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1' ] ]
[ERROR] npm sill addNamed ansi-styles@1.1.0
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
[ERROR] npm sill addNameRange number 2 { name: 'escape-string-regexp',
[ERROR] npm sill addNameRange range: '>=1.0.0 <2.0.0',
[ERROR] npm sill addNameRange hasData: true }
[ERROR] npm sill addNameRange versions [ 'escape-string-regexp',
[ERROR] npm sill addNameRange [ '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ]
[ERROR] npm sill addNamed escape-string-regexp@1.0.3
[ERROR] npm verb addNamed "1.0.3" is a plain semver version for escape-string-regexp
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\package.json
[ERROR] npm sill addNameRange number 2 { name: 'has-ansi', range: '>=0.1.0 <0.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'has-ansi', [ '0.1.0', '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ]
[ERROR] npm sill addNamed has-ansi@0.1.0
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for has-ansi
[ERROR] npm sill gunzTarPerm extractEntry test/usage.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/usage.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb unbuild node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb unbuild node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm sill addNameRange number 2 { name: 'strip-ansi', range: '>=0.3.0 <0.4.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'strip-ansi',
[ERROR] npm sill addNameRange [ '0.1.0',
[ERROR] npm sill addNameRange '0.1.1',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.2.1',
[ERROR] npm sill addNameRange '0.2.2',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.0.1' ] ]
[ERROR] npm sill addNamed strip-ansi@0.3.0
[ERROR] npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
[ERROR] npm sill addNameRange number 2 { name: 'globule', range: '>=0.1.0 <0.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'globule', [ '0.1.0', '0.2.0' ] ]
[ERROR] npm sill addNamed globule@0.1.0
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for globule
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm sill addNameRange number 2 { name: 'supports-color',
[ERROR] npm sill addNameRange range: '>=0.2.0 <0.3.0',
[ERROR] npm sill addNameRange hasData: true }
[ERROR] npm sill addNameRange versions [ 'supports-color',
[ERROR] npm sill addNameRange [ '0.2.0', '1.0.0', '1.1.0', '1.2.0', '1.2.1', '1.3.0', '1.3.1' ] ]
[ERROR] npm sill addNamed supports-color@0.2.0
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for supports-color
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm sill gunzTarPerm extractEntry test/log-abspath-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/log-abspath-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/logLevelFilter-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/logLevelFilter-test.js', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.3.4\package\package.json written
[ERROR] npm sill install resolved [ { name: 'parseurl',
[ERROR] npm sill install resolved description: 'parse a url with memoization',
[ERROR] npm sill install resolved version: '1.3.0',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Jonathan Ong',
[ERROR] npm sill install resolved email: 'me@jongleberry.com',
[ERROR] npm sill install resolved url: 'http://jongleberry.com' },
[ERROR] npm sill install resolved contributors: [ [Object] ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/expressjs/parseurl.git' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { benchmark: '1.0.0',
[ERROR] npm sill install resolved 'beautify-benchmark': '0.2.4',
[ERROR] npm sill install resolved 'fast-url-parser': '~1.0.0',
[ERROR] npm sill install resolved istanbul: '0.3.0',
[ERROR] npm sill install resolved mocha: '~1.21.4' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { bench: 'node benchmark/index.js',
[ERROR] npm sill install resolved test: 'mocha --check-leaks --bail --reporter spec test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/',
[ERROR] npm sill install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/' },
[ERROR] npm sill install resolved gitHead: '03b7ccca240e2bef5df6c25797e99175d28fb2cb',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/expressjs/parseurl/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/expressjs/parseurl',
[ERROR] npm sill install resolved _id: 'parseurl@1.3.0',
[ERROR] npm sill install resolved _shasum: 'b58046db4223e145afa76009e61bac87cc2281b3',
[ERROR] npm sill install resolved _from: 'parseurl@>=1.3.0 <1.4.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.21',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'b58046db4223e145afa76009e61bac87cc2281b3',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/parseurl/-/parseurl-1.3.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'utils-merge',
[ERROR] npm sill install resolved version: '1.0.0',
[ERROR] npm sill install resolved description: 'merge() utility function',
[ERROR] npm sill install resolved keywords: [ 'util' ],
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/jaredhanson/utils-merge.git' },
[ERROR] npm sill install resolved bugs: { url: 'http://github.com/jaredhanson/utils-merge/issues' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Jared Hanson',
[ERROR] npm sill install resolved email: 'jaredhanson@gmail.com',
[ERROR] npm sill install resolved url: 'http://www.jaredhanson.net/' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: './index',
[ERROR] npm sill install resolved dependencies: {},
[ERROR] npm sill install resolved devDependencies: { mocha: '1.x.x', chai: '1.x.x' },
[ERROR] npm sill install resolved scripts: { test: 'mocha --reporter spec --require test/bootstrap/node test/*.test.js' },
[ERROR] npm sill install resolved engines: { node: '>= 0.4.0' },
[ERROR] npm sill install resolved _id: 'utils-merge@1.0.0',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '0294fb922bb9375153541c4f7096231f287c8af8',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz' },
[ERROR] npm sill install resolved _from: 'utils-merge@1.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.2.25',
[ERROR] npm sill install resolved _npmUser: { name: 'jaredhanson', email: 'jaredhanson@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: '0294fb922bb9375153541c4f7096231f287c8af8',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!',
[ERROR] npm sill install resolved homepage: 'https://github.com/jaredhanson/utils-merge' },
[ERROR] npm sill install resolved { name: 'debug',
[ERROR] npm sill install resolved version: '2.1.3',
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/visionmedia/debug.git' },
[ERROR] npm sill install resolved description: 'small debugging utility',
[ERROR] npm sill install resolved keywords: [ 'debug', 'log', 'debugger' ],
[ERROR] npm sill install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
[ERROR] npm sill install resolved contributors: [ [Object] ],
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved dependencies: { ms: '0.7.0' },
[ERROR] npm sill install resolved devDependencies: { browserify: '9.0.3', mocha: '*' },
[ERROR] npm sill install resolved main: './node.js',
[ERROR] npm sill install resolved browser: './browser.js',
[ERROR] npm sill install resolved component: { scripts: [Object] },
[ERROR] npm sill install resolved gitHead: '0a8e4b7e0d2d1b55ef4e7422498ca24c677ae63a',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/visionmedia/debug/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/visionmedia/debug',
[ERROR] npm sill install resolved _id: 'debug@2.1.3',
[ERROR] npm sill install resolved scripts: {},
[ERROR] npm sill install resolved _shasum: 'ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e',
[ERROR] npm sill install resolved _from: 'debug@>=2.1.3 <2.2.0',
[ERROR] npm sill install resolved _npmVersion: '2.5.1',
[ERROR] npm sill install resolved _nodeVersion: '0.12.0',
[ERROR] npm sill install resolved _npmUser: { name: 'tootallnate', email: 'nathan@tootallnate.net' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'ce8ab1b5ee8fbee2bfa3b633cab93d366b63418e',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/debug/-/debug-2.1.3.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/debug/-/debug-2.1.3.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'finalhandler',
[ERROR] npm sill install resolved description: 'Node.js final http responder',
[ERROR] npm sill install resolved version: '0.3.4',
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Douglas Christopher Wilson',
[ERROR] npm sill install resolved email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/pillarjs/finalhandler.git' },
[ERROR] npm sill install resolved dependencies:
[ERROR] npm sill install resolved { debug: '~2.1.3',
[ERROR] npm sill install resolved 'escape-html': '1.0.1',
[ERROR] npm sill install resolved 'on-finished': '~2.2.0' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { istanbul: '0.3.8',
[ERROR] npm sill install resolved mocha: '~2.2.1',
[ERROR] npm sill install resolved 'readable-stream': '~1.0.33',
[ERROR] npm sill install resolved supertest: '~0.15.0' },
[ERROR] npm sill install resolved files: [ 'LICENSE', 'HISTORY.md', 'index.js' ],
[ERROR] npm sill install resolved engines: { node: '>= 0.8' },
[ERROR] npm sill install resolved scripts:
[ERROR] npm sill install resolved { test: 'mocha --reporter spec --bail --check-leaks test/',
[ERROR] npm sill install resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/',
[ERROR] npm sill install resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/' },
[ERROR] npm sill install resolved gitHead: '63e18603c11effcacc06676f6fefbf270795459a',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/pillarjs/finalhandler/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/pillarjs/finalhandler',
[ERROR] npm sill install resolved _id: 'finalhandler@0.3.4',
[ERROR] npm sill install resolved _shasum: '4787d3573d079ae8b07536f26b0b911ebaf2a2ac',
[ERROR] npm sill install resolved _from: 'finalhandler@0.3.4',
[ERROR] npm sill install resolved _npmVersion: '1.4.28',
[ERROR] npm sill install resolved _npmUser: { name: 'dougwilson', email: 'doug@somethingdoug.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '4787d3573d079ae8b07536f26b0b911ebaf2a2ac',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/finalhandler/-/finalhandler-0.3.4.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/finalhandler/-/finalhandler-0.3.4.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install parseurl@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info install utils-merge@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info install debug@2.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info install finalhandler@0.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info installOne parseurl@1.3.0
[ERROR] npm verb installOne of parseurl to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm info installOne utils-merge@1.0.0
[ERROR] npm verb installOne of utils-merge to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm info installOne debug@2.1.3
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm info installOne finalhandler@0.3.4
[ERROR] npm verb installOne of finalhandler to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\async-each\0.1.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-889ce5282f11b290.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-glob\1.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob-parent\1.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\readdirp\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\arrify\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\anymatch\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-binary-path\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm info preinstall send@0.12.2
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill install write writing async 0.1.15 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm sill cache afterAdd ansi-styles@1.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd escape-string-regexp@1.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\package.json
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm sill cache afterAdd has-ansi@0.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-ansi\0.1.0\package\package.json not in flight; writing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-bd6bb8b468b9837d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\finalhandler-aff877473023a70f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-1c734dc3c85f149a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-f4dfb8e635a48378.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.markdown
[ERROR] npm sill gunzTarPerm modified mode [ 'README.markdown', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary-data\0.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-adapter\0.3.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm sill cache afterAdd globule@0.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\globule\0.1.0\package\package.json not in flight; writing
[ERROR] npm sill cache afterAdd strip-ansi@0.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io\1.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\1.3.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm sill gunzTarPerm extractEntry examples/limit.js
[ERROR] npm sill gunzTarPerm extractEntry examples/logger.fast.js
[ERROR] npm sill install write writing parseurl 1.3.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm sill install write writing finalhandler 0.3.4 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm sill install write writing debug 2.1.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm sill install write writing utils-merge 1.0.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-server-multiheaders.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-server-multiheaders.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-client-upload.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-client-upload.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill cache afterAdd supports-color@0.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\supports-color\0.2.0\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm info linkStuff debug@0.7.4
[ERROR] npm sill linkStuff debug@0.7.4 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules as its parent node_modules
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill install resolved []
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\package.json
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package\package.json written
[ERROR] npm sill prepareForInstallMany adding debug@~2.1.3 from send dependencies
[ERROR] npm sill prepareForInstallMany adding depd@~1.0.0 from send dependencies
[ERROR] npm sill prepareForInstallMany adding destroy@1.0.3 from send dependencies
[ERROR] npm sill prepareForInstallMany adding etag@~1.5.1 from send dependencies
[ERROR] npm sill prepareForInstallMany adding fresh@0.2.4 from send dependencies
[ERROR] npm sill prepareForInstallMany adding mime@1.3.4 from send dependencies
[ERROR] npm sill prepareForInstallMany adding ms@0.7.0 from send dependencies
[ERROR] npm sill prepareForInstallMany adding on-finished@~2.2.0 from send dependencies
[ERROR] npm sill prepareForInstallMany adding range-parser@~1.0.2 from send dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.1.15\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-ansi\0.1.0\package\package.json written
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package\package.json written
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/logger-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/logger-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/logging-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/logging-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\globule\0.1.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'globule',
[ERROR] npm sill install resolved description: 'An easy-to-use wildcard globbing library.',
[ERROR] npm sill install resolved version: '0.1.0',
[ERROR] npm sill install resolved homepage: 'https://github.com/cowboy/node-globule',
[ERROR] npm sill install resolved author: { name: '"Cowboy" Ben Alman', url: 'http://benalman.com/' },
[ERROR] npm sill install resolved repository: { type: 'git', url: 'git://github.com/cowboy/node-globule.git' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/cowboy/node-globule/issues' },
[ERROR] npm sill install resolved licenses: [ [Object] ],
[ERROR] npm sill install resolved main: 'lib/globule',
[ERROR] npm sill install resolved engines: { node: '>= 0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'grunt nodeunit' },
[ERROR] npm sill install resolved devDependencies:
[ERROR] npm sill install resolved { 'grunt-contrib-jshint': '~0.1.1',
[ERROR] npm sill install resolved 'grunt-contrib-nodeunit': '~0.1.2',
[ERROR] npm sill install resolved 'grunt-contrib-watch': '~0.2.0',
[ERROR] npm sill install resolved grunt: '~0.4.1' },
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'glob',
[ERROR] npm sill install resolved 'file',
[ERROR] npm sill install resolved 'match',
[ERROR] npm sill install resolved 'mapping',
[ERROR] npm sill install resolved 'expand',
[ERROR] npm sill install resolved 'wildcard',
[ERROR] npm sill install resolved 'pattern',
[ERROR] npm sill install resolved 'sync',
[ERROR] npm sill install resolved 'awesome' ],
[ERROR] npm sill install resolved dependencies: { lodash: '~1.0.1', glob: '~3.1.21', minimatch: '~0.2.11' },
[ERROR] npm sill install resolved readme: '# globule [![Build Status](https://secure.travis-ci.org/cowboy/node-globule.png?branch=master)](http://travis-ci.org/cowboy/node-globule)\n\nAn easy-to-use wildcard globbing library.\n\n## Getting Started\nInstall the module with: `npm install globule`\n\n```javascript\nvar globule = require(\'globule\');\nvar filepaths = globule.find(\'**/*.js\');\n```\n\n## Documentation\n\n### globule.find\nReturns a unique array of all file or directory paths that match the given globbing pattern(s). This method accepts either comma separated globbing patterns or an array of globbing patterns. Paths matching patterns that begin with `!` will be excluded from the returned array. Patterns are processed in order, so inclusion and exclusion order is significant.\n\n```js\nglobule.find(patterns [, options])\n```\n\nThe `options` object supports all [glob][] library options, along with a few extras. These are the most commonly used:\n\n* `filter` Either a valid [fs.Stats method name](http://nodejs.org/docs/latest/api/fs.html#fs_class_fs_stats) or a function that will be passed the matched `src` filepath and `options` object as arguments. This function should return a `Boolean` value.\n* `nonull` Retain globbing patterns in result set even if they fail to match files.\n* `matchBase` Patterns without slashes will match just the basename part. Eg. this makes `*.js` work like `**/*.js`.\n* `srcBase` Patterns will be matched relative to the specified path instead of the current working directory. This is a synonym for `cwd`.\n* `prefixBase` Any specified `srcBase` will be prefixed to all returned filepaths.\n\n[glob]: https://github.com/isaacs/node-glob\n\n### globule.match\nMatch one or more globbing patterns against one or more file paths. Returns a uniqued array of all file paths that match any of the specified globbing patterns. Both the `patterns` and `filepaths` arguments can be a single string or array of strings. Paths matching patterns that begin with `!` will be excluded from the returned array. Patterns are processed in order, so inclusion and exclusion order is significant.\n\n```js\ngrunt.file.match(patterns, filepaths [, options])\n```\n\n### globule.isMatch\nThis method contains the same signature and logic as the `globule.match` method, but returns `true` if any files were matched, otherwise `false`.\n\n```js\ngrunt.file.isMatch(patterns, filepaths [, options])\n```\n\n### globule.mapping\nGiven a set of source file paths, returns an array of src-dest file mapping objects. Both src and dest paths may be renamed, depending on the options specified.\n\n```js\nglobule.mapping(filepaths [, options])\n```\n\nIn addition to the options the `globule.find` method supports, the options object also supports these properties:\n\n* `srcBase` The directory from which patterns are matched. Any string specified as `srcBase` is effectively stripped from the beginning of all matched paths.\n* `destBase` The specified path is prefixed to all `dest` filepaths.\n* `ext` Remove anything after (and including) the first `.` in the destination path, then append this value.\n* `extDot` Change the behavior of `ext`, `"first"` and `"last"` will remove anything after the first or last `.` in the destination filename, respectively. Defaults to `"first"`.\n* `flatten` Remove the path component from all matched src files. The src file path is still joined to the specified destBase.\n* `rename` If specified, this function will be responsible for returning the final `dest` filepath. By default, it flattens paths (if specified), changes extensions (if specified) and joins the matched path to the `destBase`.\n\n### globule.findMapping\nThis method is a convenience wrapper around the `globule.find` and `globule.mapping` methods.\n\n```js\nglobule.findMapping(patterns [, options])\n```\n\n\n## Examples\n\nGiven the files `foo/a.js` and `foo/b.js`:\n\n### srcBase and destBase\n\n```js\nglobule.find("foo/*.js")\n// ["foo/a.js", "foo/b.js"]\n\nglobule.find("*.js", {srcBase: "foo"})\n// ["a.js", "b.js"]\n\nglobule.find("*.js", {srcBase: "foo", prefixBase: true})\n// ["foo/a.js", "foo/b.js"]\n```\n\n```js\nglobule.findMapping("foo/*.js")\n// [{src: "foo/a.js", dest: "foo/a.js"}, {src: "foo/b.js", dest: "foo/b.js"}]\n\nglobule.findMapping("foo/*.js", {destBase: "bar"})\n// [{src: "foo/a.js", dest: "bar/foo/a.js"}, {src: "foo/b.js", dest: "bar/foo/b.js"}]\n\nglobule.findMapping("*.js", {srcBase: "foo", destBase: "bar"})\n// [{src: "foo/a.js", dest: "bar/a.js"}, {src: "foo/b.js", dest: "bar/b.js"}]\n```\n\n```js\nglobule.mapping(["foo/a.js", "foo/b.js"])\n// [{src: "foo/a.js", dest: "foo/a.js"}, {src: "foo/b.js", dest: "foo/b.js"}]\n\nglobule.mapping(["foo/a.js", "foo/b.js"], {destBase: "bar"})\n// [{src: "foo/a.js", dest: "bar/foo/a.js"}, {src: "foo/b.js", dest: "bar/foo/b.js"}]\n\nglobule.mapping(["a.js", "b.js"], {srcBase: "foo", destBase: "bar"})\n// [{src: "foo/a.js", dest: "bar/a.js"}, {src: "foo/b.js", dest: "bar/b.js"}]\n```\n\n## Contributing\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).\n\n## Release History\n_(Nothing yet)_\n\n## License\nCopyright (c) 2013 "Cowboy" Ben Alman \nLicensed under the MIT license.\n',
[ERROR] npm sill install resolved readmeFilename: 'README.md',
[ERROR] npm sill install resolved _id: 'globule@0.1.0',
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd9c8edde1da79d125a151b79533b978676346ae5',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/globule/-/globule-0.1.0.tgz' },
[ERROR] npm sill install resolved _npmVersion: '1.1.70',
[ERROR] npm sill install resolved _npmUser: { name: 'cowboy', email: 'cowboy@rj3.net' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _shasum: 'd9c8edde1da79d125a151b79533b978676346ae5',
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/globule/-/globule-0.1.0.tgz',
[ERROR] npm sill install resolved _from: 'globule@>=0.1.0 <0.2.0' } ]
[ERROR] npm info install globule@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm info installOne globule@0.1.0
[ERROR] npm verb installOne of globule to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\supports-color\0.2.0\package\package.json written
[ERROR] npm sill install resolved [ { name: 'ansi-styles',
[ERROR] npm sill install resolved version: '1.1.0',
[ERROR] npm sill install resolved description: 'ANSI escape codes for styling strings in the terminal',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/sindresorhus/ansi-styles.git' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'http://sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'ansi',
[ERROR] npm sill install resolved 'styles',
[ERROR] npm sill install resolved 'color',
[ERROR] npm sill install resolved 'colour',
[ERROR] npm sill install resolved 'colors',
[ERROR] npm sill install resolved 'terminal',
[ERROR] npm sill install resolved 'console',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'tty',
[ERROR] npm sill install resolved 'escape',
[ERROR] npm sill install resolved 'formatting',
[ERROR] npm sill install resolved 'rgb',
[ERROR] npm sill install resolved '256',
[ERROR] npm sill install resolved 'shell',
[ERROR] npm sill install resolved 'xterm',
[ERROR] npm sill install resolved 'log',
[ERROR] npm sill install resolved 'logging',
[ERROR] npm sill install resolved 'command-line',
[ERROR] npm sill install resolved 'text' ],
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/ansi-styles/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/ansi-styles',
[ERROR] npm sill install resolved _id: 'ansi-styles@1.1.0',
[ERROR] npm sill install resolved _shasum: 'eaecbf66cd706882760b2f4691582b8f55d7a7de',
[ERROR] npm sill install resolved _from: 'ansi-styles@>=1.1.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.9',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'eaecbf66cd706882760b2f4691582b8f55d7a7de',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'escape-string-regexp',
[ERROR] npm sill install resolved version: '1.0.3',
[ERROR] npm sill install resolved description: 'Escape RegExp special characters',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git+https://github.com/sindresorhus/escape-string-regexp.git' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'http://sindresorhus.com' },
[ERROR] npm sill install resolved maintainers: [ [Object], [Object] ],
[ERROR] npm sill install resolved engines: { node: '>=0.8.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved files: [ 'index.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'regex',
[ERROR] npm sill install resolved 'regexp',
[ERROR] npm sill install resolved 're',
[ERROR] npm sill install resolved 'regular',
[ERROR] npm sill install resolved 'expression',
[ERROR] npm sill install resolved 'escape',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'str',
[ERROR] npm sill install resolved 'special',
[ERROR] npm sill install resolved 'characters' ],
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved gitHead: '1e446e6b4449b5f1f8868cd31bf8fd25ee37fb4b',
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/escape-string-regexp/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/escape-string-regexp',
[ERROR] npm sill install resolved _id: 'escape-string-regexp@1.0.3',
[ERROR] npm sill install resolved _shasum: '9e2d8b25bc2555c3336723750e03f099c2735bb5',
[ERROR] npm sill install resolved _from: 'escape-string-regexp@>=1.0.0 <2.0.0',
[ERROR] npm sill install resolved _npmVersion: '2.1.16',
[ERROR] npm sill install resolved _nodeVersion: '0.10.35',
[ERROR] npm sill install resolved _npmUser: { name: 'jbnicolai', email: 'jappelman@xebia.com' },
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '9e2d8b25bc2555c3336723750e03f099c2735bb5',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'has-ansi',
[ERROR] npm sill install resolved version: '0.1.0',
[ERROR] npm sill install resolved description: 'Check if a string has ANSI escape codes',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/sindresorhus/has-ansi.git' },
[ERROR] npm sill install resolved bin: { 'has-ansi': 'cli.js' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'http://sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved files: [ 'index.js', 'cli.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'cli',
[ERROR] npm sill install resolved 'bin',
[ERROR] npm sill install resolved 'ansi',
[ERROR] npm sill install resolved 'styles',
[ERROR] npm sill install resolved 'color',
[ERROR] npm sill install resolved 'colour',
[ERROR] npm sill install resolved 'colors',
[ERROR] npm sill install resolved 'terminal',
[ERROR] npm sill install resolved 'console',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'tty',
[ERROR] npm sill install resolved 'escape',
[ERROR] npm sill install resolved 'shell',
[ERROR] npm sill install resolved 'xterm',
[ERROR] npm sill install resolved 'command-line',
[ERROR] npm sill install resolved 'text',
[ERROR] npm sill install resolved 'regex',
[ERROR] npm sill install resolved 'regexp',
[ERROR] npm sill install resolved 're',
[ERROR] npm sill install resolved 'match',
[ERROR] npm sill install resolved 'test',
[ERROR] npm sill install resolved 'find',
[ERROR] npm sill install resolved 'pattern',
[ERROR] npm sill install resolved 'has' ],
[ERROR] npm sill install resolved dependencies: { 'ansi-regex': '^0.2.0' },
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/has-ansi/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/has-ansi',
[ERROR] npm sill install resolved _id: 'has-ansi@0.1.0',
[ERROR] npm sill install resolved _shasum: '84f265aae8c0e6a88a12d7022894b7568894c62e',
[ERROR] npm sill install resolved _from: 'has-ansi@>=0.1.0 <0.2.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.9',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '84f265aae8c0e6a88a12d7022894b7568894c62e',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'strip-ansi',
[ERROR] npm sill install resolved version: '0.3.0',
[ERROR] npm sill install resolved description: 'Strip ANSI escape codes',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved bin: { 'strip-ansi': 'cli.js' },
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/sindresorhus/strip-ansi.git' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'http://sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved files: [ 'index.js', 'cli.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'strip',
[ERROR] npm sill install resolved 'trim',
[ERROR] npm sill install resolved 'remove',
[ERROR] npm sill install resolved 'ansi',
[ERROR] npm sill install resolved 'styles',
[ERROR] npm sill install resolved 'color',
[ERROR] npm sill install resolved 'colour',
[ERROR] npm sill install resolved 'colors',
[ERROR] npm sill install resolved 'terminal',
[ERROR] npm sill install resolved 'console',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'string',
[ERROR] npm sill install resolved 'tty',
[ERROR] npm sill install resolved 'escape',
[ERROR] npm sill install resolved 'formatting',
[ERROR] npm sill install resolved 'rgb',
[ERROR] npm sill install resolved '256',
[ERROR] npm sill install resolved 'shell',
[ERROR] npm sill install resolved 'xterm',
[ERROR] npm sill install resolved 'log',
[ERROR] npm sill install resolved 'logging',
[ERROR] npm sill install resolved 'command-line',
[ERROR] npm sill install resolved 'text' ],
[ERROR] npm sill install resolved dependencies: { 'ansi-regex': '^0.2.1' },
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/strip-ansi/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/strip-ansi',
[ERROR] npm sill install resolved _id: 'strip-ansi@0.3.0',
[ERROR] npm sill install resolved _shasum: '25f48ea22ca79187f3174a4db8759347bb126220',
[ERROR] npm sill install resolved _from: 'strip-ansi@>=0.3.0 <0.4.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.9',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: '25f48ea22ca79187f3174a4db8759347bb126220',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' },
[ERROR] npm sill install resolved { name: 'supports-color',
[ERROR] npm sill install resolved version: '0.2.0',
[ERROR] npm sill install resolved description: 'Detect whether a terminal supports color',
[ERROR] npm sill install resolved license: 'MIT',
[ERROR] npm sill install resolved repository:
[ERROR] npm sill install resolved { type: 'git',
[ERROR] npm sill install resolved url: 'git://github.com/sindresorhus/supports-color.git' },
[ERROR] npm sill install resolved bin: { 'supports-color': 'cli.js' },
[ERROR] npm sill install resolved author:
[ERROR] npm sill install resolved { name: 'Sindre Sorhus',
[ERROR] npm sill install resolved email: 'sindresorhus@gmail.com',
[ERROR] npm sill install resolved url: 'http://sindresorhus.com' },
[ERROR] npm sill install resolved engines: { node: '>=0.10.0' },
[ERROR] npm sill install resolved scripts: { test: 'mocha' },
[ERROR] npm sill install resolved files: [ 'index.js', 'cli.js' ],
[ERROR] npm sill install resolved keywords:
[ERROR] npm sill install resolved [ 'cli',
[ERROR] npm sill install resolved 'bin',
[ERROR] npm sill install resolved 'color',
[ERROR] npm sill install resolved 'colour',
[ERROR] npm sill install resolved 'colors',
[ERROR] npm sill install resolved 'terminal',
[ERROR] npm sill install resolved 'console',
[ERROR] npm sill install resolved 'cli',
[ERROR] npm sill install resolved 'ansi',
[ERROR] npm sill install resolved 'styles',
[ERROR] npm sill install resolved 'tty',
[ERROR] npm sill install resolved 'rgb',
[ERROR] npm sill install resolved '256',
[ERROR] npm sill install resolved 'shell',
[ERROR] npm sill install resolved 'xterm',
[ERROR] npm sill install resolved 'command-line',
[ERROR] npm sill install resolved 'support',
[ERROR] npm sill install resolved 'supports',
[ERROR] npm sill install resolved 'capability',
[ERROR] npm sill install resolved 'detect' ],
[ERROR] npm sill install resolved devDependencies: { mocha: '*' },
[ERROR] npm sill install resolved bugs: { url: 'https://github.com/sindresorhus/supports-color/issues' },
[ERROR] npm sill install resolved homepage: 'https://github.com/sindresorhus/supports-color',
[ERROR] npm sill install resolved _id: 'supports-color@0.2.0',
[ERROR] npm sill install resolved _shasum: 'd92de2694eb3f67323973d7ae3d8b55b4c22190a',
[ERROR] npm sill install resolved _from: 'supports-color@>=0.2.0 <0.3.0',
[ERROR] npm sill install resolved _npmVersion: '1.4.9',
[ERROR] npm sill install resolved _npmUser: { name: 'sindresorhus', email: 'sindresorhus@gmail.com' },
[ERROR] npm sill install resolved maintainers: [ [Object] ],
[ERROR] npm sill install resolved dist:
[ERROR] npm sill install resolved { shasum: 'd92de2694eb3f67323973d7ae3d8b55b4c22190a',
[ERROR] npm sill install resolved tarball: 'http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz' },
[ERROR] npm sill install resolved directories: {},
[ERROR] npm sill install resolved _resolved: 'http://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz',
[ERROR] npm sill install resolved readme: 'ERROR: No README data found!' } ]
[ERROR] npm info install ansi-styles@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install escape-string-regexp@1.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install has-ansi@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install strip-ansi@0.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install supports-color@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info installOne ansi-styles@1.1.0
[ERROR] npm verb installOne of ansi-styles to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne escape-string-regexp@1.0.3
[ERROR] npm verb installOne of escape-string-regexp to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne has-ansi@0.1.0
[ERROR] npm verb installOne of has-ansi to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne strip-ansi@0.3.0
[ERROR] npm verb installOne of strip-ansi to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne supports-color@0.2.0
[ERROR] npm verb installOne of supports-color to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 436, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry license
[ERROR] npm sill gunzTarPerm modified mode [ 'license', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm verb linkBins debug@0.7.4
[ERROR] npm verb linkMans debug@0.7.4
[ERROR] npm verb rebuildBundles debug@0.7.4
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm info preinstall minimatch@2.0.7
[ERROR] npm info linkStuff graceful-readlink@1.0.1
[ERROR] npm sill linkStuff graceful-readlink@1.0.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules as its parent node_modules
[ERROR] npm info install debug@0.7.4
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm sill gunzTarPerm extractEntry tests/test-https-strict.js
[ERROR] npm sill gunzTarPerm modified mode [ 'tests/test-https-strict.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\package.json
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\globule-d618d5ca9d01280a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm info postinstall debug@0.7.4
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-set-cookies.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-set-cookies.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-client-upload-buf.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-client-upload-buf.js', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-string-regexp-0b51d9d4600565f3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-styles-fea56e1e842c7b9d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\strip-ansi-2c77ae474fa94322.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-ansi-e2fdb70abc4db1fd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\supports-color-8d9a35ef14488cf9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry browser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry binary.js
[ERROR] npm sill gunzTarPerm modified mode [ 'binary.js', 420, 438 ]
[ERROR] npm sill install write writing globule 0.1.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill cache add args [ 'etag@~1.5.1', null ]
[ERROR] npm verb cache add spec etag@~1.5.1
[ERROR] npm sill cache add parsed spec { raw: 'etag@~1.5.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'etag',
[ERROR] npm sill cache add rawSpec: '~1.5.1',
[ERROR] npm sill cache add spec: '>=1.5.1 <1.6.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed etag@>=1.5.1 <1.6.0
[ERROR] npm verb addNamed ">=1.5.1 <1.6.0" is a valid semver range for etag
[ERROR] npm sill addNameRange { name: 'etag', range: '>=1.5.1 <1.6.0', hasData: false }
[ERROR] npm sill mapToRegistry name etag
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/etag
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
[ERROR] npm sill cache add args [ 'fresh@0.2.4', null ]
[ERROR] npm verb cache add spec fresh@0.2.4
[ERROR] npm sill cache add parsed spec { raw: 'fresh@0.2.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'fresh',
[ERROR] npm sill cache add rawSpec: '0.2.4',
[ERROR] npm sill cache add spec: '0.2.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed fresh@0.2.4
[ERROR] npm verb addNamed "0.2.4" is a plain semver version for fresh
[ERROR] npm sill mapToRegistry name fresh
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/fresh
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
[ERROR] npm sill cache add args [ 'mime@1.3.4', null ]
[ERROR] npm verb cache add spec mime@1.3.4
[ERROR] npm sill cache add parsed spec { raw: 'mime@1.3.4',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'mime',
[ERROR] npm sill cache add rawSpec: '1.3.4',
[ERROR] npm sill cache add spec: '1.3.4',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed mime@1.3.4
[ERROR] npm verb addNamed "1.3.4" is a plain semver version for mime
[ERROR] npm sill mapToRegistry name mime
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/mime
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
[ERROR] npm sill cache add args [ 'ms@0.7.0', null ]
[ERROR] npm verb cache add spec ms@0.7.0
[ERROR] npm sill cache add parsed spec { raw: 'ms@0.7.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'ms',
[ERROR] npm sill cache add rawSpec: '0.7.0',
[ERROR] npm sill cache add spec: '0.7.0',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed ms@0.7.0
[ERROR] npm verb addNamed "0.7.0" is a plain semver version for ms
[ERROR] npm sill mapToRegistry name ms
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm sill cache add args [ 'on-finished@~2.2.0', null ]
[ERROR] npm verb cache add spec on-finished@~2.2.0
[ERROR] npm sill cache add parsed spec { raw: 'on-finished@~2.2.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'on-finished',
[ERROR] npm sill cache add rawSpec: '~2.2.0',
[ERROR] npm sill cache add spec: '>=2.2.0 <2.3.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed on-finished@>=2.2.0 <2.3.0
[ERROR] npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for on-finished
[ERROR] npm sill addNameRange { name: 'on-finished', range: '>=2.2.0 <2.3.0', hasData: false }
[ERROR] npm sill mapToRegistry name on-finished
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/on-finished
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
[ERROR] npm sill cache add args [ 'range-parser@~1.0.2', null ]
[ERROR] npm verb cache add spec range-parser@~1.0.2
[ERROR] npm sill cache add parsed spec { raw: 'range-parser@~1.0.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'range-parser',
[ERROR] npm sill cache add rawSpec: '~1.0.2',
[ERROR] npm sill cache add spec: '>=1.0.2 <1.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed range-parser@>=1.0.2 <1.1.0
[ERROR] npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
[ERROR] npm sill addNameRange { name: 'range-parser', range: '>=1.0.2 <1.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name range-parser
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/range-parser
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
[ERROR] npm sill cache add args [ 'debug@~2.1.3', null ]
[ERROR] npm verb cache add spec debug@~2.1.3
[ERROR] npm sill cache add parsed spec { raw: 'debug@~2.1.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'debug',
[ERROR] npm sill cache add rawSpec: '~2.1.3',
[ERROR] npm sill cache add spec: '>=2.1.3 <2.2.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed debug@>=2.1.3 <2.2.0
[ERROR] npm verb addNamed ">=2.1.3 <2.2.0" is a valid semver range for debug
[ERROR] npm sill addNameRange { name: 'debug', range: '>=2.1.3 <2.2.0', hasData: false }
[ERROR] npm sill mapToRegistry name debug
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm sill cache add args [ 'depd@~1.0.0', null ]
[ERROR] npm verb cache add spec depd@~1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'depd@~1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'depd',
[ERROR] npm sill cache add rawSpec: '~1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <1.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed depd@>=1.0.0 <1.1.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for depd
[ERROR] npm sill addNameRange { name: 'depd', range: '>=1.0.0 <1.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name depd
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/depd
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
[ERROR] npm sill cache add args [ 'destroy@1.0.3', null ]
[ERROR] npm verb cache add spec destroy@1.0.3
[ERROR] npm sill cache add parsed spec { raw: 'destroy@1.0.3',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'destroy',
[ERROR] npm sill cache add rawSpec: '1.0.3',
[ERROR] npm sill cache add spec: '1.0.3',
[ERROR] npm sill cache add type: 'version' }
[ERROR] npm sill addNamed destroy@1.0.3
[ERROR] npm verb addNamed "1.0.3" is a plain semver version for destroy
[ERROR] npm sill mapToRegistry name destroy
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/destroy
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/destroy not in flight; fetching
[ERROR] npm sill install write writing escape-string-regexp 1.0.3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm sill install write writing ansi-styles 1.1.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm sill install write writing strip-ansi 0.3.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm sill install write writing has-ansi 0.1.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm sill install write writing supports-color 0.2.0 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm verb linkBins graceful-readlink@1.0.1
[ERROR] npm verb linkMans graceful-readlink@1.0.1
[ERROR] npm verb rebuildBundles graceful-readlink@1.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-b139e534e46eef9f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bar.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bar.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CHANGELOG.md
[ERROR] npm sill gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bower.json
[ERROR] npm sill gunzTarPerm modified mode [ 'bower.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry component.json
[ERROR] npm sill gunzTarPerm modified mode [ 'component.json', 420, 438 ]
[ERROR] npm info install graceful-readlink@1.0.1
[ERROR] npm sill gunzTarPerm extractEntry build/suffix-source-map.jsm
[ERROR] npm sill gunzTarPerm modified mode [ 'build/suffix-source-map.jsm', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry build/suffix-utils.jsm
[ERROR] npm sill gunzTarPerm modified mode [ 'build/suffix-utils.jsm', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm info preinstall optimist@0.6.1
[ERROR] npm sill gunzTarPerm extractEntry nodelint.cfg
[ERROR] npm sill gunzTarPerm modified mode [ 'nodelint.cfg', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bench.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bench.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry sigmund.js
[ERROR] npm sill gunzTarPerm modified mode [ 'sigmund.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill prepareForInstallMany adding brace-expansion@^1.0.0 from minimatch dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\package.json
[ERROR] npm sill gunzTarPerm extractEntry test/debug-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/debug-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/logglyAppender-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/logglyAppender-test.js', 420, 438 ]
[ERROR] npm info postinstall graceful-readlink@1.0.1
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm sill gunzTarPerm extractEntry test/fixtures/testcases.yaml
[ERROR] npm sill gunzTarPerm modified mode [ 'test/fixtures/testcases.yaml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/mocha.opts
[ERROR] npm sill gunzTarPerm modified mode [ 'test/mocha.opts', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry stream-api.js
[ERROR] npm sill gunzTarPerm modified mode [ 'stream-api.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/error.js
[ERROR] npm sill gunzTarPerm extractEntry examples/logger.js
[ERROR] npm verb request uri http://registry.npmjs.org/fresh
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "7K1A0D553XTFNNA6FXWM012NY"
[ERROR] npm http request GET http://registry.npmjs.org/fresh
[ERROR] npm verb get http://registry.npmjs.org/mime not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/on-finished
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "BCHRUOCZ12BM4QUPMMW8U0425"
[ERROR] npm http request GET http://registry.npmjs.org/on-finished
[ERROR] npm verb request uri http://registry.npmjs.org/ms
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "1FWMRYV9JSE343ZCTQ1RJ58Y1"
[ERROR] npm http request GET http://registry.npmjs.org/ms
[ERROR] npm verb request uri http://registry.npmjs.org/depd
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "EXES9RDIT31NIDPYYVZ47XB58"
[ERROR] npm http request GET http://registry.npmjs.org/depd
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'debug', range: '>=2.1.3 <2.2.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'debug',
[ERROR] npm sill addNameRange [ '0.0.1',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '0.3.0',
[ERROR] npm sill addNameRange '0.4.0',
[ERROR] npm sill addNameRange '0.4.1',
[ERROR] npm sill addNameRange '0.5.0',
[ERROR] npm sill addNameRange '0.6.0',
[ERROR] npm sill addNameRange '0.7.0',
[ERROR] npm sill addNameRange '0.7.1',
[ERROR] npm sill addNameRange '0.7.2',
[ERROR] npm sill addNameRange '0.7.3',
[ERROR] npm sill addNameRange '0.7.4',
[ERROR] npm sill addNameRange '0.8.0',
[ERROR] npm sill addNameRange '0.8.1',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.0.1',
[ERROR] npm sill addNameRange '1.0.2',
[ERROR] npm sill addNameRange '1.0.3',
[ERROR] npm sill addNameRange '1.0.4',
[ERROR] npm sill addNameRange '2.0.0',
[ERROR] npm sill addNameRange '2.1.0',
[ERROR] npm sill addNameRange '2.1.1',
[ERROR] npm sill addNameRange '2.1.2',
[ERROR] npm sill addNameRange '2.1.3' ] ]
[ERROR] npm sill addNamed debug@2.1.3
[ERROR] npm verb addNamed "2.1.3" is a plain semver version for debug
[ERROR] npm verb request uri http://registry.npmjs.org/range-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "3LNMXDEPINP8BRLYF8TQXB0MC"
[ERROR] npm http request GET http://registry.npmjs.org/range-parser
[ERROR] npm verb request uri http://registry.npmjs.org/etag
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "BHWT9NORNP14608O9AR7ATBA3"
[ERROR] npm http request GET http://registry.npmjs.org/etag
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\package.json
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry gen.js
[ERROR] npm sill gunzTarPerm modified mode [ 'gen.js', 420, 438 ]
[ERROR] npm verb request uri http://registry.npmjs.org/destroy
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "9IP2CCOQSKNSZL557UODSGT2O"
[ERROR] npm http request GET http://registry.npmjs.org/destroy
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm sill gunzTarPerm extractEntry utility.js
[ERROR] npm sill gunzTarPerm modified mode [ 'utility.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm sill gunzTarPerm extractEntry debug.js
[ERROR] npm sill gunzTarPerm modified mode [ 'debug.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry node.js
[ERROR] npm sill gunzTarPerm modified mode [ 'node.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry is-buffer.js
[ERROR] npm sill gunzTarPerm modified mode [ 'is-buffer.js', 420, 438 ]
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-readlink-8c45d57948bdcdeb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\globule\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm sill gunzTarPerm extractEntry dist/lodash.compat.min.js
[ERROR] npm sill gunzTarPerm modified mode [ 'dist/lodash.compat.min.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry node.js
[ERROR] npm sill gunzTarPerm modified mode [ 'node.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color is being purged from base C:\Users\buschs1\Desktop\npmBug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\has-ansi\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm sill gunzTarPerm extractEntry foo.js
[ERROR] npm sill gunzTarPerm modified mode [ 'foo.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry CONTRIBUTORS
[ERROR] npm sill gunzTarPerm modified mode [ 'CONTRIBUTORS', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry socket.io.js
[ERROR] npm sill gunzTarPerm modified mode [ 'socket.io.js', 420, 438 ]
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\supports-color\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm sill gentlyRm C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color is being purged
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-status-code.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-status-code.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-client-abort2.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-client-abort2.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm modes [ '777', '666' ]
[ERROR] npm sill gunzTarPerm extractEntry test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .gitmodules
[ERROR] npm sill gunzTarPerm modified mode [ '.gitmodules', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill cache afterAdd debug@2.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json not in flight; writing
[ERROR] npm sill prepareForInstallMany adding wordwrap@~0.0.2 from optimist dependencies
[ERROR] npm sill prepareForInstallMany adding minimist@~0.0.1 from optimist dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\package.json
[ERROR] npm sill cache add args [ 'brace-expansion@^1.0.0', null ]
[ERROR] npm verb cache add spec brace-expansion@^1.0.0
[ERROR] npm sill cache add parsed spec { raw: 'brace-expansion@^1.0.0',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'brace-expansion',
[ERROR] npm sill cache add rawSpec: '^1.0.0',
[ERROR] npm sill cache add spec: '>=1.0.0 <2.0.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed brace-expansion@>=1.0.0 <2.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
[ERROR] npm sill addNameRange { name: 'brace-expansion',
[ERROR] npm sill addNameRange range: '>=1.0.0 <2.0.0',
[ERROR] npm sill addNameRange hasData: false }
[ERROR] npm sill mapToRegistry name brace-expansion
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/brace-expansion
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
[ERROR] npm sill gunzTarPerm extractEntry readdirp.js
[ERROR] npm sill gunzTarPerm modified mode [ 'readdirp.js', 420, 438 ]
[ERROR] npm sill cache afterAdd mime@1.3.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.3.4\package\package.json not in flight; writing
[ERROR] npm sill gunzTarPerm extractEntry test/date_format-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/date_format-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/logstashUDP-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/logstashUDP-test.js', 420, 438 ]
[ERROR] npm info linkStuff commander@2.8.1
[ERROR] npm sill linkStuff commander@2.8.1 has C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules as its parent node_modules
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\package.json
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/mounting.js
[ERROR] npm sill gunzTarPerm extractEntry examples/profiler.js
[ERROR] npm sill gunzTarPerm extractEntry test/basic.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bench/bench.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bench/bench.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry HISTORY.md
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Makefile
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry debug.js
[ERROR] npm sill gunzTarPerm modified mode [ 'debug.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry browser.js
[ERROR] npm sill gunzTarPerm modified mode [ 'browser.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry package.json
[ERROR] npm sill gunzTarPerm modified mode [ 'package.json', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json written
[ERROR] npm verb request uri http://registry.npmjs.org/brace-expansion
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "18Z2VDE6EPY9JHP7D0I3PN5DH"
[ERROR] npm http request GET http://registry.npmjs.org/brace-expansion
[ERROR] npm info preinstall glob@3.2.11
[ERROR] npm verb linkBins commander@2.8.1
[ERROR] npm verb linkMans commander@2.8.1
[ERROR] npm verb rebuildBundles commander@2.8.1
[ERROR] npm sill gunzTarPerm extractEntry Makefile
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.3.4\package\package.json written
[ERROR] npm sill gunzTarPerm extractEntry .npmignore
[ERROR] npm sill gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry README.md
[ERROR] npm sill gunzTarPerm modified mode [ 'README.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry license
[ERROR] npm sill gunzTarPerm modified mode [ 'license', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-upgrade-server2.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-upgrade-server2.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/core/simple/test-http-client-abort.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/core/simple/test-http-client-abort.js', 420, 438 ]
[ERROR] npm verb rebuildBundles [ 'graceful-readlink' ]
[ERROR] npm info install commander@2.8.1
[ERROR] npm sill cache add args [ 'wordwrap@~0.0.2', null ]
[ERROR] npm verb cache add spec wordwrap@~0.0.2
[ERROR] npm sill cache add parsed spec { raw: 'wordwrap@~0.0.2',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'wordwrap',
[ERROR] npm sill cache add rawSpec: '~0.0.2',
[ERROR] npm sill cache add spec: '>=0.0.2 <0.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed wordwrap@>=0.0.2 <0.1.0
[ERROR] npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
[ERROR] npm sill addNameRange { name: 'wordwrap', range: '>=0.0.2 <0.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name wordwrap
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/wordwrap
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/wordwrap not in flight; fetching
[ERROR] npm sill cache add args [ 'minimist@~0.0.1', null ]
[ERROR] npm verb cache add spec minimist@~0.0.1
[ERROR] npm sill cache add parsed spec { raw: 'minimist@~0.0.1',
[ERROR] npm sill cache add scope: null,
[ERROR] npm sill cache add name: 'minimist',
[ERROR] npm sill cache add rawSpec: '~0.0.1',
[ERROR] npm sill cache add spec: '>=0.0.1 <0.1.0',
[ERROR] npm sill cache add type: 'range' }
[ERROR] npm sill addNamed minimist@>=0.0.1 <0.1.0
[ERROR] npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
[ERROR] npm sill addNameRange { name: 'minimist', range: '>=0.0.1 <0.1.0', hasData: false }
[ERROR] npm sill mapToRegistry name minimist
[ERROR] npm sill mapToRegistry using default registry
[ERROR] npm sill mapToRegistry registry http://registry.npmjs.org/
[ERROR] npm sill mapToRegistry uri http://registry.npmjs.org/minimist
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\package.json
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .travis.yml
[ERROR] npm sill gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Makefile
[ERROR] npm sill gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry fixtures/big.json
[ERROR] npm sill gunzTarPerm modified mode [ 'fixtures/big.json', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/upload.js
[ERROR] npm sill gunzTarPerm extractEntry examples/rollingSession.js
[ERROR] npm sill gunzTarPerm extractEntry cli.js
[ERROR] npm sill gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry cli.js
[ERROR] npm sill gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry cli.js
[ERROR] npm sill gunzTarPerm modified mode [ 'cli.js', 493, 511 ]
[ERROR] npm sill gunzTarPerm extractEntry index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'index.js', 420, 438 ]
[ERROR] npm info postinstall commander@2.8.1
[ERROR] npm sill gunzTarPerm extractEntry lib/lru-cache.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/lru-cache.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/basic.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/basic.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/foreach.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/foreach.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/memory-leak.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/memory-leak.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/dateFileAppender-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/dateFileAppender-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry test/multiprocess-test.js
[ERROR] npm sill gunzTarPerm modified mode [ 'test/multiprocess-test.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry HISTORY.md
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\commander-35c6268206682af8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb request uri http://registry.npmjs.org/wordwrap
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:33:01 PM
[ERROR] npm verb etag "93S2UDJFLUP2O1MZEWU0CFQOZ"
[ERROR] npm http request GET http://registry.npmjs.org/wordwrap
[ERROR] npm verb get http://registry.npmjs.org/minimist not expired, no request
[ERROR] npm sill addNameRange number 2 { name: 'minimist', range: '>=0.0.1 <0.1.0', hasData: true }
[ERROR] npm sill addNameRange versions [ 'minimist',
[ERROR] npm sill addNameRange [ '0.0.0',
[ERROR] npm sill addNameRange '0.0.1',
[ERROR] npm sill addNameRange '0.0.2',
[ERROR] npm sill addNameRange '0.0.3',
[ERROR] npm sill addNameRange '0.0.4',
[ERROR] npm sill addNameRange '0.0.5',
[ERROR] npm sill addNameRange '0.0.6',
[ERROR] npm sill addNameRange '0.0.7',
[ERROR] npm sill addNameRange '0.0.8',
[ERROR] npm sill addNameRange '0.0.9',
[ERROR] npm sill addNameRange '0.0.10',
[ERROR] npm sill addNameRange '0.1.0',
[ERROR] npm sill addNameRange '0.2.0',
[ERROR] npm sill addNameRange '1.0.0',
[ERROR] npm sill addNameRange '1.1.0',
[ERROR] npm sill addNameRange '1.1.1' ] ]
[ERROR] npm sill addNamed minimist@0.0.10
[ERROR] npm verb addNamed "0.0.10" is a plain semver version for minimist
[ERROR] npm sill gunzTarPerm extractEntry LICENSE
[ERROR] npm sill gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry deps/nodeunit.js
[ERROR] npm sill gunzTarPerm modified mode [ 'deps/nodeunit.js', 420, 438 ]
[ERROR] npm sill prepareForInstallMany adding inherits@2 from glob dependencies
[ERROR] npm sill prepareForInstallMany adding minimatch@0.3 from glob dependencies
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\package.json
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\package.json
[ERROR] npm sill gunzTarPerm extractEntry Gruntfile.js
[ERROR] npm sill gunzTarPerm modified mode [ 'Gruntfile.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry .jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry lib/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'lib/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry examples/directory.js
[ERROR] npm sill gunzTarPerm extractEntry examples/session.js
[ERROR] npm sill gunzTarPerm extractEntry .jshintrc
[ERROR] npm sill gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry History.md
[ERROR] npm sill gunzTarPerm modified mode [ 'History.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'readme.md', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry bench/index.js
[ERROR] npm sill gunzTarPerm modified mode [ 'bench/index.js', 420, 438 ]
[ERROR] npm sill gunzTarPerm extractEntry Readme.md
[ERROR] npm sill gunzTarPerm modified mode [ 'Readme.md', 420, 438 ]
[ERROR] npm http 304 http://registry.npmjs.org/ms
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '52',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get etag: '"1FWMRYV9JSE343ZCTQ1RJ58Y1"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847181.731261,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '4',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:09 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/ms from cache
[ERROR] npm verb get saving ms to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ms\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/depd
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '26',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get etag: '"EXES9RDIT31NIDPYYVZ47XB58"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847181.729524,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2123-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/depd from cache
[ERROR] npm verb get saving depd to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\depd\.cache.json
[ERROR] npm sill cache afterAdd minimist@0.0.10
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\0.0.10\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/destroy
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '54',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get etag: '"9IP2CCOQSKNSZL557UODSGT2O"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847181.730464,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2136-IAD',
[ERROR] npm sill get 'x-cache-hits': '2',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:42 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/destroy from cache
[ERROR] npm verb get saving destroy to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\destroy\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/on-finished
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '20',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get etag: '"BCHRUOCZ12BM4QUPMMW8U0425"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847181.733195,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2128-IAD',
[ERROR] npm sill get 'x-cache-hits': '1',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/on-finished from cache
[ERROR] npm verb get saving on-finished to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\on-finished\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/etag
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '45',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get etag: '"BHWT9NORNP14608O9AR7ATBA3"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer': 'S1430847181.733441,VS0,VE0',
[ERROR] npm sill get 'x-served-by': 'cache-iad2129-IAD',
[ERROR] npm sill get 'x-cache-hits': '3',
[ERROR] npm sill get 'cache-control': 'max-age=60',
[ERROR] npm sill get 'last-modified': 'Tue, 05 May 2015 17:32:24 GMT',
[ERROR] npm sill get 'proxy-connection': 'Keep-Alive',
[ERROR] npm sill get connection: 'close' } ]
[ERROR] npm verb etag http://registry.npmjs.org/etag from cache
[ERROR] npm verb get saving etag to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\etag\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/fresh
[ERROR] npm sill get cb [ 304,
[ERROR] npm sill get { age: '21',
[ERROR] npm sill get via: '1.1 varnish',
[ERROR] npm sill get date: 'Tue, 05 May 2015 17:33:01 GMT',
[ERROR] npm sill get etag: '"7K1A0D553XTFNNA6FXWM012NY"',
[ERROR] npm sill get vary: 'Accept',
[ERROR] npm sill get 'x-cache': 'HIT',
[ERROR] npm sill get 'x-timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment