diff --git a/.gitignore b/.gitignore
index da1b6dc..0b19e70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ node_modules
.tmp
dist
.sass-cache
+.idea
+app/bower_components/
\ No newline at end of file
diff --git a/app/bower_components/angular-cookies/.bower.json b/app/bower_components/angular-cookies/.bower.json
index 9f812ce..f2edf78 100644
--- a/app/bower_components/angular-cookies/.bower.json
+++ b/app/bower_components/angular-cookies/.bower.json
@@ -1,5 +1,6 @@
{
"name": "angular-cookies",
+ "version": "1.5.9-build.5105+sha.d80cdeb",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
@@ -7,13 +8,13 @@
"angular": "1.5.9-build.5105+sha.d80cdeb"
},
"homepage": "https://github.com/angular/bower-angular-cookies",
- "_release": "c44fb005ae",
+ "_release": "1.5.9-build.5105+sha.d80cdeb",
"_resolution": {
- "type": "branch",
- "branch": "master",
+ "type": "version",
+ "tag": "v1.5.9-build.5105+sha.d80cdeb",
"commit": "c44fb005ae11faf650c02d94045a95587e81b9fe"
},
"_source": "https://github.com/angular/bower-angular-cookies.git",
- "_target": "master",
+ "_target": "~1.5.9",
"_originalSource": "angular-cookies"
}
\ No newline at end of file
diff --git a/app/bower_components/angular-cookies/bower.json b/app/bower_components/angular-cookies/bower.json
index 276e07d..d3885a5 100644
--- a/app/bower_components/angular-cookies/bower.json
+++ b/app/bower_components/angular-cookies/bower.json
@@ -1,10 +1,10 @@
{
"name": "angular-cookies",
- "version": "1.5.9",
+ "version": "1.5.9-build.5105+sha.d80cdeb",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
- "angular": "1.5.9"
+ "angular": "1.5.9-build.5105+sha.d80cdeb"
}
}
diff --git a/app/bower_components/angular-route/.bower.json b/app/bower_components/angular-route/.bower.json
index 6725852..3b2c2bb 100644
--- a/app/bower_components/angular-route/.bower.json
+++ b/app/bower_components/angular-route/.bower.json
@@ -1,5 +1,6 @@
{
"name": "angular-route",
+ "version": "1.5.9-build.5105+sha.d80cdeb",
"license": "MIT",
"main": "./angular-route.js",
"ignore": [],
@@ -7,13 +8,13 @@
"angular": "1.5.9-build.5105+sha.d80cdeb"
},
"homepage": "https://github.com/angular/bower-angular-route",
- "_release": "d597410036",
+ "_release": "1.5.9-build.5105+sha.d80cdeb",
"_resolution": {
- "type": "branch",
- "branch": "master",
+ "type": "version",
+ "tag": "v1.5.9-build.5105+sha.d80cdeb",
"commit": "d5974100363ac10d4a8db36d49fe2bc65d837293"
},
"_source": "https://github.com/angular/bower-angular-route.git",
- "_target": "master",
+ "_target": "~1.5.9",
"_originalSource": "angular-route"
}
\ No newline at end of file
diff --git a/app/bower_components/angular-route/bower.json b/app/bower_components/angular-route/bower.json
index 697d608..1591501 100644
--- a/app/bower_components/angular-route/bower.json
+++ b/app/bower_components/angular-route/bower.json
@@ -1,10 +1,10 @@
{
"name": "angular-route",
- "version": "1.5.9",
+ "version": "1.5.9-build.5105+sha.d80cdeb",
"license": "MIT",
"main": "./angular-route.js",
"ignore": [],
"dependencies": {
- "angular": "1.5.9"
+ "angular": "1.5.9-build.5105+sha.d80cdeb"
}
}
diff --git a/app/bower_components/angular/.bower.json b/app/bower_components/angular/.bower.json
index 7444b14..7e8ccef 100644
--- a/app/bower_components/angular/.bower.json
+++ b/app/bower_components/angular/.bower.json
@@ -1,17 +1,18 @@
{
"name": "angular",
+ "version": "1.5.9-build.5105+sha.d80cdeb",
"license": "MIT",
"main": "./angular.js",
"ignore": [],
"dependencies": {},
"homepage": "https://github.com/angular/bower-angular",
- "_release": "1e96502ac7",
+ "_release": "1.5.9-build.5105+sha.d80cdeb",
"_resolution": {
- "type": "branch",
- "branch": "master",
+ "type": "version",
+ "tag": "v1.5.9-build.5105+sha.d80cdeb",
"commit": "1e96502ac7a4350011d3aae23922940004aa40b0"
},
"_source": "https://github.com/angular/bower-angular.git",
- "_target": "master",
+ "_target": "~1.5.9",
"_originalSource": "angular"
}
\ No newline at end of file
diff --git a/app/bower_components/angular/bower.json b/app/bower_components/angular/bower.json
index 7b4b7a2..b6c5aeb 100644
--- a/app/bower_components/angular/bower.json
+++ b/app/bower_components/angular/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular",
- "version": "1.5.9",
+ "version": "1.5.9-build.5105+sha.d80cdeb",
"license": "MIT",
"main": "./angular.js",
"ignore": [],
diff --git a/app/scripts/routes.js b/app/scripts/routes.js
index faaa688..5267502 100644
--- a/app/scripts/routes.js
+++ b/app/scripts/routes.js
@@ -3,10 +3,6 @@ define([], function(){
return {
defaultRoutePaths: '/',
routes: {
- '/about': {
- templateUrl: '/views/about.html',
- dependencies: ['/scripts/controllers/about.js']
- },
/* add more routes */
'/': {
templateUrl: '/views/main.html',
diff --git a/app/views/main.html b/app/views/main.html
index 1462ec9..7041395 100644
--- a/app/views/main.html
+++ b/app/views/main.html
@@ -1,36 +1,4 @@
-
+
-
-
'Allo, 'Allo!
-
- 
- Always a pleasure scaffolding your apps.
-
-
Splendid!
-
-
-
-
HTML5 Boilerplate
-
- HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.
-
-
-
Angular
-
- AngularJS is a toolset for building the framework most suited to your application development.
-
-
-
Karma
-
Spectacular Test Runner for JavaScript.
-
-
-
+ OK
+
\ No newline at end of file
diff --git a/npm-debug.log b/npm-debug.log
deleted file mode 100644
index 4710037..0000000
--- a/npm-debug.log
+++ /dev/null
@@ -1,7718 +0,0 @@
-0 info it worked if it ends with ok
-1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install' ]
-2 info using npm@3.10.8
-3 info using node@v6.9.1
-4 silly loadCurrentTree Starting
-5 silly install loadCurrentTree
-6 silly install readLocalPackageData
-7 silly install normalizeTree
-8 silly loadCurrentTree Finishing
-9 silly loadIdealTree Starting
-10 silly install loadIdealTree
-11 silly cloneCurrentTree Starting
-12 silly install cloneCurrentTreeToIdealTree
-13 silly cloneCurrentTree Finishing
-14 silly loadShrinkwrap Starting
-15 silly install loadShrinkwrap
-16 silly loadShrinkwrap Finishing
-17 silly loadAllDepsIntoIdealTree Starting
-18 silly install loadAllDepsIntoIdealTree
-19 silly fetchNamedPackageData express
-20 silly mapToRegistry name express
-21 silly mapToRegistry using default registry
-22 silly mapToRegistry registry https://registry.npmjs.org/
-23 silly mapToRegistry data Result {
-23 silly mapToRegistry raw: 'express',
-23 silly mapToRegistry scope: null,
-23 silly mapToRegistry escapedName: 'express',
-23 silly mapToRegistry name: 'express',
-23 silly mapToRegistry rawSpec: '',
-23 silly mapToRegistry spec: 'latest',
-23 silly mapToRegistry type: 'tag' }
-24 silly mapToRegistry uri https://registry.npmjs.org/express
-25 silly fetchNamedPackageData gzippo
-26 silly mapToRegistry name gzippo
-27 silly mapToRegistry using default registry
-28 silly mapToRegistry registry https://registry.npmjs.org/
-29 silly mapToRegistry data Result {
-29 silly mapToRegistry raw: 'gzippo',
-29 silly mapToRegistry scope: null,
-29 silly mapToRegistry escapedName: 'gzippo',
-29 silly mapToRegistry name: 'gzippo',
-29 silly mapToRegistry rawSpec: '',
-29 silly mapToRegistry spec: 'latest',
-29 silly mapToRegistry type: 'tag' }
-30 silly mapToRegistry uri https://registry.npmjs.org/gzippo
-31 silly fetchNamedPackageData body-parser
-32 silly mapToRegistry name body-parser
-33 silly mapToRegistry using default registry
-34 silly mapToRegistry registry https://registry.npmjs.org/
-35 silly mapToRegistry data Result {
-35 silly mapToRegistry raw: 'body-parser',
-35 silly mapToRegistry scope: null,
-35 silly mapToRegistry escapedName: 'body-parser',
-35 silly mapToRegistry name: 'body-parser',
-35 silly mapToRegistry rawSpec: '',
-35 silly mapToRegistry spec: 'latest',
-35 silly mapToRegistry type: 'tag' }
-36 silly mapToRegistry uri https://registry.npmjs.org/body-parser
-37 verbose request uri https://registry.npmjs.org/gzippo
-38 verbose request no auth needed
-39 info attempt registry request try #1 at 9:26:45 PM
-40 verbose request id 63c80754d7e97624
-41 verbose etag "4TPPYVG7A3YVONWQP4MYL5XV4"
-42 http request GET https://registry.npmjs.org/gzippo
-43 verbose request uri https://registry.npmjs.org/body-parser
-44 verbose request no auth needed
-45 info attempt registry request try #1 at 9:26:45 PM
-46 verbose etag "BAWMRWFP9J3CPUGZUA6HBBTPH"
-47 http request GET https://registry.npmjs.org/body-parser
-48 verbose request uri https://registry.npmjs.org/express
-49 verbose request no auth needed
-50 info attempt registry request try #1 at 9:26:45 PM
-51 verbose etag "4T2U6UDNJQFYEPUHB6EPTB8ZE"
-52 http request GET https://registry.npmjs.org/express
-53 http 304 https://registry.npmjs.org/body-parser
-54 verbose headers { date: 'Sun, 06 Nov 2016 14:26:40 GMT',
-54 verbose headers via: '1.1 varnish',
-54 verbose headers 'cache-control': 'max-age=300',
-54 verbose headers etag: '"BAWMRWFP9J3CPUGZUA6HBBTPH"',
-54 verbose headers age: '27',
-54 verbose headers connection: 'keep-alive',
-54 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
-54 verbose headers 'x-cache': 'HIT',
-54 verbose headers 'x-cache-hits': '2',
-54 verbose headers 'x-timer': 'S1478442400.180589,VS0,VE0',
-54 verbose headers vary: 'Accept-Encoding' }
-55 silly get cb [ 304,
-55 silly get { date: 'Sun, 06 Nov 2016 14:26:40 GMT',
-55 silly get via: '1.1 varnish',
-55 silly get 'cache-control': 'max-age=300',
-55 silly get etag: '"BAWMRWFP9J3CPUGZUA6HBBTPH"',
-55 silly get age: '27',
-55 silly get connection: 'keep-alive',
-55 silly get 'x-served-by': 'cache-hkg6821-HKG',
-55 silly get 'x-cache': 'HIT',
-55 silly get 'x-cache-hits': '2',
-55 silly get 'x-timer': 'S1478442400.180589,VS0,VE0',
-55 silly get vary: 'Accept-Encoding' } ]
-56 verbose etag https://registry.npmjs.org/body-parser from cache
-57 verbose get saving body-parser to /home/yoda/.npm/registry.npmjs.org/body-parser/.cache.json
-58 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-59 silly resolveWithNewModule body-parser@1.15.2 checking installable status
-60 silly cache add args [ 'body-parser@^1.14.2', null ]
-61 verbose cache add spec body-parser@^1.14.2
-62 silly cache add parsed spec Result {
-62 silly cache add raw: 'body-parser@^1.14.2',
-62 silly cache add scope: null,
-62 silly cache add escapedName: 'body-parser',
-62 silly cache add name: 'body-parser',
-62 silly cache add rawSpec: '^1.14.2',
-62 silly cache add spec: '>=1.14.2 <2.0.0',
-62 silly cache add type: 'range' }
-63 silly addNamed body-parser@>=1.14.2 <2.0.0
-64 verbose addNamed ">=1.14.2 <2.0.0" is a valid semver range for body-parser
-65 silly addNameRange { name: 'body-parser', range: '>=1.14.2 <2.0.0', hasData: false }
-66 silly mapToRegistry name body-parser
-67 silly mapToRegistry using default registry
-68 silly mapToRegistry registry https://registry.npmjs.org/
-69 silly mapToRegistry data Result {
-69 silly mapToRegistry raw: 'body-parser',
-69 silly mapToRegistry scope: null,
-69 silly mapToRegistry escapedName: 'body-parser',
-69 silly mapToRegistry name: 'body-parser',
-69 silly mapToRegistry rawSpec: '',
-69 silly mapToRegistry spec: 'latest',
-69 silly mapToRegistry type: 'tag' }
-70 silly mapToRegistry uri https://registry.npmjs.org/body-parser
-71 verbose addNameRange registry:https://registry.npmjs.org/body-parser not in flight; fetching
-72 verbose get https://registry.npmjs.org/body-parser not expired, no request
-73 silly addNameRange number 2 { name: 'body-parser', range: '>=1.14.2 <2.0.0', hasData: true }
-74 silly addNameRange versions [ 'body-parser',
-74 silly addNameRange [ '1.0.0',
-74 silly addNameRange '1.0.1',
-74 silly addNameRange '1.0.2',
-74 silly addNameRange '1.1.0',
-74 silly addNameRange '1.1.1',
-74 silly addNameRange '1.1.2',
-74 silly addNameRange '1.2.0',
-74 silly addNameRange '1.2.1',
-74 silly addNameRange '1.2.2',
-74 silly addNameRange '1.3.0',
-74 silly addNameRange '1.3.1',
-74 silly addNameRange '1.4.0',
-74 silly addNameRange '1.4.1',
-74 silly addNameRange '1.4.2',
-74 silly addNameRange '1.4.3',
-74 silly addNameRange '1.5.0',
-74 silly addNameRange '1.5.1',
-74 silly addNameRange '1.5.2',
-74 silly addNameRange '1.6.0',
-74 silly addNameRange '1.6.1',
-74 silly addNameRange '1.6.2',
-74 silly addNameRange '1.6.3',
-74 silly addNameRange '1.6.4',
-74 silly addNameRange '1.6.5',
-74 silly addNameRange '1.6.6',
-74 silly addNameRange '1.6.7',
-74 silly addNameRange '1.7.0',
-74 silly addNameRange '1.8.0',
-74 silly addNameRange '1.8.1',
-74 silly addNameRange '1.8.2',
-74 silly addNameRange '1.8.3',
-74 silly addNameRange '1.8.4',
-74 silly addNameRange '1.9.0',
-74 silly addNameRange '1.9.1',
-74 silly addNameRange '1.9.2',
-74 silly addNameRange '1.9.3',
-74 silly addNameRange '1.10.0',
-74 silly addNameRange '1.10.1',
-74 silly addNameRange '1.10.2',
-74 silly addNameRange '1.11.0',
-74 silly addNameRange '1.12.0',
-74 silly addNameRange '1.12.1',
-74 silly addNameRange '1.12.2',
-74 silly addNameRange '1.12.3',
-74 silly addNameRange '1.12.4',
-74 silly addNameRange '1.13.0',
-74 silly addNameRange '1.13.1',
-74 silly addNameRange '1.13.2',
-74 silly addNameRange '1.13.3',
-74 silly addNameRange '1.14.0',
-74 silly addNameRange '1.14.1',
-74 silly addNameRange '1.14.2',
-74 silly addNameRange '1.15.0',
-74 silly addNameRange '1.15.1',
-74 silly addNameRange '1.15.2' ] ]
-75 silly addNamed body-parser@1.15.2
-76 verbose addNamed "1.15.2" is a plain semver version for body-parser
-77 silly cache afterAdd body-parser@1.15.2
-78 verbose afterAdd /home/yoda/.npm/body-parser/1.15.2/package/package.json not in flight; writing
-79 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-80 verbose afterAdd /home/yoda/.npm/body-parser/1.15.2/package/package.json written
-81 http 304 https://registry.npmjs.org/express
-82 verbose headers { date: 'Sun, 06 Nov 2016 14:26:40 GMT',
-82 verbose headers via: '1.1 varnish',
-82 verbose headers 'cache-control': 'max-age=300',
-82 verbose headers etag: '"4T2U6UDNJQFYEPUHB6EPTB8ZE"',
-82 verbose headers age: '101',
-82 verbose headers connection: 'keep-alive',
-82 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-82 verbose headers 'x-cache': 'HIT',
-82 verbose headers 'x-cache-hits': '2',
-82 verbose headers 'x-timer': 'S1478442400.437426,VS0,VE0',
-82 verbose headers vary: 'Accept-Encoding' }
-83 silly get cb [ 304,
-83 silly get { date: 'Sun, 06 Nov 2016 14:26:40 GMT',
-83 silly get via: '1.1 varnish',
-83 silly get 'cache-control': 'max-age=300',
-83 silly get etag: '"4T2U6UDNJQFYEPUHB6EPTB8ZE"',
-83 silly get age: '101',
-83 silly get connection: 'keep-alive',
-83 silly get 'x-served-by': 'cache-hkg6820-HKG',
-83 silly get 'x-cache': 'HIT',
-83 silly get 'x-cache-hits': '2',
-83 silly get 'x-timer': 'S1478442400.437426,VS0,VE0',
-83 silly get vary: 'Accept-Encoding' } ]
-84 verbose etag https://registry.npmjs.org/express from cache
-85 verbose get saving express to /home/yoda/.npm/registry.npmjs.org/express/.cache.json
-86 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-87 silly resolveWithNewModule express@4.14.0 checking installable status
-88 silly cache add args [ 'express@^4.13.4', null ]
-89 verbose cache add spec express@^4.13.4
-90 silly cache add parsed spec Result {
-90 silly cache add raw: 'express@^4.13.4',
-90 silly cache add scope: null,
-90 silly cache add escapedName: 'express',
-90 silly cache add name: 'express',
-90 silly cache add rawSpec: '^4.13.4',
-90 silly cache add spec: '>=4.13.4 <5.0.0',
-90 silly cache add type: 'range' }
-91 silly addNamed express@>=4.13.4 <5.0.0
-92 verbose addNamed ">=4.13.4 <5.0.0" is a valid semver range for express
-93 silly addNameRange { name: 'express', range: '>=4.13.4 <5.0.0', hasData: false }
-94 silly mapToRegistry name express
-95 silly mapToRegistry using default registry
-96 silly mapToRegistry registry https://registry.npmjs.org/
-97 silly mapToRegistry data Result {
-97 silly mapToRegistry raw: 'express',
-97 silly mapToRegistry scope: null,
-97 silly mapToRegistry escapedName: 'express',
-97 silly mapToRegistry name: 'express',
-97 silly mapToRegistry rawSpec: '',
-97 silly mapToRegistry spec: 'latest',
-97 silly mapToRegistry type: 'tag' }
-98 silly mapToRegistry uri https://registry.npmjs.org/express
-99 verbose addNameRange registry:https://registry.npmjs.org/express not in flight; fetching
-100 verbose get https://registry.npmjs.org/express not expired, no request
-101 silly addNameRange number 2 { name: 'express', range: '>=4.13.4 <5.0.0', hasData: true }
-102 silly addNameRange versions [ 'express',
-102 silly addNameRange [ '0.14.0',
-102 silly addNameRange '0.14.1',
-102 silly addNameRange '1.0.0',
-102 silly addNameRange '1.0.1',
-102 silly addNameRange '1.0.2',
-102 silly addNameRange '1.0.3',
-102 silly addNameRange '1.0.4',
-102 silly addNameRange '1.0.5',
-102 silly addNameRange '1.0.6',
-102 silly addNameRange '1.0.7',
-102 silly addNameRange '1.0.8',
-102 silly addNameRange '2.0.0',
-102 silly addNameRange '2.1.0',
-102 silly addNameRange '2.1.1',
-102 silly addNameRange '2.2.0',
-102 silly addNameRange '2.2.1',
-102 silly addNameRange '2.2.2',
-102 silly addNameRange '2.3.0',
-102 silly addNameRange '2.3.1',
-102 silly addNameRange '2.3.2',
-102 silly addNameRange '2.3.3',
-102 silly addNameRange '2.3.4',
-102 silly addNameRange '2.3.5',
-102 silly addNameRange '2.3.6',
-102 silly addNameRange '2.3.7',
-102 silly addNameRange '2.3.8',
-102 silly addNameRange '2.3.9',
-102 silly addNameRange '2.3.10',
-102 silly addNameRange '2.3.11',
-102 silly addNameRange '2.3.12',
-102 silly addNameRange '2.4.0',
-102 silly addNameRange '2.4.1',
-102 silly addNameRange '2.4.2',
-102 silly addNameRange '2.4.3',
-102 silly addNameRange '2.4.4',
-102 silly addNameRange '2.4.5',
-102 silly addNameRange '2.4.6',
-102 silly addNameRange '2.4.7',
-102 silly addNameRange '2.5.0',
-102 silly addNameRange '2.5.1',
-102 silly addNameRange '2.5.2',
-102 silly addNameRange '2.5.3',
-102 silly addNameRange '2.5.4',
-102 silly addNameRange '2.5.5',
-102 silly addNameRange '2.5.6',
-102 silly addNameRange '2.5.7',
-102 silly addNameRange '2.5.8',
-102 silly addNameRange '2.5.9',
-102 silly addNameRange '2.5.10',
-102 silly addNameRange '2.5.11',
-102 silly addNameRange '3.0.0',
-102 silly addNameRange '3.0.1',
-102 silly addNameRange '3.0.2',
-102 silly addNameRange '3.0.3',
-102 silly addNameRange '3.0.4',
-102 silly addNameRange '3.0.5',
-102 silly addNameRange '3.0.6',
-102 silly addNameRange '3.1.0',
-102 silly addNameRange '3.1.1',
-102 silly addNameRange '3.1.2',
-102 silly addNameRange '3.2.0',
-102 silly addNameRange '3.2.1',
-102 silly addNameRange '3.2.2',
-102 silly addNameRange '3.2.3',
-102 silly addNameRange '3.2.4',
-102 silly addNameRange '3.2.5',
-102 silly addNameRange '3.2.6',
-102 silly addNameRange '3.3.0',
-102 silly addNameRange '3.3.1',
-102 silly addNameRange '3.3.2',
-102 silly addNameRange '3.3.3',
-102 silly addNameRange '3.3.4',
-102 silly addNameRange '3.3.5',
-102 silly addNameRange '3.3.6',
-102 silly addNameRange '1.0.0-beta',
-102 silly addNameRange '1.0.0-beta2',
-102 silly addNameRange '1.0.0-rc',
-102 silly addNameRange '1.0.0-rc2',
-102 silly addNameRange '1.0.0-rc3',
-102 silly addNameRange '1.0.0-rc4',
-102 silly addNameRange '2.0.0-beta',
-102 silly addNameRange '2.0.0-beta2',
-102 silly addNameRange '2.0.0-beta3',
-102 silly addNameRange '2.0.0-rc',
-102 silly addNameRange '2.0.0-rc2',
-102 silly addNameRange '2.0.0-rc3',
-102 silly addNameRange '3.0.0-alpha1',
-102 silly addNameRange '3.0.0-alpha2',
-102 silly addNameRange '3.0.0-alpha3',
-102 silly addNameRange '3.0.0-alpha4',
-102 silly addNameRange '3.0.0-alpha5',
-102 silly addNameRange '3.0.0-beta1',
-102 silly addNameRange '3.0.0-beta2',
-102 silly addNameRange '3.0.0-beta3',
-102 silly addNameRange '3.0.0-beta4',
-102 silly addNameRange '3.0.0-beta6',
-102 silly addNameRange '3.0.0-beta7',
-102 silly addNameRange '3.0.0-rc1',
-102 silly addNameRange '3.0.0-rc2',
-102 silly addNameRange '3.0.0-rc3',
-102 silly addNameRange ... 144 more items ] ]
-103 silly addNamed express@4.14.0
-104 verbose addNamed "4.14.0" is a plain semver version for express
-105 silly cache afterAdd express@4.14.0
-106 verbose afterAdd /home/yoda/.npm/express/4.14.0/package/package.json not in flight; writing
-107 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-108 verbose afterAdd /home/yoda/.npm/express/4.14.0/package/package.json written
-109 http 304 https://registry.npmjs.org/gzippo
-110 verbose headers { date: 'Sun, 06 Nov 2016 14:26:40 GMT',
-110 verbose headers via: '1.1 varnish',
-110 verbose headers 'cache-control': 'max-age=300',
-110 verbose headers etag: '"4TPPYVG7A3YVONWQP4MYL5XV4"',
-110 verbose headers age: '0',
-110 verbose headers connection: 'keep-alive',
-110 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-110 verbose headers 'x-cache': 'MISS',
-110 verbose headers 'x-cache-hits': '0',
-110 verbose headers 'x-timer': 'S1478442400.449969,VS0,VE916',
-110 verbose headers vary: 'Accept-Encoding' }
-111 silly get cb [ 304,
-111 silly get { date: 'Sun, 06 Nov 2016 14:26:40 GMT',
-111 silly get via: '1.1 varnish',
-111 silly get 'cache-control': 'max-age=300',
-111 silly get etag: '"4TPPYVG7A3YVONWQP4MYL5XV4"',
-111 silly get age: '0',
-111 silly get connection: 'keep-alive',
-111 silly get 'x-served-by': 'cache-hkg6826-HKG',
-111 silly get 'x-cache': 'MISS',
-111 silly get 'x-cache-hits': '0',
-111 silly get 'x-timer': 'S1478442400.449969,VS0,VE916',
-111 silly get vary: 'Accept-Encoding' } ]
-112 verbose etag https://registry.npmjs.org/gzippo from cache
-113 verbose get saving gzippo to /home/yoda/.npm/registry.npmjs.org/gzippo/.cache.json
-114 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-115 silly resolveWithNewModule gzippo@0.2.0 checking installable status
-116 silly cache add args [ 'gzippo@^0.2.0', null ]
-117 verbose cache add spec gzippo@^0.2.0
-118 silly cache add parsed spec Result {
-118 silly cache add raw: 'gzippo@^0.2.0',
-118 silly cache add scope: null,
-118 silly cache add escapedName: 'gzippo',
-118 silly cache add name: 'gzippo',
-118 silly cache add rawSpec: '^0.2.0',
-118 silly cache add spec: '>=0.2.0 <0.3.0',
-118 silly cache add type: 'range' }
-119 silly addNamed gzippo@>=0.2.0 <0.3.0
-120 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for gzippo
-121 silly addNameRange { name: 'gzippo', range: '>=0.2.0 <0.3.0', hasData: false }
-122 silly mapToRegistry name gzippo
-123 silly mapToRegistry using default registry
-124 silly mapToRegistry registry https://registry.npmjs.org/
-125 silly mapToRegistry data Result {
-125 silly mapToRegistry raw: 'gzippo',
-125 silly mapToRegistry scope: null,
-125 silly mapToRegistry escapedName: 'gzippo',
-125 silly mapToRegistry name: 'gzippo',
-125 silly mapToRegistry rawSpec: '',
-125 silly mapToRegistry spec: 'latest',
-125 silly mapToRegistry type: 'tag' }
-126 silly mapToRegistry uri https://registry.npmjs.org/gzippo
-127 verbose addNameRange registry:https://registry.npmjs.org/gzippo not in flight; fetching
-128 verbose get https://registry.npmjs.org/gzippo not expired, no request
-129 silly addNameRange number 2 { name: 'gzippo', range: '>=0.2.0 <0.3.0', hasData: true }
-130 silly addNameRange versions [ 'gzippo',
-130 silly addNameRange [ '0.0.1',
-130 silly addNameRange '0.0.2',
-130 silly addNameRange '0.0.3',
-130 silly addNameRange '0.0.4',
-130 silly addNameRange '0.0.5',
-130 silly addNameRange '0.0.6',
-130 silly addNameRange '0.0.7',
-130 silly addNameRange '0.1.0',
-130 silly addNameRange '0.0.8',
-130 silly addNameRange '0.1.1',
-130 silly addNameRange '0.1.2',
-130 silly addNameRange '0.0.9',
-130 silly addNameRange '0.1.3',
-130 silly addNameRange '0.0.10',
-130 silly addNameRange '0.1.4',
-130 silly addNameRange '0.1.6',
-130 silly addNameRange '0.1.7',
-130 silly addNameRange '0.2.0' ] ]
-131 silly addNamed gzippo@0.2.0
-132 verbose addNamed "0.2.0" is a plain semver version for gzippo
-133 silly cache afterAdd gzippo@0.2.0
-134 verbose afterAdd /home/yoda/.npm/gzippo/0.2.0/package/package.json not in flight; writing
-135 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-136 verbose afterAdd /home/yoda/.npm/gzippo/0.2.0/package/package.json written
-137 silly fetchNamedPackageData bytes
-138 silly mapToRegistry name bytes
-139 silly mapToRegistry using default registry
-140 silly mapToRegistry registry https://registry.npmjs.org/
-141 silly mapToRegistry data Result {
-141 silly mapToRegistry raw: 'bytes',
-141 silly mapToRegistry scope: null,
-141 silly mapToRegistry escapedName: 'bytes',
-141 silly mapToRegistry name: 'bytes',
-141 silly mapToRegistry rawSpec: '',
-141 silly mapToRegistry spec: 'latest',
-141 silly mapToRegistry type: 'tag' }
-142 silly mapToRegistry uri https://registry.npmjs.org/bytes
-143 silly fetchNamedPackageData content-type
-144 silly mapToRegistry name content-type
-145 silly mapToRegistry using default registry
-146 silly mapToRegistry registry https://registry.npmjs.org/
-147 silly mapToRegistry data Result {
-147 silly mapToRegistry raw: 'content-type',
-147 silly mapToRegistry scope: null,
-147 silly mapToRegistry escapedName: 'content-type',
-147 silly mapToRegistry name: 'content-type',
-147 silly mapToRegistry rawSpec: '',
-147 silly mapToRegistry spec: 'latest',
-147 silly mapToRegistry type: 'tag' }
-148 silly mapToRegistry uri https://registry.npmjs.org/content-type
-149 silly fetchNamedPackageData depd
-150 silly mapToRegistry name depd
-151 silly mapToRegistry using default registry
-152 silly mapToRegistry registry https://registry.npmjs.org/
-153 silly mapToRegistry data Result {
-153 silly mapToRegistry raw: 'depd',
-153 silly mapToRegistry scope: null,
-153 silly mapToRegistry escapedName: 'depd',
-153 silly mapToRegistry name: 'depd',
-153 silly mapToRegistry rawSpec: '',
-153 silly mapToRegistry spec: 'latest',
-153 silly mapToRegistry type: 'tag' }
-154 silly mapToRegistry uri https://registry.npmjs.org/depd
-155 silly fetchNamedPackageData http-errors
-156 silly mapToRegistry name http-errors
-157 silly mapToRegistry using default registry
-158 silly mapToRegistry registry https://registry.npmjs.org/
-159 silly mapToRegistry data Result {
-159 silly mapToRegistry raw: 'http-errors',
-159 silly mapToRegistry scope: null,
-159 silly mapToRegistry escapedName: 'http-errors',
-159 silly mapToRegistry name: 'http-errors',
-159 silly mapToRegistry rawSpec: '',
-159 silly mapToRegistry spec: 'latest',
-159 silly mapToRegistry type: 'tag' }
-160 silly mapToRegistry uri https://registry.npmjs.org/http-errors
-161 silly fetchNamedPackageData iconv-lite
-162 silly mapToRegistry name iconv-lite
-163 silly mapToRegistry using default registry
-164 silly mapToRegistry registry https://registry.npmjs.org/
-165 silly mapToRegistry data Result {
-165 silly mapToRegistry raw: 'iconv-lite',
-165 silly mapToRegistry scope: null,
-165 silly mapToRegistry escapedName: 'iconv-lite',
-165 silly mapToRegistry name: 'iconv-lite',
-165 silly mapToRegistry rawSpec: '',
-165 silly mapToRegistry spec: 'latest',
-165 silly mapToRegistry type: 'tag' }
-166 silly mapToRegistry uri https://registry.npmjs.org/iconv-lite
-167 silly fetchNamedPackageData on-finished
-168 silly mapToRegistry name on-finished
-169 silly mapToRegistry using default registry
-170 silly mapToRegistry registry https://registry.npmjs.org/
-171 silly mapToRegistry data Result {
-171 silly mapToRegistry raw: 'on-finished',
-171 silly mapToRegistry scope: null,
-171 silly mapToRegistry escapedName: 'on-finished',
-171 silly mapToRegistry name: 'on-finished',
-171 silly mapToRegistry rawSpec: '',
-171 silly mapToRegistry spec: 'latest',
-171 silly mapToRegistry type: 'tag' }
-172 silly mapToRegistry uri https://registry.npmjs.org/on-finished
-173 silly fetchNamedPackageData qs
-174 silly mapToRegistry name qs
-175 silly mapToRegistry using default registry
-176 silly mapToRegistry registry https://registry.npmjs.org/
-177 silly mapToRegistry data Result {
-177 silly mapToRegistry raw: 'qs',
-177 silly mapToRegistry scope: null,
-177 silly mapToRegistry escapedName: 'qs',
-177 silly mapToRegistry name: 'qs',
-177 silly mapToRegistry rawSpec: '',
-177 silly mapToRegistry spec: 'latest',
-177 silly mapToRegistry type: 'tag' }
-178 silly mapToRegistry uri https://registry.npmjs.org/qs
-179 silly fetchNamedPackageData raw-body
-180 silly mapToRegistry name raw-body
-181 silly mapToRegistry using default registry
-182 silly mapToRegistry registry https://registry.npmjs.org/
-183 silly mapToRegistry data Result {
-183 silly mapToRegistry raw: 'raw-body',
-183 silly mapToRegistry scope: null,
-183 silly mapToRegistry escapedName: 'raw-body',
-183 silly mapToRegistry name: 'raw-body',
-183 silly mapToRegistry rawSpec: '',
-183 silly mapToRegistry spec: 'latest',
-183 silly mapToRegistry type: 'tag' }
-184 silly mapToRegistry uri https://registry.npmjs.org/raw-body
-185 silly fetchNamedPackageData type-is
-186 silly mapToRegistry name type-is
-187 silly mapToRegistry using default registry
-188 silly mapToRegistry registry https://registry.npmjs.org/
-189 silly mapToRegistry data Result {
-189 silly mapToRegistry raw: 'type-is',
-189 silly mapToRegistry scope: null,
-189 silly mapToRegistry escapedName: 'type-is',
-189 silly mapToRegistry name: 'type-is',
-189 silly mapToRegistry rawSpec: '',
-189 silly mapToRegistry spec: 'latest',
-189 silly mapToRegistry type: 'tag' }
-190 silly mapToRegistry uri https://registry.npmjs.org/type-is
-191 verbose request uri https://registry.npmjs.org/bytes
-192 verbose request no auth needed
-193 info attempt registry request try #1 at 9:26:47 PM
-194 verbose etag "3WOBYP67YIHUJA5PB2HYBL392"
-195 http request GET https://registry.npmjs.org/bytes
-196 verbose request uri https://registry.npmjs.org/depd
-197 verbose request no auth needed
-198 info attempt registry request try #1 at 9:26:47 PM
-199 verbose etag "6GC4A1ZGUFZR2PBK4C3KNILBS"
-200 http request GET https://registry.npmjs.org/depd
-201 verbose request uri https://registry.npmjs.org/iconv-lite
-202 verbose request no auth needed
-203 info attempt registry request try #1 at 9:26:47 PM
-204 verbose etag "2FXTWA9UWF19EUCBU9125Y538"
-205 http request GET https://registry.npmjs.org/iconv-lite
-206 verbose request uri https://registry.npmjs.org/http-errors
-207 verbose request no auth needed
-208 info attempt registry request try #1 at 9:26:47 PM
-209 verbose etag "E46TCKTRI094CE87LP6SF6ZB3"
-210 http request GET https://registry.npmjs.org/http-errors
-211 verbose request uri https://registry.npmjs.org/on-finished
-212 verbose request no auth needed
-213 info attempt registry request try #1 at 9:26:47 PM
-214 verbose etag "486VY82GJE9B9IJ8JH0LIZUU0"
-215 http request GET https://registry.npmjs.org/on-finished
-216 verbose request uri https://registry.npmjs.org/qs
-217 verbose request no auth needed
-218 info attempt registry request try #1 at 9:26:47 PM
-219 verbose etag "DAFOGVKE4M1EFBPYP5BL378YF"
-220 http request GET https://registry.npmjs.org/qs
-221 verbose request uri https://registry.npmjs.org/raw-body
-222 verbose request no auth needed
-223 info attempt registry request try #1 at 9:26:47 PM
-224 verbose etag "7CE1CJS5LURLC0RDNTBHTLQCG"
-225 http request GET https://registry.npmjs.org/raw-body
-226 verbose request uri https://registry.npmjs.org/content-type
-227 verbose request no auth needed
-228 info attempt registry request try #1 at 9:26:47 PM
-229 verbose etag "54SI4KXPU2JCNK86HYJVU5FOW"
-230 http request GET https://registry.npmjs.org/content-type
-231 verbose request uri https://registry.npmjs.org/type-is
-232 verbose request no auth needed
-233 info attempt registry request try #1 at 9:26:47 PM
-234 verbose etag "ARHCCPXDEU28SEU3WFFPYU0SE"
-235 http request GET https://registry.npmjs.org/type-is
-236 http 304 https://registry.npmjs.org/bytes
-237 verbose headers { date: 'Sun, 06 Nov 2016 14:26:41 GMT',
-237 verbose headers via: '1.1 varnish',
-237 verbose headers 'cache-control': 'max-age=300',
-237 verbose headers etag: '"3WOBYP67YIHUJA5PB2HYBL392"',
-237 verbose headers age: '233',
-237 verbose headers connection: 'keep-alive',
-237 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
-237 verbose headers 'x-cache': 'HIT',
-237 verbose headers 'x-cache-hits': '3',
-237 verbose headers 'x-timer': 'S1478442401.806866,VS0,VE0',
-237 verbose headers vary: 'Accept-Encoding' }
-238 silly get cb [ 304,
-238 silly get { date: 'Sun, 06 Nov 2016 14:26:41 GMT',
-238 silly get via: '1.1 varnish',
-238 silly get 'cache-control': 'max-age=300',
-238 silly get etag: '"3WOBYP67YIHUJA5PB2HYBL392"',
-238 silly get age: '233',
-238 silly get connection: 'keep-alive',
-238 silly get 'x-served-by': 'cache-hkg6821-HKG',
-238 silly get 'x-cache': 'HIT',
-238 silly get 'x-cache-hits': '3',
-238 silly get 'x-timer': 'S1478442401.806866,VS0,VE0',
-238 silly get vary: 'Accept-Encoding' } ]
-239 verbose etag https://registry.npmjs.org/bytes from cache
-240 verbose get saving bytes to /home/yoda/.npm/registry.npmjs.org/bytes/.cache.json
-241 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-242 silly resolveWithNewModule bytes@2.4.0 checking installable status
-243 silly cache add args [ 'bytes@2.4.0', null ]
-244 verbose cache add spec bytes@2.4.0
-245 silly cache add parsed spec Result {
-245 silly cache add raw: 'bytes@2.4.0',
-245 silly cache add scope: null,
-245 silly cache add escapedName: 'bytes',
-245 silly cache add name: 'bytes',
-245 silly cache add rawSpec: '2.4.0',
-245 silly cache add spec: '2.4.0',
-245 silly cache add type: 'version' }
-246 silly addNamed bytes@2.4.0
-247 verbose addNamed "2.4.0" is a plain semver version for bytes
-248 silly mapToRegistry name bytes
-249 silly mapToRegistry using default registry
-250 silly mapToRegistry registry https://registry.npmjs.org/
-251 silly mapToRegistry data Result {
-251 silly mapToRegistry raw: 'bytes',
-251 silly mapToRegistry scope: null,
-251 silly mapToRegistry escapedName: 'bytes',
-251 silly mapToRegistry name: 'bytes',
-251 silly mapToRegistry rawSpec: '',
-251 silly mapToRegistry spec: 'latest',
-251 silly mapToRegistry type: 'tag' }
-252 silly mapToRegistry uri https://registry.npmjs.org/bytes
-253 verbose addNameVersion registry:https://registry.npmjs.org/bytes not in flight; fetching
-254 verbose get https://registry.npmjs.org/bytes not expired, no request
-255 silly cache afterAdd bytes@2.4.0
-256 verbose afterAdd /home/yoda/.npm/bytes/2.4.0/package/package.json not in flight; writing
-257 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-258 verbose afterAdd /home/yoda/.npm/bytes/2.4.0/package/package.json written
-259 http 304 https://registry.npmjs.org/iconv-lite
-260 verbose headers { date: 'Sun, 06 Nov 2016 14:26:41 GMT',
-260 verbose headers via: '1.1 varnish',
-260 verbose headers 'cache-control': 'max-age=300',
-260 verbose headers etag: '"2FXTWA9UWF19EUCBU9125Y538"',
-260 verbose headers age: '70',
-260 verbose headers connection: 'keep-alive',
-260 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-260 verbose headers 'x-cache': 'HIT',
-260 verbose headers 'x-cache-hits': '3',
-260 verbose headers 'x-timer': 'S1478442401.809053,VS0,VE0',
-260 verbose headers vary: 'Accept-Encoding' }
-261 silly get cb [ 304,
-261 silly get { date: 'Sun, 06 Nov 2016 14:26:41 GMT',
-261 silly get via: '1.1 varnish',
-261 silly get 'cache-control': 'max-age=300',
-261 silly get etag: '"2FXTWA9UWF19EUCBU9125Y538"',
-261 silly get age: '70',
-261 silly get connection: 'keep-alive',
-261 silly get 'x-served-by': 'cache-hkg6826-HKG',
-261 silly get 'x-cache': 'HIT',
-261 silly get 'x-cache-hits': '3',
-261 silly get 'x-timer': 'S1478442401.809053,VS0,VE0',
-261 silly get vary: 'Accept-Encoding' } ]
-262 verbose etag https://registry.npmjs.org/iconv-lite from cache
-263 verbose get saving iconv-lite to /home/yoda/.npm/registry.npmjs.org/iconv-lite/.cache.json
-264 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-265 silly resolveWithNewModule iconv-lite@0.4.13 checking installable status
-266 silly cache add args [ 'iconv-lite@0.4.13', null ]
-267 verbose cache add spec iconv-lite@0.4.13
-268 silly cache add parsed spec Result {
-268 silly cache add raw: 'iconv-lite@0.4.13',
-268 silly cache add scope: null,
-268 silly cache add escapedName: 'iconv-lite',
-268 silly cache add name: 'iconv-lite',
-268 silly cache add rawSpec: '0.4.13',
-268 silly cache add spec: '0.4.13',
-268 silly cache add type: 'version' }
-269 silly addNamed iconv-lite@0.4.13
-270 verbose addNamed "0.4.13" is a plain semver version for iconv-lite
-271 silly mapToRegistry name iconv-lite
-272 silly mapToRegistry using default registry
-273 silly mapToRegistry registry https://registry.npmjs.org/
-274 silly mapToRegistry data Result {
-274 silly mapToRegistry raw: 'iconv-lite',
-274 silly mapToRegistry scope: null,
-274 silly mapToRegistry escapedName: 'iconv-lite',
-274 silly mapToRegistry name: 'iconv-lite',
-274 silly mapToRegistry rawSpec: '',
-274 silly mapToRegistry spec: 'latest',
-274 silly mapToRegistry type: 'tag' }
-275 silly mapToRegistry uri https://registry.npmjs.org/iconv-lite
-276 verbose addNameVersion registry:https://registry.npmjs.org/iconv-lite not in flight; fetching
-277 verbose get https://registry.npmjs.org/iconv-lite not expired, no request
-278 silly cache afterAdd iconv-lite@0.4.13
-279 verbose afterAdd /home/yoda/.npm/iconv-lite/0.4.13/package/package.json not in flight; writing
-280 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-281 verbose afterAdd /home/yoda/.npm/iconv-lite/0.4.13/package/package.json written
-282 http 304 https://registry.npmjs.org/qs
-283 verbose headers { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-283 verbose headers via: '1.1 varnish',
-283 verbose headers 'cache-control': 'max-age=300',
-283 verbose headers etag: '"DAFOGVKE4M1EFBPYP5BL378YF"',
-283 verbose headers age: '216',
-283 verbose headers connection: 'keep-alive',
-283 verbose headers 'x-served-by': 'cache-hkg6823-HKG',
-283 verbose headers 'x-cache': 'HIT',
-283 verbose headers 'x-cache-hits': '6',
-283 verbose headers 'x-timer': 'S1478442402.071544,VS0,VE0',
-283 verbose headers vary: 'Accept-Encoding' }
-284 silly get cb [ 304,
-284 silly get { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-284 silly get via: '1.1 varnish',
-284 silly get 'cache-control': 'max-age=300',
-284 silly get etag: '"DAFOGVKE4M1EFBPYP5BL378YF"',
-284 silly get age: '216',
-284 silly get connection: 'keep-alive',
-284 silly get 'x-served-by': 'cache-hkg6823-HKG',
-284 silly get 'x-cache': 'HIT',
-284 silly get 'x-cache-hits': '6',
-284 silly get 'x-timer': 'S1478442402.071544,VS0,VE0',
-284 silly get vary: 'Accept-Encoding' } ]
-285 verbose etag https://registry.npmjs.org/qs from cache
-286 verbose get saving qs to /home/yoda/.npm/registry.npmjs.org/qs/.cache.json
-287 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-288 http 304 https://registry.npmjs.org/type-is
-289 verbose headers { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-289 verbose headers via: '1.1 varnish',
-289 verbose headers 'cache-control': 'max-age=300',
-289 verbose headers etag: '"ARHCCPXDEU28SEU3WFFPYU0SE"',
-289 verbose headers age: '98',
-289 verbose headers connection: 'keep-alive',
-289 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-289 verbose headers 'x-cache': 'HIT',
-289 verbose headers 'x-cache-hits': '3',
-289 verbose headers 'x-timer': 'S1478442402.084153,VS0,VE0',
-289 verbose headers vary: 'Accept-Encoding' }
-290 silly get cb [ 304,
-290 silly get { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-290 silly get via: '1.1 varnish',
-290 silly get 'cache-control': 'max-age=300',
-290 silly get etag: '"ARHCCPXDEU28SEU3WFFPYU0SE"',
-290 silly get age: '98',
-290 silly get connection: 'keep-alive',
-290 silly get 'x-served-by': 'cache-hkg6826-HKG',
-290 silly get 'x-cache': 'HIT',
-290 silly get 'x-cache-hits': '3',
-290 silly get 'x-timer': 'S1478442402.084153,VS0,VE0',
-290 silly get vary: 'Accept-Encoding' } ]
-291 verbose etag https://registry.npmjs.org/type-is from cache
-292 verbose get saving type-is to /home/yoda/.npm/registry.npmjs.org/type-is/.cache.json
-293 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-294 silly resolveWithNewModule qs@6.2.0 checking installable status
-295 silly cache add args [ 'qs@6.2.0', null ]
-296 verbose cache add spec qs@6.2.0
-297 silly cache add parsed spec Result {
-297 silly cache add raw: 'qs@6.2.0',
-297 silly cache add scope: null,
-297 silly cache add escapedName: 'qs',
-297 silly cache add name: 'qs',
-297 silly cache add rawSpec: '6.2.0',
-297 silly cache add spec: '6.2.0',
-297 silly cache add type: 'version' }
-298 silly addNamed qs@6.2.0
-299 verbose addNamed "6.2.0" is a plain semver version for qs
-300 silly mapToRegistry name qs
-301 silly mapToRegistry using default registry
-302 silly mapToRegistry registry https://registry.npmjs.org/
-303 silly mapToRegistry data Result {
-303 silly mapToRegistry raw: 'qs',
-303 silly mapToRegistry scope: null,
-303 silly mapToRegistry escapedName: 'qs',
-303 silly mapToRegistry name: 'qs',
-303 silly mapToRegistry rawSpec: '',
-303 silly mapToRegistry spec: 'latest',
-303 silly mapToRegistry type: 'tag' }
-304 silly mapToRegistry uri https://registry.npmjs.org/qs
-305 verbose addNameVersion registry:https://registry.npmjs.org/qs not in flight; fetching
-306 silly resolveWithNewModule type-is@1.6.13 checking installable status
-307 silly cache add args [ 'type-is@~1.6.13', null ]
-308 verbose cache add spec type-is@~1.6.13
-309 silly cache add parsed spec Result {
-309 silly cache add raw: 'type-is@~1.6.13',
-309 silly cache add scope: null,
-309 silly cache add escapedName: 'type-is',
-309 silly cache add name: 'type-is',
-309 silly cache add rawSpec: '~1.6.13',
-309 silly cache add spec: '>=1.6.13 <1.7.0',
-309 silly cache add type: 'range' }
-310 silly addNamed type-is@>=1.6.13 <1.7.0
-311 verbose addNamed ">=1.6.13 <1.7.0" is a valid semver range for type-is
-312 silly addNameRange { name: 'type-is', range: '>=1.6.13 <1.7.0', hasData: false }
-313 silly mapToRegistry name type-is
-314 silly mapToRegistry using default registry
-315 silly mapToRegistry registry https://registry.npmjs.org/
-316 silly mapToRegistry data Result {
-316 silly mapToRegistry raw: 'type-is',
-316 silly mapToRegistry scope: null,
-316 silly mapToRegistry escapedName: 'type-is',
-316 silly mapToRegistry name: 'type-is',
-316 silly mapToRegistry rawSpec: '',
-316 silly mapToRegistry spec: 'latest',
-316 silly mapToRegistry type: 'tag' }
-317 silly mapToRegistry uri https://registry.npmjs.org/type-is
-318 verbose addNameRange registry:https://registry.npmjs.org/type-is not in flight; fetching
-319 verbose get https://registry.npmjs.org/qs not expired, no request
-320 verbose get https://registry.npmjs.org/type-is not expired, no request
-321 silly addNameRange number 2 { name: 'type-is', range: '>=1.6.13 <1.7.0', hasData: true }
-322 silly addNameRange versions [ 'type-is',
-322 silly addNameRange [ '1.0.0',
-322 silly addNameRange '1.0.1',
-322 silly addNameRange '1.1.0',
-322 silly addNameRange '1.2.0',
-322 silly addNameRange '1.2.1',
-322 silly addNameRange '1.2.2',
-322 silly addNameRange '1.3.0',
-322 silly addNameRange '1.3.1',
-322 silly addNameRange '1.3.2',
-322 silly addNameRange '1.4.0',
-322 silly addNameRange '1.5.0',
-322 silly addNameRange '1.5.1',
-322 silly addNameRange '1.5.2',
-322 silly addNameRange '1.5.3',
-322 silly addNameRange '1.5.4',
-322 silly addNameRange '1.5.5',
-322 silly addNameRange '1.5.6',
-322 silly addNameRange '1.5.7',
-322 silly addNameRange '1.6.0',
-322 silly addNameRange '1.6.1',
-322 silly addNameRange '1.6.2',
-322 silly addNameRange '1.6.3',
-322 silly addNameRange '1.6.4',
-322 silly addNameRange '1.6.5',
-322 silly addNameRange '1.6.6',
-322 silly addNameRange '1.6.7',
-322 silly addNameRange '1.6.8',
-322 silly addNameRange '1.6.9',
-322 silly addNameRange '1.6.10',
-322 silly addNameRange '1.6.11',
-322 silly addNameRange '1.6.12',
-322 silly addNameRange '1.6.13' ] ]
-323 silly addNamed type-is@1.6.13
-324 verbose addNamed "1.6.13" is a plain semver version for type-is
-325 silly cache afterAdd type-is@1.6.13
-326 verbose afterAdd /home/yoda/.npm/type-is/1.6.13/package/package.json not in flight; writing
-327 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-328 silly cache afterAdd qs@6.2.0
-329 verbose afterAdd /home/yoda/.npm/qs/6.2.0/package/package.json not in flight; writing
-330 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-331 verbose afterAdd /home/yoda/.npm/type-is/1.6.13/package/package.json written
-332 verbose afterAdd /home/yoda/.npm/qs/6.2.0/package/package.json written
-333 http 304 https://registry.npmjs.org/on-finished
-334 verbose headers { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-334 verbose headers via: '1.1 varnish',
-334 verbose headers 'cache-control': 'max-age=300',
-334 verbose headers etag: '"486VY82GJE9B9IJ8JH0LIZUU0"',
-334 verbose headers age: '146',
-334 verbose headers connection: 'keep-alive',
-334 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-334 verbose headers 'x-cache': 'HIT',
-334 verbose headers 'x-cache-hits': '1',
-334 verbose headers 'x-timer': 'S1478442402.255394,VS0,VE0',
-334 verbose headers vary: 'Accept-Encoding' }
-335 silly get cb [ 304,
-335 silly get { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-335 silly get via: '1.1 varnish',
-335 silly get 'cache-control': 'max-age=300',
-335 silly get etag: '"486VY82GJE9B9IJ8JH0LIZUU0"',
-335 silly get age: '146',
-335 silly get connection: 'keep-alive',
-335 silly get 'x-served-by': 'cache-hkg6825-HKG',
-335 silly get 'x-cache': 'HIT',
-335 silly get 'x-cache-hits': '1',
-335 silly get 'x-timer': 'S1478442402.255394,VS0,VE0',
-335 silly get vary: 'Accept-Encoding' } ]
-336 verbose etag https://registry.npmjs.org/on-finished from cache
-337 verbose get saving on-finished to /home/yoda/.npm/registry.npmjs.org/on-finished/.cache.json
-338 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-339 http 304 https://registry.npmjs.org/content-type
-340 verbose headers { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-340 verbose headers via: '1.1 varnish',
-340 verbose headers 'cache-control': 'max-age=300',
-340 verbose headers etag: '"54SI4KXPU2JCNK86HYJVU5FOW"',
-340 verbose headers age: '0',
-340 verbose headers connection: 'keep-alive',
-340 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-340 verbose headers 'x-cache': 'HIT',
-340 verbose headers 'x-cache-hits': '1',
-340 verbose headers 'x-timer': 'S1478442402.251597,VS0,VE0',
-340 verbose headers vary: 'Accept-Encoding' }
-341 silly get cb [ 304,
-341 silly get { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-341 silly get via: '1.1 varnish',
-341 silly get 'cache-control': 'max-age=300',
-341 silly get etag: '"54SI4KXPU2JCNK86HYJVU5FOW"',
-341 silly get age: '0',
-341 silly get connection: 'keep-alive',
-341 silly get 'x-served-by': 'cache-hkg6820-HKG',
-341 silly get 'x-cache': 'HIT',
-341 silly get 'x-cache-hits': '1',
-341 silly get 'x-timer': 'S1478442402.251597,VS0,VE0',
-341 silly get vary: 'Accept-Encoding' } ]
-342 verbose etag https://registry.npmjs.org/content-type from cache
-343 verbose get saving content-type to /home/yoda/.npm/registry.npmjs.org/content-type/.cache.json
-344 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-345 http 304 https://registry.npmjs.org/raw-body
-346 verbose headers { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-346 verbose headers via: '1.1 varnish',
-346 verbose headers 'cache-control': 'max-age=300',
-346 verbose headers etag: '"7CE1CJS5LURLC0RDNTBHTLQCG"',
-346 verbose headers age: '161',
-346 verbose headers connection: 'keep-alive',
-346 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-346 verbose headers 'x-cache': 'HIT',
-346 verbose headers 'x-cache-hits': '2',
-346 verbose headers 'x-timer': 'S1478442402.276284,VS0,VE0',
-346 verbose headers vary: 'Accept-Encoding' }
-347 silly get cb [ 304,
-347 silly get { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-347 silly get via: '1.1 varnish',
-347 silly get 'cache-control': 'max-age=300',
-347 silly get etag: '"7CE1CJS5LURLC0RDNTBHTLQCG"',
-347 silly get age: '161',
-347 silly get connection: 'keep-alive',
-347 silly get 'x-served-by': 'cache-hkg6825-HKG',
-347 silly get 'x-cache': 'HIT',
-347 silly get 'x-cache-hits': '2',
-347 silly get 'x-timer': 'S1478442402.276284,VS0,VE0',
-347 silly get vary: 'Accept-Encoding' } ]
-348 verbose etag https://registry.npmjs.org/raw-body from cache
-349 verbose get saving raw-body to /home/yoda/.npm/registry.npmjs.org/raw-body/.cache.json
-350 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-351 silly resolveWithNewModule content-type@1.0.2 checking installable status
-352 silly cache add args [ 'content-type@~1.0.2', null ]
-353 verbose cache add spec content-type@~1.0.2
-354 silly cache add parsed spec Result {
-354 silly cache add raw: 'content-type@~1.0.2',
-354 silly cache add scope: null,
-354 silly cache add escapedName: 'content-type',
-354 silly cache add name: 'content-type',
-354 silly cache add rawSpec: '~1.0.2',
-354 silly cache add spec: '>=1.0.2 <1.1.0',
-354 silly cache add type: 'range' }
-355 silly addNamed content-type@>=1.0.2 <1.1.0
-356 verbose addNamed ">=1.0.2 <1.1.0" is a valid semver range for content-type
-357 silly addNameRange { name: 'content-type', range: '>=1.0.2 <1.1.0', hasData: false }
-358 silly mapToRegistry name content-type
-359 silly mapToRegistry using default registry
-360 silly mapToRegistry registry https://registry.npmjs.org/
-361 silly mapToRegistry data Result {
-361 silly mapToRegistry raw: 'content-type',
-361 silly mapToRegistry scope: null,
-361 silly mapToRegistry escapedName: 'content-type',
-361 silly mapToRegistry name: 'content-type',
-361 silly mapToRegistry rawSpec: '',
-361 silly mapToRegistry spec: 'latest',
-361 silly mapToRegistry type: 'tag' }
-362 silly mapToRegistry uri https://registry.npmjs.org/content-type
-363 verbose addNameRange registry:https://registry.npmjs.org/content-type not in flight; fetching
-364 silly resolveWithNewModule on-finished@2.3.0 checking installable status
-365 silly cache add args [ 'on-finished@~2.3.0', null ]
-366 verbose cache add spec on-finished@~2.3.0
-367 silly cache add parsed spec Result {
-367 silly cache add raw: 'on-finished@~2.3.0',
-367 silly cache add scope: null,
-367 silly cache add escapedName: 'on-finished',
-367 silly cache add name: 'on-finished',
-367 silly cache add rawSpec: '~2.3.0',
-367 silly cache add spec: '>=2.3.0 <2.4.0',
-367 silly cache add type: 'range' }
-368 silly addNamed on-finished@>=2.3.0 <2.4.0
-369 verbose addNamed ">=2.3.0 <2.4.0" is a valid semver range for on-finished
-370 silly addNameRange { name: 'on-finished', range: '>=2.3.0 <2.4.0', hasData: false }
-371 silly mapToRegistry name on-finished
-372 silly mapToRegistry using default registry
-373 silly mapToRegistry registry https://registry.npmjs.org/
-374 silly mapToRegistry data Result {
-374 silly mapToRegistry raw: 'on-finished',
-374 silly mapToRegistry scope: null,
-374 silly mapToRegistry escapedName: 'on-finished',
-374 silly mapToRegistry name: 'on-finished',
-374 silly mapToRegistry rawSpec: '',
-374 silly mapToRegistry spec: 'latest',
-374 silly mapToRegistry type: 'tag' }
-375 silly mapToRegistry uri https://registry.npmjs.org/on-finished
-376 verbose addNameRange registry:https://registry.npmjs.org/on-finished not in flight; fetching
-377 verbose get https://registry.npmjs.org/on-finished not expired, no request
-378 silly addNameRange number 2 { name: 'on-finished', range: '>=2.3.0 <2.4.0', hasData: true }
-379 silly addNameRange versions [ 'on-finished',
-379 silly addNameRange [ '2.0.0', '2.1.0', '2.1.1', '2.2.0', '2.2.1', '2.3.0' ] ]
-380 silly addNamed on-finished@2.3.0
-381 verbose addNamed "2.3.0" is a plain semver version for on-finished
-382 verbose get https://registry.npmjs.org/content-type not expired, no request
-383 silly addNameRange number 2 { name: 'content-type', range: '>=1.0.2 <1.1.0', hasData: true }
-384 silly addNameRange versions [ 'content-type', [ '0.0.1', '1.0.0', '1.0.1', '1.0.2' ] ]
-385 silly addNamed content-type@1.0.2
-386 verbose addNamed "1.0.2" is a plain semver version for content-type
-387 silly resolveWithNewModule raw-body@2.1.7 checking installable status
-388 silly cache add args [ 'raw-body@~2.1.7', null ]
-389 verbose cache add spec raw-body@~2.1.7
-390 silly cache add parsed spec Result {
-390 silly cache add raw: 'raw-body@~2.1.7',
-390 silly cache add scope: null,
-390 silly cache add escapedName: 'raw-body',
-390 silly cache add name: 'raw-body',
-390 silly cache add rawSpec: '~2.1.7',
-390 silly cache add spec: '>=2.1.7 <2.2.0',
-390 silly cache add type: 'range' }
-391 silly addNamed raw-body@>=2.1.7 <2.2.0
-392 verbose addNamed ">=2.1.7 <2.2.0" is a valid semver range for raw-body
-393 silly addNameRange { name: 'raw-body', range: '>=2.1.7 <2.2.0', hasData: false }
-394 silly mapToRegistry name raw-body
-395 silly mapToRegistry using default registry
-396 silly mapToRegistry registry https://registry.npmjs.org/
-397 silly mapToRegistry data Result {
-397 silly mapToRegistry raw: 'raw-body',
-397 silly mapToRegistry scope: null,
-397 silly mapToRegistry escapedName: 'raw-body',
-397 silly mapToRegistry name: 'raw-body',
-397 silly mapToRegistry rawSpec: '',
-397 silly mapToRegistry spec: 'latest',
-397 silly mapToRegistry type: 'tag' }
-398 silly mapToRegistry uri https://registry.npmjs.org/raw-body
-399 verbose addNameRange registry:https://registry.npmjs.org/raw-body not in flight; fetching
-400 http 304 https://registry.npmjs.org/http-errors
-401 verbose headers { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-401 verbose headers via: '1.1 varnish',
-401 verbose headers 'cache-control': 'max-age=300',
-401 verbose headers etag: '"E46TCKTRI094CE87LP6SF6ZB3"',
-401 verbose headers age: '0',
-401 verbose headers connection: 'keep-alive',
-401 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-401 verbose headers 'x-cache': 'HIT',
-401 verbose headers 'x-cache-hits': '1',
-401 verbose headers 'x-timer': 'S1478442402.257907,VS0,VE72',
-401 verbose headers vary: 'Accept-Encoding' }
-402 silly get cb [ 304,
-402 silly get { date: 'Sun, 06 Nov 2016 14:26:42 GMT',
-402 silly get via: '1.1 varnish',
-402 silly get 'cache-control': 'max-age=300',
-402 silly get etag: '"E46TCKTRI094CE87LP6SF6ZB3"',
-402 silly get age: '0',
-402 silly get connection: 'keep-alive',
-402 silly get 'x-served-by': 'cache-hkg6825-HKG',
-402 silly get 'x-cache': 'HIT',
-402 silly get 'x-cache-hits': '1',
-402 silly get 'x-timer': 'S1478442402.257907,VS0,VE72',
-402 silly get vary: 'Accept-Encoding' } ]
-403 verbose etag https://registry.npmjs.org/http-errors from cache
-404 verbose get saving http-errors to /home/yoda/.npm/registry.npmjs.org/http-errors/.cache.json
-405 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-406 verbose get https://registry.npmjs.org/raw-body not expired, no request
-407 silly addNameRange number 2 { name: 'raw-body', range: '>=2.1.7 <2.2.0', hasData: true }
-408 silly addNameRange versions [ 'raw-body',
-408 silly addNameRange [ '0.0.1',
-408 silly addNameRange '0.0.2',
-408 silly addNameRange '0.0.3',
-408 silly addNameRange '0.1.0',
-408 silly addNameRange '0.1.1',
-408 silly addNameRange '0.2.0',
-408 silly addNameRange '1.0.0',
-408 silly addNameRange '1.0.1',
-408 silly addNameRange '1.1.0',
-408 silly addNameRange '1.1.1',
-408 silly addNameRange '1.1.2',
-408 silly addNameRange '1.1.3',
-408 silly addNameRange '1.1.4',
-408 silly addNameRange '1.1.5',
-408 silly addNameRange '1.1.6',
-408 silly addNameRange '1.1.7',
-408 silly addNameRange '1.2.0',
-408 silly addNameRange '1.2.1',
-408 silly addNameRange '1.2.2',
-408 silly addNameRange '1.2.3',
-408 silly addNameRange '1.3.0',
-408 silly addNameRange '1.3.1',
-408 silly addNameRange '1.3.2',
-408 silly addNameRange '1.3.3',
-408 silly addNameRange '1.3.4',
-408 silly addNameRange '2.0.0',
-408 silly addNameRange '2.0.1',
-408 silly addNameRange '2.0.2',
-408 silly addNameRange '2.1.0',
-408 silly addNameRange '2.1.1',
-408 silly addNameRange '2.1.2',
-408 silly addNameRange '2.1.3',
-408 silly addNameRange '2.1.4',
-408 silly addNameRange '2.1.5',
-408 silly addNameRange '2.1.6',
-408 silly addNameRange '2.1.7' ] ]
-409 silly addNamed raw-body@2.1.7
-410 verbose addNamed "2.1.7" is a plain semver version for raw-body
-411 silly cache afterAdd on-finished@2.3.0
-412 verbose afterAdd /home/yoda/.npm/on-finished/2.3.0/package/package.json not in flight; writing
-413 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-414 silly cache afterAdd content-type@1.0.2
-415 verbose afterAdd /home/yoda/.npm/content-type/1.0.2/package/package.json not in flight; writing
-416 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-417 silly cache afterAdd raw-body@2.1.7
-418 verbose afterAdd /home/yoda/.npm/raw-body/2.1.7/package/package.json not in flight; writing
-419 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-420 verbose afterAdd /home/yoda/.npm/content-type/1.0.2/package/package.json written
-421 silly resolveWithNewModule http-errors@1.5.0 checking installable status
-422 silly cache add args [ 'http-errors@~1.5.0', null ]
-423 verbose cache add spec http-errors@~1.5.0
-424 silly cache add parsed spec Result {
-424 silly cache add raw: 'http-errors@~1.5.0',
-424 silly cache add scope: null,
-424 silly cache add escapedName: 'http-errors',
-424 silly cache add name: 'http-errors',
-424 silly cache add rawSpec: '~1.5.0',
-424 silly cache add spec: '>=1.5.0 <1.6.0',
-424 silly cache add type: 'range' }
-425 silly addNamed http-errors@>=1.5.0 <1.6.0
-426 verbose addNamed ">=1.5.0 <1.6.0" is a valid semver range for http-errors
-427 silly addNameRange { name: 'http-errors', range: '>=1.5.0 <1.6.0', hasData: false }
-428 silly mapToRegistry name http-errors
-429 silly mapToRegistry using default registry
-430 silly mapToRegistry registry https://registry.npmjs.org/
-431 silly mapToRegistry data Result {
-431 silly mapToRegistry raw: 'http-errors',
-431 silly mapToRegistry scope: null,
-431 silly mapToRegistry escapedName: 'http-errors',
-431 silly mapToRegistry name: 'http-errors',
-431 silly mapToRegistry rawSpec: '',
-431 silly mapToRegistry spec: 'latest',
-431 silly mapToRegistry type: 'tag' }
-432 silly mapToRegistry uri https://registry.npmjs.org/http-errors
-433 verbose addNameRange registry:https://registry.npmjs.org/http-errors not in flight; fetching
-434 verbose afterAdd /home/yoda/.npm/on-finished/2.3.0/package/package.json written
-435 verbose get https://registry.npmjs.org/http-errors not expired, no request
-436 silly addNameRange number 2 { name: 'http-errors', range: '>=1.5.0 <1.6.0', hasData: true }
-437 silly addNameRange versions [ 'http-errors',
-437 silly addNameRange [ '0.0.1',
-437 silly addNameRange '1.0.0',
-437 silly addNameRange '1.0.1',
-437 silly addNameRange '1.1.0',
-437 silly addNameRange '1.2.0',
-437 silly addNameRange '1.2.1',
-437 silly addNameRange '1.2.2',
-437 silly addNameRange '1.2.3',
-437 silly addNameRange '1.2.4',
-437 silly addNameRange '1.2.5',
-437 silly addNameRange '1.2.6',
-437 silly addNameRange '1.2.7',
-437 silly addNameRange '1.2.8',
-437 silly addNameRange '1.3.0',
-437 silly addNameRange '1.3.1',
-437 silly addNameRange '1.4.0',
-437 silly addNameRange '1.5.0' ] ]
-438 silly addNamed http-errors@1.5.0
-439 verbose addNamed "1.5.0" is a plain semver version for http-errors
-440 verbose afterAdd /home/yoda/.npm/raw-body/2.1.7/package/package.json written
-441 silly cache afterAdd http-errors@1.5.0
-442 verbose afterAdd /home/yoda/.npm/http-errors/1.5.0/package/package.json not in flight; writing
-443 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-444 verbose afterAdd /home/yoda/.npm/http-errors/1.5.0/package/package.json written
-445 http 304 https://registry.npmjs.org/depd
-446 verbose headers { date: 'Sun, 06 Nov 2016 14:26:41 GMT',
-446 verbose headers via: '1.1 varnish',
-446 verbose headers 'cache-control': 'max-age=300',
-446 verbose headers etag: '"6GC4A1ZGUFZR2PBK4C3KNILBS"',
-446 verbose headers age: '0',
-446 verbose headers connection: 'keep-alive',
-446 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-446 verbose headers 'x-cache': 'HIT',
-446 verbose headers 'x-cache-hits': '1',
-446 verbose headers 'x-timer': 'S1478442401.796700,VS0,VE930',
-446 verbose headers vary: 'Accept-Encoding' }
-447 silly get cb [ 304,
-447 silly get { date: 'Sun, 06 Nov 2016 14:26:41 GMT',
-447 silly get via: '1.1 varnish',
-447 silly get 'cache-control': 'max-age=300',
-447 silly get etag: '"6GC4A1ZGUFZR2PBK4C3KNILBS"',
-447 silly get age: '0',
-447 silly get connection: 'keep-alive',
-447 silly get 'x-served-by': 'cache-hkg6820-HKG',
-447 silly get 'x-cache': 'HIT',
-447 silly get 'x-cache-hits': '1',
-447 silly get 'x-timer': 'S1478442401.796700,VS0,VE930',
-447 silly get vary: 'Accept-Encoding' } ]
-448 verbose etag https://registry.npmjs.org/depd from cache
-449 verbose get saving depd to /home/yoda/.npm/registry.npmjs.org/depd/.cache.json
-450 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-451 silly resolveWithNewModule depd@1.1.0 checking installable status
-452 silly cache add args [ 'depd@~1.1.0', null ]
-453 verbose cache add spec depd@~1.1.0
-454 silly cache add parsed spec Result {
-454 silly cache add raw: 'depd@~1.1.0',
-454 silly cache add scope: null,
-454 silly cache add escapedName: 'depd',
-454 silly cache add name: 'depd',
-454 silly cache add rawSpec: '~1.1.0',
-454 silly cache add spec: '>=1.1.0 <1.2.0',
-454 silly cache add type: 'range' }
-455 silly addNamed depd@>=1.1.0 <1.2.0
-456 verbose addNamed ">=1.1.0 <1.2.0" is a valid semver range for depd
-457 silly addNameRange { name: 'depd', range: '>=1.1.0 <1.2.0', hasData: false }
-458 silly mapToRegistry name depd
-459 silly mapToRegistry using default registry
-460 silly mapToRegistry registry https://registry.npmjs.org/
-461 silly mapToRegistry data Result {
-461 silly mapToRegistry raw: 'depd',
-461 silly mapToRegistry scope: null,
-461 silly mapToRegistry escapedName: 'depd',
-461 silly mapToRegistry name: 'depd',
-461 silly mapToRegistry rawSpec: '',
-461 silly mapToRegistry spec: 'latest',
-461 silly mapToRegistry type: 'tag' }
-462 silly mapToRegistry uri https://registry.npmjs.org/depd
-463 verbose addNameRange registry:https://registry.npmjs.org/depd not in flight; fetching
-464 verbose get https://registry.npmjs.org/depd not expired, no request
-465 silly addNameRange number 2 { name: 'depd', range: '>=1.1.0 <1.2.0', hasData: true }
-466 silly addNameRange versions [ 'depd',
-466 silly addNameRange [ '0.0.0',
-466 silly addNameRange '0.0.1',
-466 silly addNameRange '0.1.0',
-466 silly addNameRange '0.2.0',
-466 silly addNameRange '0.3.0',
-466 silly addNameRange '0.4.0',
-466 silly addNameRange '0.4.1',
-466 silly addNameRange '0.4.2',
-466 silly addNameRange '0.4.3',
-466 silly addNameRange '0.4.4',
-466 silly addNameRange '0.4.5',
-466 silly addNameRange '1.0.0',
-466 silly addNameRange '1.0.1',
-466 silly addNameRange '1.1.0' ] ]
-467 silly addNamed depd@1.1.0
-468 verbose addNamed "1.1.0" is a plain semver version for depd
-469 silly cache afterAdd depd@1.1.0
-470 verbose afterAdd /home/yoda/.npm/depd/1.1.0/package/package.json not in flight; writing
-471 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-472 verbose afterAdd /home/yoda/.npm/depd/1.1.0/package/package.json written
-473 silly fetchNamedPackageData inherits
-474 silly mapToRegistry name inherits
-475 silly mapToRegistry using default registry
-476 silly mapToRegistry registry https://registry.npmjs.org/
-477 silly mapToRegistry data Result {
-477 silly mapToRegistry raw: 'inherits',
-477 silly mapToRegistry scope: null,
-477 silly mapToRegistry escapedName: 'inherits',
-477 silly mapToRegistry name: 'inherits',
-477 silly mapToRegistry rawSpec: '',
-477 silly mapToRegistry spec: 'latest',
-477 silly mapToRegistry type: 'tag' }
-478 silly mapToRegistry uri https://registry.npmjs.org/inherits
-479 silly fetchNamedPackageData setprototypeof
-480 silly mapToRegistry name setprototypeof
-481 silly mapToRegistry using default registry
-482 silly mapToRegistry registry https://registry.npmjs.org/
-483 silly mapToRegistry data Result {
-483 silly mapToRegistry raw: 'setprototypeof',
-483 silly mapToRegistry scope: null,
-483 silly mapToRegistry escapedName: 'setprototypeof',
-483 silly mapToRegistry name: 'setprototypeof',
-483 silly mapToRegistry rawSpec: '',
-483 silly mapToRegistry spec: 'latest',
-483 silly mapToRegistry type: 'tag' }
-484 silly mapToRegistry uri https://registry.npmjs.org/setprototypeof
-485 silly fetchNamedPackageData statuses
-486 silly mapToRegistry name statuses
-487 silly mapToRegistry using default registry
-488 silly mapToRegistry registry https://registry.npmjs.org/
-489 silly mapToRegistry data Result {
-489 silly mapToRegistry raw: 'statuses',
-489 silly mapToRegistry scope: null,
-489 silly mapToRegistry escapedName: 'statuses',
-489 silly mapToRegistry name: 'statuses',
-489 silly mapToRegistry rawSpec: '',
-489 silly mapToRegistry spec: 'latest',
-489 silly mapToRegistry type: 'tag' }
-490 silly mapToRegistry uri https://registry.npmjs.org/statuses
-491 verbose request uri https://registry.npmjs.org/inherits
-492 verbose request no auth needed
-493 info attempt registry request try #1 at 9:26:48 PM
-494 verbose etag "2YNCXX6E4VVMWLPTH6TDM22UQ"
-495 http request GET https://registry.npmjs.org/inherits
-496 verbose request uri https://registry.npmjs.org/setprototypeof
-497 verbose request no auth needed
-498 info attempt registry request try #1 at 9:26:48 PM
-499 verbose etag "BZW0MD4KCESGWYMJLWG149BW0"
-500 http request GET https://registry.npmjs.org/setprototypeof
-501 verbose request uri https://registry.npmjs.org/statuses
-502 verbose request no auth needed
-503 info attempt registry request try #1 at 9:26:48 PM
-504 verbose etag "6F9VETL764GRO9WK8EX0Q0OAP"
-505 http request GET https://registry.npmjs.org/statuses
-506 http 304 https://registry.npmjs.org/inherits
-507 verbose headers { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-507 verbose headers via: '1.1 varnish',
-507 verbose headers 'cache-control': 'max-age=300',
-507 verbose headers etag: '"2YNCXX6E4VVMWLPTH6TDM22UQ"',
-507 verbose headers age: '236',
-507 verbose headers connection: 'keep-alive',
-507 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
-507 verbose headers 'x-cache': 'HIT',
-507 verbose headers 'x-cache-hits': '7',
-507 verbose headers 'x-timer': 'S1478442403.086445,VS0,VE0',
-507 verbose headers vary: 'Accept-Encoding' }
-508 silly get cb [ 304,
-508 silly get { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-508 silly get via: '1.1 varnish',
-508 silly get 'cache-control': 'max-age=300',
-508 silly get etag: '"2YNCXX6E4VVMWLPTH6TDM22UQ"',
-508 silly get age: '236',
-508 silly get connection: 'keep-alive',
-508 silly get 'x-served-by': 'cache-hkg6821-HKG',
-508 silly get 'x-cache': 'HIT',
-508 silly get 'x-cache-hits': '7',
-508 silly get 'x-timer': 'S1478442403.086445,VS0,VE0',
-508 silly get vary: 'Accept-Encoding' } ]
-509 verbose etag https://registry.npmjs.org/inherits from cache
-510 verbose get saving inherits to /home/yoda/.npm/registry.npmjs.org/inherits/.cache.json
-511 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-512 http 304 https://registry.npmjs.org/statuses
-513 verbose headers { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-513 verbose headers via: '1.1 varnish',
-513 verbose headers 'cache-control': 'max-age=300',
-513 verbose headers etag: '"6F9VETL764GRO9WK8EX0Q0OAP"',
-513 verbose headers age: '65',
-513 verbose headers connection: 'keep-alive',
-513 verbose headers 'x-served-by': 'cache-hkg6823-HKG',
-513 verbose headers 'x-cache': 'HIT',
-513 verbose headers 'x-cache-hits': '50',
-513 verbose headers 'x-timer': 'S1478442403.094624,VS0,VE0',
-513 verbose headers vary: 'Accept-Encoding' }
-514 silly get cb [ 304,
-514 silly get { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-514 silly get via: '1.1 varnish',
-514 silly get 'cache-control': 'max-age=300',
-514 silly get etag: '"6F9VETL764GRO9WK8EX0Q0OAP"',
-514 silly get age: '65',
-514 silly get connection: 'keep-alive',
-514 silly get 'x-served-by': 'cache-hkg6823-HKG',
-514 silly get 'x-cache': 'HIT',
-514 silly get 'x-cache-hits': '50',
-514 silly get 'x-timer': 'S1478442403.094624,VS0,VE0',
-514 silly get vary: 'Accept-Encoding' } ]
-515 verbose etag https://registry.npmjs.org/statuses from cache
-516 verbose get saving statuses to /home/yoda/.npm/registry.npmjs.org/statuses/.cache.json
-517 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-518 silly resolveWithNewModule inherits@2.0.1 checking installable status
-519 silly cache add args [ 'inherits@2.0.1', null ]
-520 verbose cache add spec inherits@2.0.1
-521 silly cache add parsed spec Result {
-521 silly cache add raw: 'inherits@2.0.1',
-521 silly cache add scope: null,
-521 silly cache add escapedName: 'inherits',
-521 silly cache add name: 'inherits',
-521 silly cache add rawSpec: '2.0.1',
-521 silly cache add spec: '2.0.1',
-521 silly cache add type: 'version' }
-522 silly addNamed inherits@2.0.1
-523 verbose addNamed "2.0.1" is a plain semver version for inherits
-524 silly mapToRegistry name inherits
-525 silly mapToRegistry using default registry
-526 silly mapToRegistry registry https://registry.npmjs.org/
-527 silly mapToRegistry data Result {
-527 silly mapToRegistry raw: 'inherits',
-527 silly mapToRegistry scope: null,
-527 silly mapToRegistry escapedName: 'inherits',
-527 silly mapToRegistry name: 'inherits',
-527 silly mapToRegistry rawSpec: '',
-527 silly mapToRegistry spec: 'latest',
-527 silly mapToRegistry type: 'tag' }
-528 silly mapToRegistry uri https://registry.npmjs.org/inherits
-529 verbose addNameVersion registry:https://registry.npmjs.org/inherits not in flight; fetching
-530 silly resolveWithNewModule statuses@1.3.0 checking installable status
-531 silly cache add args [ 'statuses@>= 1.3.0 < 2', null ]
-532 verbose cache add spec statuses@>= 1.3.0 < 2
-533 silly cache add parsed spec Result {
-533 silly cache add raw: 'statuses@>= 1.3.0 < 2',
-533 silly cache add scope: null,
-533 silly cache add escapedName: 'statuses',
-533 silly cache add name: 'statuses',
-533 silly cache add rawSpec: '>= 1.3.0 < 2',
-533 silly cache add spec: '>=1.3.0 <2.0.0',
-533 silly cache add type: 'range' }
-534 silly addNamed statuses@>=1.3.0 <2.0.0
-535 verbose addNamed ">=1.3.0 <2.0.0" is a valid semver range for statuses
-536 silly addNameRange { name: 'statuses', range: '>=1.3.0 <2.0.0', hasData: false }
-537 silly mapToRegistry name statuses
-538 silly mapToRegistry using default registry
-539 silly mapToRegistry registry https://registry.npmjs.org/
-540 silly mapToRegistry data Result {
-540 silly mapToRegistry raw: 'statuses',
-540 silly mapToRegistry scope: null,
-540 silly mapToRegistry escapedName: 'statuses',
-540 silly mapToRegistry name: 'statuses',
-540 silly mapToRegistry rawSpec: '',
-540 silly mapToRegistry spec: 'latest',
-540 silly mapToRegistry type: 'tag' }
-541 silly mapToRegistry uri https://registry.npmjs.org/statuses
-542 verbose addNameRange registry:https://registry.npmjs.org/statuses not in flight; fetching
-543 verbose get https://registry.npmjs.org/inherits not expired, no request
-544 verbose get https://registry.npmjs.org/statuses not expired, no request
-545 silly addNameRange number 2 { name: 'statuses', range: '>=1.3.0 <2.0.0', hasData: true }
-546 silly addNameRange versions [ 'statuses',
-546 silly addNameRange [ '1.0.1',
-546 silly addNameRange '1.0.2',
-546 silly addNameRange '1.0.3',
-546 silly addNameRange '1.0.4',
-546 silly addNameRange '1.1.0',
-546 silly addNameRange '1.1.1',
-546 silly addNameRange '1.2.0',
-546 silly addNameRange '1.2.1',
-546 silly addNameRange '1.3.0' ] ]
-547 silly addNamed statuses@1.3.0
-548 verbose addNamed "1.3.0" is a plain semver version for statuses
-549 silly cache afterAdd inherits@2.0.1
-550 verbose afterAdd /home/yoda/.npm/inherits/2.0.1/package/package.json not in flight; writing
-551 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-552 silly cache afterAdd statuses@1.3.0
-553 verbose afterAdd /home/yoda/.npm/statuses/1.3.0/package/package.json not in flight; writing
-554 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-555 verbose afterAdd /home/yoda/.npm/inherits/2.0.1/package/package.json written
-556 verbose afterAdd /home/yoda/.npm/statuses/1.3.0/package/package.json written
-557 http 304 https://registry.npmjs.org/setprototypeof
-558 verbose headers { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-558 verbose headers via: '1.1 varnish',
-558 verbose headers 'cache-control': 'max-age=300',
-558 verbose headers etag: '"BZW0MD4KCESGWYMJLWG149BW0"',
-558 verbose headers age: '0',
-558 verbose headers connection: 'keep-alive',
-558 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-558 verbose headers 'x-cache': 'HIT',
-558 verbose headers 'x-cache-hits': '2',
-558 verbose headers 'x-timer': 'S1478442403.096121,VS0,VE94',
-558 verbose headers vary: 'Accept-Encoding' }
-559 silly get cb [ 304,
-559 silly get { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-559 silly get via: '1.1 varnish',
-559 silly get 'cache-control': 'max-age=300',
-559 silly get etag: '"BZW0MD4KCESGWYMJLWG149BW0"',
-559 silly get age: '0',
-559 silly get connection: 'keep-alive',
-559 silly get 'x-served-by': 'cache-hkg6826-HKG',
-559 silly get 'x-cache': 'HIT',
-559 silly get 'x-cache-hits': '2',
-559 silly get 'x-timer': 'S1478442403.096121,VS0,VE94',
-559 silly get vary: 'Accept-Encoding' } ]
-560 verbose etag https://registry.npmjs.org/setprototypeof from cache
-561 verbose get saving setprototypeof to /home/yoda/.npm/registry.npmjs.org/setprototypeof/.cache.json
-562 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-563 silly resolveWithNewModule setprototypeof@1.0.1 checking installable status
-564 silly cache add args [ 'setprototypeof@1.0.1', null ]
-565 verbose cache add spec setprototypeof@1.0.1
-566 silly cache add parsed spec Result {
-566 silly cache add raw: 'setprototypeof@1.0.1',
-566 silly cache add scope: null,
-566 silly cache add escapedName: 'setprototypeof',
-566 silly cache add name: 'setprototypeof',
-566 silly cache add rawSpec: '1.0.1',
-566 silly cache add spec: '1.0.1',
-566 silly cache add type: 'version' }
-567 silly addNamed setprototypeof@1.0.1
-568 verbose addNamed "1.0.1" is a plain semver version for setprototypeof
-569 silly mapToRegistry name setprototypeof
-570 silly mapToRegistry using default registry
-571 silly mapToRegistry registry https://registry.npmjs.org/
-572 silly mapToRegistry data Result {
-572 silly mapToRegistry raw: 'setprototypeof',
-572 silly mapToRegistry scope: null,
-572 silly mapToRegistry escapedName: 'setprototypeof',
-572 silly mapToRegistry name: 'setprototypeof',
-572 silly mapToRegistry rawSpec: '',
-572 silly mapToRegistry spec: 'latest',
-572 silly mapToRegistry type: 'tag' }
-573 silly mapToRegistry uri https://registry.npmjs.org/setprototypeof
-574 verbose addNameVersion registry:https://registry.npmjs.org/setprototypeof not in flight; fetching
-575 verbose get https://registry.npmjs.org/setprototypeof not expired, no request
-576 silly cache afterAdd setprototypeof@1.0.1
-577 verbose afterAdd /home/yoda/.npm/setprototypeof/1.0.1/package/package.json not in flight; writing
-578 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-579 verbose afterAdd /home/yoda/.npm/setprototypeof/1.0.1/package/package.json written
-580 silly fetchNamedPackageData ee-first
-581 silly mapToRegistry name ee-first
-582 silly mapToRegistry using default registry
-583 silly mapToRegistry registry https://registry.npmjs.org/
-584 silly mapToRegistry data Result {
-584 silly mapToRegistry raw: 'ee-first',
-584 silly mapToRegistry scope: null,
-584 silly mapToRegistry escapedName: 'ee-first',
-584 silly mapToRegistry name: 'ee-first',
-584 silly mapToRegistry rawSpec: '',
-584 silly mapToRegistry spec: 'latest',
-584 silly mapToRegistry type: 'tag' }
-585 silly mapToRegistry uri https://registry.npmjs.org/ee-first
-586 verbose request uri https://registry.npmjs.org/ee-first
-587 verbose request no auth needed
-588 info attempt registry request try #1 at 9:26:48 PM
-589 verbose etag "5X2115FTHF5KAVHYQG3YER0HK"
-590 http request GET https://registry.npmjs.org/ee-first
-591 http 304 https://registry.npmjs.org/ee-first
-592 verbose headers { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-592 verbose headers via: '1.1 varnish',
-592 verbose headers 'cache-control': 'max-age=300',
-592 verbose headers etag: '"5X2115FTHF5KAVHYQG3YER0HK"',
-592 verbose headers age: '249',
-592 verbose headers connection: 'keep-alive',
-592 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-592 verbose headers 'x-cache': 'HIT',
-592 verbose headers 'x-cache-hits': '8',
-592 verbose headers 'x-timer': 'S1478442403.499704,VS0,VE0',
-592 verbose headers vary: 'Accept-Encoding' }
-593 silly get cb [ 304,
-593 silly get { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-593 silly get via: '1.1 varnish',
-593 silly get 'cache-control': 'max-age=300',
-593 silly get etag: '"5X2115FTHF5KAVHYQG3YER0HK"',
-593 silly get age: '249',
-593 silly get connection: 'keep-alive',
-593 silly get 'x-served-by': 'cache-hkg6826-HKG',
-593 silly get 'x-cache': 'HIT',
-593 silly get 'x-cache-hits': '8',
-593 silly get 'x-timer': 'S1478442403.499704,VS0,VE0',
-593 silly get vary: 'Accept-Encoding' } ]
-594 verbose etag https://registry.npmjs.org/ee-first from cache
-595 verbose get saving ee-first to /home/yoda/.npm/registry.npmjs.org/ee-first/.cache.json
-596 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-597 silly resolveWithNewModule ee-first@1.1.1 checking installable status
-598 silly cache add args [ 'ee-first@1.1.1', null ]
-599 verbose cache add spec ee-first@1.1.1
-600 silly cache add parsed spec Result {
-600 silly cache add raw: 'ee-first@1.1.1',
-600 silly cache add scope: null,
-600 silly cache add escapedName: 'ee-first',
-600 silly cache add name: 'ee-first',
-600 silly cache add rawSpec: '1.1.1',
-600 silly cache add spec: '1.1.1',
-600 silly cache add type: 'version' }
-601 silly addNamed ee-first@1.1.1
-602 verbose addNamed "1.1.1" is a plain semver version for ee-first
-603 silly mapToRegistry name ee-first
-604 silly mapToRegistry using default registry
-605 silly mapToRegistry registry https://registry.npmjs.org/
-606 silly mapToRegistry data Result {
-606 silly mapToRegistry raw: 'ee-first',
-606 silly mapToRegistry scope: null,
-606 silly mapToRegistry escapedName: 'ee-first',
-606 silly mapToRegistry name: 'ee-first',
-606 silly mapToRegistry rawSpec: '',
-606 silly mapToRegistry spec: 'latest',
-606 silly mapToRegistry type: 'tag' }
-607 silly mapToRegistry uri https://registry.npmjs.org/ee-first
-608 verbose addNameVersion registry:https://registry.npmjs.org/ee-first not in flight; fetching
-609 verbose get https://registry.npmjs.org/ee-first not expired, no request
-610 silly cache afterAdd ee-first@1.1.1
-611 verbose afterAdd /home/yoda/.npm/ee-first/1.1.1/package/package.json not in flight; writing
-612 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-613 verbose afterAdd /home/yoda/.npm/ee-first/1.1.1/package/package.json written
-614 silly fetchNamedPackageData bytes
-615 silly mapToRegistry name bytes
-616 silly mapToRegistry using default registry
-617 silly mapToRegistry registry https://registry.npmjs.org/
-618 silly mapToRegistry data Result {
-618 silly mapToRegistry raw: 'bytes',
-618 silly mapToRegistry scope: null,
-618 silly mapToRegistry escapedName: 'bytes',
-618 silly mapToRegistry name: 'bytes',
-618 silly mapToRegistry rawSpec: '',
-618 silly mapToRegistry spec: 'latest',
-618 silly mapToRegistry type: 'tag' }
-619 silly mapToRegistry uri https://registry.npmjs.org/bytes
-620 silly resolveWithNewModule bytes@2.4.0 checking installable status
-621 silly fetchNamedPackageData iconv-lite
-622 silly mapToRegistry name iconv-lite
-623 silly mapToRegistry using default registry
-624 silly mapToRegistry registry https://registry.npmjs.org/
-625 silly mapToRegistry data Result {
-625 silly mapToRegistry raw: 'iconv-lite',
-625 silly mapToRegistry scope: null,
-625 silly mapToRegistry escapedName: 'iconv-lite',
-625 silly mapToRegistry name: 'iconv-lite',
-625 silly mapToRegistry rawSpec: '',
-625 silly mapToRegistry spec: 'latest',
-625 silly mapToRegistry type: 'tag' }
-626 silly mapToRegistry uri https://registry.npmjs.org/iconv-lite
-627 silly resolveWithNewModule iconv-lite@0.4.13 checking installable status
-628 silly fetchNamedPackageData unpipe
-629 silly mapToRegistry name unpipe
-630 silly mapToRegistry using default registry
-631 silly mapToRegistry registry https://registry.npmjs.org/
-632 silly mapToRegistry data Result {
-632 silly mapToRegistry raw: 'unpipe',
-632 silly mapToRegistry scope: null,
-632 silly mapToRegistry escapedName: 'unpipe',
-632 silly mapToRegistry name: 'unpipe',
-632 silly mapToRegistry rawSpec: '',
-632 silly mapToRegistry spec: 'latest',
-632 silly mapToRegistry type: 'tag' }
-633 silly mapToRegistry uri https://registry.npmjs.org/unpipe
-634 verbose request uri https://registry.npmjs.org/unpipe
-635 verbose request no auth needed
-636 info attempt registry request try #1 at 9:26:49 PM
-637 verbose etag "DND474O8B0RXBZOJNUAWLUERQ"
-638 http request GET https://registry.npmjs.org/unpipe
-639 http 304 https://registry.npmjs.org/unpipe
-640 verbose headers { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-640 verbose headers via: '1.1 varnish',
-640 verbose headers 'cache-control': 'max-age=300',
-640 verbose headers etag: '"DND474O8B0RXBZOJNUAWLUERQ"',
-640 verbose headers age: '3',
-640 verbose headers connection: 'keep-alive',
-640 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-640 verbose headers 'x-cache': 'HIT',
-640 verbose headers 'x-cache-hits': '1',
-640 verbose headers 'x-timer': 'S1478442403.881204,VS0,VE0',
-640 verbose headers vary: 'Accept-Encoding' }
-641 silly get cb [ 304,
-641 silly get { date: 'Sun, 06 Nov 2016 14:26:43 GMT',
-641 silly get via: '1.1 varnish',
-641 silly get 'cache-control': 'max-age=300',
-641 silly get etag: '"DND474O8B0RXBZOJNUAWLUERQ"',
-641 silly get age: '3',
-641 silly get connection: 'keep-alive',
-641 silly get 'x-served-by': 'cache-hkg6825-HKG',
-641 silly get 'x-cache': 'HIT',
-641 silly get 'x-cache-hits': '1',
-641 silly get 'x-timer': 'S1478442403.881204,VS0,VE0',
-641 silly get vary: 'Accept-Encoding' } ]
-642 verbose etag https://registry.npmjs.org/unpipe from cache
-643 verbose get saving unpipe to /home/yoda/.npm/registry.npmjs.org/unpipe/.cache.json
-644 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-645 silly resolveWithNewModule unpipe@1.0.0 checking installable status
-646 silly cache add args [ 'unpipe@1.0.0', null ]
-647 verbose cache add spec unpipe@1.0.0
-648 silly cache add parsed spec Result {
-648 silly cache add raw: 'unpipe@1.0.0',
-648 silly cache add scope: null,
-648 silly cache add escapedName: 'unpipe',
-648 silly cache add name: 'unpipe',
-648 silly cache add rawSpec: '1.0.0',
-648 silly cache add spec: '1.0.0',
-648 silly cache add type: 'version' }
-649 silly addNamed unpipe@1.0.0
-650 verbose addNamed "1.0.0" is a plain semver version for unpipe
-651 silly mapToRegistry name unpipe
-652 silly mapToRegistry using default registry
-653 silly mapToRegistry registry https://registry.npmjs.org/
-654 silly mapToRegistry data Result {
-654 silly mapToRegistry raw: 'unpipe',
-654 silly mapToRegistry scope: null,
-654 silly mapToRegistry escapedName: 'unpipe',
-654 silly mapToRegistry name: 'unpipe',
-654 silly mapToRegistry rawSpec: '',
-654 silly mapToRegistry spec: 'latest',
-654 silly mapToRegistry type: 'tag' }
-655 silly mapToRegistry uri https://registry.npmjs.org/unpipe
-656 verbose addNameVersion registry:https://registry.npmjs.org/unpipe not in flight; fetching
-657 verbose get https://registry.npmjs.org/unpipe not expired, no request
-658 silly cache afterAdd unpipe@1.0.0
-659 verbose afterAdd /home/yoda/.npm/unpipe/1.0.0/package/package.json not in flight; writing
-660 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-661 verbose afterAdd /home/yoda/.npm/unpipe/1.0.0/package/package.json written
-662 silly fetchNamedPackageData media-typer
-663 silly mapToRegistry name media-typer
-664 silly mapToRegistry using default registry
-665 silly mapToRegistry registry https://registry.npmjs.org/
-666 silly mapToRegistry data Result {
-666 silly mapToRegistry raw: 'media-typer',
-666 silly mapToRegistry scope: null,
-666 silly mapToRegistry escapedName: 'media-typer',
-666 silly mapToRegistry name: 'media-typer',
-666 silly mapToRegistry rawSpec: '',
-666 silly mapToRegistry spec: 'latest',
-666 silly mapToRegistry type: 'tag' }
-667 silly mapToRegistry uri https://registry.npmjs.org/media-typer
-668 verbose request uri https://registry.npmjs.org/media-typer
-669 verbose request no auth needed
-670 info attempt registry request try #1 at 9:26:49 PM
-671 verbose etag "8AN9MSDVB0BMRZJ20C3T3R29N"
-672 http request GET https://registry.npmjs.org/media-typer
-673 http 304 https://registry.npmjs.org/media-typer
-674 verbose headers { date: 'Sun, 06 Nov 2016 14:26:44 GMT',
-674 verbose headers via: '1.1 varnish',
-674 verbose headers 'cache-control': 'max-age=300',
-674 verbose headers etag: '"8AN9MSDVB0BMRZJ20C3T3R29N"',
-674 verbose headers age: '0',
-674 verbose headers connection: 'keep-alive',
-674 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-674 verbose headers 'x-cache': 'HIT',
-674 verbose headers 'x-cache-hits': '1',
-674 verbose headers 'x-timer': 'S1478442404.203373,VS0,VE646',
-674 verbose headers vary: 'Accept-Encoding' }
-675 silly get cb [ 304,
-675 silly get { date: 'Sun, 06 Nov 2016 14:26:44 GMT',
-675 silly get via: '1.1 varnish',
-675 silly get 'cache-control': 'max-age=300',
-675 silly get etag: '"8AN9MSDVB0BMRZJ20C3T3R29N"',
-675 silly get age: '0',
-675 silly get connection: 'keep-alive',
-675 silly get 'x-served-by': 'cache-hkg6820-HKG',
-675 silly get 'x-cache': 'HIT',
-675 silly get 'x-cache-hits': '1',
-675 silly get 'x-timer': 'S1478442404.203373,VS0,VE646',
-675 silly get vary: 'Accept-Encoding' } ]
-676 verbose etag https://registry.npmjs.org/media-typer from cache
-677 verbose get saving media-typer to /home/yoda/.npm/registry.npmjs.org/media-typer/.cache.json
-678 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-679 silly resolveWithNewModule media-typer@0.3.0 checking installable status
-680 silly cache add args [ 'media-typer@0.3.0', null ]
-681 verbose cache add spec media-typer@0.3.0
-682 silly cache add parsed spec Result {
-682 silly cache add raw: 'media-typer@0.3.0',
-682 silly cache add scope: null,
-682 silly cache add escapedName: 'media-typer',
-682 silly cache add name: 'media-typer',
-682 silly cache add rawSpec: '0.3.0',
-682 silly cache add spec: '0.3.0',
-682 silly cache add type: 'version' }
-683 silly addNamed media-typer@0.3.0
-684 verbose addNamed "0.3.0" is a plain semver version for media-typer
-685 silly mapToRegistry name media-typer
-686 silly mapToRegistry using default registry
-687 silly mapToRegistry registry https://registry.npmjs.org/
-688 silly mapToRegistry data Result {
-688 silly mapToRegistry raw: 'media-typer',
-688 silly mapToRegistry scope: null,
-688 silly mapToRegistry escapedName: 'media-typer',
-688 silly mapToRegistry name: 'media-typer',
-688 silly mapToRegistry rawSpec: '',
-688 silly mapToRegistry spec: 'latest',
-688 silly mapToRegistry type: 'tag' }
-689 silly mapToRegistry uri https://registry.npmjs.org/media-typer
-690 verbose addNameVersion registry:https://registry.npmjs.org/media-typer not in flight; fetching
-691 verbose get https://registry.npmjs.org/media-typer not expired, no request
-692 silly cache afterAdd media-typer@0.3.0
-693 verbose afterAdd /home/yoda/.npm/media-typer/0.3.0/package/package.json not in flight; writing
-694 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-695 verbose afterAdd /home/yoda/.npm/media-typer/0.3.0/package/package.json written
-696 silly fetchNamedPackageData accepts
-697 silly mapToRegistry name accepts
-698 silly mapToRegistry using default registry
-699 silly mapToRegistry registry https://registry.npmjs.org/
-700 silly mapToRegistry data Result {
-700 silly mapToRegistry raw: 'accepts',
-700 silly mapToRegistry scope: null,
-700 silly mapToRegistry escapedName: 'accepts',
-700 silly mapToRegistry name: 'accepts',
-700 silly mapToRegistry rawSpec: '',
-700 silly mapToRegistry spec: 'latest',
-700 silly mapToRegistry type: 'tag' }
-701 silly mapToRegistry uri https://registry.npmjs.org/accepts
-702 silly fetchNamedPackageData array-flatten
-703 silly mapToRegistry name array-flatten
-704 silly mapToRegistry using default registry
-705 silly mapToRegistry registry https://registry.npmjs.org/
-706 silly mapToRegistry data Result {
-706 silly mapToRegistry raw: 'array-flatten',
-706 silly mapToRegistry scope: null,
-706 silly mapToRegistry escapedName: 'array-flatten',
-706 silly mapToRegistry name: 'array-flatten',
-706 silly mapToRegistry rawSpec: '',
-706 silly mapToRegistry spec: 'latest',
-706 silly mapToRegistry type: 'tag' }
-707 silly mapToRegistry uri https://registry.npmjs.org/array-flatten
-708 silly fetchNamedPackageData content-disposition
-709 silly mapToRegistry name content-disposition
-710 silly mapToRegistry using default registry
-711 silly mapToRegistry registry https://registry.npmjs.org/
-712 silly mapToRegistry data Result {
-712 silly mapToRegistry raw: 'content-disposition',
-712 silly mapToRegistry scope: null,
-712 silly mapToRegistry escapedName: 'content-disposition',
-712 silly mapToRegistry name: 'content-disposition',
-712 silly mapToRegistry rawSpec: '',
-712 silly mapToRegistry spec: 'latest',
-712 silly mapToRegistry type: 'tag' }
-713 silly mapToRegistry uri https://registry.npmjs.org/content-disposition
-714 silly fetchNamedPackageData cookie
-715 silly mapToRegistry name cookie
-716 silly mapToRegistry using default registry
-717 silly mapToRegistry registry https://registry.npmjs.org/
-718 silly mapToRegistry data Result {
-718 silly mapToRegistry raw: 'cookie',
-718 silly mapToRegistry scope: null,
-718 silly mapToRegistry escapedName: 'cookie',
-718 silly mapToRegistry name: 'cookie',
-718 silly mapToRegistry rawSpec: '',
-718 silly mapToRegistry spec: 'latest',
-718 silly mapToRegistry type: 'tag' }
-719 silly mapToRegistry uri https://registry.npmjs.org/cookie
-720 silly fetchNamedPackageData cookie-signature
-721 silly mapToRegistry name cookie-signature
-722 silly mapToRegistry using default registry
-723 silly mapToRegistry registry https://registry.npmjs.org/
-724 silly mapToRegistry data Result {
-724 silly mapToRegistry raw: 'cookie-signature',
-724 silly mapToRegistry scope: null,
-724 silly mapToRegistry escapedName: 'cookie-signature',
-724 silly mapToRegistry name: 'cookie-signature',
-724 silly mapToRegistry rawSpec: '',
-724 silly mapToRegistry spec: 'latest',
-724 silly mapToRegistry type: 'tag' }
-725 silly mapToRegistry uri https://registry.npmjs.org/cookie-signature
-726 silly fetchNamedPackageData encodeurl
-727 silly mapToRegistry name encodeurl
-728 silly mapToRegistry using default registry
-729 silly mapToRegistry registry https://registry.npmjs.org/
-730 silly mapToRegistry data Result {
-730 silly mapToRegistry raw: 'encodeurl',
-730 silly mapToRegistry scope: null,
-730 silly mapToRegistry escapedName: 'encodeurl',
-730 silly mapToRegistry name: 'encodeurl',
-730 silly mapToRegistry rawSpec: '',
-730 silly mapToRegistry spec: 'latest',
-730 silly mapToRegistry type: 'tag' }
-731 silly mapToRegistry uri https://registry.npmjs.org/encodeurl
-732 silly fetchNamedPackageData escape-html
-733 silly mapToRegistry name escape-html
-734 silly mapToRegistry using default registry
-735 silly mapToRegistry registry https://registry.npmjs.org/
-736 silly mapToRegistry data Result {
-736 silly mapToRegistry raw: 'escape-html',
-736 silly mapToRegistry scope: null,
-736 silly mapToRegistry escapedName: 'escape-html',
-736 silly mapToRegistry name: 'escape-html',
-736 silly mapToRegistry rawSpec: '',
-736 silly mapToRegistry spec: 'latest',
-736 silly mapToRegistry type: 'tag' }
-737 silly mapToRegistry uri https://registry.npmjs.org/escape-html
-738 silly fetchNamedPackageData etag
-739 silly mapToRegistry name etag
-740 silly mapToRegistry using default registry
-741 silly mapToRegistry registry https://registry.npmjs.org/
-742 silly mapToRegistry data Result {
-742 silly mapToRegistry raw: 'etag',
-742 silly mapToRegistry scope: null,
-742 silly mapToRegistry escapedName: 'etag',
-742 silly mapToRegistry name: 'etag',
-742 silly mapToRegistry rawSpec: '',
-742 silly mapToRegistry spec: 'latest',
-742 silly mapToRegistry type: 'tag' }
-743 silly mapToRegistry uri https://registry.npmjs.org/etag
-744 silly fetchNamedPackageData finalhandler
-745 silly mapToRegistry name finalhandler
-746 silly mapToRegistry using default registry
-747 silly mapToRegistry registry https://registry.npmjs.org/
-748 silly mapToRegistry data Result {
-748 silly mapToRegistry raw: 'finalhandler',
-748 silly mapToRegistry scope: null,
-748 silly mapToRegistry escapedName: 'finalhandler',
-748 silly mapToRegistry name: 'finalhandler',
-748 silly mapToRegistry rawSpec: '',
-748 silly mapToRegistry spec: 'latest',
-748 silly mapToRegistry type: 'tag' }
-749 silly mapToRegistry uri https://registry.npmjs.org/finalhandler
-750 silly fetchNamedPackageData fresh
-751 silly mapToRegistry name fresh
-752 silly mapToRegistry using default registry
-753 silly mapToRegistry registry https://registry.npmjs.org/
-754 silly mapToRegistry data Result {
-754 silly mapToRegistry raw: 'fresh',
-754 silly mapToRegistry scope: null,
-754 silly mapToRegistry escapedName: 'fresh',
-754 silly mapToRegistry name: 'fresh',
-754 silly mapToRegistry rawSpec: '',
-754 silly mapToRegistry spec: 'latest',
-754 silly mapToRegistry type: 'tag' }
-755 silly mapToRegistry uri https://registry.npmjs.org/fresh
-756 silly fetchNamedPackageData merge-descriptors
-757 silly mapToRegistry name merge-descriptors
-758 silly mapToRegistry using default registry
-759 silly mapToRegistry registry https://registry.npmjs.org/
-760 silly mapToRegistry data Result {
-760 silly mapToRegistry raw: 'merge-descriptors',
-760 silly mapToRegistry scope: null,
-760 silly mapToRegistry escapedName: 'merge-descriptors',
-760 silly mapToRegistry name: 'merge-descriptors',
-760 silly mapToRegistry rawSpec: '',
-760 silly mapToRegistry spec: 'latest',
-760 silly mapToRegistry type: 'tag' }
-761 silly mapToRegistry uri https://registry.npmjs.org/merge-descriptors
-762 silly fetchNamedPackageData methods
-763 silly mapToRegistry name methods
-764 silly mapToRegistry using default registry
-765 silly mapToRegistry registry https://registry.npmjs.org/
-766 silly mapToRegistry data Result {
-766 silly mapToRegistry raw: 'methods',
-766 silly mapToRegistry scope: null,
-766 silly mapToRegistry escapedName: 'methods',
-766 silly mapToRegistry name: 'methods',
-766 silly mapToRegistry rawSpec: '',
-766 silly mapToRegistry spec: 'latest',
-766 silly mapToRegistry type: 'tag' }
-767 silly mapToRegistry uri https://registry.npmjs.org/methods
-768 silly fetchNamedPackageData parseurl
-769 silly mapToRegistry name parseurl
-770 silly mapToRegistry using default registry
-771 silly mapToRegistry registry https://registry.npmjs.org/
-772 silly mapToRegistry data Result {
-772 silly mapToRegistry raw: 'parseurl',
-772 silly mapToRegistry scope: null,
-772 silly mapToRegistry escapedName: 'parseurl',
-772 silly mapToRegistry name: 'parseurl',
-772 silly mapToRegistry rawSpec: '',
-772 silly mapToRegistry spec: 'latest',
-772 silly mapToRegistry type: 'tag' }
-773 silly mapToRegistry uri https://registry.npmjs.org/parseurl
-774 silly fetchNamedPackageData path-to-regexp
-775 silly mapToRegistry name path-to-regexp
-776 silly mapToRegistry using default registry
-777 silly mapToRegistry registry https://registry.npmjs.org/
-778 silly mapToRegistry data Result {
-778 silly mapToRegistry raw: 'path-to-regexp',
-778 silly mapToRegistry scope: null,
-778 silly mapToRegistry escapedName: 'path-to-regexp',
-778 silly mapToRegistry name: 'path-to-regexp',
-778 silly mapToRegistry rawSpec: '',
-778 silly mapToRegistry spec: 'latest',
-778 silly mapToRegistry type: 'tag' }
-779 silly mapToRegistry uri https://registry.npmjs.org/path-to-regexp
-780 silly fetchNamedPackageData proxy-addr
-781 silly mapToRegistry name proxy-addr
-782 silly mapToRegistry using default registry
-783 silly mapToRegistry registry https://registry.npmjs.org/
-784 silly mapToRegistry data Result {
-784 silly mapToRegistry raw: 'proxy-addr',
-784 silly mapToRegistry scope: null,
-784 silly mapToRegistry escapedName: 'proxy-addr',
-784 silly mapToRegistry name: 'proxy-addr',
-784 silly mapToRegistry rawSpec: '',
-784 silly mapToRegistry spec: 'latest',
-784 silly mapToRegistry type: 'tag' }
-785 silly mapToRegistry uri https://registry.npmjs.org/proxy-addr
-786 silly fetchNamedPackageData qs
-787 silly mapToRegistry name qs
-788 silly mapToRegistry using default registry
-789 silly mapToRegistry registry https://registry.npmjs.org/
-790 silly mapToRegistry data Result {
-790 silly mapToRegistry raw: 'qs',
-790 silly mapToRegistry scope: null,
-790 silly mapToRegistry escapedName: 'qs',
-790 silly mapToRegistry name: 'qs',
-790 silly mapToRegistry rawSpec: '',
-790 silly mapToRegistry spec: 'latest',
-790 silly mapToRegistry type: 'tag' }
-791 silly mapToRegistry uri https://registry.npmjs.org/qs
-792 silly resolveWithNewModule qs@6.2.0 checking installable status
-793 silly fetchNamedPackageData range-parser
-794 silly mapToRegistry name range-parser
-795 silly mapToRegistry using default registry
-796 silly mapToRegistry registry https://registry.npmjs.org/
-797 silly mapToRegistry data Result {
-797 silly mapToRegistry raw: 'range-parser',
-797 silly mapToRegistry scope: null,
-797 silly mapToRegistry escapedName: 'range-parser',
-797 silly mapToRegistry name: 'range-parser',
-797 silly mapToRegistry rawSpec: '',
-797 silly mapToRegistry spec: 'latest',
-797 silly mapToRegistry type: 'tag' }
-798 silly mapToRegistry uri https://registry.npmjs.org/range-parser
-799 silly fetchNamedPackageData send
-800 silly mapToRegistry name send
-801 silly mapToRegistry using default registry
-802 silly mapToRegistry registry https://registry.npmjs.org/
-803 silly mapToRegistry data Result {
-803 silly mapToRegistry raw: 'send',
-803 silly mapToRegistry scope: null,
-803 silly mapToRegistry escapedName: 'send',
-803 silly mapToRegistry name: 'send',
-803 silly mapToRegistry rawSpec: '',
-803 silly mapToRegistry spec: 'latest',
-803 silly mapToRegistry type: 'tag' }
-804 silly mapToRegistry uri https://registry.npmjs.org/send
-805 silly fetchNamedPackageData serve-static
-806 silly mapToRegistry name serve-static
-807 silly mapToRegistry using default registry
-808 silly mapToRegistry registry https://registry.npmjs.org/
-809 silly mapToRegistry data Result {
-809 silly mapToRegistry raw: 'serve-static',
-809 silly mapToRegistry scope: null,
-809 silly mapToRegistry escapedName: 'serve-static',
-809 silly mapToRegistry name: 'serve-static',
-809 silly mapToRegistry rawSpec: '',
-809 silly mapToRegistry spec: 'latest',
-809 silly mapToRegistry type: 'tag' }
-810 silly mapToRegistry uri https://registry.npmjs.org/serve-static
-811 silly fetchNamedPackageData utils-merge
-812 silly mapToRegistry name utils-merge
-813 silly mapToRegistry using default registry
-814 silly mapToRegistry registry https://registry.npmjs.org/
-815 silly mapToRegistry data Result {
-815 silly mapToRegistry raw: 'utils-merge',
-815 silly mapToRegistry scope: null,
-815 silly mapToRegistry escapedName: 'utils-merge',
-815 silly mapToRegistry name: 'utils-merge',
-815 silly mapToRegistry rawSpec: '',
-815 silly mapToRegistry spec: 'latest',
-815 silly mapToRegistry type: 'tag' }
-816 silly mapToRegistry uri https://registry.npmjs.org/utils-merge
-817 silly fetchNamedPackageData vary
-818 silly mapToRegistry name vary
-819 silly mapToRegistry using default registry
-820 silly mapToRegistry registry https://registry.npmjs.org/
-821 silly mapToRegistry data Result {
-821 silly mapToRegistry raw: 'vary',
-821 silly mapToRegistry scope: null,
-821 silly mapToRegistry escapedName: 'vary',
-821 silly mapToRegistry name: 'vary',
-821 silly mapToRegistry rawSpec: '',
-821 silly mapToRegistry spec: 'latest',
-821 silly mapToRegistry type: 'tag' }
-822 silly mapToRegistry uri https://registry.npmjs.org/vary
-823 verbose request uri https://registry.npmjs.org/array-flatten
-824 verbose request no auth needed
-825 info attempt registry request try #1 at 9:26:50 PM
-826 verbose etag "E1A8JT0VVC2OHSG54TJZ0KJBS"
-827 http request GET https://registry.npmjs.org/array-flatten
-828 verbose request uri https://registry.npmjs.org/accepts
-829 verbose request no auth needed
-830 info attempt registry request try #1 at 9:26:50 PM
-831 verbose etag "35VBHEHTTMLPUGNO0Y9DYA3LE"
-832 http request GET https://registry.npmjs.org/accepts
-833 verbose request uri https://registry.npmjs.org/content-disposition
-834 verbose request no auth needed
-835 info attempt registry request try #1 at 9:26:50 PM
-836 verbose etag "BRSCDA5OEMPU5MQX4T4178HHS"
-837 http request GET https://registry.npmjs.org/content-disposition
-838 verbose request uri https://registry.npmjs.org/cookie
-839 verbose request no auth needed
-840 info attempt registry request try #1 at 9:26:50 PM
-841 verbose etag "EZ4MNW0XVY2WIC2Y8JRGQ7144"
-842 http request GET https://registry.npmjs.org/cookie
-843 verbose request uri https://registry.npmjs.org/cookie-signature
-844 verbose request no auth needed
-845 info attempt registry request try #1 at 9:26:50 PM
-846 verbose etag "ET4AGD5PK81O068I8EGRAY4I7"
-847 http request GET https://registry.npmjs.org/cookie-signature
-848 verbose request uri https://registry.npmjs.org/encodeurl
-849 verbose request no auth needed
-850 info attempt registry request try #1 at 9:26:50 PM
-851 verbose etag "J2GJWZ0UKUAZFBQOWT94X9IE"
-852 http request GET https://registry.npmjs.org/encodeurl
-853 verbose request uri https://registry.npmjs.org/etag
-854 verbose request no auth needed
-855 info attempt registry request try #1 at 9:26:50 PM
-856 verbose etag "DB7F280TMZQM0F7YRA6T25XWL"
-857 http request GET https://registry.npmjs.org/etag
-858 verbose request uri https://registry.npmjs.org/escape-html
-859 verbose request no auth needed
-860 info attempt registry request try #1 at 9:26:50 PM
-861 verbose etag "22Q7PI440IWZC5DDAJOE9GZKP"
-862 http request GET https://registry.npmjs.org/escape-html
-863 verbose request uri https://registry.npmjs.org/finalhandler
-864 verbose request no auth needed
-865 info attempt registry request try #1 at 9:26:50 PM
-866 verbose etag "6Y5Q3KGM1W0T5UQZQNP3P49CT"
-867 http request GET https://registry.npmjs.org/finalhandler
-868 verbose request uri https://registry.npmjs.org/merge-descriptors
-869 verbose request no auth needed
-870 info attempt registry request try #1 at 9:26:50 PM
-871 verbose etag "ER4TBSJLUJSU5AAS9C9TS8Q0O"
-872 http request GET https://registry.npmjs.org/merge-descriptors
-873 verbose request uri https://registry.npmjs.org/fresh
-874 verbose request no auth needed
-875 info attempt registry request try #1 at 9:26:50 PM
-876 verbose etag "1IO4SQ4Z4783R2ZK4XXJYEZVH"
-877 http request GET https://registry.npmjs.org/fresh
-878 verbose request uri https://registry.npmjs.org/methods
-879 verbose request no auth needed
-880 info attempt registry request try #1 at 9:26:50 PM
-881 verbose etag "N38XFOS86GRX1YP9I2A30FPQ"
-882 http request GET https://registry.npmjs.org/methods
-883 verbose request uri https://registry.npmjs.org/parseurl
-884 verbose request no auth needed
-885 info attempt registry request try #1 at 9:26:50 PM
-886 verbose etag "2YLSTKO84KGNUHWD9OJ8EMABN"
-887 http request GET https://registry.npmjs.org/parseurl
-888 verbose request uri https://registry.npmjs.org/path-to-regexp
-889 verbose request no auth needed
-890 info attempt registry request try #1 at 9:26:50 PM
-891 verbose etag "29T49PIXXBSTNIJ20KPQUSZN3"
-892 http request GET https://registry.npmjs.org/path-to-regexp
-893 verbose request uri https://registry.npmjs.org/proxy-addr
-894 verbose request no auth needed
-895 info attempt registry request try #1 at 9:26:50 PM
-896 verbose etag "AT90YOJETD3W3A0OEVR267850"
-897 http request GET https://registry.npmjs.org/proxy-addr
-898 verbose request uri https://registry.npmjs.org/range-parser
-899 verbose request no auth needed
-900 info attempt registry request try #1 at 9:26:50 PM
-901 verbose etag "54VK5RG448PVF7CY0XP1Q80TE"
-902 http request GET https://registry.npmjs.org/range-parser
-903 verbose request uri https://registry.npmjs.org/send
-904 verbose request no auth needed
-905 info attempt registry request try #1 at 9:26:50 PM
-906 verbose etag "ETEOZ7EKU9GO2PTIFP7UX66GF"
-907 http request GET https://registry.npmjs.org/send
-908 verbose request uri https://registry.npmjs.org/serve-static
-909 verbose request no auth needed
-910 info attempt registry request try #1 at 9:26:50 PM
-911 verbose etag "DK6M9FRFZYRG1XGLDN6P93LYA"
-912 http request GET https://registry.npmjs.org/serve-static
-913 verbose request uri https://registry.npmjs.org/utils-merge
-914 verbose request no auth needed
-915 info attempt registry request try #1 at 9:26:50 PM
-916 verbose etag "2XBS0SN5PIO0GLDU5N5JSEET8"
-917 http request GET https://registry.npmjs.org/utils-merge
-918 verbose request uri https://registry.npmjs.org/vary
-919 verbose request no auth needed
-920 info attempt registry request try #1 at 9:26:50 PM
-921 verbose etag "ABBCX7JAPC22ZGZLTW9033AKI"
-922 http request GET https://registry.npmjs.org/vary
-923 http 304 https://registry.npmjs.org/cookie-signature
-924 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-924 verbose headers via: '1.1 varnish',
-924 verbose headers 'cache-control': 'max-age=300',
-924 verbose headers etag: '"ET4AGD5PK81O068I8EGRAY4I7"',
-924 verbose headers age: '207',
-924 verbose headers connection: 'keep-alive',
-924 verbose headers 'x-served-by': 'cache-hkg6823-HKG',
-924 verbose headers 'x-cache': 'HIT',
-924 verbose headers 'x-cache-hits': '51',
-924 verbose headers 'x-timer': 'S1478442405.409563,VS0,VE0',
-924 verbose headers vary: 'Accept-Encoding' }
-925 silly get cb [ 304,
-925 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-925 silly get via: '1.1 varnish',
-925 silly get 'cache-control': 'max-age=300',
-925 silly get etag: '"ET4AGD5PK81O068I8EGRAY4I7"',
-925 silly get age: '207',
-925 silly get connection: 'keep-alive',
-925 silly get 'x-served-by': 'cache-hkg6823-HKG',
-925 silly get 'x-cache': 'HIT',
-925 silly get 'x-cache-hits': '51',
-925 silly get 'x-timer': 'S1478442405.409563,VS0,VE0',
-925 silly get vary: 'Accept-Encoding' } ]
-926 verbose etag https://registry.npmjs.org/cookie-signature from cache
-927 verbose get saving cookie-signature to /home/yoda/.npm/registry.npmjs.org/cookie-signature/.cache.json
-928 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-929 http 304 https://registry.npmjs.org/cookie
-930 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-930 verbose headers via: '1.1 varnish',
-930 verbose headers 'cache-control': 'max-age=300',
-930 verbose headers etag: '"EZ4MNW0XVY2WIC2Y8JRGQ7144"',
-930 verbose headers age: '100',
-930 verbose headers connection: 'keep-alive',
-930 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
-930 verbose headers 'x-cache': 'HIT',
-930 verbose headers 'x-cache-hits': '2',
-930 verbose headers 'x-timer': 'S1478442405.410352,VS0,VE0',
-930 verbose headers vary: 'Accept-Encoding' }
-931 silly get cb [ 304,
-931 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-931 silly get via: '1.1 varnish',
-931 silly get 'cache-control': 'max-age=300',
-931 silly get etag: '"EZ4MNW0XVY2WIC2Y8JRGQ7144"',
-931 silly get age: '100',
-931 silly get connection: 'keep-alive',
-931 silly get 'x-served-by': 'cache-hkg6821-HKG',
-931 silly get 'x-cache': 'HIT',
-931 silly get 'x-cache-hits': '2',
-931 silly get 'x-timer': 'S1478442405.410352,VS0,VE0',
-931 silly get vary: 'Accept-Encoding' } ]
-932 verbose etag https://registry.npmjs.org/cookie from cache
-933 verbose get saving cookie to /home/yoda/.npm/registry.npmjs.org/cookie/.cache.json
-934 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-935 http 304 https://registry.npmjs.org/etag
-936 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-936 verbose headers via: '1.1 varnish',
-936 verbose headers 'cache-control': 'max-age=300',
-936 verbose headers etag: '"DB7F280TMZQM0F7YRA6T25XWL"',
-936 verbose headers age: '277',
-936 verbose headers connection: 'keep-alive',
-936 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-936 verbose headers 'x-cache': 'HIT',
-936 verbose headers 'x-cache-hits': '2',
-936 verbose headers 'x-timer': 'S1478442405.411748,VS0,VE0',
-936 verbose headers vary: 'Accept-Encoding' }
-937 silly get cb [ 304,
-937 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-937 silly get via: '1.1 varnish',
-937 silly get 'cache-control': 'max-age=300',
-937 silly get etag: '"DB7F280TMZQM0F7YRA6T25XWL"',
-937 silly get age: '277',
-937 silly get connection: 'keep-alive',
-937 silly get 'x-served-by': 'cache-hkg6826-HKG',
-937 silly get 'x-cache': 'HIT',
-937 silly get 'x-cache-hits': '2',
-937 silly get 'x-timer': 'S1478442405.411748,VS0,VE0',
-937 silly get vary: 'Accept-Encoding' } ]
-938 verbose etag https://registry.npmjs.org/etag from cache
-939 verbose get saving etag to /home/yoda/.npm/registry.npmjs.org/etag/.cache.json
-940 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-941 silly resolveWithNewModule cookie-signature@1.0.6 checking installable status
-942 silly cache add args [ 'cookie-signature@1.0.6', null ]
-943 verbose cache add spec cookie-signature@1.0.6
-944 silly cache add parsed spec Result {
-944 silly cache add raw: 'cookie-signature@1.0.6',
-944 silly cache add scope: null,
-944 silly cache add escapedName: 'cookie-signature',
-944 silly cache add name: 'cookie-signature',
-944 silly cache add rawSpec: '1.0.6',
-944 silly cache add spec: '1.0.6',
-944 silly cache add type: 'version' }
-945 silly addNamed cookie-signature@1.0.6
-946 verbose addNamed "1.0.6" is a plain semver version for cookie-signature
-947 silly mapToRegistry name cookie-signature
-948 silly mapToRegistry using default registry
-949 silly mapToRegistry registry https://registry.npmjs.org/
-950 silly mapToRegistry data Result {
-950 silly mapToRegistry raw: 'cookie-signature',
-950 silly mapToRegistry scope: null,
-950 silly mapToRegistry escapedName: 'cookie-signature',
-950 silly mapToRegistry name: 'cookie-signature',
-950 silly mapToRegistry rawSpec: '',
-950 silly mapToRegistry spec: 'latest',
-950 silly mapToRegistry type: 'tag' }
-951 silly mapToRegistry uri https://registry.npmjs.org/cookie-signature
-952 verbose addNameVersion registry:https://registry.npmjs.org/cookie-signature not in flight; fetching
-953 silly resolveWithNewModule cookie@0.3.1 checking installable status
-954 silly cache add args [ 'cookie@0.3.1', null ]
-955 verbose cache add spec cookie@0.3.1
-956 silly cache add parsed spec Result {
-956 silly cache add raw: 'cookie@0.3.1',
-956 silly cache add scope: null,
-956 silly cache add escapedName: 'cookie',
-956 silly cache add name: 'cookie',
-956 silly cache add rawSpec: '0.3.1',
-956 silly cache add spec: '0.3.1',
-956 silly cache add type: 'version' }
-957 silly addNamed cookie@0.3.1
-958 verbose addNamed "0.3.1" is a plain semver version for cookie
-959 silly mapToRegistry name cookie
-960 silly mapToRegistry using default registry
-961 silly mapToRegistry registry https://registry.npmjs.org/
-962 silly mapToRegistry data Result {
-962 silly mapToRegistry raw: 'cookie',
-962 silly mapToRegistry scope: null,
-962 silly mapToRegistry escapedName: 'cookie',
-962 silly mapToRegistry name: 'cookie',
-962 silly mapToRegistry rawSpec: '',
-962 silly mapToRegistry spec: 'latest',
-962 silly mapToRegistry type: 'tag' }
-963 silly mapToRegistry uri https://registry.npmjs.org/cookie
-964 verbose addNameVersion registry:https://registry.npmjs.org/cookie not in flight; fetching
-965 silly resolveWithNewModule etag@1.7.0 checking installable status
-966 silly cache add args [ 'etag@~1.7.0', null ]
-967 verbose cache add spec etag@~1.7.0
-968 silly cache add parsed spec Result {
-968 silly cache add raw: 'etag@~1.7.0',
-968 silly cache add scope: null,
-968 silly cache add escapedName: 'etag',
-968 silly cache add name: 'etag',
-968 silly cache add rawSpec: '~1.7.0',
-968 silly cache add spec: '>=1.7.0 <1.8.0',
-968 silly cache add type: 'range' }
-969 silly addNamed etag@>=1.7.0 <1.8.0
-970 verbose addNamed ">=1.7.0 <1.8.0" is a valid semver range for etag
-971 silly addNameRange { name: 'etag', range: '>=1.7.0 <1.8.0', hasData: false }
-972 silly mapToRegistry name etag
-973 silly mapToRegistry using default registry
-974 silly mapToRegistry registry https://registry.npmjs.org/
-975 silly mapToRegistry data Result {
-975 silly mapToRegistry raw: 'etag',
-975 silly mapToRegistry scope: null,
-975 silly mapToRegistry escapedName: 'etag',
-975 silly mapToRegistry name: 'etag',
-975 silly mapToRegistry rawSpec: '',
-975 silly mapToRegistry spec: 'latest',
-975 silly mapToRegistry type: 'tag' }
-976 silly mapToRegistry uri https://registry.npmjs.org/etag
-977 verbose addNameRange registry:https://registry.npmjs.org/etag not in flight; fetching
-978 http 304 https://registry.npmjs.org/array-flatten
-979 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-979 verbose headers via: '1.1 varnish',
-979 verbose headers 'cache-control': 'max-age=300',
-979 verbose headers etag: '"E1A8JT0VVC2OHSG54TJZ0KJBS"',
-979 verbose headers age: '202',
-979 verbose headers connection: 'keep-alive',
-979 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-979 verbose headers 'x-cache': 'HIT',
-979 verbose headers 'x-cache-hits': '6',
-979 verbose headers 'x-timer': 'S1478442405.354968,VS0,VE0',
-979 verbose headers vary: 'Accept-Encoding' }
-980 silly get cb [ 304,
-980 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-980 silly get via: '1.1 varnish',
-980 silly get 'cache-control': 'max-age=300',
-980 silly get etag: '"E1A8JT0VVC2OHSG54TJZ0KJBS"',
-980 silly get age: '202',
-980 silly get connection: 'keep-alive',
-980 silly get 'x-served-by': 'cache-hkg6825-HKG',
-980 silly get 'x-cache': 'HIT',
-980 silly get 'x-cache-hits': '6',
-980 silly get 'x-timer': 'S1478442405.354968,VS0,VE0',
-980 silly get vary: 'Accept-Encoding' } ]
-981 verbose etag https://registry.npmjs.org/array-flatten from cache
-982 verbose get saving array-flatten to /home/yoda/.npm/registry.npmjs.org/array-flatten/.cache.json
-983 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-984 verbose get https://registry.npmjs.org/cookie-signature not expired, no request
-985 verbose get https://registry.npmjs.org/cookie not expired, no request
-986 verbose get https://registry.npmjs.org/etag not expired, no request
-987 silly addNameRange number 2 { name: 'etag', range: '>=1.7.0 <1.8.0', hasData: true }
-988 silly addNameRange versions [ 'etag',
-988 silly addNameRange [ '1.0.0',
-988 silly addNameRange '1.0.1',
-988 silly addNameRange '1.1.0',
-988 silly addNameRange '1.2.0',
-988 silly addNameRange '1.2.1',
-988 silly addNameRange '1.3.0',
-988 silly addNameRange '1.3.1',
-988 silly addNameRange '1.4.0',
-988 silly addNameRange '1.5.0',
-988 silly addNameRange '1.5.1',
-988 silly addNameRange '1.6.0',
-988 silly addNameRange '1.7.0' ] ]
-989 silly addNamed etag@1.7.0
-990 verbose addNamed "1.7.0" is a plain semver version for etag
-991 silly cache afterAdd cookie-signature@1.0.6
-992 verbose afterAdd /home/yoda/.npm/cookie-signature/1.0.6/package/package.json not in flight; writing
-993 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-994 silly resolveWithNewModule array-flatten@1.1.1 checking installable status
-995 silly cache add args [ 'array-flatten@1.1.1', null ]
-996 verbose cache add spec array-flatten@1.1.1
-997 silly cache add parsed spec Result {
-997 silly cache add raw: 'array-flatten@1.1.1',
-997 silly cache add scope: null,
-997 silly cache add escapedName: 'array-flatten',
-997 silly cache add name: 'array-flatten',
-997 silly cache add rawSpec: '1.1.1',
-997 silly cache add spec: '1.1.1',
-997 silly cache add type: 'version' }
-998 silly addNamed array-flatten@1.1.1
-999 verbose addNamed "1.1.1" is a plain semver version for array-flatten
-1000 silly mapToRegistry name array-flatten
-1001 silly mapToRegistry using default registry
-1002 silly mapToRegistry registry https://registry.npmjs.org/
-1003 silly mapToRegistry data Result {
-1003 silly mapToRegistry raw: 'array-flatten',
-1003 silly mapToRegistry scope: null,
-1003 silly mapToRegistry escapedName: 'array-flatten',
-1003 silly mapToRegistry name: 'array-flatten',
-1003 silly mapToRegistry rawSpec: '',
-1003 silly mapToRegistry spec: 'latest',
-1003 silly mapToRegistry type: 'tag' }
-1004 silly mapToRegistry uri https://registry.npmjs.org/array-flatten
-1005 verbose addNameVersion registry:https://registry.npmjs.org/array-flatten not in flight; fetching
-1006 silly cache afterAdd cookie@0.3.1
-1007 verbose afterAdd /home/yoda/.npm/cookie/0.3.1/package/package.json not in flight; writing
-1008 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1009 silly cache afterAdd etag@1.7.0
-1010 verbose afterAdd /home/yoda/.npm/etag/1.7.0/package/package.json not in flight; writing
-1011 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1012 http 304 https://registry.npmjs.org/escape-html
-1013 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1013 verbose headers via: '1.1 varnish',
-1013 verbose headers 'cache-control': 'max-age=300',
-1013 verbose headers etag: '"22Q7PI440IWZC5DDAJOE9GZKP"',
-1013 verbose headers age: '195',
-1013 verbose headers connection: 'keep-alive',
-1013 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1013 verbose headers 'x-cache': 'HIT',
-1013 verbose headers 'x-cache-hits': '3',
-1013 verbose headers 'x-timer': 'S1478442405.407390,VS0,VE0',
-1013 verbose headers vary: 'Accept-Encoding' }
-1014 silly get cb [ 304,
-1014 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1014 silly get via: '1.1 varnish',
-1014 silly get 'cache-control': 'max-age=300',
-1014 silly get etag: '"22Q7PI440IWZC5DDAJOE9GZKP"',
-1014 silly get age: '195',
-1014 silly get connection: 'keep-alive',
-1014 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1014 silly get 'x-cache': 'HIT',
-1014 silly get 'x-cache-hits': '3',
-1014 silly get 'x-timer': 'S1478442405.407390,VS0,VE0',
-1014 silly get vary: 'Accept-Encoding' } ]
-1015 verbose etag https://registry.npmjs.org/escape-html from cache
-1016 verbose get saving escape-html to /home/yoda/.npm/registry.npmjs.org/escape-html/.cache.json
-1017 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1018 http 304 https://registry.npmjs.org/content-disposition
-1019 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1019 verbose headers via: '1.1 varnish',
-1019 verbose headers 'cache-control': 'max-age=300',
-1019 verbose headers etag: '"BRSCDA5OEMPU5MQX4T4178HHS"',
-1019 verbose headers age: '203',
-1019 verbose headers connection: 'keep-alive',
-1019 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-1019 verbose headers 'x-cache': 'HIT',
-1019 verbose headers 'x-cache-hits': '1',
-1019 verbose headers 'x-timer': 'S1478442405.400101,VS0,VE0',
-1019 verbose headers vary: 'Accept-Encoding' }
-1020 silly get cb [ 304,
-1020 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1020 silly get via: '1.1 varnish',
-1020 silly get 'cache-control': 'max-age=300',
-1020 silly get etag: '"BRSCDA5OEMPU5MQX4T4178HHS"',
-1020 silly get age: '203',
-1020 silly get connection: 'keep-alive',
-1020 silly get 'x-served-by': 'cache-hkg6820-HKG',
-1020 silly get 'x-cache': 'HIT',
-1020 silly get 'x-cache-hits': '1',
-1020 silly get 'x-timer': 'S1478442405.400101,VS0,VE0',
-1020 silly get vary: 'Accept-Encoding' } ]
-1021 verbose etag https://registry.npmjs.org/content-disposition from cache
-1022 verbose get saving content-disposition to /home/yoda/.npm/registry.npmjs.org/content-disposition/.cache.json
-1023 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1024 http 304 https://registry.npmjs.org/encodeurl
-1025 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1025 verbose headers via: '1.1 varnish',
-1025 verbose headers 'cache-control': 'max-age=300',
-1025 verbose headers etag: '"J2GJWZ0UKUAZFBQOWT94X9IE"',
-1025 verbose headers age: '245',
-1025 verbose headers connection: 'keep-alive',
-1025 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-1025 verbose headers 'x-cache': 'HIT',
-1025 verbose headers 'x-cache-hits': '6',
-1025 verbose headers 'x-timer': 'S1478442405.412791,VS0,VE0',
-1025 verbose headers vary: 'Accept-Encoding' }
-1026 silly get cb [ 304,
-1026 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1026 silly get via: '1.1 varnish',
-1026 silly get 'cache-control': 'max-age=300',
-1026 silly get etag: '"J2GJWZ0UKUAZFBQOWT94X9IE"',
-1026 silly get age: '245',
-1026 silly get connection: 'keep-alive',
-1026 silly get 'x-served-by': 'cache-hkg6826-HKG',
-1026 silly get 'x-cache': 'HIT',
-1026 silly get 'x-cache-hits': '6',
-1026 silly get 'x-timer': 'S1478442405.412791,VS0,VE0',
-1026 silly get vary: 'Accept-Encoding' } ]
-1027 verbose etag https://registry.npmjs.org/encodeurl from cache
-1028 verbose get saving encodeurl to /home/yoda/.npm/registry.npmjs.org/encodeurl/.cache.json
-1029 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1030 verbose get https://registry.npmjs.org/array-flatten not expired, no request
-1031 verbose afterAdd /home/yoda/.npm/cookie-signature/1.0.6/package/package.json written
-1032 verbose afterAdd /home/yoda/.npm/cookie/0.3.1/package/package.json written
-1033 verbose afterAdd /home/yoda/.npm/etag/1.7.0/package/package.json written
-1034 silly cache afterAdd array-flatten@1.1.1
-1035 verbose afterAdd /home/yoda/.npm/array-flatten/1.1.1/package/package.json not in flight; writing
-1036 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1037 silly resolveWithNewModule escape-html@1.0.3 checking installable status
-1038 silly cache add args [ 'escape-html@~1.0.3', null ]
-1039 verbose cache add spec escape-html@~1.0.3
-1040 silly cache add parsed spec Result {
-1040 silly cache add raw: 'escape-html@~1.0.3',
-1040 silly cache add scope: null,
-1040 silly cache add escapedName: 'escape-html',
-1040 silly cache add name: 'escape-html',
-1040 silly cache add rawSpec: '~1.0.3',
-1040 silly cache add spec: '>=1.0.3 <1.1.0',
-1040 silly cache add type: 'range' }
-1041 silly addNamed escape-html@>=1.0.3 <1.1.0
-1042 verbose addNamed ">=1.0.3 <1.1.0" is a valid semver range for escape-html
-1043 silly addNameRange { name: 'escape-html', range: '>=1.0.3 <1.1.0', hasData: false }
-1044 silly mapToRegistry name escape-html
-1045 silly mapToRegistry using default registry
-1046 silly mapToRegistry registry https://registry.npmjs.org/
-1047 silly mapToRegistry data Result {
-1047 silly mapToRegistry raw: 'escape-html',
-1047 silly mapToRegistry scope: null,
-1047 silly mapToRegistry escapedName: 'escape-html',
-1047 silly mapToRegistry name: 'escape-html',
-1047 silly mapToRegistry rawSpec: '',
-1047 silly mapToRegistry spec: 'latest',
-1047 silly mapToRegistry type: 'tag' }
-1048 silly mapToRegistry uri https://registry.npmjs.org/escape-html
-1049 verbose addNameRange registry:https://registry.npmjs.org/escape-html not in flight; fetching
-1050 silly resolveWithNewModule content-disposition@0.5.1 checking installable status
-1051 silly cache add args [ 'content-disposition@0.5.1', null ]
-1052 verbose cache add spec content-disposition@0.5.1
-1053 silly cache add parsed spec Result {
-1053 silly cache add raw: 'content-disposition@0.5.1',
-1053 silly cache add scope: null,
-1053 silly cache add escapedName: 'content-disposition',
-1053 silly cache add name: 'content-disposition',
-1053 silly cache add rawSpec: '0.5.1',
-1053 silly cache add spec: '0.5.1',
-1053 silly cache add type: 'version' }
-1054 silly addNamed content-disposition@0.5.1
-1055 verbose addNamed "0.5.1" is a plain semver version for content-disposition
-1056 silly mapToRegistry name content-disposition
-1057 silly mapToRegistry using default registry
-1058 silly mapToRegistry registry https://registry.npmjs.org/
-1059 silly mapToRegistry data Result {
-1059 silly mapToRegistry raw: 'content-disposition',
-1059 silly mapToRegistry scope: null,
-1059 silly mapToRegistry escapedName: 'content-disposition',
-1059 silly mapToRegistry name: 'content-disposition',
-1059 silly mapToRegistry rawSpec: '',
-1059 silly mapToRegistry spec: 'latest',
-1059 silly mapToRegistry type: 'tag' }
-1060 silly mapToRegistry uri https://registry.npmjs.org/content-disposition
-1061 verbose addNameVersion registry:https://registry.npmjs.org/content-disposition not in flight; fetching
-1062 silly resolveWithNewModule encodeurl@1.0.1 checking installable status
-1063 silly cache add args [ 'encodeurl@~1.0.1', null ]
-1064 verbose cache add spec encodeurl@~1.0.1
-1065 silly cache add parsed spec Result {
-1065 silly cache add raw: 'encodeurl@~1.0.1',
-1065 silly cache add scope: null,
-1065 silly cache add escapedName: 'encodeurl',
-1065 silly cache add name: 'encodeurl',
-1065 silly cache add rawSpec: '~1.0.1',
-1065 silly cache add spec: '>=1.0.1 <1.1.0',
-1065 silly cache add type: 'range' }
-1066 silly addNamed encodeurl@>=1.0.1 <1.1.0
-1067 verbose addNamed ">=1.0.1 <1.1.0" is a valid semver range for encodeurl
-1068 silly addNameRange { name: 'encodeurl', range: '>=1.0.1 <1.1.0', hasData: false }
-1069 silly mapToRegistry name encodeurl
-1070 silly mapToRegistry using default registry
-1071 silly mapToRegistry registry https://registry.npmjs.org/
-1072 silly mapToRegistry data Result {
-1072 silly mapToRegistry raw: 'encodeurl',
-1072 silly mapToRegistry scope: null,
-1072 silly mapToRegistry escapedName: 'encodeurl',
-1072 silly mapToRegistry name: 'encodeurl',
-1072 silly mapToRegistry rawSpec: '',
-1072 silly mapToRegistry spec: 'latest',
-1072 silly mapToRegistry type: 'tag' }
-1073 silly mapToRegistry uri https://registry.npmjs.org/encodeurl
-1074 verbose addNameRange registry:https://registry.npmjs.org/encodeurl not in flight; fetching
-1075 verbose get https://registry.npmjs.org/escape-html not expired, no request
-1076 silly addNameRange number 2 { name: 'escape-html', range: '>=1.0.3 <1.1.0', hasData: true }
-1077 silly addNameRange versions [ 'escape-html',
-1077 silly addNameRange [ '0.0.1', '1.0.0', '1.0.1', '1.0.2', '1.0.3' ] ]
-1078 silly addNamed escape-html@1.0.3
-1079 verbose addNamed "1.0.3" is a plain semver version for escape-html
-1080 verbose get https://registry.npmjs.org/content-disposition not expired, no request
-1081 verbose get https://registry.npmjs.org/encodeurl not expired, no request
-1082 silly addNameRange number 2 { name: 'encodeurl', range: '>=1.0.1 <1.1.0', hasData: true }
-1083 silly addNameRange versions [ 'encodeurl', [ '1.0.0', '1.0.1' ] ]
-1084 silly addNamed encodeurl@1.0.1
-1085 verbose addNamed "1.0.1" is a plain semver version for encodeurl
-1086 verbose afterAdd /home/yoda/.npm/array-flatten/1.1.1/package/package.json written
-1087 silly cache afterAdd escape-html@1.0.3
-1088 verbose afterAdd /home/yoda/.npm/escape-html/1.0.3/package/package.json not in flight; writing
-1089 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1090 silly cache afterAdd content-disposition@0.5.1
-1091 verbose afterAdd /home/yoda/.npm/content-disposition/0.5.1/package/package.json not in flight; writing
-1092 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1093 silly cache afterAdd encodeurl@1.0.1
-1094 verbose afterAdd /home/yoda/.npm/encodeurl/1.0.1/package/package.json not in flight; writing
-1095 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1096 http 304 https://registry.npmjs.org/send
-1097 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1097 verbose headers via: '1.1 varnish',
-1097 verbose headers 'cache-control': 'max-age=300',
-1097 verbose headers etag: '"ETEOZ7EKU9GO2PTIFP7UX66GF"',
-1097 verbose headers age: '285',
-1097 verbose headers connection: 'keep-alive',
-1097 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1097 verbose headers 'x-cache': 'HIT',
-1097 verbose headers 'x-cache-hits': '99',
-1097 verbose headers 'x-timer': 'S1478442405.642729,VS0,VE0',
-1097 verbose headers vary: 'Accept-Encoding' }
-1098 silly get cb [ 304,
-1098 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1098 silly get via: '1.1 varnish',
-1098 silly get 'cache-control': 'max-age=300',
-1098 silly get etag: '"ETEOZ7EKU9GO2PTIFP7UX66GF"',
-1098 silly get age: '285',
-1098 silly get connection: 'keep-alive',
-1098 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1098 silly get 'x-cache': 'HIT',
-1098 silly get 'x-cache-hits': '99',
-1098 silly get 'x-timer': 'S1478442405.642729,VS0,VE0',
-1098 silly get vary: 'Accept-Encoding' } ]
-1099 verbose etag https://registry.npmjs.org/send from cache
-1100 verbose get saving send to /home/yoda/.npm/registry.npmjs.org/send/.cache.json
-1101 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1102 http 304 https://registry.npmjs.org/path-to-regexp
-1103 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1103 verbose headers via: '1.1 varnish',
-1103 verbose headers 'cache-control': 'max-age=300',
-1103 verbose headers etag: '"29T49PIXXBSTNIJ20KPQUSZN3"',
-1103 verbose headers age: '203',
-1103 verbose headers connection: 'keep-alive',
-1103 verbose headers 'x-served-by': 'cache-hkg6824-HKG',
-1103 verbose headers 'x-cache': 'HIT',
-1103 verbose headers 'x-cache-hits': '35',
-1103 verbose headers 'x-timer': 'S1478442405.649999,VS0,VE0',
-1103 verbose headers vary: 'Accept-Encoding' }
-1104 silly get cb [ 304,
-1104 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1104 silly get via: '1.1 varnish',
-1104 silly get 'cache-control': 'max-age=300',
-1104 silly get etag: '"29T49PIXXBSTNIJ20KPQUSZN3"',
-1104 silly get age: '203',
-1104 silly get connection: 'keep-alive',
-1104 silly get 'x-served-by': 'cache-hkg6824-HKG',
-1104 silly get 'x-cache': 'HIT',
-1104 silly get 'x-cache-hits': '35',
-1104 silly get 'x-timer': 'S1478442405.649999,VS0,VE0',
-1104 silly get vary: 'Accept-Encoding' } ]
-1105 verbose etag https://registry.npmjs.org/path-to-regexp from cache
-1106 verbose get saving path-to-regexp to /home/yoda/.npm/registry.npmjs.org/path-to-regexp/.cache.json
-1107 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1108 http 304 https://registry.npmjs.org/methods
-1109 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1109 verbose headers via: '1.1 varnish',
-1109 verbose headers 'cache-control': 'max-age=300',
-1109 verbose headers etag: '"N38XFOS86GRX1YP9I2A30FPQ"',
-1109 verbose headers age: '204',
-1109 verbose headers connection: 'keep-alive',
-1109 verbose headers 'x-served-by': 'cache-hkg6824-HKG',
-1109 verbose headers 'x-cache': 'HIT',
-1109 verbose headers 'x-cache-hits': '3',
-1109 verbose headers 'x-timer': 'S1478442405.651099,VS0,VE0',
-1109 verbose headers vary: 'Accept-Encoding' }
-1110 silly get cb [ 304,
-1110 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1110 silly get via: '1.1 varnish',
-1110 silly get 'cache-control': 'max-age=300',
-1110 silly get etag: '"N38XFOS86GRX1YP9I2A30FPQ"',
-1110 silly get age: '204',
-1110 silly get connection: 'keep-alive',
-1110 silly get 'x-served-by': 'cache-hkg6824-HKG',
-1110 silly get 'x-cache': 'HIT',
-1110 silly get 'x-cache-hits': '3',
-1110 silly get 'x-timer': 'S1478442405.651099,VS0,VE0',
-1110 silly get vary: 'Accept-Encoding' } ]
-1111 verbose etag https://registry.npmjs.org/methods from cache
-1112 verbose get saving methods to /home/yoda/.npm/registry.npmjs.org/methods/.cache.json
-1113 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1114 verbose afterAdd /home/yoda/.npm/escape-html/1.0.3/package/package.json written
-1115 verbose afterAdd /home/yoda/.npm/content-disposition/0.5.1/package/package.json written
-1116 verbose afterAdd /home/yoda/.npm/encodeurl/1.0.1/package/package.json written
-1117 silly resolveWithNewModule send@0.14.1 checking installable status
-1118 silly cache add args [ 'send@0.14.1', null ]
-1119 verbose cache add spec send@0.14.1
-1120 silly cache add parsed spec Result {
-1120 silly cache add raw: 'send@0.14.1',
-1120 silly cache add scope: null,
-1120 silly cache add escapedName: 'send',
-1120 silly cache add name: 'send',
-1120 silly cache add rawSpec: '0.14.1',
-1120 silly cache add spec: '0.14.1',
-1120 silly cache add type: 'version' }
-1121 silly addNamed send@0.14.1
-1122 verbose addNamed "0.14.1" is a plain semver version for send
-1123 silly mapToRegistry name send
-1124 silly mapToRegistry using default registry
-1125 silly mapToRegistry registry https://registry.npmjs.org/
-1126 silly mapToRegistry data Result {
-1126 silly mapToRegistry raw: 'send',
-1126 silly mapToRegistry scope: null,
-1126 silly mapToRegistry escapedName: 'send',
-1126 silly mapToRegistry name: 'send',
-1126 silly mapToRegistry rawSpec: '',
-1126 silly mapToRegistry spec: 'latest',
-1126 silly mapToRegistry type: 'tag' }
-1127 silly mapToRegistry uri https://registry.npmjs.org/send
-1128 verbose addNameVersion registry:https://registry.npmjs.org/send not in flight; fetching
-1129 silly resolveWithNewModule methods@1.1.2 checking installable status
-1130 silly cache add args [ 'methods@~1.1.2', null ]
-1131 verbose cache add spec methods@~1.1.2
-1132 silly cache add parsed spec Result {
-1132 silly cache add raw: 'methods@~1.1.2',
-1132 silly cache add scope: null,
-1132 silly cache add escapedName: 'methods',
-1132 silly cache add name: 'methods',
-1132 silly cache add rawSpec: '~1.1.2',
-1132 silly cache add spec: '>=1.1.2 <1.2.0',
-1132 silly cache add type: 'range' }
-1133 silly addNamed methods@>=1.1.2 <1.2.0
-1134 verbose addNamed ">=1.1.2 <1.2.0" is a valid semver range for methods
-1135 silly addNameRange { name: 'methods', range: '>=1.1.2 <1.2.0', hasData: false }
-1136 silly mapToRegistry name methods
-1137 silly mapToRegistry using default registry
-1138 silly mapToRegistry registry https://registry.npmjs.org/
-1139 silly mapToRegistry data Result {
-1139 silly mapToRegistry raw: 'methods',
-1139 silly mapToRegistry scope: null,
-1139 silly mapToRegistry escapedName: 'methods',
-1139 silly mapToRegistry name: 'methods',
-1139 silly mapToRegistry rawSpec: '',
-1139 silly mapToRegistry spec: 'latest',
-1139 silly mapToRegistry type: 'tag' }
-1140 silly mapToRegistry uri https://registry.npmjs.org/methods
-1141 verbose addNameRange registry:https://registry.npmjs.org/methods not in flight; fetching
-1142 silly resolveWithNewModule path-to-regexp@0.1.7 checking installable status
-1143 silly cache add args [ 'path-to-regexp@0.1.7', null ]
-1144 verbose cache add spec path-to-regexp@0.1.7
-1145 silly cache add parsed spec Result {
-1145 silly cache add raw: 'path-to-regexp@0.1.7',
-1145 silly cache add scope: null,
-1145 silly cache add escapedName: 'path-to-regexp',
-1145 silly cache add name: 'path-to-regexp',
-1145 silly cache add rawSpec: '0.1.7',
-1145 silly cache add spec: '0.1.7',
-1145 silly cache add type: 'version' }
-1146 silly addNamed path-to-regexp@0.1.7
-1147 verbose addNamed "0.1.7" is a plain semver version for path-to-regexp
-1148 silly mapToRegistry name path-to-regexp
-1149 silly mapToRegistry using default registry
-1150 silly mapToRegistry registry https://registry.npmjs.org/
-1151 silly mapToRegistry data Result {
-1151 silly mapToRegistry raw: 'path-to-regexp',
-1151 silly mapToRegistry scope: null,
-1151 silly mapToRegistry escapedName: 'path-to-regexp',
-1151 silly mapToRegistry name: 'path-to-regexp',
-1151 silly mapToRegistry rawSpec: '',
-1151 silly mapToRegistry spec: 'latest',
-1151 silly mapToRegistry type: 'tag' }
-1152 silly mapToRegistry uri https://registry.npmjs.org/path-to-regexp
-1153 verbose addNameVersion registry:https://registry.npmjs.org/path-to-regexp not in flight; fetching
-1154 http 304 https://registry.npmjs.org/vary
-1155 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1155 verbose headers via: '1.1 varnish',
-1155 verbose headers 'cache-control': 'max-age=300',
-1155 verbose headers etag: '"ABBCX7JAPC22ZGZLTW9033AKI"',
-1155 verbose headers age: '246',
-1155 verbose headers connection: 'keep-alive',
-1155 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-1155 verbose headers 'x-cache': 'HIT',
-1155 verbose headers 'x-cache-hits': '5',
-1155 verbose headers 'x-timer': 'S1478442405.689386,VS0,VE0',
-1155 verbose headers vary: 'Accept-Encoding' }
-1156 silly get cb [ 304,
-1156 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1156 silly get via: '1.1 varnish',
-1156 silly get 'cache-control': 'max-age=300',
-1156 silly get etag: '"ABBCX7JAPC22ZGZLTW9033AKI"',
-1156 silly get age: '246',
-1156 silly get connection: 'keep-alive',
-1156 silly get 'x-served-by': 'cache-hkg6826-HKG',
-1156 silly get 'x-cache': 'HIT',
-1156 silly get 'x-cache-hits': '5',
-1156 silly get 'x-timer': 'S1478442405.689386,VS0,VE0',
-1156 silly get vary: 'Accept-Encoding' } ]
-1157 verbose etag https://registry.npmjs.org/vary from cache
-1158 verbose get saving vary to /home/yoda/.npm/registry.npmjs.org/vary/.cache.json
-1159 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1160 verbose get https://registry.npmjs.org/send not expired, no request
-1161 verbose get https://registry.npmjs.org/path-to-regexp not expired, no request
-1162 verbose get https://registry.npmjs.org/methods not expired, no request
-1163 silly addNameRange number 2 { name: 'methods', range: '>=1.1.2 <1.2.0', hasData: true }
-1164 silly addNameRange versions [ 'methods',
-1164 silly addNameRange [ '0.0.1', '0.1.0', '1.0.0', '1.0.1', '1.1.0', '1.1.1', '1.1.2' ] ]
-1165 silly addNamed methods@1.1.2
-1166 verbose addNamed "1.1.2" is a plain semver version for methods
-1167 silly resolveWithNewModule vary@1.1.0 checking installable status
-1168 silly cache add args [ 'vary@~1.1.0', null ]
-1169 verbose cache add spec vary@~1.1.0
-1170 silly cache add parsed spec Result {
-1170 silly cache add raw: 'vary@~1.1.0',
-1170 silly cache add scope: null,
-1170 silly cache add escapedName: 'vary',
-1170 silly cache add name: 'vary',
-1170 silly cache add rawSpec: '~1.1.0',
-1170 silly cache add spec: '>=1.1.0 <1.2.0',
-1170 silly cache add type: 'range' }
-1171 silly addNamed vary@>=1.1.0 <1.2.0
-1172 verbose addNamed ">=1.1.0 <1.2.0" is a valid semver range for vary
-1173 silly addNameRange { name: 'vary', range: '>=1.1.0 <1.2.0', hasData: false }
-1174 silly mapToRegistry name vary
-1175 silly mapToRegistry using default registry
-1176 silly mapToRegistry registry https://registry.npmjs.org/
-1177 silly mapToRegistry data Result {
-1177 silly mapToRegistry raw: 'vary',
-1177 silly mapToRegistry scope: null,
-1177 silly mapToRegistry escapedName: 'vary',
-1177 silly mapToRegistry name: 'vary',
-1177 silly mapToRegistry rawSpec: '',
-1177 silly mapToRegistry spec: 'latest',
-1177 silly mapToRegistry type: 'tag' }
-1178 silly mapToRegistry uri https://registry.npmjs.org/vary
-1179 verbose addNameRange registry:https://registry.npmjs.org/vary not in flight; fetching
-1180 silly cache afterAdd methods@1.1.2
-1181 verbose afterAdd /home/yoda/.npm/methods/1.1.2/package/package.json not in flight; writing
-1182 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1183 silly cache afterAdd send@0.14.1
-1184 verbose afterAdd /home/yoda/.npm/send/0.14.1/package/package.json not in flight; writing
-1185 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1186 silly cache afterAdd path-to-regexp@0.1.7
-1187 verbose afterAdd /home/yoda/.npm/path-to-regexp/0.1.7/package/package.json not in flight; writing
-1188 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1189 verbose get https://registry.npmjs.org/vary not expired, no request
-1190 silly addNameRange number 2 { name: 'vary', range: '>=1.1.0 <1.2.0', hasData: true }
-1191 silly addNameRange versions [ 'vary', [ '0.0.0', '0.1.0', '1.0.0', '1.0.1', '1.1.0' ] ]
-1192 silly addNamed vary@1.1.0
-1193 verbose addNamed "1.1.0" is a plain semver version for vary
-1194 verbose afterAdd /home/yoda/.npm/methods/1.1.2/package/package.json written
-1195 verbose afterAdd /home/yoda/.npm/send/0.14.1/package/package.json written
-1196 verbose afterAdd /home/yoda/.npm/path-to-regexp/0.1.7/package/package.json written
-1197 silly cache afterAdd vary@1.1.0
-1198 verbose afterAdd /home/yoda/.npm/vary/1.1.0/package/package.json not in flight; writing
-1199 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1200 verbose afterAdd /home/yoda/.npm/vary/1.1.0/package/package.json written
-1201 http 304 https://registry.npmjs.org/merge-descriptors
-1202 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1202 verbose headers via: '1.1 varnish',
-1202 verbose headers 'cache-control': 'max-age=300',
-1202 verbose headers etag: '"ER4TBSJLUJSU5AAS9C9TS8Q0O"',
-1202 verbose headers age: '204',
-1202 verbose headers connection: 'keep-alive',
-1202 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1202 verbose headers 'x-cache': 'HIT',
-1202 verbose headers 'x-cache-hits': '9',
-1202 verbose headers 'x-timer': 'S1478442405.828078,VS0,VE0',
-1202 verbose headers vary: 'Accept-Encoding' }
-1203 silly get cb [ 304,
-1203 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1203 silly get via: '1.1 varnish',
-1203 silly get 'cache-control': 'max-age=300',
-1203 silly get etag: '"ER4TBSJLUJSU5AAS9C9TS8Q0O"',
-1203 silly get age: '204',
-1203 silly get connection: 'keep-alive',
-1203 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1203 silly get 'x-cache': 'HIT',
-1203 silly get 'x-cache-hits': '9',
-1203 silly get 'x-timer': 'S1478442405.828078,VS0,VE0',
-1203 silly get vary: 'Accept-Encoding' } ]
-1204 verbose etag https://registry.npmjs.org/merge-descriptors from cache
-1205 verbose get saving merge-descriptors to /home/yoda/.npm/registry.npmjs.org/merge-descriptors/.cache.json
-1206 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1207 http 304 https://registry.npmjs.org/parseurl
-1208 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1208 verbose headers via: '1.1 varnish',
-1208 verbose headers 'cache-control': 'max-age=300',
-1208 verbose headers etag: '"2YLSTKO84KGNUHWD9OJ8EMABN"',
-1208 verbose headers age: '279',
-1208 verbose headers connection: 'keep-alive',
-1208 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1208 verbose headers 'x-cache': 'HIT',
-1208 verbose headers 'x-cache-hits': '6',
-1208 verbose headers 'x-timer': 'S1478442405.827487,VS0,VE0',
-1208 verbose headers vary: 'Accept-Encoding' }
-1209 silly get cb [ 304,
-1209 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1209 silly get via: '1.1 varnish',
-1209 silly get 'cache-control': 'max-age=300',
-1209 silly get etag: '"2YLSTKO84KGNUHWD9OJ8EMABN"',
-1209 silly get age: '279',
-1209 silly get connection: 'keep-alive',
-1209 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1209 silly get 'x-cache': 'HIT',
-1209 silly get 'x-cache-hits': '6',
-1209 silly get 'x-timer': 'S1478442405.827487,VS0,VE0',
-1209 silly get vary: 'Accept-Encoding' } ]
-1210 verbose etag https://registry.npmjs.org/parseurl from cache
-1211 verbose get saving parseurl to /home/yoda/.npm/registry.npmjs.org/parseurl/.cache.json
-1212 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1213 silly resolveWithNewModule merge-descriptors@1.0.1 checking installable status
-1214 silly cache add args [ 'merge-descriptors@1.0.1', null ]
-1215 verbose cache add spec merge-descriptors@1.0.1
-1216 silly cache add parsed spec Result {
-1216 silly cache add raw: 'merge-descriptors@1.0.1',
-1216 silly cache add scope: null,
-1216 silly cache add escapedName: 'merge-descriptors',
-1216 silly cache add name: 'merge-descriptors',
-1216 silly cache add rawSpec: '1.0.1',
-1216 silly cache add spec: '1.0.1',
-1216 silly cache add type: 'version' }
-1217 silly addNamed merge-descriptors@1.0.1
-1218 verbose addNamed "1.0.1" is a plain semver version for merge-descriptors
-1219 silly mapToRegistry name merge-descriptors
-1220 silly mapToRegistry using default registry
-1221 silly mapToRegistry registry https://registry.npmjs.org/
-1222 silly mapToRegistry data Result {
-1222 silly mapToRegistry raw: 'merge-descriptors',
-1222 silly mapToRegistry scope: null,
-1222 silly mapToRegistry escapedName: 'merge-descriptors',
-1222 silly mapToRegistry name: 'merge-descriptors',
-1222 silly mapToRegistry rawSpec: '',
-1222 silly mapToRegistry spec: 'latest',
-1222 silly mapToRegistry type: 'tag' }
-1223 silly mapToRegistry uri https://registry.npmjs.org/merge-descriptors
-1224 verbose addNameVersion registry:https://registry.npmjs.org/merge-descriptors not in flight; fetching
-1225 http 304 https://registry.npmjs.org/proxy-addr
-1226 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1226 verbose headers via: '1.1 varnish',
-1226 verbose headers 'cache-control': 'max-age=300',
-1226 verbose headers etag: '"AT90YOJETD3W3A0OEVR267850"',
-1226 verbose headers age: '204',
-1226 verbose headers connection: 'keep-alive',
-1226 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
-1226 verbose headers 'x-cache': 'HIT',
-1226 verbose headers 'x-cache-hits': '3',
-1226 verbose headers 'x-timer': 'S1478442405.866693,VS0,VE0',
-1226 verbose headers vary: 'Accept-Encoding' }
-1227 silly get cb [ 304,
-1227 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1227 silly get via: '1.1 varnish',
-1227 silly get 'cache-control': 'max-age=300',
-1227 silly get etag: '"AT90YOJETD3W3A0OEVR267850"',
-1227 silly get age: '204',
-1227 silly get connection: 'keep-alive',
-1227 silly get 'x-served-by': 'cache-hkg6821-HKG',
-1227 silly get 'x-cache': 'HIT',
-1227 silly get 'x-cache-hits': '3',
-1227 silly get 'x-timer': 'S1478442405.866693,VS0,VE0',
-1227 silly get vary: 'Accept-Encoding' } ]
-1228 verbose etag https://registry.npmjs.org/proxy-addr from cache
-1229 verbose get saving proxy-addr to /home/yoda/.npm/registry.npmjs.org/proxy-addr/.cache.json
-1230 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1231 http 304 https://registry.npmjs.org/serve-static
-1232 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1232 verbose headers via: '1.1 varnish',
-1232 verbose headers 'cache-control': 'max-age=300',
-1232 verbose headers etag: '"DK6M9FRFZYRG1XGLDN6P93LYA"',
-1232 verbose headers age: '277',
-1232 verbose headers connection: 'keep-alive',
-1232 verbose headers 'x-served-by': 'cache-hkg6823-HKG',
-1232 verbose headers 'x-cache': 'HIT',
-1232 verbose headers 'x-cache-hits': '6',
-1232 verbose headers 'x-timer': 'S1478442405.866452,VS0,VE0',
-1232 verbose headers vary: 'Accept-Encoding' }
-1233 silly get cb [ 304,
-1233 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1233 silly get via: '1.1 varnish',
-1233 silly get 'cache-control': 'max-age=300',
-1233 silly get etag: '"DK6M9FRFZYRG1XGLDN6P93LYA"',
-1233 silly get age: '277',
-1233 silly get connection: 'keep-alive',
-1233 silly get 'x-served-by': 'cache-hkg6823-HKG',
-1233 silly get 'x-cache': 'HIT',
-1233 silly get 'x-cache-hits': '6',
-1233 silly get 'x-timer': 'S1478442405.866452,VS0,VE0',
-1233 silly get vary: 'Accept-Encoding' } ]
-1234 verbose etag https://registry.npmjs.org/serve-static from cache
-1235 verbose get saving serve-static to /home/yoda/.npm/registry.npmjs.org/serve-static/.cache.json
-1236 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1237 silly resolveWithNewModule parseurl@1.3.1 checking installable status
-1238 silly cache add args [ 'parseurl@~1.3.1', null ]
-1239 verbose cache add spec parseurl@~1.3.1
-1240 silly cache add parsed spec Result {
-1240 silly cache add raw: 'parseurl@~1.3.1',
-1240 silly cache add scope: null,
-1240 silly cache add escapedName: 'parseurl',
-1240 silly cache add name: 'parseurl',
-1240 silly cache add rawSpec: '~1.3.1',
-1240 silly cache add spec: '>=1.3.1 <1.4.0',
-1240 silly cache add type: 'range' }
-1241 silly addNamed parseurl@>=1.3.1 <1.4.0
-1242 verbose addNamed ">=1.3.1 <1.4.0" is a valid semver range for parseurl
-1243 silly addNameRange { name: 'parseurl', range: '>=1.3.1 <1.4.0', hasData: false }
-1244 silly mapToRegistry name parseurl
-1245 silly mapToRegistry using default registry
-1246 silly mapToRegistry registry https://registry.npmjs.org/
-1247 silly mapToRegistry data Result {
-1247 silly mapToRegistry raw: 'parseurl',
-1247 silly mapToRegistry scope: null,
-1247 silly mapToRegistry escapedName: 'parseurl',
-1247 silly mapToRegistry name: 'parseurl',
-1247 silly mapToRegistry rawSpec: '',
-1247 silly mapToRegistry spec: 'latest',
-1247 silly mapToRegistry type: 'tag' }
-1248 silly mapToRegistry uri https://registry.npmjs.org/parseurl
-1249 verbose addNameRange registry:https://registry.npmjs.org/parseurl not in flight; fetching
-1250 http 304 https://registry.npmjs.org/utils-merge
-1251 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1251 verbose headers via: '1.1 varnish',
-1251 verbose headers 'cache-control': 'max-age=300',
-1251 verbose headers etag: '"2XBS0SN5PIO0GLDU5N5JSEET8"',
-1251 verbose headers age: '150',
-1251 verbose headers connection: 'keep-alive',
-1251 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-1251 verbose headers 'x-cache': 'HIT',
-1251 verbose headers 'x-cache-hits': '3',
-1251 verbose headers 'x-timer': 'S1478442405.864840,VS0,VE0',
-1251 verbose headers vary: 'Accept-Encoding' }
-1252 silly get cb [ 304,
-1252 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1252 silly get via: '1.1 varnish',
-1252 silly get 'cache-control': 'max-age=300',
-1252 silly get etag: '"2XBS0SN5PIO0GLDU5N5JSEET8"',
-1252 silly get age: '150',
-1252 silly get connection: 'keep-alive',
-1252 silly get 'x-served-by': 'cache-hkg6820-HKG',
-1252 silly get 'x-cache': 'HIT',
-1252 silly get 'x-cache-hits': '3',
-1252 silly get 'x-timer': 'S1478442405.864840,VS0,VE0',
-1252 silly get vary: 'Accept-Encoding' } ]
-1253 verbose etag https://registry.npmjs.org/utils-merge from cache
-1254 verbose get saving utils-merge to /home/yoda/.npm/registry.npmjs.org/utils-merge/.cache.json
-1255 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1256 verbose get https://registry.npmjs.org/merge-descriptors not expired, no request
-1257 verbose get https://registry.npmjs.org/parseurl not expired, no request
-1258 silly addNameRange number 2 { name: 'parseurl', range: '>=1.3.1 <1.4.0', hasData: true }
-1259 silly addNameRange versions [ 'parseurl',
-1259 silly addNameRange [ '1.0.0',
-1259 silly addNameRange '1.0.1',
-1259 silly addNameRange '1.1.0',
-1259 silly addNameRange '1.1.1',
-1259 silly addNameRange '1.1.2',
-1259 silly addNameRange '1.1.3',
-1259 silly addNameRange '1.2.0',
-1259 silly addNameRange '1.3.0',
-1259 silly addNameRange '1.3.1' ] ]
-1260 silly addNamed parseurl@1.3.1
-1261 verbose addNamed "1.3.1" is a plain semver version for parseurl
-1262 silly resolveWithNewModule proxy-addr@1.1.2 checking installable status
-1263 silly cache add args [ 'proxy-addr@~1.1.2', null ]
-1264 verbose cache add spec proxy-addr@~1.1.2
-1265 silly cache add parsed spec Result {
-1265 silly cache add raw: 'proxy-addr@~1.1.2',
-1265 silly cache add scope: null,
-1265 silly cache add escapedName: 'proxy-addr',
-1265 silly cache add name: 'proxy-addr',
-1265 silly cache add rawSpec: '~1.1.2',
-1265 silly cache add spec: '>=1.1.2 <1.2.0',
-1265 silly cache add type: 'range' }
-1266 silly addNamed proxy-addr@>=1.1.2 <1.2.0
-1267 verbose addNamed ">=1.1.2 <1.2.0" is a valid semver range for proxy-addr
-1268 silly addNameRange { name: 'proxy-addr', range: '>=1.1.2 <1.2.0', hasData: false }
-1269 silly mapToRegistry name proxy-addr
-1270 silly mapToRegistry using default registry
-1271 silly mapToRegistry registry https://registry.npmjs.org/
-1272 silly mapToRegistry data Result {
-1272 silly mapToRegistry raw: 'proxy-addr',
-1272 silly mapToRegistry scope: null,
-1272 silly mapToRegistry escapedName: 'proxy-addr',
-1272 silly mapToRegistry name: 'proxy-addr',
-1272 silly mapToRegistry rawSpec: '',
-1272 silly mapToRegistry spec: 'latest',
-1272 silly mapToRegistry type: 'tag' }
-1273 silly mapToRegistry uri https://registry.npmjs.org/proxy-addr
-1274 verbose addNameRange registry:https://registry.npmjs.org/proxy-addr not in flight; fetching
-1275 silly resolveWithNewModule utils-merge@1.0.0 checking installable status
-1276 silly cache add args [ 'utils-merge@1.0.0', null ]
-1277 verbose cache add spec utils-merge@1.0.0
-1278 silly cache add parsed spec Result {
-1278 silly cache add raw: 'utils-merge@1.0.0',
-1278 silly cache add scope: null,
-1278 silly cache add escapedName: 'utils-merge',
-1278 silly cache add name: 'utils-merge',
-1278 silly cache add rawSpec: '1.0.0',
-1278 silly cache add spec: '1.0.0',
-1278 silly cache add type: 'version' }
-1279 silly addNamed utils-merge@1.0.0
-1280 verbose addNamed "1.0.0" is a plain semver version for utils-merge
-1281 silly mapToRegistry name utils-merge
-1282 silly mapToRegistry using default registry
-1283 silly mapToRegistry registry https://registry.npmjs.org/
-1284 silly mapToRegistry data Result {
-1284 silly mapToRegistry raw: 'utils-merge',
-1284 silly mapToRegistry scope: null,
-1284 silly mapToRegistry escapedName: 'utils-merge',
-1284 silly mapToRegistry name: 'utils-merge',
-1284 silly mapToRegistry rawSpec: '',
-1284 silly mapToRegistry spec: 'latest',
-1284 silly mapToRegistry type: 'tag' }
-1285 silly mapToRegistry uri https://registry.npmjs.org/utils-merge
-1286 verbose addNameVersion registry:https://registry.npmjs.org/utils-merge not in flight; fetching
-1287 silly resolveWithNewModule serve-static@1.11.1 checking installable status
-1288 silly cache add args [ 'serve-static@~1.11.1', null ]
-1289 verbose cache add spec serve-static@~1.11.1
-1290 silly cache add parsed spec Result {
-1290 silly cache add raw: 'serve-static@~1.11.1',
-1290 silly cache add scope: null,
-1290 silly cache add escapedName: 'serve-static',
-1290 silly cache add name: 'serve-static',
-1290 silly cache add rawSpec: '~1.11.1',
-1290 silly cache add spec: '>=1.11.1 <1.12.0',
-1290 silly cache add type: 'range' }
-1291 silly addNamed serve-static@>=1.11.1 <1.12.0
-1292 verbose addNamed ">=1.11.1 <1.12.0" is a valid semver range for serve-static
-1293 silly addNameRange { name: 'serve-static',
-1293 silly addNameRange range: '>=1.11.1 <1.12.0',
-1293 silly addNameRange hasData: false }
-1294 silly mapToRegistry name serve-static
-1295 silly mapToRegistry using default registry
-1296 silly mapToRegistry registry https://registry.npmjs.org/
-1297 silly mapToRegistry data Result {
-1297 silly mapToRegistry raw: 'serve-static',
-1297 silly mapToRegistry scope: null,
-1297 silly mapToRegistry escapedName: 'serve-static',
-1297 silly mapToRegistry name: 'serve-static',
-1297 silly mapToRegistry rawSpec: '',
-1297 silly mapToRegistry spec: 'latest',
-1297 silly mapToRegistry type: 'tag' }
-1298 silly mapToRegistry uri https://registry.npmjs.org/serve-static
-1299 verbose addNameRange registry:https://registry.npmjs.org/serve-static not in flight; fetching
-1300 silly cache afterAdd merge-descriptors@1.0.1
-1301 verbose afterAdd /home/yoda/.npm/merge-descriptors/1.0.1/package/package.json not in flight; writing
-1302 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1303 verbose get https://registry.npmjs.org/proxy-addr not expired, no request
-1304 silly addNameRange number 2 { name: 'proxy-addr', range: '>=1.1.2 <1.2.0', hasData: true }
-1305 silly addNameRange versions [ 'proxy-addr',
-1305 silly addNameRange [ '0.0.0',
-1305 silly addNameRange '0.0.1',
-1305 silly addNameRange '1.0.0',
-1305 silly addNameRange '1.0.1',
-1305 silly addNameRange '1.0.2',
-1305 silly addNameRange '1.0.3',
-1305 silly addNameRange '1.0.4',
-1305 silly addNameRange '1.0.5',
-1305 silly addNameRange '1.0.6',
-1305 silly addNameRange '1.0.7',
-1305 silly addNameRange '1.0.8',
-1305 silly addNameRange '1.0.9',
-1305 silly addNameRange '1.0.10',
-1305 silly addNameRange '1.1.0',
-1305 silly addNameRange '1.1.1',
-1305 silly addNameRange '1.1.2' ] ]
-1306 silly addNamed proxy-addr@1.1.2
-1307 verbose addNamed "1.1.2" is a plain semver version for proxy-addr
-1308 verbose get https://registry.npmjs.org/utils-merge not expired, no request
-1309 verbose get https://registry.npmjs.org/serve-static not expired, no request
-1310 silly addNameRange number 2 { name: 'serve-static',
-1310 silly addNameRange range: '>=1.11.1 <1.12.0',
-1310 silly addNameRange hasData: true }
-1311 silly addNameRange versions [ 'serve-static',
-1311 silly addNameRange [ '1.0.0',
-1311 silly addNameRange '1.0.1',
-1311 silly addNameRange '1.0.2',
-1311 silly addNameRange '1.0.3',
-1311 silly addNameRange '1.0.4',
-1311 silly addNameRange '1.1.0',
-1311 silly addNameRange '1.2.0',
-1311 silly addNameRange '1.2.1',
-1311 silly addNameRange '1.2.2',
-1311 silly addNameRange '1.2.3',
-1311 silly addNameRange '1.3.0',
-1311 silly addNameRange '1.3.1',
-1311 silly addNameRange '1.3.2',
-1311 silly addNameRange '1.4.0',
-1311 silly addNameRange '1.4.1',
-1311 silly addNameRange '1.4.2',
-1311 silly addNameRange '1.4.3',
-1311 silly addNameRange '1.4.4',
-1311 silly addNameRange '1.5.0',
-1311 silly addNameRange '1.5.1',
-1311 silly addNameRange '1.5.2',
-1311 silly addNameRange '1.5.3',
-1311 silly addNameRange '1.5.4',
-1311 silly addNameRange '1.6.0',
-1311 silly addNameRange '1.6.1',
-1311 silly addNameRange '1.6.2',
-1311 silly addNameRange '1.6.3',
-1311 silly addNameRange '1.6.4',
-1311 silly addNameRange '1.7.0',
-1311 silly addNameRange '1.7.1',
-1311 silly addNameRange '1.7.2',
-1311 silly addNameRange '1.8.0',
-1311 silly addNameRange '1.8.1',
-1311 silly addNameRange '1.6.5',
-1311 silly addNameRange '1.9.0',
-1311 silly addNameRange '1.9.1',
-1311 silly addNameRange '1.9.2',
-1311 silly addNameRange '1.9.3',
-1311 silly addNameRange '1.10.0',
-1311 silly addNameRange '1.10.1',
-1311 silly addNameRange '1.10.2',
-1311 silly addNameRange '1.10.3',
-1311 silly addNameRange '1.11.0',
-1311 silly addNameRange '1.11.1' ] ]
-1312 silly addNamed serve-static@1.11.1
-1313 verbose addNamed "1.11.1" is a plain semver version for serve-static
-1314 silly cache afterAdd parseurl@1.3.1
-1315 verbose afterAdd /home/yoda/.npm/parseurl/1.3.1/package/package.json not in flight; writing
-1316 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1317 verbose afterAdd /home/yoda/.npm/merge-descriptors/1.0.1/package/package.json written
-1318 silly cache afterAdd proxy-addr@1.1.2
-1319 verbose afterAdd /home/yoda/.npm/proxy-addr/1.1.2/package/package.json not in flight; writing
-1320 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1321 silly cache afterAdd utils-merge@1.0.0
-1322 verbose afterAdd /home/yoda/.npm/utils-merge/1.0.0/package/package.json not in flight; writing
-1323 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1324 silly cache afterAdd serve-static@1.11.1
-1325 verbose afterAdd /home/yoda/.npm/serve-static/1.11.1/package/package.json not in flight; writing
-1326 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1327 verbose afterAdd /home/yoda/.npm/parseurl/1.3.1/package/package.json written
-1328 verbose afterAdd /home/yoda/.npm/proxy-addr/1.1.2/package/package.json written
-1329 verbose afterAdd /home/yoda/.npm/utils-merge/1.0.0/package/package.json written
-1330 verbose afterAdd /home/yoda/.npm/serve-static/1.11.1/package/package.json written
-1331 http 304 https://registry.npmjs.org/finalhandler
-1332 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1332 verbose headers via: '1.1 varnish',
-1332 verbose headers 'cache-control': 'max-age=300',
-1332 verbose headers etag: '"6Y5Q3KGM1W0T5UQZQNP3P49CT"',
-1332 verbose headers age: '0',
-1332 verbose headers connection: 'keep-alive',
-1332 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-1332 verbose headers 'x-cache': 'HIT',
-1332 verbose headers 'x-cache-hits': '1',
-1332 verbose headers 'x-timer': 'S1478442405.401179,VS0,VE879',
-1332 verbose headers vary: 'Accept-Encoding' }
-1333 silly get cb [ 304,
-1333 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1333 silly get via: '1.1 varnish',
-1333 silly get 'cache-control': 'max-age=300',
-1333 silly get etag: '"6Y5Q3KGM1W0T5UQZQNP3P49CT"',
-1333 silly get age: '0',
-1333 silly get connection: 'keep-alive',
-1333 silly get 'x-served-by': 'cache-hkg6820-HKG',
-1333 silly get 'x-cache': 'HIT',
-1333 silly get 'x-cache-hits': '1',
-1333 silly get 'x-timer': 'S1478442405.401179,VS0,VE879',
-1333 silly get vary: 'Accept-Encoding' } ]
-1334 verbose etag https://registry.npmjs.org/finalhandler from cache
-1335 verbose get saving finalhandler to /home/yoda/.npm/registry.npmjs.org/finalhandler/.cache.json
-1336 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1337 silly resolveWithNewModule finalhandler@0.5.0 checking installable status
-1338 silly cache add args [ 'finalhandler@0.5.0', null ]
-1339 verbose cache add spec finalhandler@0.5.0
-1340 silly cache add parsed spec Result {
-1340 silly cache add raw: 'finalhandler@0.5.0',
-1340 silly cache add scope: null,
-1340 silly cache add escapedName: 'finalhandler',
-1340 silly cache add name: 'finalhandler',
-1340 silly cache add rawSpec: '0.5.0',
-1340 silly cache add spec: '0.5.0',
-1340 silly cache add type: 'version' }
-1341 silly addNamed finalhandler@0.5.0
-1342 verbose addNamed "0.5.0" is a plain semver version for finalhandler
-1343 silly mapToRegistry name finalhandler
-1344 silly mapToRegistry using default registry
-1345 silly mapToRegistry registry https://registry.npmjs.org/
-1346 silly mapToRegistry data Result {
-1346 silly mapToRegistry raw: 'finalhandler',
-1346 silly mapToRegistry scope: null,
-1346 silly mapToRegistry escapedName: 'finalhandler',
-1346 silly mapToRegistry name: 'finalhandler',
-1346 silly mapToRegistry rawSpec: '',
-1346 silly mapToRegistry spec: 'latest',
-1346 silly mapToRegistry type: 'tag' }
-1347 silly mapToRegistry uri https://registry.npmjs.org/finalhandler
-1348 verbose addNameVersion registry:https://registry.npmjs.org/finalhandler not in flight; fetching
-1349 verbose get https://registry.npmjs.org/finalhandler not expired, no request
-1350 silly cache afterAdd finalhandler@0.5.0
-1351 verbose afterAdd /home/yoda/.npm/finalhandler/0.5.0/package/package.json not in flight; writing
-1352 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1353 verbose afterAdd /home/yoda/.npm/finalhandler/0.5.0/package/package.json written
-1354 http 304 https://registry.npmjs.org/accepts
-1355 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1355 verbose headers via: '1.1 varnish',
-1355 verbose headers 'cache-control': 'max-age=300',
-1355 verbose headers etag: '"35VBHEHTTMLPUGNO0Y9DYA3LE"',
-1355 verbose headers age: '0',
-1355 verbose headers connection: 'keep-alive',
-1355 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1355 verbose headers 'x-cache': 'HIT',
-1355 verbose headers 'x-cache-hits': '1',
-1355 verbose headers 'x-timer': 'S1478442405.353314,VS0,VE868',
-1355 verbose headers vary: 'Accept-Encoding' }
-1356 silly get cb [ 304,
-1356 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1356 silly get via: '1.1 varnish',
-1356 silly get 'cache-control': 'max-age=300',
-1356 silly get etag: '"35VBHEHTTMLPUGNO0Y9DYA3LE"',
-1356 silly get age: '0',
-1356 silly get connection: 'keep-alive',
-1356 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1356 silly get 'x-cache': 'HIT',
-1356 silly get 'x-cache-hits': '1',
-1356 silly get 'x-timer': 'S1478442405.353314,VS0,VE868',
-1356 silly get vary: 'Accept-Encoding' } ]
-1357 verbose etag https://registry.npmjs.org/accepts from cache
-1358 verbose get saving accepts to /home/yoda/.npm/registry.npmjs.org/accepts/.cache.json
-1359 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1360 silly resolveWithNewModule accepts@1.3.3 checking installable status
-1361 silly cache add args [ 'accepts@~1.3.3', null ]
-1362 verbose cache add spec accepts@~1.3.3
-1363 silly cache add parsed spec Result {
-1363 silly cache add raw: 'accepts@~1.3.3',
-1363 silly cache add scope: null,
-1363 silly cache add escapedName: 'accepts',
-1363 silly cache add name: 'accepts',
-1363 silly cache add rawSpec: '~1.3.3',
-1363 silly cache add spec: '>=1.3.3 <1.4.0',
-1363 silly cache add type: 'range' }
-1364 silly addNamed accepts@>=1.3.3 <1.4.0
-1365 verbose addNamed ">=1.3.3 <1.4.0" is a valid semver range for accepts
-1366 silly addNameRange { name: 'accepts', range: '>=1.3.3 <1.4.0', hasData: false }
-1367 silly mapToRegistry name accepts
-1368 silly mapToRegistry using default registry
-1369 silly mapToRegistry registry https://registry.npmjs.org/
-1370 silly mapToRegistry data Result {
-1370 silly mapToRegistry raw: 'accepts',
-1370 silly mapToRegistry scope: null,
-1370 silly mapToRegistry escapedName: 'accepts',
-1370 silly mapToRegistry name: 'accepts',
-1370 silly mapToRegistry rawSpec: '',
-1370 silly mapToRegistry spec: 'latest',
-1370 silly mapToRegistry type: 'tag' }
-1371 silly mapToRegistry uri https://registry.npmjs.org/accepts
-1372 verbose addNameRange registry:https://registry.npmjs.org/accepts not in flight; fetching
-1373 verbose get https://registry.npmjs.org/accepts not expired, no request
-1374 silly addNameRange number 2 { name: 'accepts', range: '>=1.3.3 <1.4.0', hasData: true }
-1375 silly addNameRange versions [ 'accepts',
-1375 silly addNameRange [ '1.0.0',
-1375 silly addNameRange '1.0.1',
-1375 silly addNameRange '1.0.2',
-1375 silly addNameRange '1.0.3',
-1375 silly addNameRange '1.0.4',
-1375 silly addNameRange '1.0.5',
-1375 silly addNameRange '1.0.6',
-1375 silly addNameRange '1.0.7',
-1375 silly addNameRange '1.1.0',
-1375 silly addNameRange '1.1.1',
-1375 silly addNameRange '1.1.2',
-1375 silly addNameRange '1.1.3',
-1375 silly addNameRange '1.1.4',
-1375 silly addNameRange '1.2.0',
-1375 silly addNameRange '1.2.1',
-1375 silly addNameRange '1.2.2',
-1375 silly addNameRange '1.2.3',
-1375 silly addNameRange '1.2.4',
-1375 silly addNameRange '1.2.5',
-1375 silly addNameRange '1.2.6',
-1375 silly addNameRange '1.2.7',
-1375 silly addNameRange '1.2.8',
-1375 silly addNameRange '1.2.9',
-1375 silly addNameRange '1.2.10',
-1375 silly addNameRange '1.2.11',
-1375 silly addNameRange '1.2.12',
-1375 silly addNameRange '1.2.13',
-1375 silly addNameRange '1.3.0',
-1375 silly addNameRange '1.3.1',
-1375 silly addNameRange '1.3.2',
-1375 silly addNameRange '1.3.3' ] ]
-1376 silly addNamed accepts@1.3.3
-1377 verbose addNamed "1.3.3" is a plain semver version for accepts
-1378 http 304 https://registry.npmjs.org/fresh
-1379 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1379 verbose headers via: '1.1 varnish',
-1379 verbose headers 'cache-control': 'max-age=300',
-1379 verbose headers etag: '"1IO4SQ4Z4783R2ZK4XXJYEZVH"',
-1379 verbose headers age: '0',
-1379 verbose headers connection: 'keep-alive',
-1379 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-1379 verbose headers 'x-cache': 'HIT',
-1379 verbose headers 'x-cache-hits': '1',
-1379 verbose headers 'x-timer': 'S1478442405.861477,VS0,VE931',
-1379 verbose headers vary: 'Accept-Encoding' }
-1380 silly get cb [ 304,
-1380 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1380 silly get via: '1.1 varnish',
-1380 silly get 'cache-control': 'max-age=300',
-1380 silly get etag: '"1IO4SQ4Z4783R2ZK4XXJYEZVH"',
-1380 silly get age: '0',
-1380 silly get connection: 'keep-alive',
-1380 silly get 'x-served-by': 'cache-hkg6820-HKG',
-1380 silly get 'x-cache': 'HIT',
-1380 silly get 'x-cache-hits': '1',
-1380 silly get 'x-timer': 'S1478442405.861477,VS0,VE931',
-1380 silly get vary: 'Accept-Encoding' } ]
-1381 verbose etag https://registry.npmjs.org/fresh from cache
-1382 verbose get saving fresh to /home/yoda/.npm/registry.npmjs.org/fresh/.cache.json
-1383 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1384 silly cache afterAdd accepts@1.3.3
-1385 verbose afterAdd /home/yoda/.npm/accepts/1.3.3/package/package.json not in flight; writing
-1386 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1387 verbose afterAdd /home/yoda/.npm/accepts/1.3.3/package/package.json written
-1388 silly resolveWithNewModule fresh@0.3.0 checking installable status
-1389 silly cache add args [ 'fresh@0.3.0', null ]
-1390 verbose cache add spec fresh@0.3.0
-1391 silly cache add parsed spec Result {
-1391 silly cache add raw: 'fresh@0.3.0',
-1391 silly cache add scope: null,
-1391 silly cache add escapedName: 'fresh',
-1391 silly cache add name: 'fresh',
-1391 silly cache add rawSpec: '0.3.0',
-1391 silly cache add spec: '0.3.0',
-1391 silly cache add type: 'version' }
-1392 silly addNamed fresh@0.3.0
-1393 verbose addNamed "0.3.0" is a plain semver version for fresh
-1394 silly mapToRegistry name fresh
-1395 silly mapToRegistry using default registry
-1396 silly mapToRegistry registry https://registry.npmjs.org/
-1397 silly mapToRegistry data Result {
-1397 silly mapToRegistry raw: 'fresh',
-1397 silly mapToRegistry scope: null,
-1397 silly mapToRegistry escapedName: 'fresh',
-1397 silly mapToRegistry name: 'fresh',
-1397 silly mapToRegistry rawSpec: '',
-1397 silly mapToRegistry spec: 'latest',
-1397 silly mapToRegistry type: 'tag' }
-1398 silly mapToRegistry uri https://registry.npmjs.org/fresh
-1399 verbose addNameVersion registry:https://registry.npmjs.org/fresh not in flight; fetching
-1400 verbose get https://registry.npmjs.org/fresh not expired, no request
-1401 silly cache afterAdd fresh@0.3.0
-1402 verbose afterAdd /home/yoda/.npm/fresh/0.3.0/package/package.json not in flight; writing
-1403 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1404 verbose afterAdd /home/yoda/.npm/fresh/0.3.0/package/package.json written
-1405 http 304 https://registry.npmjs.org/range-parser
-1406 verbose headers { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1406 verbose headers via: '1.1 varnish',
-1406 verbose headers 'cache-control': 'max-age=300',
-1406 verbose headers etag: '"54VK5RG448PVF7CY0XP1Q80TE"',
-1406 verbose headers age: '0',
-1406 verbose headers connection: 'keep-alive',
-1406 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-1406 verbose headers 'x-cache': 'HIT',
-1406 verbose headers 'x-cache-hits': '1',
-1406 verbose headers 'x-timer': 'S1478442405.866938,VS0,VE1132',
-1406 verbose headers vary: 'Accept-Encoding' }
-1407 silly get cb [ 304,
-1407 silly get { date: 'Sun, 06 Nov 2016 14:26:45 GMT',
-1407 silly get via: '1.1 varnish',
-1407 silly get 'cache-control': 'max-age=300',
-1407 silly get etag: '"54VK5RG448PVF7CY0XP1Q80TE"',
-1407 silly get age: '0',
-1407 silly get connection: 'keep-alive',
-1407 silly get 'x-served-by': 'cache-hkg6820-HKG',
-1407 silly get 'x-cache': 'HIT',
-1407 silly get 'x-cache-hits': '1',
-1407 silly get 'x-timer': 'S1478442405.866938,VS0,VE1132',
-1407 silly get vary: 'Accept-Encoding' } ]
-1408 verbose etag https://registry.npmjs.org/range-parser from cache
-1409 verbose get saving range-parser to /home/yoda/.npm/registry.npmjs.org/range-parser/.cache.json
-1410 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1411 silly resolveWithNewModule range-parser@1.2.0 checking installable status
-1412 silly cache add args [ 'range-parser@~1.2.0', null ]
-1413 verbose cache add spec range-parser@~1.2.0
-1414 silly cache add parsed spec Result {
-1414 silly cache add raw: 'range-parser@~1.2.0',
-1414 silly cache add scope: null,
-1414 silly cache add escapedName: 'range-parser',
-1414 silly cache add name: 'range-parser',
-1414 silly cache add rawSpec: '~1.2.0',
-1414 silly cache add spec: '>=1.2.0 <1.3.0',
-1414 silly cache add type: 'range' }
-1415 silly addNamed range-parser@>=1.2.0 <1.3.0
-1416 verbose addNamed ">=1.2.0 <1.3.0" is a valid semver range for range-parser
-1417 silly addNameRange { name: 'range-parser', range: '>=1.2.0 <1.3.0', hasData: false }
-1418 silly mapToRegistry name range-parser
-1419 silly mapToRegistry using default registry
-1420 silly mapToRegistry registry https://registry.npmjs.org/
-1421 silly mapToRegistry data Result {
-1421 silly mapToRegistry raw: 'range-parser',
-1421 silly mapToRegistry scope: null,
-1421 silly mapToRegistry escapedName: 'range-parser',
-1421 silly mapToRegistry name: 'range-parser',
-1421 silly mapToRegistry rawSpec: '',
-1421 silly mapToRegistry spec: 'latest',
-1421 silly mapToRegistry type: 'tag' }
-1422 silly mapToRegistry uri https://registry.npmjs.org/range-parser
-1423 verbose addNameRange registry:https://registry.npmjs.org/range-parser not in flight; fetching
-1424 verbose get https://registry.npmjs.org/range-parser not expired, no request
-1425 silly addNameRange number 2 { name: 'range-parser', range: '>=1.2.0 <1.3.0', hasData: true }
-1426 silly addNameRange versions [ 'range-parser',
-1426 silly addNameRange [ '0.0.1',
-1426 silly addNameRange '0.0.2',
-1426 silly addNameRange '0.0.3',
-1426 silly addNameRange '0.0.4',
-1426 silly addNameRange '1.0.0',
-1426 silly addNameRange '1.0.1',
-1426 silly addNameRange '1.0.2',
-1426 silly addNameRange '1.0.3',
-1426 silly addNameRange '1.1.0',
-1426 silly addNameRange '1.2.0' ] ]
-1427 silly addNamed range-parser@1.2.0
-1428 verbose addNamed "1.2.0" is a plain semver version for range-parser
-1429 silly cache afterAdd range-parser@1.2.0
-1430 verbose afterAdd /home/yoda/.npm/range-parser/1.2.0/package/package.json not in flight; writing
-1431 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1432 verbose afterAdd /home/yoda/.npm/range-parser/1.2.0/package/package.json written
-1433 silly fetchNamedPackageData negotiator
-1434 silly mapToRegistry name negotiator
-1435 silly mapToRegistry using default registry
-1436 silly mapToRegistry registry https://registry.npmjs.org/
-1437 silly mapToRegistry data Result {
-1437 silly mapToRegistry raw: 'negotiator',
-1437 silly mapToRegistry scope: null,
-1437 silly mapToRegistry escapedName: 'negotiator',
-1437 silly mapToRegistry name: 'negotiator',
-1437 silly mapToRegistry rawSpec: '',
-1437 silly mapToRegistry spec: 'latest',
-1437 silly mapToRegistry type: 'tag' }
-1438 silly mapToRegistry uri https://registry.npmjs.org/negotiator
-1439 verbose request uri https://registry.npmjs.org/negotiator
-1440 verbose request no auth needed
-1441 info attempt registry request try #1 at 9:26:52 PM
-1442 verbose etag "5PXQ4CHYKB8A9XGJUVK7OCJYA"
-1443 http request GET https://registry.npmjs.org/negotiator
-1444 http 304 https://registry.npmjs.org/negotiator
-1445 verbose headers { date: 'Sun, 06 Nov 2016 14:26:47 GMT',
-1445 verbose headers via: '1.1 varnish',
-1445 verbose headers 'cache-control': 'max-age=300',
-1445 verbose headers etag: '"5PXQ4CHYKB8A9XGJUVK7OCJYA"',
-1445 verbose headers age: '0',
-1445 verbose headers connection: 'keep-alive',
-1445 verbose headers 'x-served-by': 'cache-hkg6823-HKG',
-1445 verbose headers 'x-cache': 'HIT',
-1445 verbose headers 'x-cache-hits': '1',
-1445 verbose headers 'x-timer': 'S1478442407.331605,VS0,VE150',
-1445 verbose headers vary: 'Accept-Encoding' }
-1446 silly get cb [ 304,
-1446 silly get { date: 'Sun, 06 Nov 2016 14:26:47 GMT',
-1446 silly get via: '1.1 varnish',
-1446 silly get 'cache-control': 'max-age=300',
-1446 silly get etag: '"5PXQ4CHYKB8A9XGJUVK7OCJYA"',
-1446 silly get age: '0',
-1446 silly get connection: 'keep-alive',
-1446 silly get 'x-served-by': 'cache-hkg6823-HKG',
-1446 silly get 'x-cache': 'HIT',
-1446 silly get 'x-cache-hits': '1',
-1446 silly get 'x-timer': 'S1478442407.331605,VS0,VE150',
-1446 silly get vary: 'Accept-Encoding' } ]
-1447 verbose etag https://registry.npmjs.org/negotiator from cache
-1448 verbose get saving negotiator to /home/yoda/.npm/registry.npmjs.org/negotiator/.cache.json
-1449 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1450 silly resolveWithNewModule negotiator@0.6.1 checking installable status
-1451 silly cache add args [ 'negotiator@0.6.1', null ]
-1452 verbose cache add spec negotiator@0.6.1
-1453 silly cache add parsed spec Result {
-1453 silly cache add raw: 'negotiator@0.6.1',
-1453 silly cache add scope: null,
-1453 silly cache add escapedName: 'negotiator',
-1453 silly cache add name: 'negotiator',
-1453 silly cache add rawSpec: '0.6.1',
-1453 silly cache add spec: '0.6.1',
-1453 silly cache add type: 'version' }
-1454 silly addNamed negotiator@0.6.1
-1455 verbose addNamed "0.6.1" is a plain semver version for negotiator
-1456 silly mapToRegistry name negotiator
-1457 silly mapToRegistry using default registry
-1458 silly mapToRegistry registry https://registry.npmjs.org/
-1459 silly mapToRegistry data Result {
-1459 silly mapToRegistry raw: 'negotiator',
-1459 silly mapToRegistry scope: null,
-1459 silly mapToRegistry escapedName: 'negotiator',
-1459 silly mapToRegistry name: 'negotiator',
-1459 silly mapToRegistry rawSpec: '',
-1459 silly mapToRegistry spec: 'latest',
-1459 silly mapToRegistry type: 'tag' }
-1460 silly mapToRegistry uri https://registry.npmjs.org/negotiator
-1461 verbose addNameVersion registry:https://registry.npmjs.org/negotiator not in flight; fetching
-1462 verbose get https://registry.npmjs.org/negotiator not expired, no request
-1463 silly cache afterAdd negotiator@0.6.1
-1464 verbose afterAdd /home/yoda/.npm/negotiator/0.6.1/package/package.json not in flight; writing
-1465 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1466 verbose afterAdd /home/yoda/.npm/negotiator/0.6.1/package/package.json written
-1467 silly fetchNamedPackageData forwarded
-1468 silly mapToRegistry name forwarded
-1469 silly mapToRegistry using default registry
-1470 silly mapToRegistry registry https://registry.npmjs.org/
-1471 silly mapToRegistry data Result {
-1471 silly mapToRegistry raw: 'forwarded',
-1471 silly mapToRegistry scope: null,
-1471 silly mapToRegistry escapedName: 'forwarded',
-1471 silly mapToRegistry name: 'forwarded',
-1471 silly mapToRegistry rawSpec: '',
-1471 silly mapToRegistry spec: 'latest',
-1471 silly mapToRegistry type: 'tag' }
-1472 silly mapToRegistry uri https://registry.npmjs.org/forwarded
-1473 silly fetchNamedPackageData ipaddr.js
-1474 silly mapToRegistry name ipaddr.js
-1475 silly mapToRegistry using default registry
-1476 silly mapToRegistry registry https://registry.npmjs.org/
-1477 silly mapToRegistry data Result {
-1477 silly mapToRegistry raw: 'ipaddr.js',
-1477 silly mapToRegistry scope: null,
-1477 silly mapToRegistry escapedName: 'ipaddr.js',
-1477 silly mapToRegistry name: 'ipaddr.js',
-1477 silly mapToRegistry rawSpec: '',
-1477 silly mapToRegistry spec: 'latest',
-1477 silly mapToRegistry type: 'tag' }
-1478 silly mapToRegistry uri https://registry.npmjs.org/ipaddr.js
-1479 verbose request uri https://registry.npmjs.org/forwarded
-1480 verbose request no auth needed
-1481 info attempt registry request try #1 at 9:26:53 PM
-1482 verbose etag "5V7LRVX1LL6OU2MCKZGNP898L"
-1483 http request GET https://registry.npmjs.org/forwarded
-1484 verbose request uri https://registry.npmjs.org/ipaddr.js
-1485 verbose request no auth needed
-1486 info attempt registry request try #1 at 9:26:53 PM
-1487 verbose etag "CP2FERAWDOTTEHRDZCPRPVCWS"
-1488 http request GET https://registry.npmjs.org/ipaddr.js
-1489 http 304 https://registry.npmjs.org/forwarded
-1490 verbose headers { date: 'Sun, 06 Nov 2016 14:26:47 GMT',
-1490 verbose headers via: '1.1 varnish',
-1490 verbose headers 'cache-control': 'max-age=300',
-1490 verbose headers etag: '"5V7LRVX1LL6OU2MCKZGNP898L"',
-1490 verbose headers age: '203',
-1490 verbose headers connection: 'keep-alive',
-1490 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
-1490 verbose headers 'x-cache': 'HIT',
-1490 verbose headers 'x-cache-hits': '2',
-1490 verbose headers 'x-timer': 'S1478442407.724098,VS0,VE0',
-1490 verbose headers vary: 'Accept-Encoding' }
-1491 silly get cb [ 304,
-1491 silly get { date: 'Sun, 06 Nov 2016 14:26:47 GMT',
-1491 silly get via: '1.1 varnish',
-1491 silly get 'cache-control': 'max-age=300',
-1491 silly get etag: '"5V7LRVX1LL6OU2MCKZGNP898L"',
-1491 silly get age: '203',
-1491 silly get connection: 'keep-alive',
-1491 silly get 'x-served-by': 'cache-hkg6821-HKG',
-1491 silly get 'x-cache': 'HIT',
-1491 silly get 'x-cache-hits': '2',
-1491 silly get 'x-timer': 'S1478442407.724098,VS0,VE0',
-1491 silly get vary: 'Accept-Encoding' } ]
-1492 verbose etag https://registry.npmjs.org/forwarded from cache
-1493 verbose get saving forwarded to /home/yoda/.npm/registry.npmjs.org/forwarded/.cache.json
-1494 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1495 http 200 https://registry.npmjs.org/ipaddr.js
-1496 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
-1496 verbose headers etag: '"8OMY90F4DZYHYND7TUQOY0OI9"',
-1496 verbose headers 'content-type': 'application/json',
-1496 verbose headers 'content-encoding': 'gzip',
-1496 verbose headers 'cache-control': 'max-age=300',
-1496 verbose headers 'content-length': '6234',
-1496 verbose headers 'accept-ranges': 'bytes',
-1496 verbose headers date: 'Sun, 06 Nov 2016 14:26:47 GMT',
-1496 verbose headers via: '1.1 varnish',
-1496 verbose headers age: '203',
-1496 verbose headers connection: 'keep-alive',
-1496 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-1496 verbose headers 'x-cache': 'HIT',
-1496 verbose headers 'x-cache-hits': '3',
-1496 verbose headers 'x-timer': 'S1478442407.728617,VS0,VE0',
-1496 verbose headers vary: 'Accept-Encoding' }
-1497 silly get cb [ 200,
-1497 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
-1497 silly get etag: '"8OMY90F4DZYHYND7TUQOY0OI9"',
-1497 silly get 'content-type': 'application/json',
-1497 silly get 'content-encoding': 'gzip',
-1497 silly get 'cache-control': 'max-age=300',
-1497 silly get 'content-length': '6234',
-1497 silly get 'accept-ranges': 'bytes',
-1497 silly get date: 'Sun, 06 Nov 2016 14:26:47 GMT',
-1497 silly get via: '1.1 varnish',
-1497 silly get age: '203',
-1497 silly get connection: 'keep-alive',
-1497 silly get 'x-served-by': 'cache-hkg6826-HKG',
-1497 silly get 'x-cache': 'HIT',
-1497 silly get 'x-cache-hits': '3',
-1497 silly get 'x-timer': 'S1478442407.728617,VS0,VE0',
-1497 silly get vary: 'Accept-Encoding' } ]
-1498 verbose get saving ipaddr.js to /home/yoda/.npm/registry.npmjs.org/ipaddr.js/.cache.json
-1499 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1500 silly resolveWithNewModule forwarded@0.1.0 checking installable status
-1501 silly cache add args [ 'forwarded@~0.1.0', null ]
-1502 verbose cache add spec forwarded@~0.1.0
-1503 silly cache add parsed spec Result {
-1503 silly cache add raw: 'forwarded@~0.1.0',
-1503 silly cache add scope: null,
-1503 silly cache add escapedName: 'forwarded',
-1503 silly cache add name: 'forwarded',
-1503 silly cache add rawSpec: '~0.1.0',
-1503 silly cache add spec: '>=0.1.0 <0.2.0',
-1503 silly cache add type: 'range' }
-1504 silly addNamed forwarded@>=0.1.0 <0.2.0
-1505 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for forwarded
-1506 silly addNameRange { name: 'forwarded', range: '>=0.1.0 <0.2.0', hasData: false }
-1507 silly mapToRegistry name forwarded
-1508 silly mapToRegistry using default registry
-1509 silly mapToRegistry registry https://registry.npmjs.org/
-1510 silly mapToRegistry data Result {
-1510 silly mapToRegistry raw: 'forwarded',
-1510 silly mapToRegistry scope: null,
-1510 silly mapToRegistry escapedName: 'forwarded',
-1510 silly mapToRegistry name: 'forwarded',
-1510 silly mapToRegistry rawSpec: '',
-1510 silly mapToRegistry spec: 'latest',
-1510 silly mapToRegistry type: 'tag' }
-1511 silly mapToRegistry uri https://registry.npmjs.org/forwarded
-1512 verbose addNameRange registry:https://registry.npmjs.org/forwarded not in flight; fetching
-1513 verbose get https://registry.npmjs.org/forwarded not expired, no request
-1514 silly addNameRange number 2 { name: 'forwarded', range: '>=0.1.0 <0.2.0', hasData: true }
-1515 silly addNameRange versions [ 'forwarded', [ '0.1.0' ] ]
-1516 silly addNamed forwarded@0.1.0
-1517 verbose addNamed "0.1.0" is a plain semver version for forwarded
-1518 silly resolveWithNewModule ipaddr.js@1.1.1 checking installable status
-1519 silly cache add args [ 'ipaddr.js@1.1.1', null ]
-1520 verbose cache add spec ipaddr.js@1.1.1
-1521 silly cache add parsed spec Result {
-1521 silly cache add raw: 'ipaddr.js@1.1.1',
-1521 silly cache add scope: null,
-1521 silly cache add escapedName: 'ipaddr.js',
-1521 silly cache add name: 'ipaddr.js',
-1521 silly cache add rawSpec: '1.1.1',
-1521 silly cache add spec: '1.1.1',
-1521 silly cache add type: 'version' }
-1522 silly addNamed ipaddr.js@1.1.1
-1523 verbose addNamed "1.1.1" is a plain semver version for ipaddr.js
-1524 silly mapToRegistry name ipaddr.js
-1525 silly mapToRegistry using default registry
-1526 silly mapToRegistry registry https://registry.npmjs.org/
-1527 silly mapToRegistry data Result {
-1527 silly mapToRegistry raw: 'ipaddr.js',
-1527 silly mapToRegistry scope: null,
-1527 silly mapToRegistry escapedName: 'ipaddr.js',
-1527 silly mapToRegistry name: 'ipaddr.js',
-1527 silly mapToRegistry rawSpec: '',
-1527 silly mapToRegistry spec: 'latest',
-1527 silly mapToRegistry type: 'tag' }
-1528 silly mapToRegistry uri https://registry.npmjs.org/ipaddr.js
-1529 verbose addNameVersion registry:https://registry.npmjs.org/ipaddr.js not in flight; fetching
-1530 silly cache afterAdd forwarded@0.1.0
-1531 verbose afterAdd /home/yoda/.npm/forwarded/0.1.0/package/package.json not in flight; writing
-1532 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1533 verbose get https://registry.npmjs.org/ipaddr.js not expired, no request
-1534 verbose afterAdd /home/yoda/.npm/forwarded/0.1.0/package/package.json written
-1535 silly cache afterAdd ipaddr.js@1.1.1
-1536 verbose afterAdd /home/yoda/.npm/ipaddr.js/1.1.1/package/package.json not in flight; writing
-1537 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1538 verbose afterAdd /home/yoda/.npm/ipaddr.js/1.1.1/package/package.json written
-1539 silly fetchNamedPackageData destroy
-1540 silly mapToRegistry name destroy
-1541 silly mapToRegistry using default registry
-1542 silly mapToRegistry registry https://registry.npmjs.org/
-1543 silly mapToRegistry data Result {
-1543 silly mapToRegistry raw: 'destroy',
-1543 silly mapToRegistry scope: null,
-1543 silly mapToRegistry escapedName: 'destroy',
-1543 silly mapToRegistry name: 'destroy',
-1543 silly mapToRegistry rawSpec: '',
-1543 silly mapToRegistry spec: 'latest',
-1543 silly mapToRegistry type: 'tag' }
-1544 silly mapToRegistry uri https://registry.npmjs.org/destroy
-1545 silly fetchNamedPackageData mime
-1546 silly mapToRegistry name mime
-1547 silly mapToRegistry using default registry
-1548 silly mapToRegistry registry https://registry.npmjs.org/
-1549 silly mapToRegistry data Result {
-1549 silly mapToRegistry raw: 'mime',
-1549 silly mapToRegistry scope: null,
-1549 silly mapToRegistry escapedName: 'mime',
-1549 silly mapToRegistry name: 'mime',
-1549 silly mapToRegistry rawSpec: '',
-1549 silly mapToRegistry spec: 'latest',
-1549 silly mapToRegistry type: 'tag' }
-1550 silly mapToRegistry uri https://registry.npmjs.org/mime
-1551 verbose request uri https://registry.npmjs.org/destroy
-1552 verbose request no auth needed
-1553 info attempt registry request try #1 at 9:26:53 PM
-1554 verbose etag "WBS0VFUEQKD43FI8PNJHPN7N"
-1555 http request GET https://registry.npmjs.org/destroy
-1556 verbose request uri https://registry.npmjs.org/mime
-1557 verbose request no auth needed
-1558 info attempt registry request try #1 at 9:26:53 PM
-1559 verbose etag "44P31JPRFYTDS09J7XIM8JIHM"
-1560 http request GET https://registry.npmjs.org/mime
-1561 http 304 https://registry.npmjs.org/mime
-1562 verbose headers { date: 'Sun, 06 Nov 2016 14:26:48 GMT',
-1562 verbose headers via: '1.1 varnish',
-1562 verbose headers 'cache-control': 'max-age=300',
-1562 verbose headers etag: '"44P31JPRFYTDS09J7XIM8JIHM"',
-1562 verbose headers age: '144',
-1562 verbose headers connection: 'keep-alive',
-1562 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1562 verbose headers 'x-cache': 'HIT',
-1562 verbose headers 'x-cache-hits': '4',
-1562 verbose headers 'x-timer': 'S1478442408.038481,VS0,VE0',
-1562 verbose headers vary: 'Accept-Encoding' }
-1563 silly get cb [ 304,
-1563 silly get { date: 'Sun, 06 Nov 2016 14:26:48 GMT',
-1563 silly get via: '1.1 varnish',
-1563 silly get 'cache-control': 'max-age=300',
-1563 silly get etag: '"44P31JPRFYTDS09J7XIM8JIHM"',
-1563 silly get age: '144',
-1563 silly get connection: 'keep-alive',
-1563 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1563 silly get 'x-cache': 'HIT',
-1563 silly get 'x-cache-hits': '4',
-1563 silly get 'x-timer': 'S1478442408.038481,VS0,VE0',
-1563 silly get vary: 'Accept-Encoding' } ]
-1564 verbose etag https://registry.npmjs.org/mime from cache
-1565 verbose get saving mime to /home/yoda/.npm/registry.npmjs.org/mime/.cache.json
-1566 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1567 silly resolveWithNewModule mime@1.3.4 checking installable status
-1568 silly cache add args [ 'mime@1.3.4', null ]
-1569 verbose cache add spec mime@1.3.4
-1570 silly cache add parsed spec Result {
-1570 silly cache add raw: 'mime@1.3.4',
-1570 silly cache add scope: null,
-1570 silly cache add escapedName: 'mime',
-1570 silly cache add name: 'mime',
-1570 silly cache add rawSpec: '1.3.4',
-1570 silly cache add spec: '1.3.4',
-1570 silly cache add type: 'version' }
-1571 silly addNamed mime@1.3.4
-1572 verbose addNamed "1.3.4" is a plain semver version for mime
-1573 silly mapToRegistry name mime
-1574 silly mapToRegistry using default registry
-1575 silly mapToRegistry registry https://registry.npmjs.org/
-1576 silly mapToRegistry data Result {
-1576 silly mapToRegistry raw: 'mime',
-1576 silly mapToRegistry scope: null,
-1576 silly mapToRegistry escapedName: 'mime',
-1576 silly mapToRegistry name: 'mime',
-1576 silly mapToRegistry rawSpec: '',
-1576 silly mapToRegistry spec: 'latest',
-1576 silly mapToRegistry type: 'tag' }
-1577 silly mapToRegistry uri https://registry.npmjs.org/mime
-1578 verbose addNameVersion registry:https://registry.npmjs.org/mime not in flight; fetching
-1579 verbose get https://registry.npmjs.org/mime not expired, no request
-1580 silly cache afterAdd mime@1.3.4
-1581 verbose afterAdd /home/yoda/.npm/mime/1.3.4/package/package.json not in flight; writing
-1582 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1583 verbose afterAdd /home/yoda/.npm/mime/1.3.4/package/package.json written
-1584 http 304 https://registry.npmjs.org/destroy
-1585 verbose headers { date: 'Sun, 06 Nov 2016 14:26:48 GMT',
-1585 verbose headers via: '1.1 varnish',
-1585 verbose headers 'cache-control': 'max-age=300',
-1585 verbose headers etag: '"WBS0VFUEQKD43FI8PNJHPN7N"',
-1585 verbose headers age: '0',
-1585 verbose headers connection: 'keep-alive',
-1585 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1585 verbose headers 'x-cache': 'HIT',
-1585 verbose headers 'x-cache-hits': '1',
-1585 verbose headers 'x-timer': 'S1478442408.034703,VS0,VE1108',
-1585 verbose headers vary: 'Accept-Encoding' }
-1586 silly get cb [ 304,
-1586 silly get { date: 'Sun, 06 Nov 2016 14:26:48 GMT',
-1586 silly get via: '1.1 varnish',
-1586 silly get 'cache-control': 'max-age=300',
-1586 silly get etag: '"WBS0VFUEQKD43FI8PNJHPN7N"',
-1586 silly get age: '0',
-1586 silly get connection: 'keep-alive',
-1586 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1586 silly get 'x-cache': 'HIT',
-1586 silly get 'x-cache-hits': '1',
-1586 silly get 'x-timer': 'S1478442408.034703,VS0,VE1108',
-1586 silly get vary: 'Accept-Encoding' } ]
-1587 verbose etag https://registry.npmjs.org/destroy from cache
-1588 verbose get saving destroy to /home/yoda/.npm/registry.npmjs.org/destroy/.cache.json
-1589 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1590 silly resolveWithNewModule destroy@1.0.4 checking installable status
-1591 silly cache add args [ 'destroy@~1.0.4', null ]
-1592 verbose cache add spec destroy@~1.0.4
-1593 silly cache add parsed spec Result {
-1593 silly cache add raw: 'destroy@~1.0.4',
-1593 silly cache add scope: null,
-1593 silly cache add escapedName: 'destroy',
-1593 silly cache add name: 'destroy',
-1593 silly cache add rawSpec: '~1.0.4',
-1593 silly cache add spec: '>=1.0.4 <1.1.0',
-1593 silly cache add type: 'range' }
-1594 silly addNamed destroy@>=1.0.4 <1.1.0
-1595 verbose addNamed ">=1.0.4 <1.1.0" is a valid semver range for destroy
-1596 silly addNameRange { name: 'destroy', range: '>=1.0.4 <1.1.0', hasData: false }
-1597 silly mapToRegistry name destroy
-1598 silly mapToRegistry using default registry
-1599 silly mapToRegistry registry https://registry.npmjs.org/
-1600 silly mapToRegistry data Result {
-1600 silly mapToRegistry raw: 'destroy',
-1600 silly mapToRegistry scope: null,
-1600 silly mapToRegistry escapedName: 'destroy',
-1600 silly mapToRegistry name: 'destroy',
-1600 silly mapToRegistry rawSpec: '',
-1600 silly mapToRegistry spec: 'latest',
-1600 silly mapToRegistry type: 'tag' }
-1601 silly mapToRegistry uri https://registry.npmjs.org/destroy
-1602 verbose addNameRange registry:https://registry.npmjs.org/destroy not in flight; fetching
-1603 verbose get https://registry.npmjs.org/destroy not expired, no request
-1604 silly addNameRange number 2 { name: 'destroy', range: '>=1.0.4 <1.1.0', hasData: true }
-1605 silly addNameRange versions [ 'destroy', [ '1.0.3', '1.0.4' ] ]
-1606 silly addNamed destroy@1.0.4
-1607 verbose addNamed "1.0.4" is a plain semver version for destroy
-1608 silly cache afterAdd destroy@1.0.4
-1609 verbose afterAdd /home/yoda/.npm/destroy/1.0.4/package/package.json not in flight; writing
-1610 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1611 verbose afterAdd /home/yoda/.npm/destroy/1.0.4/package/package.json written
-1612 silly fetchNamedPackageData send
-1613 silly mapToRegistry name send
-1614 silly mapToRegistry using default registry
-1615 silly mapToRegistry registry https://registry.npmjs.org/
-1616 silly mapToRegistry data Result {
-1616 silly mapToRegistry raw: 'send',
-1616 silly mapToRegistry scope: null,
-1616 silly mapToRegistry escapedName: 'send',
-1616 silly mapToRegistry name: 'send',
-1616 silly mapToRegistry rawSpec: '',
-1616 silly mapToRegistry spec: 'latest',
-1616 silly mapToRegistry type: 'tag' }
-1617 silly mapToRegistry uri https://registry.npmjs.org/send
-1618 silly resolveWithNewModule send@0.14.1 checking installable status
-1619 silly fetchNamedPackageData fresh
-1620 silly mapToRegistry name fresh
-1621 silly mapToRegistry using default registry
-1622 silly mapToRegistry registry https://registry.npmjs.org/
-1623 silly mapToRegistry data Result {
-1623 silly mapToRegistry raw: 'fresh',
-1623 silly mapToRegistry scope: null,
-1623 silly mapToRegistry escapedName: 'fresh',
-1623 silly mapToRegistry name: 'fresh',
-1623 silly mapToRegistry rawSpec: '',
-1623 silly mapToRegistry spec: 'latest',
-1623 silly mapToRegistry type: 'tag' }
-1624 silly mapToRegistry uri https://registry.npmjs.org/fresh
-1625 silly resolveWithNewModule fresh@0.3.0 checking installable status
-1626 silly fetchNamedPackageData mime
-1627 silly mapToRegistry name mime
-1628 silly mapToRegistry using default registry
-1629 silly mapToRegistry registry https://registry.npmjs.org/
-1630 silly mapToRegistry data Result {
-1630 silly mapToRegistry raw: 'mime',
-1630 silly mapToRegistry scope: null,
-1630 silly mapToRegistry escapedName: 'mime',
-1630 silly mapToRegistry name: 'mime',
-1630 silly mapToRegistry rawSpec: '',
-1630 silly mapToRegistry spec: 'latest',
-1630 silly mapToRegistry type: 'tag' }
-1631 silly mapToRegistry uri https://registry.npmjs.org/mime
-1632 silly resolveWithNewModule mime@1.3.4 checking installable status
-1633 silly fetchNamedPackageData range-parser
-1634 silly mapToRegistry name range-parser
-1635 silly mapToRegistry using default registry
-1636 silly mapToRegistry registry https://registry.npmjs.org/
-1637 silly mapToRegistry data Result {
-1637 silly mapToRegistry raw: 'range-parser',
-1637 silly mapToRegistry scope: null,
-1637 silly mapToRegistry escapedName: 'range-parser',
-1637 silly mapToRegistry name: 'range-parser',
-1637 silly mapToRegistry rawSpec: '',
-1637 silly mapToRegistry spec: 'latest',
-1637 silly mapToRegistry type: 'tag' }
-1638 silly mapToRegistry uri https://registry.npmjs.org/range-parser
-1639 silly resolveWithNewModule range-parser@1.2.0 checking installable status
-1640 silly fetchNamedPackageData grunt-contrib-imagemin
-1641 silly mapToRegistry name grunt-contrib-imagemin
-1642 silly mapToRegistry using default registry
-1643 silly mapToRegistry registry https://registry.npmjs.org/
-1644 silly mapToRegistry data Result {
-1644 silly mapToRegistry raw: 'grunt-contrib-imagemin',
-1644 silly mapToRegistry scope: null,
-1644 silly mapToRegistry escapedName: 'grunt-contrib-imagemin',
-1644 silly mapToRegistry name: 'grunt-contrib-imagemin',
-1644 silly mapToRegistry rawSpec: '',
-1644 silly mapToRegistry spec: 'latest',
-1644 silly mapToRegistry type: 'tag' }
-1645 silly mapToRegistry uri https://registry.npmjs.org/grunt-contrib-imagemin
-1646 verbose request uri https://registry.npmjs.org/grunt-contrib-imagemin
-1647 verbose request no auth needed
-1648 info attempt registry request try #1 at 9:26:55 PM
-1649 verbose etag "5IBW64EHU5X91L4YNNDM22VV5"
-1650 http request GET https://registry.npmjs.org/grunt-contrib-imagemin
-1651 http 304 https://registry.npmjs.org/grunt-contrib-imagemin
-1652 verbose headers { date: 'Sun, 06 Nov 2016 14:26:49 GMT',
-1652 verbose headers via: '1.1 varnish',
-1652 verbose headers 'cache-control': 'max-age=300',
-1652 verbose headers etag: '"5IBW64EHU5X91L4YNNDM22VV5"',
-1652 verbose headers age: '79',
-1652 verbose headers connection: 'keep-alive',
-1652 verbose headers 'x-served-by': 'cache-hkg6820-HKG',
-1652 verbose headers 'x-cache': 'HIT',
-1652 verbose headers 'x-cache-hits': '1',
-1652 verbose headers 'x-timer': 'S1478442409.623956,VS0,VE0',
-1652 verbose headers vary: 'Accept-Encoding' }
-1653 silly get cb [ 304,
-1653 silly get { date: 'Sun, 06 Nov 2016 14:26:49 GMT',
-1653 silly get via: '1.1 varnish',
-1653 silly get 'cache-control': 'max-age=300',
-1653 silly get etag: '"5IBW64EHU5X91L4YNNDM22VV5"',
-1653 silly get age: '79',
-1653 silly get connection: 'keep-alive',
-1653 silly get 'x-served-by': 'cache-hkg6820-HKG',
-1653 silly get 'x-cache': 'HIT',
-1653 silly get 'x-cache-hits': '1',
-1653 silly get 'x-timer': 'S1478442409.623956,VS0,VE0',
-1653 silly get vary: 'Accept-Encoding' } ]
-1654 verbose etag https://registry.npmjs.org/grunt-contrib-imagemin from cache
-1655 verbose get saving grunt-contrib-imagemin to /home/yoda/.npm/registry.npmjs.org/grunt-contrib-imagemin/.cache.json
-1656 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1657 silly resolveWithNewModule grunt-contrib-imagemin@0.3.0 checking installable status
-1658 silly cache add args [ 'grunt-contrib-imagemin@~0.3.0', null ]
-1659 verbose cache add spec grunt-contrib-imagemin@~0.3.0
-1660 silly cache add parsed spec Result {
-1660 silly cache add raw: 'grunt-contrib-imagemin@~0.3.0',
-1660 silly cache add scope: null,
-1660 silly cache add escapedName: 'grunt-contrib-imagemin',
-1660 silly cache add name: 'grunt-contrib-imagemin',
-1660 silly cache add rawSpec: '~0.3.0',
-1660 silly cache add spec: '>=0.3.0 <0.4.0',
-1660 silly cache add type: 'range' }
-1661 silly addNamed grunt-contrib-imagemin@>=0.3.0 <0.4.0
-1662 verbose addNamed ">=0.3.0 <0.4.0" is a valid semver range for grunt-contrib-imagemin
-1663 silly addNameRange { name: 'grunt-contrib-imagemin',
-1663 silly addNameRange range: '>=0.3.0 <0.4.0',
-1663 silly addNameRange hasData: false }
-1664 silly mapToRegistry name grunt-contrib-imagemin
-1665 silly mapToRegistry using default registry
-1666 silly mapToRegistry registry https://registry.npmjs.org/
-1667 silly mapToRegistry data Result {
-1667 silly mapToRegistry raw: 'grunt-contrib-imagemin',
-1667 silly mapToRegistry scope: null,
-1667 silly mapToRegistry escapedName: 'grunt-contrib-imagemin',
-1667 silly mapToRegistry name: 'grunt-contrib-imagemin',
-1667 silly mapToRegistry rawSpec: '',
-1667 silly mapToRegistry spec: 'latest',
-1667 silly mapToRegistry type: 'tag' }
-1668 silly mapToRegistry uri https://registry.npmjs.org/grunt-contrib-imagemin
-1669 verbose addNameRange registry:https://registry.npmjs.org/grunt-contrib-imagemin not in flight; fetching
-1670 verbose get https://registry.npmjs.org/grunt-contrib-imagemin not expired, no request
-1671 silly addNameRange number 2 { name: 'grunt-contrib-imagemin',
-1671 silly addNameRange range: '>=0.3.0 <0.4.0',
-1671 silly addNameRange hasData: true }
-1672 silly addNameRange versions [ 'grunt-contrib-imagemin',
-1672 silly addNameRange [ '0.1.0',
-1672 silly addNameRange '0.1.1',
-1672 silly addNameRange '0.1.2',
-1672 silly addNameRange '0.1.3',
-1672 silly addNameRange '0.1.4',
-1672 silly addNameRange '0.1.1-rc7',
-1672 silly addNameRange '0.1.1-rc8',
-1672 silly addNameRange '0.2.0',
-1672 silly addNameRange '0.2.1',
-1672 silly addNameRange '0.3.0',
-1672 silly addNameRange '0.4.0',
-1672 silly addNameRange '0.4.1',
-1672 silly addNameRange '0.5.0',
-1672 silly addNameRange '0.6.0',
-1672 silly addNameRange '0.6.1',
-1672 silly addNameRange '0.7.0',
-1672 silly addNameRange '0.7.1',
-1672 silly addNameRange '0.7.2',
-1672 silly addNameRange '0.8.0',
-1672 silly addNameRange '0.8.1',
-1672 silly addNameRange '0.9.0',
-1672 silly addNameRange '0.9.1',
-1672 silly addNameRange '0.9.2',
-1672 silly addNameRange '0.9.3',
-1672 silly addNameRange '0.9.4',
-1672 silly addNameRange '1.0.0',
-1672 silly addNameRange '1.0.1' ] ]
-1673 silly addNamed grunt-contrib-imagemin@0.3.0
-1674 verbose addNamed "0.3.0" is a plain semver version for grunt-contrib-imagemin
-1675 silly cache afterAdd grunt-contrib-imagemin@0.3.0
-1676 verbose afterAdd /home/yoda/.npm/grunt-contrib-imagemin/0.3.0/package/package.json not in flight; writing
-1677 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1678 verbose afterAdd /home/yoda/.npm/grunt-contrib-imagemin/0.3.0/package/package.json written
-1679 silly fetchNamedPackageData gifsicle
-1680 silly mapToRegistry name gifsicle
-1681 silly mapToRegistry using default registry
-1682 silly mapToRegistry registry https://registry.npmjs.org/
-1683 silly mapToRegistry data Result {
-1683 silly mapToRegistry raw: 'gifsicle',
-1683 silly mapToRegistry scope: null,
-1683 silly mapToRegistry escapedName: 'gifsicle',
-1683 silly mapToRegistry name: 'gifsicle',
-1683 silly mapToRegistry rawSpec: '',
-1683 silly mapToRegistry spec: 'latest',
-1683 silly mapToRegistry type: 'tag' }
-1684 silly mapToRegistry uri https://registry.npmjs.org/gifsicle
-1685 silly fetchNamedPackageData chalk
-1686 silly mapToRegistry name chalk
-1687 silly mapToRegistry using default registry
-1688 silly mapToRegistry registry https://registry.npmjs.org/
-1689 silly mapToRegistry data Result {
-1689 silly mapToRegistry raw: 'chalk',
-1689 silly mapToRegistry scope: null,
-1689 silly mapToRegistry escapedName: 'chalk',
-1689 silly mapToRegistry name: 'chalk',
-1689 silly mapToRegistry rawSpec: '',
-1689 silly mapToRegistry spec: 'latest',
-1689 silly mapToRegistry type: 'tag' }
-1690 silly mapToRegistry uri https://registry.npmjs.org/chalk
-1691 verbose request uri https://registry.npmjs.org/gifsicle
-1692 verbose request no auth needed
-1693 info attempt registry request try #1 at 9:26:55 PM
-1694 verbose etag "96YNCLZ091QLXNRXUSCP97ATL"
-1695 http request GET https://registry.npmjs.org/gifsicle
-1696 verbose request uri https://registry.npmjs.org/chalk
-1697 verbose request no auth needed
-1698 info attempt registry request try #1 at 9:26:55 PM
-1699 verbose etag "9QDDGGP6IP1XZ21CW31E1DWMR"
-1700 http request GET https://registry.npmjs.org/chalk
-1701 http 304 https://registry.npmjs.org/chalk
-1702 verbose headers { date: 'Sun, 06 Nov 2016 14:26:50 GMT',
-1702 verbose headers via: '1.1 varnish',
-1702 verbose headers 'cache-control': 'max-age=300',
-1702 verbose headers etag: '"9QDDGGP6IP1XZ21CW31E1DWMR"',
-1702 verbose headers age: '119',
-1702 verbose headers connection: 'keep-alive',
-1702 verbose headers 'x-served-by': 'cache-hkg6825-HKG',
-1702 verbose headers 'x-cache': 'HIT',
-1702 verbose headers 'x-cache-hits': '59',
-1702 verbose headers 'x-timer': 'S1478442410.394396,VS0,VE0',
-1702 verbose headers vary: 'Accept-Encoding' }
-1703 silly get cb [ 304,
-1703 silly get { date: 'Sun, 06 Nov 2016 14:26:50 GMT',
-1703 silly get via: '1.1 varnish',
-1703 silly get 'cache-control': 'max-age=300',
-1703 silly get etag: '"9QDDGGP6IP1XZ21CW31E1DWMR"',
-1703 silly get age: '119',
-1703 silly get connection: 'keep-alive',
-1703 silly get 'x-served-by': 'cache-hkg6825-HKG',
-1703 silly get 'x-cache': 'HIT',
-1703 silly get 'x-cache-hits': '59',
-1703 silly get 'x-timer': 'S1478442410.394396,VS0,VE0',
-1703 silly get vary: 'Accept-Encoding' } ]
-1704 verbose etag https://registry.npmjs.org/chalk from cache
-1705 verbose get saving chalk to /home/yoda/.npm/registry.npmjs.org/chalk/.cache.json
-1706 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1707 silly resolveWithNewModule chalk@0.2.1 checking installable status
-1708 silly cache add args [ 'chalk@~0.2.0', null ]
-1709 verbose cache add spec chalk@~0.2.0
-1710 silly cache add parsed spec Result {
-1710 silly cache add raw: 'chalk@~0.2.0',
-1710 silly cache add scope: null,
-1710 silly cache add escapedName: 'chalk',
-1710 silly cache add name: 'chalk',
-1710 silly cache add rawSpec: '~0.2.0',
-1710 silly cache add spec: '>=0.2.0 <0.3.0',
-1710 silly cache add type: 'range' }
-1711 silly addNamed chalk@>=0.2.0 <0.3.0
-1712 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for chalk
-1713 silly addNameRange { name: 'chalk', range: '>=0.2.0 <0.3.0', hasData: false }
-1714 silly mapToRegistry name chalk
-1715 silly mapToRegistry using default registry
-1716 silly mapToRegistry registry https://registry.npmjs.org/
-1717 silly mapToRegistry data Result {
-1717 silly mapToRegistry raw: 'chalk',
-1717 silly mapToRegistry scope: null,
-1717 silly mapToRegistry escapedName: 'chalk',
-1717 silly mapToRegistry name: 'chalk',
-1717 silly mapToRegistry rawSpec: '',
-1717 silly mapToRegistry spec: 'latest',
-1717 silly mapToRegistry type: 'tag' }
-1718 silly mapToRegistry uri https://registry.npmjs.org/chalk
-1719 verbose addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching
-1720 verbose get https://registry.npmjs.org/chalk not expired, no request
-1721 silly addNameRange number 2 { name: 'chalk', range: '>=0.2.0 <0.3.0', hasData: true }
-1722 silly addNameRange versions [ 'chalk',
-1722 silly addNameRange [ '0.1.0',
-1722 silly addNameRange '0.1.1',
-1722 silly addNameRange '0.2.0',
-1722 silly addNameRange '0.2.1',
-1722 silly addNameRange '0.3.0',
-1722 silly addNameRange '0.4.0',
-1722 silly addNameRange '0.5.0',
-1722 silly addNameRange '0.5.1',
-1722 silly addNameRange '1.0.0',
-1722 silly addNameRange '1.1.0',
-1722 silly addNameRange '1.1.1',
-1722 silly addNameRange '1.1.2',
-1722 silly addNameRange '1.1.3' ] ]
-1723 silly addNamed chalk@0.2.1
-1724 verbose addNamed "0.2.1" is a plain semver version for chalk
-1725 silly cache afterAdd chalk@0.2.1
-1726 verbose afterAdd /home/yoda/.npm/chalk/0.2.1/package/package.json not in flight; writing
-1727 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1728 verbose afterAdd /home/yoda/.npm/chalk/0.2.1/package/package.json written
-1729 http 304 https://registry.npmjs.org/gifsicle
-1730 verbose headers { date: 'Sun, 06 Nov 2016 14:26:50 GMT',
-1730 verbose headers via: '1.1 varnish',
-1730 verbose headers 'cache-control': 'max-age=300',
-1730 verbose headers etag: '"96YNCLZ091QLXNRXUSCP97ATL"',
-1730 verbose headers age: '163',
-1730 verbose headers connection: 'keep-alive',
-1730 verbose headers 'x-served-by': 'cache-hkg6826-HKG',
-1730 verbose headers 'x-cache': 'HIT',
-1730 verbose headers 'x-cache-hits': '1',
-1730 verbose headers 'x-timer': 'S1478442410.400624,VS0,VE0',
-1730 verbose headers vary: 'Accept-Encoding' }
-1731 silly get cb [ 304,
-1731 silly get { date: 'Sun, 06 Nov 2016 14:26:50 GMT',
-1731 silly get via: '1.1 varnish',
-1731 silly get 'cache-control': 'max-age=300',
-1731 silly get etag: '"96YNCLZ091QLXNRXUSCP97ATL"',
-1731 silly get age: '163',
-1731 silly get connection: 'keep-alive',
-1731 silly get 'x-served-by': 'cache-hkg6826-HKG',
-1731 silly get 'x-cache': 'HIT',
-1731 silly get 'x-cache-hits': '1',
-1731 silly get 'x-timer': 'S1478442410.400624,VS0,VE0',
-1731 silly get vary: 'Accept-Encoding' } ]
-1732 verbose etag https://registry.npmjs.org/gifsicle from cache
-1733 verbose get saving gifsicle to /home/yoda/.npm/registry.npmjs.org/gifsicle/.cache.json
-1734 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1735 silly resolveWithNewModule gifsicle@0.1.7 checking installable status
-1736 silly cache add args [ 'gifsicle@~0.1.0', null ]
-1737 verbose cache add spec gifsicle@~0.1.0
-1738 silly cache add parsed spec Result {
-1738 silly cache add raw: 'gifsicle@~0.1.0',
-1738 silly cache add scope: null,
-1738 silly cache add escapedName: 'gifsicle',
-1738 silly cache add name: 'gifsicle',
-1738 silly cache add rawSpec: '~0.1.0',
-1738 silly cache add spec: '>=0.1.0 <0.2.0',
-1738 silly cache add type: 'range' }
-1739 silly addNamed gifsicle@>=0.1.0 <0.2.0
-1740 verbose addNamed ">=0.1.0 <0.2.0" is a valid semver range for gifsicle
-1741 silly addNameRange { name: 'gifsicle', range: '>=0.1.0 <0.2.0', hasData: false }
-1742 silly mapToRegistry name gifsicle
-1743 silly mapToRegistry using default registry
-1744 silly mapToRegistry registry https://registry.npmjs.org/
-1745 silly mapToRegistry data Result {
-1745 silly mapToRegistry raw: 'gifsicle',
-1745 silly mapToRegistry scope: null,
-1745 silly mapToRegistry escapedName: 'gifsicle',
-1745 silly mapToRegistry name: 'gifsicle',
-1745 silly mapToRegistry rawSpec: '',
-1745 silly mapToRegistry spec: 'latest',
-1745 silly mapToRegistry type: 'tag' }
-1746 silly mapToRegistry uri https://registry.npmjs.org/gifsicle
-1747 verbose addNameRange registry:https://registry.npmjs.org/gifsicle not in flight; fetching
-1748 verbose get https://registry.npmjs.org/gifsicle not expired, no request
-1749 silly addNameRange number 2 { name: 'gifsicle', range: '>=0.1.0 <0.2.0', hasData: true }
-1750 silly addNameRange versions [ 'gifsicle',
-1750 silly addNameRange [ '0.1.0',
-1750 silly addNameRange '0.1.1',
-1750 silly addNameRange '0.1.2',
-1750 silly addNameRange '0.1.3',
-1750 silly addNameRange '0.1.4',
-1750 silly addNameRange '0.1.5',
-1750 silly addNameRange '0.1.6',
-1750 silly addNameRange '0.1.7',
-1750 silly addNameRange '1.0.0',
-1750 silly addNameRange '1.0.1',
-1750 silly addNameRange '1.0.2',
-1750 silly addNameRange '1.0.3',
-1750 silly addNameRange '2.0.0',
-1750 silly addNameRange '2.0.1',
-1750 silly addNameRange '3.0.0',
-1750 silly addNameRange '3.0.1',
-1750 silly addNameRange '3.0.2',
-1750 silly addNameRange '3.0.3',
-1750 silly addNameRange '3.0.4' ] ]
-1751 silly addNamed gifsicle@0.1.7
-1752 verbose addNamed "0.1.7" is a plain semver version for gifsicle
-1753 silly cache afterAdd gifsicle@0.1.7
-1754 verbose afterAdd /home/yoda/.npm/gifsicle/0.1.7/package/package.json not in flight; writing
-1755 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1756 verbose afterAdd /home/yoda/.npm/gifsicle/0.1.7/package/package.json written
-1757 silly fetchNamedPackageData ansi-styles
-1758 silly mapToRegistry name ansi-styles
-1759 silly mapToRegistry using default registry
-1760 silly mapToRegistry registry https://registry.npmjs.org/
-1761 silly mapToRegistry data Result {
-1761 silly mapToRegistry raw: 'ansi-styles',
-1761 silly mapToRegistry scope: null,
-1761 silly mapToRegistry escapedName: 'ansi-styles',
-1761 silly mapToRegistry name: 'ansi-styles',
-1761 silly mapToRegistry rawSpec: '',
-1761 silly mapToRegistry spec: 'latest',
-1761 silly mapToRegistry type: 'tag' }
-1762 silly mapToRegistry uri https://registry.npmjs.org/ansi-styles
-1763 verbose request uri https://registry.npmjs.org/ansi-styles
-1764 verbose request no auth needed
-1765 info attempt registry request try #1 at 9:26:56 PM
-1766 verbose etag "94H0KROSM6LLXZPICA81SIC10"
-1767 http request GET https://registry.npmjs.org/ansi-styles
-1768 http 304 https://registry.npmjs.org/ansi-styles
-1769 verbose headers { date: 'Sun, 06 Nov 2016 14:26:50 GMT',
-1769 verbose headers via: '1.1 varnish',
-1769 verbose headers 'cache-control': 'max-age=300',
-1769 verbose headers etag: '"94H0KROSM6LLXZPICA81SIC10"',
-1769 verbose headers age: '58',
-1769 verbose headers connection: 'keep-alive',
-1769 verbose headers 'x-served-by': 'cache-hkg6824-HKG',
-1769 verbose headers 'x-cache': 'HIT',
-1769 verbose headers 'x-cache-hits': '3',
-1769 verbose headers 'x-timer': 'S1478442410.724493,VS0,VE0',
-1769 verbose headers vary: 'Accept-Encoding' }
-1770 silly get cb [ 304,
-1770 silly get { date: 'Sun, 06 Nov 2016 14:26:50 GMT',
-1770 silly get via: '1.1 varnish',
-1770 silly get 'cache-control': 'max-age=300',
-1770 silly get etag: '"94H0KROSM6LLXZPICA81SIC10"',
-1770 silly get age: '58',
-1770 silly get connection: 'keep-alive',
-1770 silly get 'x-served-by': 'cache-hkg6824-HKG',
-1770 silly get 'x-cache': 'HIT',
-1770 silly get 'x-cache-hits': '3',
-1770 silly get 'x-timer': 'S1478442410.724493,VS0,VE0',
-1770 silly get vary: 'Accept-Encoding' } ]
-1771 verbose etag https://registry.npmjs.org/ansi-styles from cache
-1772 verbose get saving ansi-styles to /home/yoda/.npm/registry.npmjs.org/ansi-styles/.cache.json
-1773 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1774 silly resolveWithNewModule ansi-styles@0.2.0 checking installable status
-1775 silly cache add args [ 'ansi-styles@~0.2.0', null ]
-1776 verbose cache add spec ansi-styles@~0.2.0
-1777 silly cache add parsed spec Result {
-1777 silly cache add raw: 'ansi-styles@~0.2.0',
-1777 silly cache add scope: null,
-1777 silly cache add escapedName: 'ansi-styles',
-1777 silly cache add name: 'ansi-styles',
-1777 silly cache add rawSpec: '~0.2.0',
-1777 silly cache add spec: '>=0.2.0 <0.3.0',
-1777 silly cache add type: 'range' }
-1778 silly addNamed ansi-styles@>=0.2.0 <0.3.0
-1779 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-styles
-1780 silly addNameRange { name: 'ansi-styles', range: '>=0.2.0 <0.3.0', hasData: false }
-1781 silly mapToRegistry name ansi-styles
-1782 silly mapToRegistry using default registry
-1783 silly mapToRegistry registry https://registry.npmjs.org/
-1784 silly mapToRegistry data Result {
-1784 silly mapToRegistry raw: 'ansi-styles',
-1784 silly mapToRegistry scope: null,
-1784 silly mapToRegistry escapedName: 'ansi-styles',
-1784 silly mapToRegistry name: 'ansi-styles',
-1784 silly mapToRegistry rawSpec: '',
-1784 silly mapToRegistry spec: 'latest',
-1784 silly mapToRegistry type: 'tag' }
-1785 silly mapToRegistry uri https://registry.npmjs.org/ansi-styles
-1786 verbose addNameRange registry:https://registry.npmjs.org/ansi-styles not in flight; fetching
-1787 verbose get https://registry.npmjs.org/ansi-styles not expired, no request
-1788 silly addNameRange number 2 { name: 'ansi-styles', range: '>=0.2.0 <0.3.0', hasData: true }
-1789 silly addNameRange versions [ 'ansi-styles',
-1789 silly addNameRange [ '0.1.0',
-1789 silly addNameRange '0.1.1',
-1789 silly addNameRange '0.1.2',
-1789 silly addNameRange '0.2.0',
-1789 silly addNameRange '1.0.0',
-1789 silly addNameRange '1.1.0',
-1789 silly addNameRange '2.0.0',
-1789 silly addNameRange '2.0.1',
-1789 silly addNameRange '2.1.0',
-1789 silly addNameRange '2.2.1' ] ]
-1790 silly addNamed ansi-styles@0.2.0
-1791 verbose addNamed "0.2.0" is a plain semver version for ansi-styles
-1792 silly cache afterAdd ansi-styles@0.2.0
-1793 verbose afterAdd /home/yoda/.npm/ansi-styles/0.2.0/package/package.json not in flight; writing
-1794 verbose correctMkdir /home/yoda/.npm correctMkdir not in flight; initializing
-1795 verbose afterAdd /home/yoda/.npm/ansi-styles/0.2.0/package/package.json written
-1796 silly loadAllDepsIntoIdealTree Finishing
-1797 silly loadIdealTree Finishing
-1798 silly currentTree tshats@0.0.0
-1798 silly currentTree ├── abbrev@1.0.9
-1798 silly currentTree ├── adm-zip@0.4.7
-1798 silly currentTree ├── amdefine@1.0.1
-1798 silly currentTree ├── ansi-regex@2.0.0
-1798 silly currentTree ├── ansi-styles@0.1.2
-1798 silly currentTree ├── ansi@0.3.1
-1798 silly currentTree ├── archy@0.0.2
-1798 silly currentTree ├─┬ argparse@0.1.16
-1798 silly currentTree │ └── underscore.string@2.4.0
-1798 silly currentTree ├── asn1@0.2.3
-1798 silly currentTree ├── assert-plus@0.2.0
-1798 silly currentTree ├── astral-angular-annotate@0.0.2
-1798 silly currentTree ├── astral-pass@0.1.0
-1798 silly currentTree ├── astral@0.1.0
-1798 silly currentTree ├── async@0.1.22
-1798 silly currentTree ├── asynckit@0.4.0
-1798 silly currentTree ├── aws-sign2@0.6.0
-1798 silly currentTree ├── aws4@1.5.0
-1798 silly currentTree ├── balanced-match@0.4.2
-1798 silly currentTree ├── bcrypt-pbkdf@1.0.0
-1798 silly currentTree ├── bin-build@0.1.1
-1798 silly currentTree ├── bin-check@0.1.5
-1798 silly currentTree ├── bin-wrapper@0.3.4
-1798 silly currentTree ├── binary@0.3.0
-1798 silly currentTree ├── block-stream@0.0.9
-1798 silly currentTree ├── boom@2.10.1
-1798 silly currentTree ├─┬ bower-requirejs@0.9.2
-1798 silly currentTree │ ├── ansi-styles@1.0.0
-1798 silly currentTree │ ├── chalk@0.4.0
-1798 silly currentTree │ ├── glob@3.2.11
-1798 silly currentTree │ ├── lodash@2.4.2
-1798 silly currentTree │ ├── minimatch@0.3.0
-1798 silly currentTree │ └── nopt@2.1.2
-1798 silly currentTree ├─┬ bower@0.9.2
-1798 silly currentTree │ ├── async@0.2.10
-1798 silly currentTree │ ├── graceful-fs@1.1.14
-1798 silly currentTree │ ├── lodash@1.0.2
-1798 silly currentTree │ ├── mkdirp@0.3.5
-1798 silly currentTree │ ├── nopt@2.0.0
-1798 silly currentTree │ ├─┬ request@2.11.4
-1798 silly currentTree │ │ ├─┬ form-data@0.0.3
-1798 silly currentTree │ │ │ ├── async@0.1.9
-1798 silly currentTree │ │ │ └─┬ combined-stream@0.0.3
-1798 silly currentTree │ │ │ └── delayed-stream@0.0.5
-1798 silly currentTree │ │ └── mime@1.2.7
-1798 silly currentTree │ ├── rimraf@2.0.3
-1798 silly currentTree │ └── semver@1.1.4
-1798 silly currentTree ├── brace-expansion@1.1.6
-1798 silly currentTree ├── buffer-crc32@0.2.1
-1798 silly currentTree ├── buffers@0.1.1
-1798 silly currentTree ├── bytes@0.2.0
-1798 silly currentTree ├── caseless@0.11.0
-1798 silly currentTree ├── chainsaw@0.1.0
-1798 silly currentTree ├── chalk@0.1.1
-1798 silly currentTree ├─┬ clean-css@2.0.8
-1798 silly currentTree │ └── commander@2.0.0
-1798 silly currentTree ├── cli@0.4.5
-1798 silly currentTree ├── clone@0.1.19
-1798 silly currentTree ├── coa@0.3.9
-1798 silly currentTree ├── coffee-script@1.3.3
-1798 silly currentTree ├── colors@0.6.2
-1798 silly currentTree ├── combined-stream@1.0.5
-1798 silly currentTree ├── commander@2.9.0
-1798 silly currentTree ├── concat-map@0.0.1
-1798 silly currentTree ├── config-chain@0.3.4
-1798 silly currentTree ├─┬ configstore@0.3.2
-1798 silly currentTree │ ├── argparse@1.0.9
-1798 silly currentTree │ ├── esprima@2.7.3
-1798 silly currentTree │ ├── graceful-fs@3.0.11
-1798 silly currentTree │ ├── js-yaml@3.6.1
-1798 silly currentTree │ └── object-assign@2.1.1
-1798 silly currentTree ├── connect-livereload@0.2.0
-1798 silly currentTree ├─┬ connect-modrewrite@0.8.5
-1798 silly currentTree │ └── qs@1.2.2
-1798 silly currentTree ├─┬ connect@2.7.11
-1798 silly currentTree │ └── qs@0.6.5
-1798 silly currentTree ├── console-browserify@0.1.6
-1798 silly currentTree ├── cookie-signature@1.0.1
-1798 silly currentTree ├── cookie@0.0.5
-1798 silly currentTree ├── core-util-is@1.0.2
-1798 silly currentTree ├── cryptiles@2.0.5
-1798 silly currentTree ├── css-parse@1.6.0
-1798 silly currentTree ├── css-stringify@1.4.1
-1798 silly currentTree ├─┬ dashdash@1.14.0
-1798 silly currentTree │ └── assert-plus@1.0.0
-1798 silly currentTree ├── date-time@0.1.1
-1798 silly currentTree ├── dateformat@1.0.2-1.2.3
-1798 silly currentTree ├── debug@2.2.0
-1798 silly currentTree ├─┬ decompress@0.2.5
-1798 silly currentTree │ ├── mkdirp@0.3.5
-1798 silly currentTree │ └── nopt@2.2.1
-1798 silly currentTree ├── delayed-stream@1.0.0
-1798 silly currentTree ├─┬ download@0.1.19
-1798 silly currentTree │ ├── mkdirp@0.3.5
-1798 silly currentTree │ └── nopt@2.2.1
-1798 silly currentTree ├── duplexer@0.1.1
-1798 silly currentTree ├── each-async@0.1.3
-1798 silly currentTree ├── ecc-jsbn@0.1.1
-1798 silly currentTree ├── escape-string-regexp@1.0.5
-1798 silly currentTree ├── escodegen@0.0.28
-1798 silly currentTree ├── esprima@1.0.4
-1798 silly currentTree ├── estraverse@1.3.2
-1798 silly currentTree ├── eventemitter2@0.4.14
-1798 silly currentTree ├── executable@0.1.3
-1798 silly currentTree ├── exit@0.1.2
-1798 silly currentTree ├── ext-list@0.2.0
-1798 silly currentTree ├─┬ ext-name@1.0.1
-1798 silly currentTree │ └── underscore.string@2.3.3
-1798 silly currentTree ├── extend@3.0.0
-1798 silly currentTree ├── extsprintf@1.0.2
-1798 silly currentTree ├── faye-websocket@0.4.4
-1798 silly currentTree ├─┬ file-utils@0.2.2
-1798 silly currentTree │ ├─┬ findup-sync@0.2.1
-1798 silly currentTree │ │ └── glob@4.3.5
-1798 silly currentTree │ ├── glob@4.5.3
-1798 silly currentTree │ ├── iconv-lite@0.4.13
-1798 silly currentTree │ ├── lodash@2.4.2
-1798 silly currentTree │ └── minimatch@2.0.10
-1798 silly currentTree ├── filesize@1.10.0
-1798 silly currentTree ├── find-file@0.1.4
-1798 silly currentTree ├─┬ findup-sync@0.1.3
-1798 silly currentTree │ ├── glob@3.2.11
-1798 silly currentTree │ ├── lodash@2.4.2
-1798 silly currentTree │ └── minimatch@0.3.0
-1798 silly currentTree ├── forever-agent@0.6.1
-1798 silly currentTree ├── form-data@2.1.1
-1798 silly currentTree ├── formidable@1.0.14
-1798 silly currentTree ├── fresh@0.1.0
-1798 silly currentTree ├─┬ fstream@0.1.31
-1798 silly currentTree │ └── graceful-fs@3.0.11
-1798 silly currentTree ├── gaze@0.4.3
-1798 silly currentTree ├── generate-function@2.0.0
-1798 silly currentTree ├── generate-object-property@1.2.0
-1798 silly currentTree ├── get-stdin@0.1.0
-1798 silly currentTree ├── get-urls@0.1.2
-1798 silly currentTree ├── getobject@0.1.0
-1798 silly currentTree ├─┬ getpass@0.1.6
-1798 silly currentTree │ └── assert-plus@1.0.0
-1798 silly currentTree ├─┬ glob@3.1.21
-1798 silly currentTree │ └── inherits@1.0.2
-1798 silly currentTree ├─┬ globule@0.1.0
-1798 silly currentTree │ └── lodash@1.0.2
-1798 silly currentTree ├─┬ google-cdn@0.1.4
-1798 silly currentTree │ ├── debug@0.7.4
-1798 silly currentTree │ └── semver@2.0.11
-1798 silly currentTree ├─┬ got@0.2.0
-1798 silly currentTree │ └── object-assign@0.3.1
-1798 silly currentTree ├── graceful-fs@1.2.3
-1798 silly currentTree ├── graceful-readlink@1.0.1
-1798 silly currentTree ├─┬ grunt-autoprefixer@0.4.2
-1798 silly currentTree │ └── autoprefixer@0.8.20131213
-1798 silly currentTree ├── grunt-bower-install@0.7.0
-1798 silly currentTree ├── grunt-bower-requirejs@0.8.4
-1798 silly currentTree ├─┬ grunt-concurrent@0.4.3
-1798 silly currentTree │ └── async@0.2.10
-1798 silly currentTree ├── grunt-contrib-clean@0.5.0
-1798 silly currentTree ├── grunt-contrib-concat@0.3.0
-1798 silly currentTree ├── grunt-contrib-connect@0.5.0
-1798 silly currentTree ├── grunt-contrib-copy@0.4.1
-1798 silly currentTree ├── grunt-contrib-cssmin@0.7.0
-1798 silly currentTree ├── grunt-contrib-htmlmin@0.1.3
-1798 silly currentTree ├── grunt-contrib-jshint@0.7.2
-1798 silly currentTree ├── grunt-contrib-requirejs@0.4.4
-1798 silly currentTree ├── grunt-contrib-watch@0.5.3
-1798 silly currentTree ├── grunt-google-cdn@0.2.2
-1798 silly currentTree ├─┬ grunt-legacy-log-utils@0.1.1
-1798 silly currentTree │ ├── lodash@2.4.2
-1798 silly currentTree │ └── underscore.string@2.3.3
-1798 silly currentTree ├─┬ grunt-legacy-log@0.1.3
-1798 silly currentTree │ ├── lodash@2.4.2
-1798 silly currentTree │ └── underscore.string@2.3.3
-1798 silly currentTree ├── grunt-legacy-util@0.2.0
-1798 silly currentTree ├── grunt-lib-contrib@0.6.1
-1798 silly currentTree ├── grunt-newer@0.5.4
-1798 silly currentTree ├── grunt-ngmin@0.0.3
-1798 silly currentTree ├── grunt-rev@0.1.0
-1798 silly currentTree ├─┬ grunt-svgmin@0.2.1
-1798 silly currentTree │ ├── ansi-styles@0.2.0
-1798 silly currentTree │ ├── chalk@0.3.0
-1798 silly currentTree │ └── filesize@2.0.4
-1798 silly currentTree ├── grunt-text-replace@0.3.12
-1798 silly currentTree ├─┬ grunt-usemin@2.0.2
-1798 silly currentTree │ ├── debug@0.7.4
-1798 silly currentTree │ └── lodash@1.0.2
-1798 silly currentTree ├── grunt@0.4.5
-1798 silly currentTree ├─┬ har-validator@2.0.6
-1798 silly currentTree │ ├── ansi-styles@2.2.1
-1798 silly currentTree │ ├── chalk@1.1.3
-1798 silly currentTree │ └── strip-ansi@3.0.1
-1798 silly currentTree ├── has-ansi@2.0.0
-1798 silly currentTree ├── has-color@0.1.7
-1798 silly currentTree ├── hawk@3.1.3
-1798 silly currentTree ├── hoek@2.16.3
-1798 silly currentTree ├── hogan.js@2.0.0
-1798 silly currentTree ├── hooker@0.2.3
-1798 silly currentTree ├── html-minifier@0.5.6
-1798 silly currentTree ├── http-signature@1.1.1
-1798 silly currentTree ├── iconv-lite@0.2.11
-1798 silly currentTree ├── inflight@1.0.6
-1798 silly currentTree ├── inherits@2.0.3
-1798 silly currentTree ├── ini@1.0.5
-1798 silly currentTree ├── is-my-json-valid@2.15.0
-1798 silly currentTree ├── is-property@1.0.2
-1798 silly currentTree ├── is-typedarray@1.0.0
-1798 silly currentTree ├── isarray@0.0.1
-1798 silly currentTree ├── isbinaryfile@2.0.4
-1798 silly currentTree ├── isstream@0.1.2
-1798 silly currentTree ├── jodid25519@1.0.2
-1798 silly currentTree ├── jpegtran-bin@0.2.8
-1798 silly currentTree ├── js-yaml@2.0.5
-1798 silly currentTree ├── jsbn@0.1.0
-1798 silly currentTree ├─┬ jshint-stylish@0.1.5
-1798 silly currentTree │ ├── ansi-styles@1.0.0
-1798 silly currentTree │ └── chalk@0.4.0
-1798 silly currentTree ├─┬ jshint@2.3.0
-1798 silly currentTree │ └── underscore@1.4.4
-1798 silly currentTree ├── json-schema@0.2.3
-1798 silly currentTree ├── json-stringify-safe@5.0.1
-1798 silly currentTree ├── jsonpointer@4.0.0
-1798 silly currentTree ├── jsprim@1.3.1
-1798 silly currentTree ├── keypress@0.1.0
-1798 silly currentTree ├── load-grunt-tasks@0.2.1
-1798 silly currentTree ├── lodash@0.9.2
-1798 silly currentTree ├─┬ log-symbols@1.0.2
-1798 silly currentTree │ ├── ansi-styles@2.2.1
-1798 silly currentTree │ ├── chalk@1.1.3
-1798 silly currentTree │ └── strip-ansi@3.0.1
-1798 silly currentTree ├── lpad@0.1.0
-1798 silly currentTree ├── lru-cache@2.7.3
-1798 silly currentTree ├── match-stream@0.0.1
-1798 silly currentTree ├── mime-db@1.24.0
-1798 silly currentTree ├── mime-types@2.1.12
-1798 silly currentTree ├── mime@1.2.11
-1798 silly currentTree ├── minimatch@0.2.14
-1798 silly currentTree ├── minimist@0.0.8
-1798 silly currentTree ├── mkdirp@0.5.1
-1798 silly currentTree ├── mout@0.9.1
-1798 silly currentTree ├── ms@0.7.1
-1798 silly currentTree ├── mute-stream@0.0.6
-1798 silly currentTree ├── natives@1.1.0
-1798 silly currentTree ├─┬ ngmin@0.4.1
-1798 silly currentTree │ └── commander@1.1.1
-1798 silly currentTree ├── node-uuid@1.4.7
-1798 silly currentTree ├── nopt@1.0.10
-1798 silly currentTree ├─┬ noptify@0.0.3
-1798 silly currentTree │ └── nopt@2.0.0
-1798 silly currentTree ├── npmlog@0.1.1
-1798 silly currentTree ├── oauth-sign@0.8.2
-1798 silly currentTree ├── object-assign@0.1.2
-1798 silly currentTree ├── object-keys@0.4.0
-1798 silly currentTree ├── once@1.4.0
-1798 silly currentTree ├── open@0.0.4
-1798 silly currentTree ├── optimist@0.3.7
-1798 silly currentTree ├── optipng-bin@0.3.11
-1798 silly currentTree ├── os-homedir@1.0.2
-1798 silly currentTree ├── os-tmpdir@1.0.2
-1798 silly currentTree ├── osenv@0.1.3
-1798 silly currentTree ├── over@0.0.5
-1798 silly currentTree ├── pause@0.0.1
-1798 silly currentTree ├── pinkie-promise@2.0.1
-1798 silly currentTree ├── pinkie@2.0.4
-1798 silly currentTree ├─┬ pngquant-bin@0.1.7
-1798 silly currentTree │ ├── ansi-styles@1.0.0
-1798 silly currentTree │ ├── bin-wrapper@0.2.4
-1798 silly currentTree │ └── chalk@0.4.0
-1798 silly currentTree ├── promptly@0.1.0
-1798 silly currentTree ├── proto-list@1.2.4
-1798 silly currentTree ├── pullstream@0.4.1
-1798 silly currentTree ├── punycode@1.4.1
-1798 silly currentTree ├── q@0.8.12
-1798 silly currentTree ├── qs@6.3.0
-1798 silly currentTree ├── range-parser@0.0.4
-1798 silly currentTree ├── rc@0.0.8
-1798 silly currentTree ├─┬ read-package-json@0.1.13
-1798 silly currentTree │ ├── lru-cache@2.0.4
-1798 silly currentTree │ └── semver@1.1.4
-1798 silly currentTree ├── read@1.0.7
-1798 silly currentTree ├── readable-stream@1.0.34
-1798 silly currentTree ├── request@2.78.0
-1798 silly currentTree ├── requirejs@2.1.22
-1798 silly currentTree ├── rimraf@2.2.8
-1798 silly currentTree ├── sax@0.5.8
-1798 silly currentTree ├── semver@2.3.2
-1798 silly currentTree ├── send@0.1.1
-1798 silly currentTree ├── setimmediate@1.0.5
-1798 silly currentTree ├── shelljs@0.1.4
-1798 silly currentTree ├── sigmund@1.0.1
-1798 silly currentTree ├── slash@0.1.3
-1798 silly currentTree ├── slice-stream@1.0.0
-1798 silly currentTree ├── slide@1.1.6
-1798 silly currentTree ├── sntp@1.0.9
-1798 silly currentTree ├── source-map@0.1.43
-1798 silly currentTree ├── sprintf-js@1.0.3
-1798 silly currentTree ├─┬ sshpk@1.10.1
-1798 silly currentTree │ └── assert-plus@1.0.0
-1798 silly currentTree ├── stable@0.1.5
-1798 silly currentTree ├── stream-combiner@0.0.4
-1798 silly currentTree ├── string_decoder@0.10.31
-1798 silly currentTree ├── stringstream@0.0.5
-1798 silly currentTree ├── strip-ansi@0.1.1
-1798 silly currentTree ├─┬ sudo-block@0.3.0
-1798 silly currentTree │ ├── ansi-styles@0.2.0
-1798 silly currentTree │ └── chalk@0.3.0
-1798 silly currentTree ├── supports-color@2.0.0
-1798 silly currentTree ├─┬ svgo@0.3.7
-1798 silly currentTree │ ├── argparse@1.0.9
-1798 silly currentTree │ ├── esprima@2.7.3
-1798 silly currentTree │ └── js-yaml@3.6.1
-1798 silly currentTree ├── tar@0.1.20
-1798 silly currentTree ├─┬ tempfile@0.1.3
-1798 silly currentTree │ └── uuid@1.4.2
-1798 silly currentTree ├── text-table@0.2.0
-1798 silly currentTree ├─┬ through2@0.4.2
-1798 silly currentTree │ └── xtend@2.1.2
-1798 silly currentTree ├─┬ time-grunt@0.2.10
-1798 silly currentTree │ ├── ansi-styles@1.0.0
-1798 silly currentTree │ └── chalk@0.4.0
-1798 silly currentTree ├─┬ tiny-lr@0.0.4
-1798 silly currentTree │ ├── debug@0.7.4
-1798 silly currentTree │ └── qs@0.5.6
-1798 silly currentTree ├── tmp@0.0.30
-1798 silly currentTree ├── tough-cookie@2.3.2
-1798 silly currentTree ├── traverse@0.3.9
-1798 silly currentTree ├── tunnel-agent@0.4.3
-1798 silly currentTree ├── tweetnacl@0.14.3
-1798 silly currentTree ├── underscore.string@2.2.1
-1798 silly currentTree ├── underscore@1.7.0
-1798 silly currentTree ├── unzip@0.1.7
-1798 silly currentTree ├─┬ update-notifier@0.1.10
-1798 silly currentTree │ ├── ansi-styles@1.0.0
-1798 silly currentTree │ └── chalk@0.4.0
-1798 silly currentTree ├── user-home@1.1.1
-1798 silly currentTree ├── uuid@2.0.3
-1798 silly currentTree ├── verror@1.3.6
-1798 silly currentTree ├── whet.extend@0.9.9
-1798 silly currentTree ├── which@1.0.9
-1798 silly currentTree ├─┬ wiredep@0.4.2
-1798 silly currentTree │ └── lodash@1.3.1
-1798 silly currentTree ├── wordwrap@0.0.3
-1798 silly currentTree ├── wrappy@1.0.2
-1798 silly currentTree ├── xdg-basedir@1.0.1
-1798 silly currentTree ├── xtend@4.0.1
-1798 silly currentTree └── zlib-browserify@0.0.1
-1799 silly idealTree tshats@0.0.0
-1799 silly idealTree ├── abbrev@1.0.9
-1799 silly idealTree ├── accepts@1.3.3
-1799 silly idealTree ├── adm-zip@0.4.7
-1799 silly idealTree ├── amdefine@1.0.1
-1799 silly idealTree ├── ansi-regex@2.0.0
-1799 silly idealTree ├── ansi-styles@0.1.2
-1799 silly idealTree ├── ansi@0.3.1
-1799 silly idealTree ├── archy@0.0.2
-1799 silly idealTree ├─┬ argparse@0.1.16
-1799 silly idealTree │ └── underscore.string@2.4.0
-1799 silly idealTree ├── array-flatten@1.1.1
-1799 silly idealTree ├── asn1@0.2.3
-1799 silly idealTree ├── assert-plus@0.2.0
-1799 silly idealTree ├── astral-angular-annotate@0.0.2
-1799 silly idealTree ├── astral-pass@0.1.0
-1799 silly idealTree ├── astral@0.1.0
-1799 silly idealTree ├── async@0.1.22
-1799 silly idealTree ├── asynckit@0.4.0
-1799 silly idealTree ├── aws-sign2@0.6.0
-1799 silly idealTree ├── aws4@1.5.0
-1799 silly idealTree ├── balanced-match@0.4.2
-1799 silly idealTree ├── bcrypt-pbkdf@1.0.0
-1799 silly idealTree ├── bin-build@0.1.1
-1799 silly idealTree ├── bin-check@0.1.5
-1799 silly idealTree ├── bin-wrapper@0.3.4
-1799 silly idealTree ├── binary@0.3.0
-1799 silly idealTree ├── block-stream@0.0.9
-1799 silly idealTree ├─┬ body-parser@1.15.2
-1799 silly idealTree │ ├── bytes@2.4.0
-1799 silly idealTree │ ├── iconv-lite@0.4.13
-1799 silly idealTree │ └── qs@6.2.0
-1799 silly idealTree ├── boom@2.10.1
-1799 silly idealTree ├─┬ bower-requirejs@0.9.2
-1799 silly idealTree │ ├── ansi-styles@1.0.0
-1799 silly idealTree │ ├── chalk@0.4.0
-1799 silly idealTree │ ├── glob@3.2.11
-1799 silly idealTree │ ├── lodash@2.4.2
-1799 silly idealTree │ ├── minimatch@0.3.0
-1799 silly idealTree │ └── nopt@2.1.2
-1799 silly idealTree ├─┬ bower@0.9.2
-1799 silly idealTree │ ├── async@0.2.10
-1799 silly idealTree │ ├── graceful-fs@1.1.14
-1799 silly idealTree │ ├── lodash@1.0.2
-1799 silly idealTree │ ├── mkdirp@0.3.5
-1799 silly idealTree │ ├── nopt@2.0.0
-1799 silly idealTree │ ├─┬ request@2.11.4
-1799 silly idealTree │ │ ├─┬ form-data@0.0.3
-1799 silly idealTree │ │ │ ├── async@0.1.9
-1799 silly idealTree │ │ │ └─┬ combined-stream@0.0.3
-1799 silly idealTree │ │ │ └── delayed-stream@0.0.5
-1799 silly idealTree │ │ └── mime@1.2.7
-1799 silly idealTree │ ├── rimraf@2.0.3
-1799 silly idealTree │ └── semver@1.1.4
-1799 silly idealTree ├── brace-expansion@1.1.6
-1799 silly idealTree ├── buffer-crc32@0.2.1
-1799 silly idealTree ├── buffers@0.1.1
-1799 silly idealTree ├── bytes@0.2.0
-1799 silly idealTree ├── caseless@0.11.0
-1799 silly idealTree ├── chainsaw@0.1.0
-1799 silly idealTree ├── chalk@0.1.1
-1799 silly idealTree ├─┬ clean-css@2.0.8
-1799 silly idealTree │ └── commander@2.0.0
-1799 silly idealTree ├── cli@0.4.5
-1799 silly idealTree ├── clone@0.1.19
-1799 silly idealTree ├── coa@0.3.9
-1799 silly idealTree ├── coffee-script@1.3.3
-1799 silly idealTree ├── colors@0.6.2
-1799 silly idealTree ├── combined-stream@1.0.5
-1799 silly idealTree ├── commander@2.9.0
-1799 silly idealTree ├── concat-map@0.0.1
-1799 silly idealTree ├── config-chain@0.3.4
-1799 silly idealTree ├─┬ configstore@0.3.2
-1799 silly idealTree │ ├── argparse@1.0.9
-1799 silly idealTree │ ├── esprima@2.7.3
-1799 silly idealTree │ ├── graceful-fs@3.0.11
-1799 silly idealTree │ ├── js-yaml@3.6.1
-1799 silly idealTree │ └── object-assign@2.1.1
-1799 silly idealTree ├── connect-livereload@0.2.0
-1799 silly idealTree ├─┬ connect-modrewrite@0.8.5
-1799 silly idealTree │ └── qs@1.2.2
-1799 silly idealTree ├─┬ connect@2.7.11
-1799 silly idealTree │ └── qs@0.6.5
-1799 silly idealTree ├── console-browserify@0.1.6
-1799 silly idealTree ├── content-disposition@0.5.1
-1799 silly idealTree ├── content-type@1.0.2
-1799 silly idealTree ├── cookie-signature@1.0.1
-1799 silly idealTree ├── cookie@0.0.5
-1799 silly idealTree ├── core-util-is@1.0.2
-1799 silly idealTree ├── cryptiles@2.0.5
-1799 silly idealTree ├── css-parse@1.6.0
-1799 silly idealTree ├── css-stringify@1.4.1
-1799 silly idealTree ├─┬ dashdash@1.14.0
-1799 silly idealTree │ └── assert-plus@1.0.0
-1799 silly idealTree ├── date-time@0.1.1
-1799 silly idealTree ├── dateformat@1.0.2-1.2.3
-1799 silly idealTree ├── debug@2.2.0
-1799 silly idealTree ├─┬ decompress@0.2.5
-1799 silly idealTree │ ├── mkdirp@0.3.5
-1799 silly idealTree │ └── nopt@2.2.1
-1799 silly idealTree ├── delayed-stream@1.0.0
-1799 silly idealTree ├── depd@1.1.0
-1799 silly idealTree ├── destroy@1.0.4
-1799 silly idealTree ├─┬ download@0.1.19
-1799 silly idealTree │ ├── mkdirp@0.3.5
-1799 silly idealTree │ └── nopt@2.2.1
-1799 silly idealTree ├── duplexer@0.1.1
-1799 silly idealTree ├── each-async@0.1.3
-1799 silly idealTree ├── ecc-jsbn@0.1.1
-1799 silly idealTree ├── ee-first@1.1.1
-1799 silly idealTree ├── encodeurl@1.0.1
-1799 silly idealTree ├── escape-html@1.0.3
-1799 silly idealTree ├── escape-string-regexp@1.0.5
-1799 silly idealTree ├── escodegen@0.0.28
-1799 silly idealTree ├── esprima@1.0.4
-1799 silly idealTree ├── estraverse@1.3.2
-1799 silly idealTree ├── etag@1.7.0
-1799 silly idealTree ├── eventemitter2@0.4.14
-1799 silly idealTree ├── executable@0.1.3
-1799 silly idealTree ├── exit@0.1.2
-1799 silly idealTree ├─┬ express@4.14.0
-1799 silly idealTree │ ├── cookie-signature@1.0.6
-1799 silly idealTree │ ├── cookie@0.3.1
-1799 silly idealTree │ ├── fresh@0.3.0
-1799 silly idealTree │ ├── mime@1.3.4
-1799 silly idealTree │ ├── qs@6.2.0
-1799 silly idealTree │ ├── range-parser@1.2.0
-1799 silly idealTree │ └── send@0.14.1
-1799 silly idealTree ├── ext-list@0.2.0
-1799 silly idealTree ├─┬ ext-name@1.0.1
-1799 silly idealTree │ └── underscore.string@2.3.3
-1799 silly idealTree ├── extend@3.0.0
-1799 silly idealTree ├── extsprintf@1.0.2
-1799 silly idealTree ├── faye-websocket@0.4.4
-1799 silly idealTree ├─┬ file-utils@0.2.2
-1799 silly idealTree │ ├─┬ findup-sync@0.2.1
-1799 silly idealTree │ │ └── glob@4.3.5
-1799 silly idealTree │ ├── glob@4.5.3
-1799 silly idealTree │ ├── iconv-lite@0.4.13
-1799 silly idealTree │ ├── lodash@2.4.2
-1799 silly idealTree │ └── minimatch@2.0.10
-1799 silly idealTree ├── filesize@1.10.0
-1799 silly idealTree ├── finalhandler@0.5.0
-1799 silly idealTree ├── find-file@0.1.4
-1799 silly idealTree ├─┬ findup-sync@0.1.3
-1799 silly idealTree │ ├── glob@3.2.11
-1799 silly idealTree │ ├── lodash@2.4.2
-1799 silly idealTree │ └── minimatch@0.3.0
-1799 silly idealTree ├── forever-agent@0.6.1
-1799 silly idealTree ├── form-data@2.1.1
-1799 silly idealTree ├── formidable@1.0.14
-1799 silly idealTree ├── forwarded@0.1.0
-1799 silly idealTree ├── fresh@0.1.0
-1799 silly idealTree ├─┬ fstream@0.1.31
-1799 silly idealTree │ └── graceful-fs@3.0.11
-1799 silly idealTree ├── gaze@0.4.3
-1799 silly idealTree ├── generate-function@2.0.0
-1799 silly idealTree ├── generate-object-property@1.2.0
-1799 silly idealTree ├── get-stdin@0.1.0
-1799 silly idealTree ├── get-urls@0.1.2
-1799 silly idealTree ├── getobject@0.1.0
-1799 silly idealTree ├─┬ getpass@0.1.6
-1799 silly idealTree │ └── assert-plus@1.0.0
-1799 silly idealTree ├── gifsicle@0.1.7
-1799 silly idealTree ├─┬ glob@3.1.21
-1799 silly idealTree │ └── inherits@1.0.2
-1799 silly idealTree ├─┬ globule@0.1.0
-1799 silly idealTree │ └── lodash@1.0.2
-1799 silly idealTree ├─┬ google-cdn@0.1.4
-1799 silly idealTree │ ├── debug@0.7.4
-1799 silly idealTree │ └── semver@2.0.11
-1799 silly idealTree ├─┬ got@0.2.0
-1799 silly idealTree │ └── object-assign@0.3.1
-1799 silly idealTree ├── graceful-fs@1.2.3
-1799 silly idealTree ├── graceful-readlink@1.0.1
-1799 silly idealTree ├─┬ grunt-autoprefixer@0.4.2
-1799 silly idealTree │ └── autoprefixer@0.8.20131213
-1799 silly idealTree ├── grunt-bower-install@0.7.0
-1799 silly idealTree ├── grunt-bower-requirejs@0.8.4
-1799 silly idealTree ├─┬ grunt-concurrent@0.4.3
-1799 silly idealTree │ └── async@0.2.10
-1799 silly idealTree ├── grunt-contrib-clean@0.5.0
-1799 silly idealTree ├── grunt-contrib-concat@0.3.0
-1799 silly idealTree ├── grunt-contrib-connect@0.5.0
-1799 silly idealTree ├── grunt-contrib-copy@0.4.1
-1799 silly idealTree ├── grunt-contrib-cssmin@0.7.0
-1799 silly idealTree ├── grunt-contrib-htmlmin@0.1.3
-1799 silly idealTree ├─┬ grunt-contrib-imagemin@0.3.0
-1799 silly idealTree │ ├── ansi-styles@0.2.0
-1799 silly idealTree │ └── chalk@0.2.1
-1799 silly idealTree ├── grunt-contrib-jshint@0.7.2
-1799 silly idealTree ├── grunt-contrib-requirejs@0.4.4
-1799 silly idealTree ├── grunt-contrib-watch@0.5.3
-1799 silly idealTree ├── grunt-google-cdn@0.2.2
-1799 silly idealTree ├─┬ grunt-legacy-log-utils@0.1.1
-1799 silly idealTree │ ├── lodash@2.4.2
-1799 silly idealTree │ └── underscore.string@2.3.3
-1799 silly idealTree ├─┬ grunt-legacy-log@0.1.3
-1799 silly idealTree │ ├── lodash@2.4.2
-1799 silly idealTree │ └── underscore.string@2.3.3
-1799 silly idealTree ├── grunt-legacy-util@0.2.0
-1799 silly idealTree ├── grunt-lib-contrib@0.6.1
-1799 silly idealTree ├── grunt-newer@0.5.4
-1799 silly idealTree ├── grunt-ngmin@0.0.3
-1799 silly idealTree ├── grunt-rev@0.1.0
-1799 silly idealTree ├─┬ grunt-svgmin@0.2.1
-1799 silly idealTree │ ├── ansi-styles@0.2.0
-1799 silly idealTree │ ├── chalk@0.3.0
-1799 silly idealTree │ └── filesize@2.0.4
-1799 silly idealTree ├── grunt-text-replace@0.3.12
-1799 silly idealTree ├─┬ grunt-usemin@2.0.2
-1799 silly idealTree │ ├── debug@0.7.4
-1799 silly idealTree │ └── lodash@1.0.2
-1799 silly idealTree ├── grunt@0.4.5
-1799 silly idealTree ├── gzippo@0.2.0
-1799 silly idealTree ├─┬ har-validator@2.0.6
-1799 silly idealTree │ ├── ansi-styles@2.2.1
-1799 silly idealTree │ ├── chalk@1.1.3
-1799 silly idealTree │ └── strip-ansi@3.0.1
-1799 silly idealTree ├── has-ansi@2.0.0
-1799 silly idealTree ├── has-color@0.1.7
-1799 silly idealTree ├── hawk@3.1.3
-1799 silly idealTree ├── hoek@2.16.3
-1799 silly idealTree ├── hogan.js@2.0.0
-1799 silly idealTree ├── hooker@0.2.3
-1799 silly idealTree ├── html-minifier@0.5.6
-1799 silly idealTree ├─┬ http-errors@1.5.0
-1799 silly idealTree │ └── inherits@2.0.1
-1799 silly idealTree ├── http-signature@1.1.1
-1799 silly idealTree ├── iconv-lite@0.2.11
-1799 silly idealTree ├── inflight@1.0.6
-1799 silly idealTree ├── inherits@2.0.3
-1799 silly idealTree ├── ini@1.0.5
-1799 silly idealTree ├── ipaddr.js@1.1.1
-1799 silly idealTree ├── is-my-json-valid@2.15.0
-1799 silly idealTree ├── is-property@1.0.2
-1799 silly idealTree ├── is-typedarray@1.0.0
-1799 silly idealTree ├── isarray@0.0.1
-1799 silly idealTree ├── isbinaryfile@2.0.4
-1799 silly idealTree ├── isstream@0.1.2
-1799 silly idealTree ├── jodid25519@1.0.2
-1799 silly idealTree ├── jpegtran-bin@0.2.8
-1799 silly idealTree ├── js-yaml@2.0.5
-1799 silly idealTree ├── jsbn@0.1.0
-1799 silly idealTree ├─┬ jshint-stylish@0.1.5
-1799 silly idealTree │ ├── ansi-styles@1.0.0
-1799 silly idealTree │ └── chalk@0.4.0
-1799 silly idealTree ├─┬ jshint@2.3.0
-1799 silly idealTree │ └── underscore@1.4.4
-1799 silly idealTree ├── json-schema@0.2.3
-1799 silly idealTree ├── json-stringify-safe@5.0.1
-1799 silly idealTree ├── jsonpointer@4.0.0
-1799 silly idealTree ├── jsprim@1.3.1
-1799 silly idealTree ├── keypress@0.1.0
-1799 silly idealTree ├── load-grunt-tasks@0.2.1
-1799 silly idealTree ├── lodash@0.9.2
-1799 silly idealTree ├─┬ log-symbols@1.0.2
-1799 silly idealTree │ ├── ansi-styles@2.2.1
-1799 silly idealTree │ ├── chalk@1.1.3
-1799 silly idealTree │ └── strip-ansi@3.0.1
-1799 silly idealTree ├── lpad@0.1.0
-1799 silly idealTree ├── lru-cache@2.7.3
-1799 silly idealTree ├── match-stream@0.0.1
-1799 silly idealTree ├── media-typer@0.3.0
-1799 silly idealTree ├── merge-descriptors@1.0.1
-1799 silly idealTree ├── methods@1.1.2
-1799 silly idealTree ├── mime-db@1.24.0
-1799 silly idealTree ├── mime-types@2.1.12
-1799 silly idealTree ├── mime@1.2.11
-1799 silly idealTree ├── minimatch@0.2.14
-1799 silly idealTree ├── minimist@0.0.8
-1799 silly idealTree ├── mkdirp@0.5.1
-1799 silly idealTree ├── mout@0.9.1
-1799 silly idealTree ├── ms@0.7.1
-1799 silly idealTree ├── mute-stream@0.0.6
-1799 silly idealTree ├── natives@1.1.0
-1799 silly idealTree ├── negotiator@0.6.1
-1799 silly idealTree ├─┬ ngmin@0.4.1
-1799 silly idealTree │ └── commander@1.1.1
-1799 silly idealTree ├── node-uuid@1.4.7
-1799 silly idealTree ├── nopt@1.0.10
-1799 silly idealTree ├─┬ noptify@0.0.3
-1799 silly idealTree │ └── nopt@2.0.0
-1799 silly idealTree ├── npmlog@0.1.1
-1799 silly idealTree ├── oauth-sign@0.8.2
-1799 silly idealTree ├── object-assign@0.1.2
-1799 silly idealTree ├── object-keys@0.4.0
-1799 silly idealTree ├── on-finished@2.3.0
-1799 silly idealTree ├── once@1.4.0
-1799 silly idealTree ├── open@0.0.4
-1799 silly idealTree ├── optimist@0.3.7
-1799 silly idealTree ├── optipng-bin@0.3.11
-1799 silly idealTree ├── os-homedir@1.0.2
-1799 silly idealTree ├── os-tmpdir@1.0.2
-1799 silly idealTree ├── osenv@0.1.3
-1799 silly idealTree ├── over@0.0.5
-1799 silly idealTree ├── parseurl@1.3.1
-1799 silly idealTree ├── path-to-regexp@0.1.7
-1799 silly idealTree ├── pause@0.0.1
-1799 silly idealTree ├── pinkie-promise@2.0.1
-1799 silly idealTree ├── pinkie@2.0.4
-1799 silly idealTree ├─┬ pngquant-bin@0.1.7
-1799 silly idealTree │ ├── ansi-styles@1.0.0
-1799 silly idealTree │ ├── bin-wrapper@0.2.4
-1799 silly idealTree │ └── chalk@0.4.0
-1799 silly idealTree ├── promptly@0.1.0
-1799 silly idealTree ├── proto-list@1.2.4
-1799 silly idealTree ├── proxy-addr@1.1.2
-1799 silly idealTree ├── pullstream@0.4.1
-1799 silly idealTree ├── punycode@1.4.1
-1799 silly idealTree ├── q@0.8.12
-1799 silly idealTree ├── qs@6.3.0
-1799 silly idealTree ├── range-parser@0.0.4
-1799 silly idealTree ├─┬ raw-body@2.1.7
-1799 silly idealTree │ ├── bytes@2.4.0
-1799 silly idealTree │ └── iconv-lite@0.4.13
-1799 silly idealTree ├── rc@0.0.8
-1799 silly idealTree ├─┬ read-package-json@0.1.13
-1799 silly idealTree │ ├── lru-cache@2.0.4
-1799 silly idealTree │ └── semver@1.1.4
-1799 silly idealTree ├── read@1.0.7
-1799 silly idealTree ├── readable-stream@1.0.34
-1799 silly idealTree ├── request@2.78.0
-1799 silly idealTree ├── requirejs@2.1.22
-1799 silly idealTree ├── rimraf@2.2.8
-1799 silly idealTree ├── sax@0.5.8
-1799 silly idealTree ├── semver@2.3.2
-1799 silly idealTree ├── send@0.1.1
-1799 silly idealTree ├─┬ serve-static@1.11.1
-1799 silly idealTree │ ├── fresh@0.3.0
-1799 silly idealTree │ ├── mime@1.3.4
-1799 silly idealTree │ ├── range-parser@1.2.0
-1799 silly idealTree │ └── send@0.14.1
-1799 silly idealTree ├── setimmediate@1.0.5
-1799 silly idealTree ├── setprototypeof@1.0.1
-1799 silly idealTree ├── shelljs@0.1.4
-1799 silly idealTree ├── sigmund@1.0.1
-1799 silly idealTree ├── slash@0.1.3
-1799 silly idealTree ├── slice-stream@1.0.0
-1799 silly idealTree ├── slide@1.1.6
-1799 silly idealTree ├── sntp@1.0.9
-1799 silly idealTree ├── source-map@0.1.43
-1799 silly idealTree ├── sprintf-js@1.0.3
-1799 silly idealTree ├─┬ sshpk@1.10.1
-1799 silly idealTree │ └── assert-plus@1.0.0
-1799 silly idealTree ├── stable@0.1.5
-1799 silly idealTree ├── statuses@1.3.0
-1799 silly idealTree ├── stream-combiner@0.0.4
-1799 silly idealTree ├── string_decoder@0.10.31
-1799 silly idealTree ├── stringstream@0.0.5
-1799 silly idealTree ├── strip-ansi@0.1.1
-1799 silly idealTree ├─┬ sudo-block@0.3.0
-1799 silly idealTree │ ├── ansi-styles@0.2.0
-1799 silly idealTree │ └── chalk@0.3.0
-1799 silly idealTree ├── supports-color@2.0.0
-1799 silly idealTree ├─┬ svgo@0.3.7
-1799 silly idealTree │ ├── argparse@1.0.9
-1799 silly idealTree │ ├── esprima@2.7.3
-1799 silly idealTree │ └── js-yaml@3.6.1
-1799 silly idealTree ├── tar@0.1.20
-1799 silly idealTree ├─┬ tempfile@0.1.3
-1799 silly idealTree │ └── uuid@1.4.2
-1799 silly idealTree ├── text-table@0.2.0
-1799 silly idealTree ├─┬ through2@0.4.2
-1799 silly idealTree │ └── xtend@2.1.2
-1799 silly idealTree ├─┬ time-grunt@0.2.10
-1799 silly idealTree │ ├── ansi-styles@1.0.0
-1799 silly idealTree │ └── chalk@0.4.0
-1799 silly idealTree ├─┬ tiny-lr@0.0.4
-1799 silly idealTree │ ├── debug@0.7.4
-1799 silly idealTree │ └── qs@0.5.6
-1799 silly idealTree ├── tmp@0.0.30
-1799 silly idealTree ├── tough-cookie@2.3.2
-1799 silly idealTree ├── traverse@0.3.9
-1799 silly idealTree ├── tunnel-agent@0.4.3
-1799 silly idealTree ├── tweetnacl@0.14.3
-1799 silly idealTree ├── type-is@1.6.13
-1799 silly idealTree ├── underscore.string@2.2.1
-1799 silly idealTree ├── underscore@1.7.0
-1799 silly idealTree ├── unpipe@1.0.0
-1799 silly idealTree ├── unzip@0.1.7
-1799 silly idealTree ├─┬ update-notifier@0.1.10
-1799 silly idealTree │ ├── ansi-styles@1.0.0
-1799 silly idealTree │ └── chalk@0.4.0
-1799 silly idealTree ├── user-home@1.1.1
-1799 silly idealTree ├── utils-merge@1.0.0
-1799 silly idealTree ├── uuid@2.0.3
-1799 silly idealTree ├── vary@1.1.0
-1799 silly idealTree ├── verror@1.3.6
-1799 silly idealTree ├── whet.extend@0.9.9
-1799 silly idealTree ├── which@1.0.9
-1799 silly idealTree ├─┬ wiredep@0.4.2
-1799 silly idealTree │ └── lodash@1.3.1
-1799 silly idealTree ├── wordwrap@0.0.3
-1799 silly idealTree ├── wrappy@1.0.2
-1799 silly idealTree ├── xdg-basedir@1.0.1
-1799 silly idealTree ├── xtend@4.0.1
-1799 silly idealTree └── zlib-browserify@0.0.1
-1800 silly generateActionsToTake Starting
-1801 silly install generateActionsToTake
-1802 silly generateActionsToTake Finishing
-1803 silly diffTrees action count 54
-1804 silly diffTrees add array-flatten@1.1.1
-1805 silly diffTrees add bytes@2.4.0
-1806 silly diffTrees add iconv-lite@0.4.13
-1807 silly diffTrees add qs@6.2.0
-1808 silly diffTrees add content-disposition@0.5.1
-1809 silly diffTrees add content-type@1.0.2
-1810 silly diffTrees add depd@1.1.0
-1811 silly diffTrees add destroy@1.0.4
-1812 silly diffTrees add ee-first@1.1.1
-1813 silly diffTrees add encodeurl@1.0.1
-1814 silly diffTrees add escape-html@1.0.3
-1815 silly diffTrees add etag@1.7.0
-1816 silly diffTrees add cookie@0.3.1
-1817 silly diffTrees add cookie-signature@1.0.6
-1818 silly diffTrees add fresh@0.3.0
-1819 silly diffTrees add mime@1.3.4
-1820 silly diffTrees add qs@6.2.0
-1821 silly diffTrees add range-parser@1.2.0
-1822 silly diffTrees add forwarded@0.1.0
-1823 silly diffTrees add gifsicle@0.1.7
-1824 silly diffTrees add ansi-styles@0.2.0
-1825 silly diffTrees add chalk@0.2.1
-1826 silly diffTrees add inherits@2.0.1
-1827 silly diffTrees add ipaddr.js@1.1.1
-1828 silly diffTrees add media-typer@0.3.0
-1829 silly diffTrees add merge-descriptors@1.0.1
-1830 silly diffTrees add methods@1.1.2
-1831 silly diffTrees add negotiator@0.6.1
-1832 silly diffTrees add accepts@1.3.3
-1833 silly diffTrees add on-finished@2.3.0
-1834 silly diffTrees add parseurl@1.3.1
-1835 silly diffTrees add path-to-regexp@0.1.7
-1836 silly diffTrees add proxy-addr@1.1.2
-1837 silly diffTrees add bytes@2.4.0
-1838 silly diffTrees add iconv-lite@0.4.13
-1839 silly diffTrees add fresh@0.3.0
-1840 silly diffTrees add mime@1.3.4
-1841 silly diffTrees add range-parser@1.2.0
-1842 silly diffTrees add setprototypeof@1.0.1
-1843 silly diffTrees add statuses@1.3.0
-1844 silly diffTrees add http-errors@1.5.0
-1845 silly diffTrees add send@0.14.1
-1846 silly diffTrees add send@0.14.1
-1847 silly diffTrees add serve-static@1.11.1
-1848 silly diffTrees add type-is@1.6.13
-1849 silly diffTrees add unpipe@1.0.0
-1850 silly diffTrees add finalhandler@0.5.0
-1851 silly diffTrees add raw-body@2.1.7
-1852 silly diffTrees add utils-merge@1.0.0
-1853 silly diffTrees add vary@1.1.0
-1854 silly diffTrees add body-parser@1.15.2
-1855 silly diffTrees add express@4.14.0
-1856 silly diffTrees add grunt-contrib-imagemin@0.3.0
-1857 silly diffTrees add gzippo@0.2.0
-1858 silly decomposeActions action count 432
-1859 silly decomposeActions fetch array-flatten@1.1.1
-1860 silly decomposeActions extract array-flatten@1.1.1
-1861 silly decomposeActions test array-flatten@1.1.1
-1862 silly decomposeActions preinstall array-flatten@1.1.1
-1863 silly decomposeActions build array-flatten@1.1.1
-1864 silly decomposeActions install array-flatten@1.1.1
-1865 silly decomposeActions postinstall array-flatten@1.1.1
-1866 silly decomposeActions finalize array-flatten@1.1.1
-1867 silly decomposeActions fetch bytes@2.4.0
-1868 silly decomposeActions extract bytes@2.4.0
-1869 silly decomposeActions test bytes@2.4.0
-1870 silly decomposeActions preinstall bytes@2.4.0
-1871 silly decomposeActions build bytes@2.4.0
-1872 silly decomposeActions install bytes@2.4.0
-1873 silly decomposeActions postinstall bytes@2.4.0
-1874 silly decomposeActions finalize bytes@2.4.0
-1875 silly decomposeActions fetch iconv-lite@0.4.13
-1876 silly decomposeActions extract iconv-lite@0.4.13
-1877 silly decomposeActions test iconv-lite@0.4.13
-1878 silly decomposeActions preinstall iconv-lite@0.4.13
-1879 silly decomposeActions build iconv-lite@0.4.13
-1880 silly decomposeActions install iconv-lite@0.4.13
-1881 silly decomposeActions postinstall iconv-lite@0.4.13
-1882 silly decomposeActions finalize iconv-lite@0.4.13
-1883 silly decomposeActions fetch qs@6.2.0
-1884 silly decomposeActions extract qs@6.2.0
-1885 silly decomposeActions test qs@6.2.0
-1886 silly decomposeActions preinstall qs@6.2.0
-1887 silly decomposeActions build qs@6.2.0
-1888 silly decomposeActions install qs@6.2.0
-1889 silly decomposeActions postinstall qs@6.2.0
-1890 silly decomposeActions finalize qs@6.2.0
-1891 silly decomposeActions fetch content-disposition@0.5.1
-1892 silly decomposeActions extract content-disposition@0.5.1
-1893 silly decomposeActions test content-disposition@0.5.1
-1894 silly decomposeActions preinstall content-disposition@0.5.1
-1895 silly decomposeActions build content-disposition@0.5.1
-1896 silly decomposeActions install content-disposition@0.5.1
-1897 silly decomposeActions postinstall content-disposition@0.5.1
-1898 silly decomposeActions finalize content-disposition@0.5.1
-1899 silly decomposeActions fetch content-type@1.0.2
-1900 silly decomposeActions extract content-type@1.0.2
-1901 silly decomposeActions test content-type@1.0.2
-1902 silly decomposeActions preinstall content-type@1.0.2
-1903 silly decomposeActions build content-type@1.0.2
-1904 silly decomposeActions install content-type@1.0.2
-1905 silly decomposeActions postinstall content-type@1.0.2
-1906 silly decomposeActions finalize content-type@1.0.2
-1907 silly decomposeActions fetch depd@1.1.0
-1908 silly decomposeActions extract depd@1.1.0
-1909 silly decomposeActions test depd@1.1.0
-1910 silly decomposeActions preinstall depd@1.1.0
-1911 silly decomposeActions build depd@1.1.0
-1912 silly decomposeActions install depd@1.1.0
-1913 silly decomposeActions postinstall depd@1.1.0
-1914 silly decomposeActions finalize depd@1.1.0
-1915 silly decomposeActions fetch destroy@1.0.4
-1916 silly decomposeActions extract destroy@1.0.4
-1917 silly decomposeActions test destroy@1.0.4
-1918 silly decomposeActions preinstall destroy@1.0.4
-1919 silly decomposeActions build destroy@1.0.4
-1920 silly decomposeActions install destroy@1.0.4
-1921 silly decomposeActions postinstall destroy@1.0.4
-1922 silly decomposeActions finalize destroy@1.0.4
-1923 silly decomposeActions fetch ee-first@1.1.1
-1924 silly decomposeActions extract ee-first@1.1.1
-1925 silly decomposeActions test ee-first@1.1.1
-1926 silly decomposeActions preinstall ee-first@1.1.1
-1927 silly decomposeActions build ee-first@1.1.1
-1928 silly decomposeActions install ee-first@1.1.1
-1929 silly decomposeActions postinstall ee-first@1.1.1
-1930 silly decomposeActions finalize ee-first@1.1.1
-1931 silly decomposeActions fetch encodeurl@1.0.1
-1932 silly decomposeActions extract encodeurl@1.0.1
-1933 silly decomposeActions test encodeurl@1.0.1
-1934 silly decomposeActions preinstall encodeurl@1.0.1
-1935 silly decomposeActions build encodeurl@1.0.1
-1936 silly decomposeActions install encodeurl@1.0.1
-1937 silly decomposeActions postinstall encodeurl@1.0.1
-1938 silly decomposeActions finalize encodeurl@1.0.1
-1939 silly decomposeActions fetch escape-html@1.0.3
-1940 silly decomposeActions extract escape-html@1.0.3
-1941 silly decomposeActions test escape-html@1.0.3
-1942 silly decomposeActions preinstall escape-html@1.0.3
-1943 silly decomposeActions build escape-html@1.0.3
-1944 silly decomposeActions install escape-html@1.0.3
-1945 silly decomposeActions postinstall escape-html@1.0.3
-1946 silly decomposeActions finalize escape-html@1.0.3
-1947 silly decomposeActions fetch etag@1.7.0
-1948 silly decomposeActions extract etag@1.7.0
-1949 silly decomposeActions test etag@1.7.0
-1950 silly decomposeActions preinstall etag@1.7.0
-1951 silly decomposeActions build etag@1.7.0
-1952 silly decomposeActions install etag@1.7.0
-1953 silly decomposeActions postinstall etag@1.7.0
-1954 silly decomposeActions finalize etag@1.7.0
-1955 silly decomposeActions fetch cookie@0.3.1
-1956 silly decomposeActions extract cookie@0.3.1
-1957 silly decomposeActions test cookie@0.3.1
-1958 silly decomposeActions preinstall cookie@0.3.1
-1959 silly decomposeActions build cookie@0.3.1
-1960 silly decomposeActions install cookie@0.3.1
-1961 silly decomposeActions postinstall cookie@0.3.1
-1962 silly decomposeActions finalize cookie@0.3.1
-1963 silly decomposeActions fetch cookie-signature@1.0.6
-1964 silly decomposeActions extract cookie-signature@1.0.6
-1965 silly decomposeActions test cookie-signature@1.0.6
-1966 silly decomposeActions preinstall cookie-signature@1.0.6
-1967 silly decomposeActions build cookie-signature@1.0.6
-1968 silly decomposeActions install cookie-signature@1.0.6
-1969 silly decomposeActions postinstall cookie-signature@1.0.6
-1970 silly decomposeActions finalize cookie-signature@1.0.6
-1971 silly decomposeActions fetch fresh@0.3.0
-1972 silly decomposeActions extract fresh@0.3.0
-1973 silly decomposeActions test fresh@0.3.0
-1974 silly decomposeActions preinstall fresh@0.3.0
-1975 silly decomposeActions build fresh@0.3.0
-1976 silly decomposeActions install fresh@0.3.0
-1977 silly decomposeActions postinstall fresh@0.3.0
-1978 silly decomposeActions finalize fresh@0.3.0
-1979 silly decomposeActions fetch mime@1.3.4
-1980 silly decomposeActions extract mime@1.3.4
-1981 silly decomposeActions test mime@1.3.4
-1982 silly decomposeActions preinstall mime@1.3.4
-1983 silly decomposeActions build mime@1.3.4
-1984 silly decomposeActions install mime@1.3.4
-1985 silly decomposeActions postinstall mime@1.3.4
-1986 silly decomposeActions finalize mime@1.3.4
-1987 silly decomposeActions fetch qs@6.2.0
-1988 silly decomposeActions extract qs@6.2.0
-1989 silly decomposeActions test qs@6.2.0
-1990 silly decomposeActions preinstall qs@6.2.0
-1991 silly decomposeActions build qs@6.2.0
-1992 silly decomposeActions install qs@6.2.0
-1993 silly decomposeActions postinstall qs@6.2.0
-1994 silly decomposeActions finalize qs@6.2.0
-1995 silly decomposeActions fetch range-parser@1.2.0
-1996 silly decomposeActions extract range-parser@1.2.0
-1997 silly decomposeActions test range-parser@1.2.0
-1998 silly decomposeActions preinstall range-parser@1.2.0
-1999 silly decomposeActions build range-parser@1.2.0
-2000 silly decomposeActions install range-parser@1.2.0
-2001 silly decomposeActions postinstall range-parser@1.2.0
-2002 silly decomposeActions finalize range-parser@1.2.0
-2003 silly decomposeActions fetch forwarded@0.1.0
-2004 silly decomposeActions extract forwarded@0.1.0
-2005 silly decomposeActions test forwarded@0.1.0
-2006 silly decomposeActions preinstall forwarded@0.1.0
-2007 silly decomposeActions build forwarded@0.1.0
-2008 silly decomposeActions install forwarded@0.1.0
-2009 silly decomposeActions postinstall forwarded@0.1.0
-2010 silly decomposeActions finalize forwarded@0.1.0
-2011 silly decomposeActions fetch gifsicle@0.1.7
-2012 silly decomposeActions extract gifsicle@0.1.7
-2013 silly decomposeActions test gifsicle@0.1.7
-2014 silly decomposeActions preinstall gifsicle@0.1.7
-2015 silly decomposeActions build gifsicle@0.1.7
-2016 silly decomposeActions install gifsicle@0.1.7
-2017 silly decomposeActions postinstall gifsicle@0.1.7
-2018 silly decomposeActions finalize gifsicle@0.1.7
-2019 silly decomposeActions fetch ansi-styles@0.2.0
-2020 silly decomposeActions extract ansi-styles@0.2.0
-2021 silly decomposeActions test ansi-styles@0.2.0
-2022 silly decomposeActions preinstall ansi-styles@0.2.0
-2023 silly decomposeActions build ansi-styles@0.2.0
-2024 silly decomposeActions install ansi-styles@0.2.0
-2025 silly decomposeActions postinstall ansi-styles@0.2.0
-2026 silly decomposeActions finalize ansi-styles@0.2.0
-2027 silly decomposeActions fetch chalk@0.2.1
-2028 silly decomposeActions extract chalk@0.2.1
-2029 silly decomposeActions test chalk@0.2.1
-2030 silly decomposeActions preinstall chalk@0.2.1
-2031 silly decomposeActions build chalk@0.2.1
-2032 silly decomposeActions install chalk@0.2.1
-2033 silly decomposeActions postinstall chalk@0.2.1
-2034 silly decomposeActions finalize chalk@0.2.1
-2035 silly decomposeActions fetch inherits@2.0.1
-2036 silly decomposeActions extract inherits@2.0.1
-2037 silly decomposeActions test inherits@2.0.1
-2038 silly decomposeActions preinstall inherits@2.0.1
-2039 silly decomposeActions build inherits@2.0.1
-2040 silly decomposeActions install inherits@2.0.1
-2041 silly decomposeActions postinstall inherits@2.0.1
-2042 silly decomposeActions finalize inherits@2.0.1
-2043 silly decomposeActions fetch ipaddr.js@1.1.1
-2044 silly decomposeActions extract ipaddr.js@1.1.1
-2045 silly decomposeActions test ipaddr.js@1.1.1
-2046 silly decomposeActions preinstall ipaddr.js@1.1.1
-2047 silly decomposeActions build ipaddr.js@1.1.1
-2048 silly decomposeActions install ipaddr.js@1.1.1
-2049 silly decomposeActions postinstall ipaddr.js@1.1.1
-2050 silly decomposeActions finalize ipaddr.js@1.1.1
-2051 silly decomposeActions fetch media-typer@0.3.0
-2052 silly decomposeActions extract media-typer@0.3.0
-2053 silly decomposeActions test media-typer@0.3.0
-2054 silly decomposeActions preinstall media-typer@0.3.0
-2055 silly decomposeActions build media-typer@0.3.0
-2056 silly decomposeActions install media-typer@0.3.0
-2057 silly decomposeActions postinstall media-typer@0.3.0
-2058 silly decomposeActions finalize media-typer@0.3.0
-2059 silly decomposeActions fetch merge-descriptors@1.0.1
-2060 silly decomposeActions extract merge-descriptors@1.0.1
-2061 silly decomposeActions test merge-descriptors@1.0.1
-2062 silly decomposeActions preinstall merge-descriptors@1.0.1
-2063 silly decomposeActions build merge-descriptors@1.0.1
-2064 silly decomposeActions install merge-descriptors@1.0.1
-2065 silly decomposeActions postinstall merge-descriptors@1.0.1
-2066 silly decomposeActions finalize merge-descriptors@1.0.1
-2067 silly decomposeActions fetch methods@1.1.2
-2068 silly decomposeActions extract methods@1.1.2
-2069 silly decomposeActions test methods@1.1.2
-2070 silly decomposeActions preinstall methods@1.1.2
-2071 silly decomposeActions build methods@1.1.2
-2072 silly decomposeActions install methods@1.1.2
-2073 silly decomposeActions postinstall methods@1.1.2
-2074 silly decomposeActions finalize methods@1.1.2
-2075 silly decomposeActions fetch negotiator@0.6.1
-2076 silly decomposeActions extract negotiator@0.6.1
-2077 silly decomposeActions test negotiator@0.6.1
-2078 silly decomposeActions preinstall negotiator@0.6.1
-2079 silly decomposeActions build negotiator@0.6.1
-2080 silly decomposeActions install negotiator@0.6.1
-2081 silly decomposeActions postinstall negotiator@0.6.1
-2082 silly decomposeActions finalize negotiator@0.6.1
-2083 silly decomposeActions fetch accepts@1.3.3
-2084 silly decomposeActions extract accepts@1.3.3
-2085 silly decomposeActions test accepts@1.3.3
-2086 silly decomposeActions preinstall accepts@1.3.3
-2087 silly decomposeActions build accepts@1.3.3
-2088 silly decomposeActions install accepts@1.3.3
-2089 silly decomposeActions postinstall accepts@1.3.3
-2090 silly decomposeActions finalize accepts@1.3.3
-2091 silly decomposeActions fetch on-finished@2.3.0
-2092 silly decomposeActions extract on-finished@2.3.0
-2093 silly decomposeActions test on-finished@2.3.0
-2094 silly decomposeActions preinstall on-finished@2.3.0
-2095 silly decomposeActions build on-finished@2.3.0
-2096 silly decomposeActions install on-finished@2.3.0
-2097 silly decomposeActions postinstall on-finished@2.3.0
-2098 silly decomposeActions finalize on-finished@2.3.0
-2099 silly decomposeActions fetch parseurl@1.3.1
-2100 silly decomposeActions extract parseurl@1.3.1
-2101 silly decomposeActions test parseurl@1.3.1
-2102 silly decomposeActions preinstall parseurl@1.3.1
-2103 silly decomposeActions build parseurl@1.3.1
-2104 silly decomposeActions install parseurl@1.3.1
-2105 silly decomposeActions postinstall parseurl@1.3.1
-2106 silly decomposeActions finalize parseurl@1.3.1
-2107 silly decomposeActions fetch path-to-regexp@0.1.7
-2108 silly decomposeActions extract path-to-regexp@0.1.7
-2109 silly decomposeActions test path-to-regexp@0.1.7
-2110 silly decomposeActions preinstall path-to-regexp@0.1.7
-2111 silly decomposeActions build path-to-regexp@0.1.7
-2112 silly decomposeActions install path-to-regexp@0.1.7
-2113 silly decomposeActions postinstall path-to-regexp@0.1.7
-2114 silly decomposeActions finalize path-to-regexp@0.1.7
-2115 silly decomposeActions fetch proxy-addr@1.1.2
-2116 silly decomposeActions extract proxy-addr@1.1.2
-2117 silly decomposeActions test proxy-addr@1.1.2
-2118 silly decomposeActions preinstall proxy-addr@1.1.2
-2119 silly decomposeActions build proxy-addr@1.1.2
-2120 silly decomposeActions install proxy-addr@1.1.2
-2121 silly decomposeActions postinstall proxy-addr@1.1.2
-2122 silly decomposeActions finalize proxy-addr@1.1.2
-2123 silly decomposeActions fetch bytes@2.4.0
-2124 silly decomposeActions extract bytes@2.4.0
-2125 silly decomposeActions test bytes@2.4.0
-2126 silly decomposeActions preinstall bytes@2.4.0
-2127 silly decomposeActions build bytes@2.4.0
-2128 silly decomposeActions install bytes@2.4.0
-2129 silly decomposeActions postinstall bytes@2.4.0
-2130 silly decomposeActions finalize bytes@2.4.0
-2131 silly decomposeActions fetch iconv-lite@0.4.13
-2132 silly decomposeActions extract iconv-lite@0.4.13
-2133 silly decomposeActions test iconv-lite@0.4.13
-2134 silly decomposeActions preinstall iconv-lite@0.4.13
-2135 silly decomposeActions build iconv-lite@0.4.13
-2136 silly decomposeActions install iconv-lite@0.4.13
-2137 silly decomposeActions postinstall iconv-lite@0.4.13
-2138 silly decomposeActions finalize iconv-lite@0.4.13
-2139 silly decomposeActions fetch fresh@0.3.0
-2140 silly decomposeActions extract fresh@0.3.0
-2141 silly decomposeActions test fresh@0.3.0
-2142 silly decomposeActions preinstall fresh@0.3.0
-2143 silly decomposeActions build fresh@0.3.0
-2144 silly decomposeActions install fresh@0.3.0
-2145 silly decomposeActions postinstall fresh@0.3.0
-2146 silly decomposeActions finalize fresh@0.3.0
-2147 silly decomposeActions fetch mime@1.3.4
-2148 silly decomposeActions extract mime@1.3.4
-2149 silly decomposeActions test mime@1.3.4
-2150 silly decomposeActions preinstall mime@1.3.4
-2151 silly decomposeActions build mime@1.3.4
-2152 silly decomposeActions install mime@1.3.4
-2153 silly decomposeActions postinstall mime@1.3.4
-2154 silly decomposeActions finalize mime@1.3.4
-2155 silly decomposeActions fetch range-parser@1.2.0
-2156 silly decomposeActions extract range-parser@1.2.0
-2157 silly decomposeActions test range-parser@1.2.0
-2158 silly decomposeActions preinstall range-parser@1.2.0
-2159 silly decomposeActions build range-parser@1.2.0
-2160 silly decomposeActions install range-parser@1.2.0
-2161 silly decomposeActions postinstall range-parser@1.2.0
-2162 silly decomposeActions finalize range-parser@1.2.0
-2163 silly decomposeActions fetch setprototypeof@1.0.1
-2164 silly decomposeActions extract setprototypeof@1.0.1
-2165 silly decomposeActions test setprototypeof@1.0.1
-2166 silly decomposeActions preinstall setprototypeof@1.0.1
-2167 silly decomposeActions build setprototypeof@1.0.1
-2168 silly decomposeActions install setprototypeof@1.0.1
-2169 silly decomposeActions postinstall setprototypeof@1.0.1
-2170 silly decomposeActions finalize setprototypeof@1.0.1
-2171 silly decomposeActions fetch statuses@1.3.0
-2172 silly decomposeActions extract statuses@1.3.0
-2173 silly decomposeActions test statuses@1.3.0
-2174 silly decomposeActions preinstall statuses@1.3.0
-2175 silly decomposeActions build statuses@1.3.0
-2176 silly decomposeActions install statuses@1.3.0
-2177 silly decomposeActions postinstall statuses@1.3.0
-2178 silly decomposeActions finalize statuses@1.3.0
-2179 silly decomposeActions fetch http-errors@1.5.0
-2180 silly decomposeActions extract http-errors@1.5.0
-2181 silly decomposeActions test http-errors@1.5.0
-2182 silly decomposeActions preinstall http-errors@1.5.0
-2183 silly decomposeActions build http-errors@1.5.0
-2184 silly decomposeActions install http-errors@1.5.0
-2185 silly decomposeActions postinstall http-errors@1.5.0
-2186 silly decomposeActions finalize http-errors@1.5.0
-2187 silly decomposeActions fetch send@0.14.1
-2188 silly decomposeActions extract send@0.14.1
-2189 silly decomposeActions test send@0.14.1
-2190 silly decomposeActions preinstall send@0.14.1
-2191 silly decomposeActions build send@0.14.1
-2192 silly decomposeActions install send@0.14.1
-2193 silly decomposeActions postinstall send@0.14.1
-2194 silly decomposeActions finalize send@0.14.1
-2195 silly decomposeActions fetch send@0.14.1
-2196 silly decomposeActions extract send@0.14.1
-2197 silly decomposeActions test send@0.14.1
-2198 silly decomposeActions preinstall send@0.14.1
-2199 silly decomposeActions build send@0.14.1
-2200 silly decomposeActions install send@0.14.1
-2201 silly decomposeActions postinstall send@0.14.1
-2202 silly decomposeActions finalize send@0.14.1
-2203 silly decomposeActions fetch serve-static@1.11.1
-2204 silly decomposeActions extract serve-static@1.11.1
-2205 silly decomposeActions test serve-static@1.11.1
-2206 silly decomposeActions preinstall serve-static@1.11.1
-2207 silly decomposeActions build serve-static@1.11.1
-2208 silly decomposeActions install serve-static@1.11.1
-2209 silly decomposeActions postinstall serve-static@1.11.1
-2210 silly decomposeActions finalize serve-static@1.11.1
-2211 silly decomposeActions fetch type-is@1.6.13
-2212 silly decomposeActions extract type-is@1.6.13
-2213 silly decomposeActions test type-is@1.6.13
-2214 silly decomposeActions preinstall type-is@1.6.13
-2215 silly decomposeActions build type-is@1.6.13
-2216 silly decomposeActions install type-is@1.6.13
-2217 silly decomposeActions postinstall type-is@1.6.13
-2218 silly decomposeActions finalize type-is@1.6.13
-2219 silly decomposeActions fetch unpipe@1.0.0
-2220 silly decomposeActions extract unpipe@1.0.0
-2221 silly decomposeActions test unpipe@1.0.0
-2222 silly decomposeActions preinstall unpipe@1.0.0
-2223 silly decomposeActions build unpipe@1.0.0
-2224 silly decomposeActions install unpipe@1.0.0
-2225 silly decomposeActions postinstall unpipe@1.0.0
-2226 silly decomposeActions finalize unpipe@1.0.0
-2227 silly decomposeActions fetch finalhandler@0.5.0
-2228 silly decomposeActions extract finalhandler@0.5.0
-2229 silly decomposeActions test finalhandler@0.5.0
-2230 silly decomposeActions preinstall finalhandler@0.5.0
-2231 silly decomposeActions build finalhandler@0.5.0
-2232 silly decomposeActions install finalhandler@0.5.0
-2233 silly decomposeActions postinstall finalhandler@0.5.0
-2234 silly decomposeActions finalize finalhandler@0.5.0
-2235 silly decomposeActions fetch raw-body@2.1.7
-2236 silly decomposeActions extract raw-body@2.1.7
-2237 silly decomposeActions test raw-body@2.1.7
-2238 silly decomposeActions preinstall raw-body@2.1.7
-2239 silly decomposeActions build raw-body@2.1.7
-2240 silly decomposeActions install raw-body@2.1.7
-2241 silly decomposeActions postinstall raw-body@2.1.7
-2242 silly decomposeActions finalize raw-body@2.1.7
-2243 silly decomposeActions fetch utils-merge@1.0.0
-2244 silly decomposeActions extract utils-merge@1.0.0
-2245 silly decomposeActions test utils-merge@1.0.0
-2246 silly decomposeActions preinstall utils-merge@1.0.0
-2247 silly decomposeActions build utils-merge@1.0.0
-2248 silly decomposeActions install utils-merge@1.0.0
-2249 silly decomposeActions postinstall utils-merge@1.0.0
-2250 silly decomposeActions finalize utils-merge@1.0.0
-2251 silly decomposeActions fetch vary@1.1.0
-2252 silly decomposeActions extract vary@1.1.0
-2253 silly decomposeActions test vary@1.1.0
-2254 silly decomposeActions preinstall vary@1.1.0
-2255 silly decomposeActions build vary@1.1.0
-2256 silly decomposeActions install vary@1.1.0
-2257 silly decomposeActions postinstall vary@1.1.0
-2258 silly decomposeActions finalize vary@1.1.0
-2259 silly decomposeActions fetch body-parser@1.15.2
-2260 silly decomposeActions extract body-parser@1.15.2
-2261 silly decomposeActions test body-parser@1.15.2
-2262 silly decomposeActions preinstall body-parser@1.15.2
-2263 silly decomposeActions build body-parser@1.15.2
-2264 silly decomposeActions install body-parser@1.15.2
-2265 silly decomposeActions postinstall body-parser@1.15.2
-2266 silly decomposeActions finalize body-parser@1.15.2
-2267 silly decomposeActions fetch express@4.14.0
-2268 silly decomposeActions extract express@4.14.0
-2269 silly decomposeActions test express@4.14.0
-2270 silly decomposeActions preinstall express@4.14.0
-2271 silly decomposeActions build express@4.14.0
-2272 silly decomposeActions install express@4.14.0
-2273 silly decomposeActions postinstall express@4.14.0
-2274 silly decomposeActions finalize express@4.14.0
-2275 silly decomposeActions fetch grunt-contrib-imagemin@0.3.0
-2276 silly decomposeActions extract grunt-contrib-imagemin@0.3.0
-2277 silly decomposeActions test grunt-contrib-imagemin@0.3.0
-2278 silly decomposeActions preinstall grunt-contrib-imagemin@0.3.0
-2279 silly decomposeActions build grunt-contrib-imagemin@0.3.0
-2280 silly decomposeActions install grunt-contrib-imagemin@0.3.0
-2281 silly decomposeActions postinstall grunt-contrib-imagemin@0.3.0
-2282 silly decomposeActions finalize grunt-contrib-imagemin@0.3.0
-2283 silly decomposeActions fetch gzippo@0.2.0
-2284 silly decomposeActions extract gzippo@0.2.0
-2285 silly decomposeActions test gzippo@0.2.0
-2286 silly decomposeActions preinstall gzippo@0.2.0
-2287 silly decomposeActions build gzippo@0.2.0
-2288 silly decomposeActions install gzippo@0.2.0
-2289 silly decomposeActions postinstall gzippo@0.2.0
-2290 silly decomposeActions finalize gzippo@0.2.0
-2291 silly runTopLevelLifecycles Starting
-2292 silly install runPreinstallTopLevelLifecycles
-2293 silly preinstall tshats@0.0.0 /home/yoda/workspace/tshats-frontend/tshats-6423e011
-2294 info lifecycle tshats@0.0.0~preinstall: tshats@0.0.0
-2295 silly lifecycle tshats@0.0.0~preinstall: no script for preinstall, continuing
-2296 silly executeActions Starting
-2297 silly install executeActions
-2298 silly doSerial global-install 0
-2299 silly doParallel fetch 54
-2300 verbose correctMkdir /home/yoda/.npm/_locks correctMkdir not in flight; initializing
-2301 verbose lock using /home/yoda/.npm/_locks/staging-0d978ae8afd394cf.lock for /home/yoda/workspace/tshats-frontend/node_modules/.staging
-2302 silly doParallel extract 54
-2303 silly extract array-flatten@1.1.1
-2304 silly extract bytes@2.4.0
-2305 silly extract iconv-lite@0.4.13
-2306 silly extract qs@6.2.0
-2307 silly extract content-disposition@0.5.1
-2308 silly extract content-type@1.0.2
-2309 silly extract depd@1.1.0
-2310 silly extract destroy@1.0.4
-2311 silly extract ee-first@1.1.1
-2312 silly extract encodeurl@1.0.1
-2313 silly extract escape-html@1.0.3
-2314 silly extract etag@1.7.0
-2315 silly extract cookie@0.3.1
-2316 silly extract cookie-signature@1.0.6
-2317 silly extract fresh@0.3.0
-2318 silly extract mime@1.3.4
-2319 silly extract qs@6.2.0
-2320 silly extract range-parser@1.2.0
-2321 silly extract forwarded@0.1.0
-2322 silly extract gifsicle@0.1.7
-2323 silly extract ansi-styles@0.2.0
-2324 silly extract chalk@0.2.1
-2325 silly extract inherits@2.0.1
-2326 silly extract ipaddr.js@1.1.1
-2327 silly extract media-typer@0.3.0
-2328 silly extract merge-descriptors@1.0.1
-2329 silly extract methods@1.1.2
-2330 silly extract negotiator@0.6.1
-2331 silly extract accepts@1.3.3
-2332 silly extract on-finished@2.3.0
-2333 silly extract parseurl@1.3.1
-2334 silly extract path-to-regexp@0.1.7
-2335 silly extract proxy-addr@1.1.2
-2336 silly extract bytes@2.4.0
-2337 silly extract iconv-lite@0.4.13
-2338 silly extract fresh@0.3.0
-2339 silly extract mime@1.3.4
-2340 silly extract range-parser@1.2.0
-2341 silly extract setprototypeof@1.0.1
-2342 silly extract statuses@1.3.0
-2343 silly extract http-errors@1.5.0
-2344 silly extract send@0.14.1
-2345 silly extract send@0.14.1
-2346 silly extract serve-static@1.11.1
-2347 silly extract type-is@1.6.13
-2348 silly extract unpipe@1.0.0
-2349 silly extract finalhandler@0.5.0
-2350 silly extract raw-body@2.1.7
-2351 silly extract utils-merge@1.0.0
-2352 silly extract vary@1.1.0
-2353 silly extract body-parser@1.15.2
-2354 silly extract express@4.14.0
-2355 silly extract grunt-contrib-imagemin@0.3.0
-2356 silly extract gzippo@0.2.0
-2357 verbose unbuild node_modules/.staging/array-flatten-f24e4886
-2358 verbose unbuild node_modules/.staging/bytes-6d904702
-2359 verbose unbuild node_modules/.staging/bytes-710bcc5a
-2360 verbose unbuild node_modules/.staging/iconv-lite-89ae11ee
-2361 verbose unbuild node_modules/.staging/iconv-lite-033e9139
-2362 verbose unbuild node_modules/.staging/qs-75c5d8d3
-2363 verbose unbuild node_modules/.staging/qs-ae79d419
-2364 verbose unbuild node_modules/.staging/content-disposition-825ec044
-2365 verbose unbuild node_modules/.staging/content-type-a242c9c4
-2366 verbose unbuild node_modules/.staging/depd-8a102d7f
-2367 verbose unbuild node_modules/.staging/destroy-bbe11dbc
-2368 verbose unbuild node_modules/.staging/ee-first-7c2a1262
-2369 verbose unbuild node_modules/.staging/encodeurl-841a11ae
-2370 verbose unbuild node_modules/.staging/escape-html-7c69bdbb
-2371 verbose unbuild node_modules/.staging/etag-daf9760e
-2372 verbose unbuild node_modules/.staging/cookie-signature-f0027173
-2373 verbose unbuild node_modules/.staging/cookie-d95902b8
-2374 verbose unbuild node_modules/.staging/fresh-08a86025
-2375 verbose unbuild node_modules/.staging/fresh-66cc2934
-2376 verbose unbuild node_modules/.staging/range-parser-64a840db
-2377 verbose unbuild node_modules/.staging/range-parser-ff682499
-2378 verbose unbuild node_modules/.staging/forwarded-ea4d22ab
-2379 verbose unbuild node_modules/.staging/ansi-styles-8522668c
-2380 verbose unbuild node_modules/.staging/chalk-61402746
-2381 verbose unbuild node_modules/.staging/inherits-9d74d297
-2382 verbose unbuild node_modules/.staging/ipaddr.js-5efcddbb
-2383 verbose unbuild node_modules/.staging/media-typer-3c49bea3
-2384 verbose unbuild node_modules/.staging/merge-descriptors-21e695b8
-2385 verbose unbuild node_modules/.staging/methods-16ca2968
-2386 verbose unbuild node_modules/.staging/negotiator-4368c16f
-2387 verbose unbuild node_modules/.staging/accepts-5cd2423a
-2388 verbose unbuild node_modules/.staging/parseurl-da63ffd7
-2389 verbose unbuild node_modules/.staging/on-finished-5df1d5dc
-2390 verbose unbuild node_modules/.staging/path-to-regexp-6feefc53
-2391 verbose unbuild node_modules/.staging/proxy-addr-9f3c1963
-2392 verbose unbuild node_modules/.staging/setprototypeof-bd28ff20
-2393 verbose unbuild node_modules/.staging/statuses-4c81b5ea
-2394 verbose unbuild node_modules/.staging/http-errors-2ba9a027
-2395 verbose unbuild node_modules/.staging/send-fca2295e
-2396 verbose unbuild node_modules/.staging/send-ed6d42ad
-2397 verbose unbuild node_modules/.staging/serve-static-c55bdb53
-2398 verbose unbuild node_modules/.staging/type-is-3a2e0809
-2399 verbose unbuild node_modules/.staging/unpipe-2b9407e9
-2400 verbose unbuild node_modules/.staging/finalhandler-f3d51316
-2401 verbose unbuild node_modules/.staging/raw-body-225c8eef
-2402 verbose unbuild node_modules/.staging/utils-merge-1ba9f909
-2403 verbose unbuild node_modules/.staging/vary-c1cb74fd
-2404 verbose unbuild node_modules/.staging/body-parser-e5d4d9bd
-2405 verbose unbuild node_modules/.staging/express-3a97da13
-2406 verbose unbuild node_modules/.staging/grunt-contrib-imagemin-5a3371c1
-2407 verbose unbuild node_modules/.staging/gzippo-47b89162
-2408 verbose unbuild node_modules/.staging/mime-faa34f48
-2409 verbose unbuild node_modules/.staging/mime-28752ef4
-2410 verbose unbuild node_modules/.staging/gifsicle-0b0dfb26
-2411 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886 is being purged from base /home/yoda/workspace/tshats-frontend
-2412 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886
-2413 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702 is being purged from base /home/yoda/workspace/tshats-frontend
-2414 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702
-2415 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a is being purged from base /home/yoda/workspace/tshats-frontend
-2416 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a
-2417 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee is being purged from base /home/yoda/workspace/tshats-frontend
-2418 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee
-2419 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139 is being purged from base /home/yoda/workspace/tshats-frontend
-2420 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139
-2421 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3 is being purged from base /home/yoda/workspace/tshats-frontend
-2422 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3
-2423 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419 is being purged from base /home/yoda/workspace/tshats-frontend
-2424 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419
-2425 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044 is being purged from base /home/yoda/workspace/tshats-frontend
-2426 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044
-2427 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4 is being purged from base /home/yoda/workspace/tshats-frontend
-2428 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4
-2429 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f is being purged from base /home/yoda/workspace/tshats-frontend
-2430 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f
-2431 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc is being purged from base /home/yoda/workspace/tshats-frontend
-2432 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc
-2433 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262 is being purged from base /home/yoda/workspace/tshats-frontend
-2434 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262
-2435 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae is being purged from base /home/yoda/workspace/tshats-frontend
-2436 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae
-2437 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb is being purged from base /home/yoda/workspace/tshats-frontend
-2438 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb
-2439 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e is being purged from base /home/yoda/workspace/tshats-frontend
-2440 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e
-2441 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8 is being purged from base /home/yoda/workspace/tshats-frontend
-2442 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8
-2443 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173 is being purged from base /home/yoda/workspace/tshats-frontend
-2444 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173
-2445 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025 is being purged from base /home/yoda/workspace/tshats-frontend
-2446 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025
-2447 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934 is being purged from base /home/yoda/workspace/tshats-frontend
-2448 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934
-2449 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db is being purged from base /home/yoda/workspace/tshats-frontend
-2450 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db
-2451 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499 is being purged from base /home/yoda/workspace/tshats-frontend
-2452 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499
-2453 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab is being purged from base /home/yoda/workspace/tshats-frontend
-2454 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab
-2455 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c is being purged from base /home/yoda/workspace/tshats-frontend
-2456 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c
-2457 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746 is being purged from base /home/yoda/workspace/tshats-frontend
-2458 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746
-2459 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297 is being purged from base /home/yoda/workspace/tshats-frontend
-2460 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297
-2461 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb is being purged from base /home/yoda/workspace/tshats-frontend
-2462 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb
-2463 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3 is being purged from base /home/yoda/workspace/tshats-frontend
-2464 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3
-2465 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8 is being purged from base /home/yoda/workspace/tshats-frontend
-2466 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8
-2467 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968 is being purged from base /home/yoda/workspace/tshats-frontend
-2468 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968
-2469 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f is being purged from base /home/yoda/workspace/tshats-frontend
-2470 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f
-2471 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a is being purged from base /home/yoda/workspace/tshats-frontend
-2472 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a
-2473 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7 is being purged from base /home/yoda/workspace/tshats-frontend
-2474 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7
-2475 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc is being purged from base /home/yoda/workspace/tshats-frontend
-2476 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc
-2477 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53 is being purged from base /home/yoda/workspace/tshats-frontend
-2478 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53
-2479 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963 is being purged from base /home/yoda/workspace/tshats-frontend
-2480 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963
-2481 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20 is being purged from base /home/yoda/workspace/tshats-frontend
-2482 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20
-2483 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea is being purged from base /home/yoda/workspace/tshats-frontend
-2484 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea
-2485 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e is being purged from base /home/yoda/workspace/tshats-frontend
-2486 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e
-2487 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027 is being purged from base /home/yoda/workspace/tshats-frontend
-2488 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027
-2489 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad is being purged from base /home/yoda/workspace/tshats-frontend
-2490 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad
-2491 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53 is being purged from base /home/yoda/workspace/tshats-frontend
-2492 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53
-2493 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809 is being purged from base /home/yoda/workspace/tshats-frontend
-2494 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809
-2495 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9 is being purged from base /home/yoda/workspace/tshats-frontend
-2496 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9
-2497 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316 is being purged from base /home/yoda/workspace/tshats-frontend
-2498 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316
-2499 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909 is being purged from base /home/yoda/workspace/tshats-frontend
-2500 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909
-2501 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef is being purged from base /home/yoda/workspace/tshats-frontend
-2502 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef
-2503 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd is being purged from base /home/yoda/workspace/tshats-frontend
-2504 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd
-2505 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd is being purged from base /home/yoda/workspace/tshats-frontend
-2506 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd
-2507 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13 is being purged from base /home/yoda/workspace/tshats-frontend
-2508 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13
-2509 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1 is being purged from base /home/yoda/workspace/tshats-frontend
-2510 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1
-2511 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162 is being purged from base /home/yoda/workspace/tshats-frontend
-2512 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162
-2513 verbose tar unpack /home/yoda/.npm/array-flatten/1.1.1/package.tgz
-2514 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886
-2515 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886 is being purged
-2516 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886
-2517 verbose tar unpack /home/yoda/.npm/bytes/2.4.0/package.tgz
-2518 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702
-2519 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702 is being purged
-2520 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702
-2521 verbose tar unpack /home/yoda/.npm/bytes/2.4.0/package.tgz
-2522 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a
-2523 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a is being purged
-2524 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a
-2525 verbose tar unpack /home/yoda/.npm/iconv-lite/0.4.13/package.tgz
-2526 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee
-2527 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee is being purged
-2528 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee
-2529 verbose tar unpack /home/yoda/.npm/iconv-lite/0.4.13/package.tgz
-2530 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139
-2531 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139 is being purged
-2532 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139
-2533 verbose tar unpack /home/yoda/.npm/qs/6.2.0/package.tgz
-2534 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3
-2535 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3 is being purged
-2536 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3
-2537 verbose tar unpack /home/yoda/.npm/qs/6.2.0/package.tgz
-2538 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419
-2539 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419 is being purged
-2540 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419
-2541 verbose tar unpack /home/yoda/.npm/content-disposition/0.5.1/package.tgz
-2542 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044
-2543 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044 is being purged
-2544 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044
-2545 verbose tar unpack /home/yoda/.npm/content-type/1.0.2/package.tgz
-2546 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4
-2547 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4 is being purged
-2548 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4
-2549 verbose tar unpack /home/yoda/.npm/depd/1.1.0/package.tgz
-2550 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f
-2551 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f is being purged
-2552 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f
-2553 verbose tar unpack /home/yoda/.npm/destroy/1.0.4/package.tgz
-2554 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc
-2555 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc is being purged
-2556 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc
-2557 verbose tar unpack /home/yoda/.npm/ee-first/1.1.1/package.tgz
-2558 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262
-2559 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262 is being purged
-2560 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262
-2561 verbose tar unpack /home/yoda/.npm/encodeurl/1.0.1/package.tgz
-2562 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae
-2563 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae is being purged
-2564 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae
-2565 verbose tar unpack /home/yoda/.npm/escape-html/1.0.3/package.tgz
-2566 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb
-2567 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb is being purged
-2568 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb
-2569 verbose tar unpack /home/yoda/.npm/etag/1.7.0/package.tgz
-2570 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e
-2571 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e is being purged
-2572 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e
-2573 verbose tar unpack /home/yoda/.npm/cookie/0.3.1/package.tgz
-2574 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8
-2575 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8 is being purged
-2576 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8
-2577 verbose tar unpack /home/yoda/.npm/cookie-signature/1.0.6/package.tgz
-2578 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173
-2579 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173 is being purged
-2580 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173
-2581 verbose tar unpack /home/yoda/.npm/fresh/0.3.0/package.tgz
-2582 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025
-2583 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025 is being purged
-2584 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025
-2585 verbose tar unpack /home/yoda/.npm/fresh/0.3.0/package.tgz
-2586 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934
-2587 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934 is being purged
-2588 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934
-2589 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48 is being purged from base /home/yoda/workspace/tshats-frontend
-2590 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48
-2591 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4 is being purged from base /home/yoda/workspace/tshats-frontend
-2592 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4
-2593 verbose tar unpack /home/yoda/.npm/range-parser/1.2.0/package.tgz
-2594 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db
-2595 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db is being purged
-2596 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db
-2597 verbose tar unpack /home/yoda/.npm/range-parser/1.2.0/package.tgz
-2598 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499
-2599 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499 is being purged
-2600 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499
-2601 verbose tar unpack /home/yoda/.npm/forwarded/0.1.0/package.tgz
-2602 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab
-2603 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab is being purged
-2604 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab
-2605 verbose tar unpack /home/yoda/.npm/ansi-styles/0.2.0/package.tgz
-2606 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c
-2607 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c is being purged
-2608 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c
-2609 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26 is being purged from base /home/yoda/workspace/tshats-frontend
-2610 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26
-2611 verbose tar unpack /home/yoda/.npm/chalk/0.2.1/package.tgz
-2612 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746
-2613 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746 is being purged
-2614 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746
-2615 verbose tar unpack /home/yoda/.npm/inherits/2.0.1/package.tgz
-2616 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297
-2617 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297 is being purged
-2618 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297
-2619 verbose tar unpack /home/yoda/.npm/ipaddr.js/1.1.1/package.tgz
-2620 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb
-2621 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb is being purged
-2622 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb
-2623 verbose tar unpack /home/yoda/.npm/media-typer/0.3.0/package.tgz
-2624 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3
-2625 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3 is being purged
-2626 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3
-2627 verbose tar unpack /home/yoda/.npm/merge-descriptors/1.0.1/package.tgz
-2628 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8
-2629 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8 is being purged
-2630 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8
-2631 verbose tar unpack /home/yoda/.npm/methods/1.1.2/package.tgz
-2632 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968
-2633 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968 is being purged
-2634 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968
-2635 verbose tar unpack /home/yoda/.npm/negotiator/0.6.1/package.tgz
-2636 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f
-2637 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f is being purged
-2638 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f
-2639 verbose tar unpack /home/yoda/.npm/accepts/1.3.3/package.tgz
-2640 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a
-2641 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a is being purged
-2642 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a
-2643 verbose tar unpack /home/yoda/.npm/parseurl/1.3.1/package.tgz
-2644 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7
-2645 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7 is being purged
-2646 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7
-2647 verbose tar unpack /home/yoda/.npm/on-finished/2.3.0/package.tgz
-2648 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc
-2649 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc is being purged
-2650 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc
-2651 verbose tar unpack /home/yoda/.npm/path-to-regexp/0.1.7/package.tgz
-2652 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53
-2653 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53 is being purged
-2654 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53
-2655 verbose tar unpack /home/yoda/.npm/proxy-addr/1.1.2/package.tgz
-2656 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963
-2657 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963 is being purged
-2658 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963
-2659 verbose tar unpack /home/yoda/.npm/setprototypeof/1.0.1/package.tgz
-2660 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20
-2661 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20 is being purged
-2662 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20
-2663 verbose tar unpack /home/yoda/.npm/statuses/1.3.0/package.tgz
-2664 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea
-2665 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea is being purged
-2666 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea
-2667 verbose tar unpack /home/yoda/.npm/send/0.14.1/package.tgz
-2668 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e
-2669 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e is being purged
-2670 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e
-2671 verbose tar unpack /home/yoda/.npm/http-errors/1.5.0/package.tgz
-2672 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027
-2673 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027 is being purged
-2674 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027
-2675 verbose tar unpack /home/yoda/.npm/send/0.14.1/package.tgz
-2676 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad
-2677 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad is being purged
-2678 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad
-2679 verbose tar unpack /home/yoda/.npm/serve-static/1.11.1/package.tgz
-2680 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53
-2681 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53 is being purged
-2682 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53
-2683 verbose tar unpack /home/yoda/.npm/type-is/1.6.13/package.tgz
-2684 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809
-2685 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809 is being purged
-2686 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809
-2687 verbose tar unpack /home/yoda/.npm/unpipe/1.0.0/package.tgz
-2688 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9
-2689 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9 is being purged
-2690 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9
-2691 verbose tar unpack /home/yoda/.npm/finalhandler/0.5.0/package.tgz
-2692 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316
-2693 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316 is being purged
-2694 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316
-2695 verbose tar unpack /home/yoda/.npm/utils-merge/1.0.0/package.tgz
-2696 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909
-2697 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909 is being purged
-2698 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909
-2699 verbose tar unpack /home/yoda/.npm/raw-body/2.1.7/package.tgz
-2700 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef
-2701 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef is being purged
-2702 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef
-2703 verbose tar unpack /home/yoda/.npm/vary/1.1.0/package.tgz
-2704 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd
-2705 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd is being purged
-2706 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd
-2707 verbose tar unpack /home/yoda/.npm/body-parser/1.15.2/package.tgz
-2708 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd
-2709 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd is being purged
-2710 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd
-2711 verbose tar unpack /home/yoda/.npm/express/4.14.0/package.tgz
-2712 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13
-2713 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13 is being purged
-2714 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13
-2715 verbose tar unpack /home/yoda/.npm/grunt-contrib-imagemin/0.3.0/package.tgz
-2716 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1
-2717 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1 is being purged
-2718 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1
-2719 verbose tar unpack /home/yoda/.npm/gzippo/0.2.0/package.tgz
-2720 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162
-2721 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162 is being purged
-2722 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162
-2723 silly gunzTarPerm modes [ '775', '664' ]
-2724 silly gunzTarPerm modes [ '775', '664' ]
-2725 silly gunzTarPerm modes [ '775', '664' ]
-2726 silly gunzTarPerm modes [ '775', '664' ]
-2727 silly gunzTarPerm modes [ '775', '664' ]
-2728 silly gunzTarPerm modes [ '775', '664' ]
-2729 silly gunzTarPerm modes [ '775', '664' ]
-2730 silly gunzTarPerm modes [ '775', '664' ]
-2731 silly gunzTarPerm modes [ '775', '664' ]
-2732 silly gunzTarPerm modes [ '775', '664' ]
-2733 silly gunzTarPerm modes [ '775', '664' ]
-2734 silly gunzTarPerm modes [ '775', '664' ]
-2735 silly gunzTarPerm modes [ '775', '664' ]
-2736 silly gunzTarPerm modes [ '775', '664' ]
-2737 silly gunzTarPerm modes [ '775', '664' ]
-2738 silly gunzTarPerm modes [ '775', '664' ]
-2739 silly gunzTarPerm modes [ '775', '664' ]
-2740 silly gunzTarPerm modes [ '775', '664' ]
-2741 silly gunzTarPerm modes [ '775', '664' ]
-2742 verbose tar unpack /home/yoda/.npm/mime/1.3.4/package.tgz
-2743 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48
-2744 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48 is being purged
-2745 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48
-2746 verbose tar unpack /home/yoda/.npm/mime/1.3.4/package.tgz
-2747 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4
-2748 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4 is being purged
-2749 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4
-2750 silly gunzTarPerm modes [ '775', '664' ]
-2751 silly gunzTarPerm modes [ '775', '664' ]
-2752 silly gunzTarPerm modes [ '775', '664' ]
-2753 silly gunzTarPerm modes [ '775', '664' ]
-2754 verbose tar unpack /home/yoda/.npm/gifsicle/0.1.7/package.tgz
-2755 verbose tar unpacking to /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26
-2756 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26 is being purged
-2757 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26
-2758 silly gunzTarPerm modes [ '775', '664' ]
-2759 silly gunzTarPerm modes [ '775', '664' ]
-2760 silly gunzTarPerm modes [ '775', '664' ]
-2761 silly gunzTarPerm modes [ '775', '664' ]
-2762 silly gunzTarPerm modes [ '775', '664' ]
-2763 silly gunzTarPerm modes [ '775', '664' ]
-2764 silly gunzTarPerm modes [ '775', '664' ]
-2765 silly gunzTarPerm modes [ '775', '664' ]
-2766 silly gunzTarPerm modes [ '775', '664' ]
-2767 silly gunzTarPerm modes [ '775', '664' ]
-2768 silly gunzTarPerm modes [ '775', '664' ]
-2769 silly gunzTarPerm modes [ '775', '664' ]
-2770 silly gunzTarPerm modes [ '775', '664' ]
-2771 silly gunzTarPerm modes [ '775', '664' ]
-2772 silly gunzTarPerm modes [ '775', '664' ]
-2773 silly gunzTarPerm modes [ '775', '664' ]
-2774 silly gunzTarPerm modes [ '775', '664' ]
-2775 silly gunzTarPerm modes [ '775', '664' ]
-2776 silly gunzTarPerm modes [ '775', '664' ]
-2777 silly gunzTarPerm modes [ '775', '664' ]
-2778 silly gunzTarPerm modes [ '775', '664' ]
-2779 silly gunzTarPerm modes [ '775', '664' ]
-2780 silly gunzTarPerm modes [ '775', '664' ]
-2781 silly gunzTarPerm modes [ '775', '664' ]
-2782 silly gunzTarPerm modes [ '775', '664' ]
-2783 silly gunzTarPerm modes [ '775', '664' ]
-2784 silly gunzTarPerm modes [ '775', '664' ]
-2785 silly gunzTarPerm modes [ '775', '664' ]
-2786 silly gunzTarPerm modes [ '775', '664' ]
-2787 silly gunzTarPerm modes [ '775', '664' ]
-2788 silly gunzTarPerm modes [ '775', '664' ]
-2789 silly gunzTarPerm extractEntry package.json
-2790 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2791 silly gunzTarPerm extractEntry package.json
-2792 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2793 silly gunzTarPerm extractEntry package.json
-2794 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2795 silly gunzTarPerm extractEntry package.json
-2796 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2797 silly gunzTarPerm extractEntry package.json
-2798 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2799 silly gunzTarPerm extractEntry package.json
-2800 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2801 silly gunzTarPerm extractEntry package.json
-2802 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2803 silly gunzTarPerm extractEntry package.json
-2804 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2805 silly gunzTarPerm extractEntry package.json
-2806 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2807 silly gunzTarPerm extractEntry package.json
-2808 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2809 silly gunzTarPerm extractEntry package.json
-2810 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2811 silly gunzTarPerm extractEntry package.json
-2812 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2813 silly gunzTarPerm extractEntry package.json
-2814 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2815 silly gunzTarPerm extractEntry package.json
-2816 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2817 silly gunzTarPerm extractEntry package.json
-2818 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2819 silly gunzTarPerm extractEntry package.json
-2820 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2821 silly gunzTarPerm extractEntry package.json
-2822 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2823 silly gunzTarPerm extractEntry package.json
-2824 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2825 silly gunzTarPerm extractEntry package.json
-2826 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2827 silly gunzTarPerm extractEntry package.json
-2828 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2829 silly gunzTarPerm extractEntry package.json
-2830 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2831 silly gunzTarPerm extractEntry package.json
-2832 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2833 silly gunzTarPerm extractEntry package.json
-2834 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2835 silly gunzTarPerm extractEntry package.json
-2836 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2837 silly gunzTarPerm extractEntry package.json
-2838 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2839 silly gunzTarPerm extractEntry package.json
-2840 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2841 silly gunzTarPerm extractEntry package.json
-2842 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2843 silly gunzTarPerm extractEntry package.json
-2844 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2845 silly gunzTarPerm extractEntry package.json
-2846 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2847 silly gunzTarPerm extractEntry package.json
-2848 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2849 silly gunzTarPerm extractEntry package.json
-2850 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2851 silly gunzTarPerm extractEntry package.json
-2852 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2853 silly gunzTarPerm extractEntry package.json
-2854 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2855 silly gunzTarPerm extractEntry package.json
-2856 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2857 silly gunzTarPerm extractEntry package.json
-2858 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2859 silly gunzTarPerm extractEntry package.json
-2860 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2861 silly gunzTarPerm extractEntry package.json
-2862 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2863 silly gunzTarPerm extractEntry package.json
-2864 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2865 silly gunzTarPerm extractEntry package.json
-2866 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2867 silly gunzTarPerm extractEntry package.json
-2868 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2869 silly gunzTarPerm extractEntry package.json
-2870 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2871 silly gunzTarPerm extractEntry package.json
-2872 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2873 silly gunzTarPerm extractEntry package.json
-2874 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2875 silly gunzTarPerm extractEntry package.json
-2876 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2877 silly gunzTarPerm extractEntry package.json
-2878 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2879 silly gunzTarPerm extractEntry package.json
-2880 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2881 silly gunzTarPerm extractEntry package.json
-2882 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2883 silly gunzTarPerm extractEntry package.json
-2884 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2885 silly gunzTarPerm extractEntry package.json
-2886 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2887 silly gunzTarPerm extractEntry package.json
-2888 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2889 silly gunzTarPerm extractEntry package.json
-2890 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2891 silly gunzTarPerm extractEntry package.json
-2892 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2893 silly gunzTarPerm extractEntry package.json
-2894 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
-2895 silly gunzTarPerm extractEntry package.json
-2896 silly gunzTarPerm modified mode [ 'package.json', 438, 436 ]
-2897 silly gunzTarPerm extractEntry README.md
-2898 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-2899 silly gunzTarPerm extractEntry LICENSE
-2900 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-2901 silly gunzTarPerm extractEntry LICENSE
-2902 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2903 silly gunzTarPerm extractEntry index.js
-2904 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-2905 silly gunzTarPerm extractEntry LICENSE
-2906 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2907 silly gunzTarPerm extractEntry index.js
-2908 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-2909 silly gunzTarPerm extractEntry .npmignore
-2910 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-2911 silly gunzTarPerm extractEntry README.md
-2912 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-2913 silly gunzTarPerm extractEntry .npmignore
-2914 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-2915 silly gunzTarPerm extractEntry README.md
-2916 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-2917 silly gunzTarPerm extractEntry LICENSE
-2918 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-2919 silly gunzTarPerm extractEntry .eslintignore
-2920 silly gunzTarPerm modified mode [ '.eslintignore', 420, 436 ]
-2921 silly gunzTarPerm extractEntry LICENSE
-2922 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-2923 silly gunzTarPerm extractEntry .eslintignore
-2924 silly gunzTarPerm modified mode [ '.eslintignore', 420, 436 ]
-2925 silly gunzTarPerm extractEntry README.md
-2926 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2927 silly gunzTarPerm extractEntry LICENSE
-2928 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2929 silly gunzTarPerm extractEntry README.md
-2930 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2931 silly gunzTarPerm extractEntry LICENSE
-2932 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2933 silly gunzTarPerm extractEntry LICENSE
-2934 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2935 silly gunzTarPerm extractEntry index.js
-2936 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-2937 silly gunzTarPerm extractEntry README.md
-2938 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2939 silly gunzTarPerm extractEntry LICENSE
-2940 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2941 silly gunzTarPerm extractEntry README.md
-2942 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2943 silly gunzTarPerm extractEntry LICENSE
-2944 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2945 silly gunzTarPerm extractEntry README.md
-2946 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2947 silly gunzTarPerm extractEntry LICENSE
-2948 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2949 silly gunzTarPerm extractEntry LICENSE
-2950 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2951 silly gunzTarPerm extractEntry index.js
-2952 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-2953 silly gunzTarPerm extractEntry README.md
-2954 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2955 silly gunzTarPerm extractEntry LICENSE
-2956 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2957 silly gunzTarPerm extractEntry README.md
-2958 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2959 silly gunzTarPerm extractEntry LICENSE
-2960 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2961 silly gunzTarPerm extractEntry README.md
-2962 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2963 silly gunzTarPerm extractEntry LICENSE
-2964 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2965 silly gunzTarPerm extractEntry README.md
-2966 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2967 silly gunzTarPerm extractEntry LICENSE
-2968 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2969 silly gunzTarPerm extractEntry README.md
-2970 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2971 silly gunzTarPerm extractEntry LICENSE
-2972 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2973 silly gunzTarPerm extractEntry ansi-styles.js
-2974 silly gunzTarPerm modified mode [ 'ansi-styles.js', 420, 436 ]
-2975 silly gunzTarPerm extractEntry readme.md
-2976 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
-2977 silly gunzTarPerm extractEntry README.md
-2978 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2979 silly gunzTarPerm extractEntry LICENSE
-2980 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2981 silly gunzTarPerm extractEntry .npmignore
-2982 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-2983 silly gunzTarPerm extractEntry index.js
-2984 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
-2985 silly gunzTarPerm extractEntry README.md
-2986 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-2987 silly gunzTarPerm extractEntry LICENSE
-2988 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-2989 silly gunzTarPerm extractEntry .npmignore
-2990 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-2991 silly gunzTarPerm extractEntry README.md
-2992 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-2993 silly gunzTarPerm extractEntry README.md
-2994 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2995 silly gunzTarPerm extractEntry LICENSE
-2996 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-2997 silly gunzTarPerm extractEntry README.md
-2998 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-2999 silly gunzTarPerm extractEntry LICENSE
-3000 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3001 silly gunzTarPerm extractEntry README.md
-3002 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3003 silly gunzTarPerm extractEntry LICENSE
-3004 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3005 silly gunzTarPerm extractEntry README.md
-3006 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3007 silly gunzTarPerm extractEntry LICENSE
-3008 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3009 silly gunzTarPerm extractEntry README.md
-3010 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3011 silly gunzTarPerm extractEntry LICENSE
-3012 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3013 silly gunzTarPerm extractEntry README.md
-3014 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3015 silly gunzTarPerm extractEntry LICENSE
-3016 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3017 silly gunzTarPerm extractEntry README.md
-3018 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3019 silly gunzTarPerm extractEntry LICENSE
-3020 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3021 silly gunzTarPerm extractEntry LICENSE
-3022 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3023 silly gunzTarPerm extractEntry index.js
-3024 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
-3025 silly gunzTarPerm extractEntry README.md
-3026 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3027 silly gunzTarPerm extractEntry LICENSE
-3028 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3029 silly gunzTarPerm extractEntry README.md
-3030 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-3031 silly gunzTarPerm extractEntry LICENSE
-3032 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3033 silly gunzTarPerm extractEntry README.md
-3034 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3035 silly gunzTarPerm extractEntry LICENSE
-3036 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3037 silly gunzTarPerm extractEntry README.md
-3038 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3039 silly gunzTarPerm extractEntry LICENSE
-3040 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3041 silly gunzTarPerm extractEntry chalk.js
-3042 silly gunzTarPerm modified mode [ 'chalk.js', 420, 436 ]
-3043 silly gunzTarPerm extractEntry readme.md
-3044 silly gunzTarPerm modified mode [ 'readme.md', 420, 436 ]
-3045 silly gunzTarPerm extractEntry README.md
-3046 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3047 silly gunzTarPerm extractEntry LICENSE
-3048 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3049 silly gunzTarPerm extractEntry README.md
-3050 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3051 silly gunzTarPerm extractEntry LICENSE
-3052 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3053 silly gunzTarPerm extractEntry README.md
-3054 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3055 silly gunzTarPerm extractEntry LICENSE
-3056 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3057 silly gunzTarPerm extractEntry README.md
-3058 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3059 silly gunzTarPerm extractEntry LICENSE
-3060 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3061 silly gunzTarPerm extractEntry README.md
-3062 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3063 silly gunzTarPerm extractEntry LICENSE
-3064 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3065 silly gunzTarPerm extractEntry README.md
-3066 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-3067 silly gunzTarPerm extractEntry LICENSE
-3068 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3069 silly gunzTarPerm extractEntry README.md
-3070 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3071 silly gunzTarPerm extractEntry LICENSE
-3072 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3073 silly gunzTarPerm extractEntry README.md
-3074 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3075 silly gunzTarPerm extractEntry LICENSE
-3076 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3077 silly gunzTarPerm extractEntry README.md
-3078 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-3079 silly gunzTarPerm extractEntry tasks/imagemin.js
-3080 silly gunzTarPerm modified mode [ 'tasks/imagemin.js', 420, 436 ]
-3081 silly gunzTarPerm extractEntry LICENSE
-3082 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3083 silly gunzTarPerm extractEntry index.js
-3084 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3085 silly gunzTarPerm extractEntry .npmignore
-3086 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-3087 silly gunzTarPerm extractEntry README.md
-3088 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-3089 silly gunzTarPerm extractEntry README.md
-3090 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3091 silly gunzTarPerm extractEntry LICENSE
-3092 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3093 silly gunzTarPerm extractEntry README.md
-3094 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3095 silly gunzTarPerm extractEntry LICENSE
-3096 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3097 silly gunzTarPerm extractEntry README.md
-3098 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3099 silly gunzTarPerm extractEntry LICENSE
-3100 silly gunzTarPerm modified mode [ 'LICENSE', 438, 436 ]
-3101 silly gunzTarPerm extractEntry index.js
-3102 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3103 silly gunzTarPerm extractEntry HISTORY.md
-3104 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3105 silly gunzTarPerm extractEntry lib/read.js
-3106 silly gunzTarPerm modified mode [ 'lib/read.js', 438, 436 ]
-3107 silly gunzTarPerm extractEntry lib/types/json.js
-3108 silly gunzTarPerm modified mode [ 'lib/types/json.js', 438, 436 ]
-3109 silly gunzTarPerm extractEntry lib/types/raw.js
-3110 silly gunzTarPerm modified mode [ 'lib/types/raw.js', 438, 436 ]
-3111 silly gunzTarPerm extractEntry lib/types/text.js
-3112 silly gunzTarPerm modified mode [ 'lib/types/text.js', 438, 436 ]
-3113 silly gunzTarPerm extractEntry lib/types/urlencoded.js
-3114 silly gunzTarPerm modified mode [ 'lib/types/urlencoded.js', 438, 436 ]
-3115 silly gunzTarPerm extractEntry .npmignore
-3116 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-3117 silly gunzTarPerm extractEntry README.md
-3118 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-3119 silly gunzTarPerm extractEntry .npmignore
-3120 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
-3121 silly gunzTarPerm extractEntry README.md
-3122 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
-3123 silly gunzTarPerm extractEntry README.md
-3124 silly gunzTarPerm modified mode [ 'README.md', 438, 436 ]
-3125 silly gunzTarPerm extractEntry cli.js
-3126 silly gunzTarPerm modified mode [ 'cli.js', 438, 436 ]
-3127 silly gunzTarPerm extractEntry Readme.md
-3128 silly gunzTarPerm modified mode [ 'Readme.md', 438, 436 ]
-3129 silly gunzTarPerm extractEntry History.md
-3130 silly gunzTarPerm modified mode [ 'History.md', 420, 436 ]
-3131 silly gunzTarPerm extractEntry Readme.md
-3132 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
-3133 silly gunzTarPerm extractEntry inherits.js
-3134 silly gunzTarPerm modified mode [ 'inherits.js', 420, 436 ]
-3135 silly gunzTarPerm extractEntry inherits_browser.js
-3136 silly gunzTarPerm modified mode [ 'inherits_browser.js', 420, 436 ]
-3137 silly gunzTarPerm extractEntry array-flatten.js
-3138 silly gunzTarPerm modified mode [ 'array-flatten.js', 420, 436 ]
-3139 silly gunzTarPerm extractEntry History.md
-3140 silly gunzTarPerm modified mode [ 'History.md', 438, 436 ]
-3141 silly gunzTarPerm extractEntry Readme.md
-3142 silly gunzTarPerm modified mode [ 'Readme.md', 438, 436 ]
-3143 silly gunzTarPerm extractEntry History.md
-3144 silly gunzTarPerm modified mode [ 'History.md', 438, 436 ]
-3145 silly gunzTarPerm extractEntry Readme.md
-3146 silly gunzTarPerm modified mode [ 'Readme.md', 438, 436 ]
-3147 silly gunzTarPerm extractEntry LICENSE
-3148 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3149 silly gunzTarPerm extractEntry encodings/dbcs-codec.js
-3150 silly gunzTarPerm modified mode [ 'encodings/dbcs-codec.js', 420, 436 ]
-3151 silly gunzTarPerm extractEntry LICENSE
-3152 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3153 silly gunzTarPerm extractEntry encodings/dbcs-codec.js
-3154 silly gunzTarPerm modified mode [ 'encodings/dbcs-codec.js', 420, 436 ]
-3155 silly gunzTarPerm extractEntry CHANGELOG.md
-3156 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
-3157 silly gunzTarPerm extractEntry CONTRIBUTING.md
-3158 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
-3159 silly gunzTarPerm extractEntry CHANGELOG.md
-3160 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
-3161 silly gunzTarPerm extractEntry CONTRIBUTING.md
-3162 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 420, 436 ]
-3163 silly gunzTarPerm extractEntry index.js
-3164 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3165 silly gunzTarPerm extractEntry HISTORY.md
-3166 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3167 silly gunzTarPerm extractEntry index.js
-3168 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3169 silly gunzTarPerm extractEntry HISTORY.md
-3170 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3171 silly gunzTarPerm extractEntry History.md
-3172 silly gunzTarPerm modified mode [ 'History.md', 438, 436 ]
-3173 silly gunzTarPerm extractEntry Readme.md
-3174 silly gunzTarPerm modified mode [ 'Readme.md', 438, 436 ]
-3175 silly gunzTarPerm extractEntry lib/browser/index.js
-3176 silly gunzTarPerm modified mode [ 'lib/browser/index.js', 438, 436 ]
-3177 silly gunzTarPerm extractEntry lib/compat/buffer-concat.js
-3178 silly gunzTarPerm modified mode [ 'lib/compat/buffer-concat.js', 438, 436 ]
-3179 silly gunzTarPerm extractEntry lib/compat/callsite-tostring.js
-3180 silly gunzTarPerm modified mode [ 'lib/compat/callsite-tostring.js', 438, 436 ]
-3181 silly gunzTarPerm extractEntry lib/compat/event-listener-count.js
-3182 silly gunzTarPerm modified mode [ 'lib/compat/event-listener-count.js', 438, 436 ]
-3183 silly gunzTarPerm extractEntry lib/compat/index.js
-3184 silly gunzTarPerm modified mode [ 'lib/compat/index.js', 438, 436 ]
-3185 silly gunzTarPerm extractEntry index.js
-3186 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3187 silly gunzTarPerm extractEntry index.js
-3188 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3189 silly gunzTarPerm extractEntry index.js
-3190 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3191 silly gunzTarPerm extractEntry HISTORY.md
-3192 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3193 silly gunzTarPerm extractEntry index.js
-3194 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3195 silly gunzTarPerm extractEntry HISTORY.md
-3196 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3197 silly gunzTarPerm extractEntry index.js
-3198 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3199 silly gunzTarPerm extractEntry HISTORY.md
-3200 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3201 silly gunzTarPerm extractEntry index.js
-3202 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3203 silly gunzTarPerm extractEntry HISTORY.md
-3204 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3205 silly gunzTarPerm extractEntry index.js
-3206 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3207 silly gunzTarPerm extractEntry HISTORY.md
-3208 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3209 silly gunzTarPerm extractEntry index.js
-3210 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3211 silly gunzTarPerm extractEntry HISTORY.md
-3212 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3213 silly gunzTarPerm extractEntry index.js
-3214 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3215 silly gunzTarPerm extractEntry HISTORY.md
-3216 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3217 silly gunzTarPerm extractEntry LICENSE
-3218 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3219 silly gunzTarPerm extractEntry ipaddr.min.js
-3220 silly gunzTarPerm modified mode [ 'ipaddr.min.js', 420, 436 ]
-3221 silly gunzTarPerm extractEntry index.js
-3222 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3223 silly gunzTarPerm extractEntry HISTORY.md
-3224 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3225 silly gunzTarPerm extractEntry index.js
-3226 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3227 silly gunzTarPerm extractEntry HISTORY.md
-3228 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3229 silly gunzTarPerm extractEntry index.js
-3230 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3231 silly gunzTarPerm extractEntry HISTORY.md
-3232 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3233 silly gunzTarPerm extractEntry index.js
-3234 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3235 silly gunzTarPerm extractEntry HISTORY.md
-3236 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3237 silly gunzTarPerm extractEntry index.js
-3238 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3239 silly gunzTarPerm extractEntry HISTORY.md
-3240 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3241 silly gunzTarPerm extractEntry index.js
-3242 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3243 silly gunzTarPerm extractEntry HISTORY.md
-3244 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3245 silly gunzTarPerm extractEntry index.js
-3246 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3247 silly gunzTarPerm extractEntry HISTORY.md
-3248 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3249 silly gunzTarPerm extractEntry Readme.md
-3250 silly gunzTarPerm modified mode [ 'Readme.md', 420, 436 ]
-3251 silly gunzTarPerm extractEntry History.md
-3252 silly gunzTarPerm modified mode [ 'History.md', 420, 436 ]
-3253 silly gunzTarPerm extractEntry index.js
-3254 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3255 silly gunzTarPerm extractEntry HISTORY.md
-3256 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3257 silly gunzTarPerm extractEntry index.js
-3258 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
-3259 silly gunzTarPerm extractEntry index.js
-3260 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3261 silly gunzTarPerm extractEntry HISTORY.md
-3262 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3263 silly gunzTarPerm extractEntry index.js
-3264 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3265 silly gunzTarPerm extractEntry HISTORY.md
-3266 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3267 silly gunzTarPerm extractEntry index.js
-3268 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3269 silly gunzTarPerm extractEntry HISTORY.md
-3270 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3271 silly gunzTarPerm extractEntry index.js
-3272 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3273 silly gunzTarPerm extractEntry HISTORY.md
-3274 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3275 silly gunzTarPerm extractEntry index.js
-3276 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3277 silly gunzTarPerm extractEntry HISTORY.md
-3278 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3279 silly gunzTarPerm extractEntry index.js
-3280 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3281 silly gunzTarPerm extractEntry HISTORY.md
-3282 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3283 silly gunzTarPerm extractEntry index.js
-3284 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3285 silly gunzTarPerm extractEntry HISTORY.md
-3286 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3287 silly gunzTarPerm extractEntry index.js
-3288 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
-3289 silly gunzTarPerm extractEntry .travis.yml
-3290 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
-3291 silly gunzTarPerm extractEntry index.js
-3292 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3293 silly gunzTarPerm extractEntry HISTORY.md
-3294 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3295 silly gunzTarPerm extractEntry index.js
-3296 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3297 silly gunzTarPerm extractEntry HISTORY.md
-3298 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3299 silly gunzTarPerm extractEntry History.md
-3300 silly gunzTarPerm modified mode [ 'History.md', 438, 436 ]
-3301 silly gunzTarPerm extractEntry Readme.md
-3302 silly gunzTarPerm modified mode [ 'Readme.md', 438, 436 ]
-3303 silly gunzTarPerm extractEntry lib/application.js
-3304 silly gunzTarPerm modified mode [ 'lib/application.js', 438, 436 ]
-3305 silly gunzTarPerm extractEntry lib/express.js
-3306 silly gunzTarPerm modified mode [ 'lib/express.js', 438, 436 ]
-3307 silly gunzTarPerm extractEntry lib/request.js
-3308 silly gunzTarPerm modified mode [ 'lib/request.js', 438, 436 ]
-3309 silly gunzTarPerm extractEntry lib/response.js
-3310 silly gunzTarPerm modified mode [ 'lib/response.js', 438, 436 ]
-3311 silly gunzTarPerm extractEntry lib/utils.js
-3312 silly gunzTarPerm modified mode [ 'lib/utils.js', 438, 436 ]
-3313 silly gunzTarPerm extractEntry lib/view.js
-3314 silly gunzTarPerm modified mode [ 'lib/view.js', 438, 436 ]
-3315 silly gunzTarPerm extractEntry lib/middleware/init.js
-3316 silly gunzTarPerm modified mode [ 'lib/middleware/init.js', 438, 436 ]
-3317 silly gunzTarPerm extractEntry lib/middleware/query.js
-3318 silly gunzTarPerm modified mode [ 'lib/middleware/query.js', 438, 436 ]
-3319 silly gunzTarPerm extractEntry lib/router/index.js
-3320 silly gunzTarPerm modified mode [ 'lib/router/index.js', 438, 436 ]
-3321 silly gunzTarPerm extractEntry lib/router/layer.js
-3322 silly gunzTarPerm modified mode [ 'lib/router/layer.js', 438, 436 ]
-3323 silly gunzTarPerm extractEntry lib/router/route.js
-3324 silly gunzTarPerm modified mode [ 'lib/router/route.js', 438, 436 ]
-3325 silly gunzTarPerm extractEntry index.js
-3326 silly gunzTarPerm modified mode [ 'index.js', 420, 436 ]
-3327 silly gunzTarPerm extractEntry .travis.yml
-3328 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
-3329 silly gunzTarPerm extractEntry index.js
-3330 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3331 silly gunzTarPerm extractEntry HISTORY.md
-3332 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3333 silly gunzTarPerm extractEntry index.js
-3334 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3335 silly gunzTarPerm extractEntry HISTORY.md
-3336 silly gunzTarPerm modified mode [ 'HISTORY.md', 438, 436 ]
-3337 silly gunzTarPerm extractEntry LICENSE
-3338 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3339 silly gunzTarPerm extractEntry cli.js
-3340 silly gunzTarPerm modified mode [ 'cli.js', 420, 436 ]
-3341 silly gunzTarPerm extractEntry LICENSE
-3342 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
-3343 silly gunzTarPerm extractEntry cli.js
-3344 silly gunzTarPerm modified mode [ 'cli.js', 420, 436 ]
-3345 silly gunzTarPerm extractEntry index.js
-3346 silly gunzTarPerm modified mode [ 'index.js', 438, 436 ]
-3347 silly gunzTarPerm extractEntry encodings/dbcs-data.js
-3348 silly gunzTarPerm modified mode [ 'encodings/dbcs-data.js', 420, 436 ]
-3349 silly gunzTarPerm extractEntry encodings/dbcs-data.js
-3350 silly gunzTarPerm modified mode [ 'encodings/dbcs-data.js', 420, 436 ]
-3351 silly gunzTarPerm extractEntry mime.js
-3352 silly gunzTarPerm modified mode [ 'mime.js', 420, 436 ]
-3353 silly gunzTarPerm extractEntry build/build.js
-3354 silly gunzTarPerm modified mode [ 'build/build.js', 420, 436 ]
-3355 silly gunzTarPerm extractEntry mime.js
-3356 silly gunzTarPerm modified mode [ 'mime.js', 420, 436 ]
-3357 silly gunzTarPerm extractEntry build/build.js
-3358 silly gunzTarPerm modified mode [ 'build/build.js', 420, 436 ]
-3359 silly gunzTarPerm extractEntry test.js
-3360 silly gunzTarPerm modified mode [ 'test.js', 420, 436 ]
-3361 silly gunzTarPerm extractEntry bower.json
-3362 silly gunzTarPerm modified mode [ 'bower.json', 420, 436 ]
-3363 silly gunzTarPerm extractEntry CHANGELOG
-3364 silly gunzTarPerm modified mode [ 'CHANGELOG', 420, 436 ]
-3365 silly gunzTarPerm extractEntry lib/compress.js
-3366 silly gunzTarPerm modified mode [ 'lib/compress.js', 420, 436 ]
-3367 silly gunzTarPerm extractEntry .eslintrc
-3368 silly gunzTarPerm modified mode [ '.eslintrc', 420, 436 ]
-3369 silly gunzTarPerm extractEntry dist/qs.js
-3370 silly gunzTarPerm modified mode [ 'dist/qs.js', 420, 436 ]
-3371 silly gunzTarPerm extractEntry lib/index.js
-3372 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 509 ]
-3373 silly gunzTarPerm extractEntry lib/parse.js
-3374 silly gunzTarPerm modified mode [ 'lib/parse.js', 493, 509 ]
-3375 silly gunzTarPerm extractEntry lib/stringify.js
-3376 silly gunzTarPerm modified mode [ 'lib/stringify.js', 493, 509 ]
-3377 silly gunzTarPerm extractEntry lib/utils.js
-3378 silly gunzTarPerm modified mode [ 'lib/utils.js', 493, 509 ]
-3379 silly gunzTarPerm extractEntry .jscs.json
-3380 silly gunzTarPerm modified mode [ '.jscs.json', 420, 436 ]
-3381 silly gunzTarPerm extractEntry test/index.js
-3382 silly gunzTarPerm modified mode [ 'test/index.js', 420, 436 ]
-3383 silly gunzTarPerm extractEntry test/parse.js
-3384 silly gunzTarPerm modified mode [ 'test/parse.js', 493, 509 ]
-3385 silly gunzTarPerm extractEntry test/stringify.js
-3386 silly gunzTarPerm modified mode [ 'test/stringify.js', 493, 509 ]
-3387 silly gunzTarPerm extractEntry test/utils.js
-3388 silly gunzTarPerm modified mode [ 'test/utils.js', 493, 509 ]
-3389 silly gunzTarPerm extractEntry .eslintrc
-3390 silly gunzTarPerm modified mode [ '.eslintrc', 420, 436 ]
-3391 silly gunzTarPerm extractEntry dist/qs.js
-3392 silly gunzTarPerm modified mode [ 'dist/qs.js', 420, 436 ]
-3393 silly gunzTarPerm extractEntry lib/index.js
-3394 silly gunzTarPerm modified mode [ 'lib/index.js', 493, 509 ]
-3395 silly gunzTarPerm extractEntry lib/parse.js
-3396 silly gunzTarPerm modified mode [ 'lib/parse.js', 493, 509 ]
-3397 silly gunzTarPerm extractEntry lib/stringify.js
-3398 silly gunzTarPerm modified mode [ 'lib/stringify.js', 493, 509 ]
-3399 silly gunzTarPerm extractEntry lib/utils.js
-3400 silly gunzTarPerm modified mode [ 'lib/utils.js', 493, 509 ]
-3401 silly gunzTarPerm extractEntry .jscs.json
-3402 silly gunzTarPerm modified mode [ '.jscs.json', 420, 436 ]
-3403 silly gunzTarPerm extractEntry test/index.js
-3404 silly gunzTarPerm modified mode [ 'test/index.js', 420, 436 ]
-3405 silly gunzTarPerm extractEntry test/parse.js
-3406 silly gunzTarPerm modified mode [ 'test/parse.js', 493, 509 ]
-3407 silly gunzTarPerm extractEntry test/stringify.js
-3408 silly gunzTarPerm modified mode [ 'test/stringify.js', 493, 509 ]
-3409 silly gunzTarPerm extractEntry test/utils.js
-3410 silly gunzTarPerm modified mode [ 'test/utils.js', 493, 509 ]
-3411 silly gunzTarPerm extractEntry lib/charset.js
-3412 silly gunzTarPerm modified mode [ 'lib/charset.js', 438, 436 ]
-3413 silly gunzTarPerm extractEntry codes.json
-3414 silly gunzTarPerm modified mode [ 'codes.json', 438, 436 ]
-3415 silly gunzTarPerm extractEntry encodings/index.js
-3416 silly gunzTarPerm modified mode [ 'encodings/index.js', 420, 436 ]
-3417 silly gunzTarPerm extractEntry encodings/internal.js
-3418 silly gunzTarPerm modified mode [ 'encodings/internal.js', 420, 436 ]
-3419 silly gunzTarPerm extractEntry encodings/index.js
-3420 silly gunzTarPerm modified mode [ 'encodings/index.js', 420, 436 ]
-3421 silly gunzTarPerm extractEntry encodings/internal.js
-3422 silly gunzTarPerm modified mode [ 'encodings/internal.js', 420, 436 ]
-3423 silly gunzTarPerm extractEntry build/test.js
-3424 silly gunzTarPerm modified mode [ 'build/test.js', 420, 436 ]
-3425 silly gunzTarPerm extractEntry types.json
-3426 silly gunzTarPerm modified mode [ 'types.json', 420, 436 ]
-3427 silly gunzTarPerm extractEntry build/test.js
-3428 silly gunzTarPerm modified mode [ 'build/test.js', 420, 436 ]
-3429 silly gunzTarPerm extractEntry types.json
-3430 silly gunzTarPerm modified mode [ 'types.json', 420, 436 ]
-3431 silly gunzTarPerm extractEntry .travis.yml
-3432 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
-3433 silly gunzTarPerm extractEntry lib/ipaddr.js
-3434 silly gunzTarPerm modified mode [ 'lib/ipaddr.js', 420, 436 ]
-3435 silly gunzTarPerm extractEntry lib/fileAsset.js
-3436 silly gunzTarPerm modified mode [ 'lib/fileAsset.js', 420, 436 ]
-3437 silly gunzTarPerm extractEntry lib/memory.js
-3438 silly gunzTarPerm modified mode [ 'lib/memory.js', 420, 436 ]
-3439 silly gunzTarPerm extractEntry lib/encoding.js
-3440 silly gunzTarPerm modified mode [ 'lib/encoding.js', 438, 436 ]
-3441 silly gunzTarPerm extractEntry lib/language.js
-3442 silly gunzTarPerm modified mode [ 'lib/language.js', 438, 436 ]
-3443 silly gunzTarPerm extractEntry encodings/sbcs-codec.js
-3444 silly gunzTarPerm modified mode [ 'encodings/sbcs-codec.js', 420, 436 ]
-3445 silly gunzTarPerm extractEntry encodings/sbcs-data-generated.js
-3446 silly gunzTarPerm modified mode [ 'encodings/sbcs-data-generated.js', 420, 436 ]
-3447 silly gunzTarPerm extractEntry encodings/sbcs-data.js
-3448 silly gunzTarPerm modified mode [ 'encodings/sbcs-data.js', 420, 436 ]
-3449 silly gunzTarPerm extractEntry encodings/sbcs-codec.js
-3450 silly gunzTarPerm modified mode [ 'encodings/sbcs-codec.js', 420, 436 ]
-3451 silly gunzTarPerm extractEntry encodings/sbcs-data-generated.js
-3452 silly gunzTarPerm modified mode [ 'encodings/sbcs-data-generated.js', 420, 436 ]
-3453 silly gunzTarPerm extractEntry encodings/sbcs-data.js
-3454 silly gunzTarPerm modified mode [ 'encodings/sbcs-data.js', 420, 436 ]
-3455 silly gunzTarPerm extractEntry lib/staticGzip.js
-3456 silly gunzTarPerm modified mode [ 'lib/staticGzip.js', 420, 436 ]
-3457 silly gunzTarPerm extractEntry Cakefile
-3458 silly gunzTarPerm modified mode [ 'Cakefile', 420, 436 ]
-3459 silly gunzTarPerm extractEntry src/ipaddr.coffee
-3460 silly gunzTarPerm modified mode [ 'src/ipaddr.coffee', 420, 436 ]
-3461 silly gunzTarPerm extractEntry encodings/utf16.js
-3462 silly gunzTarPerm modified mode [ 'encodings/utf16.js', 420, 436 ]
-3463 silly gunzTarPerm extractEntry encodings/utf16.js
-3464 silly gunzTarPerm modified mode [ 'encodings/utf16.js', 420, 436 ]
-3465 silly gunzTarPerm extractEntry lib/mediaType.js
-3466 silly gunzTarPerm modified mode [ 'lib/mediaType.js', 438, 436 ]
-3467 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c/node_modules is being purged
-3468 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c/node_modules
-3469 silly gunzTarPerm extractEntry lib/store.js
-3470 silly gunzTarPerm modified mode [ 'lib/store.js', 420, 436 ]
-3471 silly gunzTarPerm extractEntry lib/storeStream.js
-3472 silly gunzTarPerm modified mode [ 'lib/storeStream.js', 420, 436 ]
-3473 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746/node_modules is being purged
-3474 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746/node_modules
-3475 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1/node_modules is being purged
-3476 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1/node_modules
-3477 silly gunzTarPerm extractEntry test/ipaddr.test.coffee
-3478 silly gunzTarPerm modified mode [ 'test/ipaddr.test.coffee', 420, 436 ]
-3479 silly gunzTarPerm extractEntry encodings/utf7.js
-3480 silly gunzTarPerm modified mode [ 'encodings/utf7.js', 420, 436 ]
-3481 silly gunzTarPerm extractEntry encodings/tables/big5-added.json
-3482 silly gunzTarPerm modified mode [ 'encodings/tables/big5-added.json', 420, 436 ]
-3483 silly gunzTarPerm extractEntry encodings/utf7.js
-3484 silly gunzTarPerm modified mode [ 'encodings/utf7.js', 420, 436 ]
-3485 silly gunzTarPerm extractEntry encodings/tables/big5-added.json
-3486 silly gunzTarPerm modified mode [ 'encodings/tables/big5-added.json', 420, 436 ]
-3487 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb/node_modules is being purged
-3488 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb/node_modules
-3489 silly gunzTarPerm extractEntry test/prefexTest.js
-3490 silly gunzTarPerm modified mode [ 'test/prefexTest.js', 420, 436 ]
-3491 silly gunzTarPerm extractEntry test/prefix.test.js
-3492 silly gunzTarPerm modified mode [ 'test/prefix.test.js', 420, 436 ]
-3493 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886/node_modules is being purged
-3494 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886/node_modules
-3495 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc/node_modules is being purged
-3496 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc/node_modules
-3497 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262/node_modules is being purged
-3498 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262/node_modules
-3499 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20/node_modules is being purged
-3500 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20/node_modules
-3501 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26/node_modules is being purged
-3502 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26/node_modules
-3503 silly gunzTarPerm extractEntry encodings/tables/cp936.json
-3504 silly gunzTarPerm modified mode [ 'encodings/tables/cp936.json', 420, 436 ]
-3505 silly gunzTarPerm extractEntry encodings/tables/cp936.json
-3506 silly gunzTarPerm modified mode [ 'encodings/tables/cp936.json', 420, 436 ]
-3507 silly gunzTarPerm extractEntry encodings/tables/cp949.json
-3508 silly gunzTarPerm modified mode [ 'encodings/tables/cp949.json', 420, 436 ]
-3509 silly gunzTarPerm extractEntry encodings/tables/cp949.json
-3510 silly gunzTarPerm modified mode [ 'encodings/tables/cp949.json', 420, 436 ]
-3511 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909/node_modules is being purged
-3512 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909/node_modules
-3513 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae/node_modules is being purged
-3514 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae/node_modules
-3515 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4/node_modules is being purged
-3516 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4/node_modules
-3517 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173/node_modules is being purged
-3518 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173/node_modules
-3519 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8/node_modules is being purged
-3520 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8/node_modules
-3521 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9/node_modules is being purged
-3522 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9/node_modules
-3523 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702/node_modules is being purged
-3524 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702/node_modules
-3525 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a/node_modules is being purged
-3526 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a/node_modules
-3527 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044/node_modules is being purged
-3528 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044/node_modules
-3529 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e/node_modules is being purged
-3530 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e/node_modules
-3531 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8/node_modules is being purged
-3532 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8/node_modules
-3533 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db/node_modules is being purged
-3534 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db/node_modules
-3535 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934/node_modules is being purged
-3536 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934/node_modules
-3537 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499/node_modules is being purged
-3538 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499/node_modules
-3539 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab/node_modules is being purged
-3540 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab/node_modules
-3541 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3/node_modules is being purged
-3542 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3/node_modules
-3543 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968/node_modules is being purged
-3544 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968/node_modules
-3545 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a/node_modules is being purged
-3546 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a/node_modules
-3547 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025/node_modules is being purged
-3548 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025/node_modules
-3549 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53/node_modules is being purged
-3550 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53/node_modules
-3551 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963/node_modules is being purged
-3552 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963/node_modules
-3553 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809/node_modules is being purged
-3554 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809/node_modules
-3555 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7/node_modules is being purged
-3556 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7/node_modules
-3557 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc/node_modules is being purged
-3558 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc/node_modules
-3559 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd/node_modules is being purged
-3560 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd/node_modules
-3561 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316/node_modules is being purged
-3562 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316/node_modules
-3563 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53/node_modules is being purged
-3564 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53/node_modules
-3565 silly gunzTarPerm extractEntry test/request.js
-3566 silly gunzTarPerm modified mode [ 'test/request.js', 420, 436 ]
-3567 silly gunzTarPerm extractEntry test/staticGzipTest.js
-3568 silly gunzTarPerm modified mode [ 'test/staticGzipTest.js', 420, 436 ]
-3569 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef/node_modules is being purged
-3570 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef/node_modules
-3571 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027/node_modules is being purged
-3572 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027/node_modules
-3573 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e/node_modules is being purged
-3574 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e/node_modules
-3575 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad/node_modules is being purged
-3576 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad/node_modules
-3577 silly gunzTarPerm extractEntry encodings/tables/cp950.json
-3578 silly gunzTarPerm modified mode [ 'encodings/tables/cp950.json', 420, 436 ]
-3579 silly gunzTarPerm extractEntry encodings/tables/eucjp.json
-3580 silly gunzTarPerm modified mode [ 'encodings/tables/eucjp.json', 420, 436 ]
-3581 silly gunzTarPerm extractEntry encodings/tables/cp950.json
-3582 silly gunzTarPerm modified mode [ 'encodings/tables/cp950.json', 420, 436 ]
-3583 silly gunzTarPerm extractEntry encodings/tables/eucjp.json
-3584 silly gunzTarPerm modified mode [ 'encodings/tables/eucjp.json', 420, 436 ]
-3585 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297/node_modules is being purged
-3586 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297/node_modules
-3587 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea/node_modules is being purged
-3588 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea/node_modules
-3589 silly gunzTarPerm extractEntry test/test-static.js
-3590 silly gunzTarPerm modified mode [ 'test/test-static.js', 420, 436 ]
-3591 silly gunzTarPerm extractEntry test/fixtures/test.js
-3592 silly gunzTarPerm modified mode [ 'test/fixtures/test.js', 420, 436 ]
-3593 silly gunzTarPerm extractEntry encodings/tables/gb18030-ranges.json
-3594 silly gunzTarPerm modified mode [ 'encodings/tables/gb18030-ranges.json', 420, 436 ]
-3595 silly gunzTarPerm extractEntry encodings/tables/gb18030-ranges.json
-3596 silly gunzTarPerm modified mode [ 'encodings/tables/gb18030-ranges.json', 420, 436 ]
-3597 silly gunzTarPerm extractEntry test/fixtures/tomg.co.png
-3598 silly gunzTarPerm modified mode [ 'test/fixtures/tomg.co.png', 420, 436 ]
-3599 silly gunzTarPerm extractEntry test/fixtures/space the final frontier/tomg.co.png
-3600 silly gunzTarPerm modified mode [ 'test/fixtures/space the final frontier/tomg.co.png',
-3600 silly gunzTarPerm 420,
-3600 silly gunzTarPerm 436 ]
-3601 silly gunzTarPerm extractEntry encodings/tables/gbk-added.json
-3602 silly gunzTarPerm modified mode [ 'encodings/tables/gbk-added.json', 420, 436 ]
-3603 silly gunzTarPerm extractEntry encodings/tables/shiftjis.json
-3604 silly gunzTarPerm modified mode [ 'encodings/tables/shiftjis.json', 420, 436 ]
-3605 silly gunzTarPerm extractEntry .travis.yml
-3606 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
-3607 silly gunzTarPerm extractEntry encodings/tables/gbk-added.json
-3608 silly gunzTarPerm modified mode [ 'encodings/tables/gbk-added.json', 420, 436 ]
-3609 silly gunzTarPerm extractEntry encodings/tables/shiftjis.json
-3610 silly gunzTarPerm modified mode [ 'encodings/tables/shiftjis.json', 420, 436 ]
-3611 silly gunzTarPerm extractEntry .travis.yml
-3612 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
-3613 silly gunzTarPerm extractEntry lib/bom-handling.js
-3614 silly gunzTarPerm modified mode [ 'lib/bom-handling.js', 420, 436 ]
-3615 silly gunzTarPerm extractEntry lib/bom-handling.js
-3616 silly gunzTarPerm modified mode [ 'lib/bom-handling.js', 420, 436 ]
-3617 silly gunzTarPerm extractEntry test/fixtures/index_test/index.html
-3618 silly gunzTarPerm modified mode [ 'test/fixtures/index_test/index.html', 420, 436 ]
-3619 silly gunzTarPerm extractEntry test/fixtures/test.js.gzip
-3620 silly gunzTarPerm modified mode [ 'test/fixtures/test.js.gzip', 420, 436 ]
-3621 silly gunzTarPerm extractEntry lib/extend-node.js
-3622 silly gunzTarPerm modified mode [ 'lib/extend-node.js', 420, 436 ]
-3623 silly gunzTarPerm extractEntry lib/index.js
-3624 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
-3625 silly gunzTarPerm extractEntry lib/extend-node.js
-3626 silly gunzTarPerm modified mode [ 'lib/extend-node.js', 420, 436 ]
-3627 silly gunzTarPerm extractEntry lib/index.js
-3628 silly gunzTarPerm modified mode [ 'lib/index.js', 420, 436 ]
-3629 silly gunzTarPerm extractEntry test/fixtures/js/nestedTest.js
-3630 silly gunzTarPerm modified mode [ 'test/fixtures/js/nestedTest.js', 420, 436 ]
-3631 silly gunzTarPerm extractEntry test/fixtures/user.gzip
-3632 silly gunzTarPerm modified mode [ 'test/fixtures/user.gzip', 420, 436 ]
-3633 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48/node_modules is being purged
-3634 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48/node_modules
-3635 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4/node_modules is being purged
-3636 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4/node_modules
-3637 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f/node_modules is being purged
-3638 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f/node_modules
-3639 silly gunzTarPerm extractEntry lib/streams.js
-3640 silly gunzTarPerm modified mode [ 'lib/streams.js', 420, 436 ]
-3641 silly gunzTarPerm extractEntry Changelog.md
-3642 silly gunzTarPerm modified mode [ 'Changelog.md', 420, 436 ]
-3643 silly gunzTarPerm extractEntry lib/streams.js
-3644 silly gunzTarPerm modified mode [ 'lib/streams.js', 420, 436 ]
-3645 silly gunzTarPerm extractEntry Changelog.md
-3646 silly gunzTarPerm modified mode [ 'Changelog.md', 420, 436 ]
-3647 silly gunzTarPerm extractEntry test/fixtures/user.json
-3648 silly gunzTarPerm modified mode [ 'test/fixtures/user.json', 420, 436 ]
-3649 silly gunzTarPerm extractEntry test/fixtures/utf8.gz
-3650 silly gunzTarPerm modified mode [ 'test/fixtures/utf8.gz', 420, 436 ]
-3651 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd/node_modules is being purged
-3652 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd/node_modules
-3653 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f/node_modules is being purged
-3654 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f/node_modules
-3655 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb/node_modules is being purged
-3656 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb/node_modules
-3657 silly gunzTarPerm extractEntry test/fixtures/utf8.txt
-3658 silly gunzTarPerm modified mode [ 'test/fixtures/utf8.txt', 420, 436 ]
-3659 silly gunzTarPerm extractEntry test/fixtures/utf8.txt.gz
-3660 silly gunzTarPerm modified mode [ 'test/fixtures/utf8.txt.gz', 420, 436 ]
-3661 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419/node_modules is being purged
-3662 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419/node_modules
-3663 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3/node_modules is being purged
-3664 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3/node_modules
-3665 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13/node_modules is being purged
-3666 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13/node_modules
-3667 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162/node_modules is being purged
-3668 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162/node_modules
-3669 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee/node_modules is being purged
-3670 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee/node_modules
-3671 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139/node_modules is being purged
-3672 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139/node_modules
-3673 silly doParallel preinstall 54
-3674 silly preinstall array-flatten@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886
-3675 info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1
-3676 silly preinstall bytes@2.4.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702
-3677 info lifecycle bytes@2.4.0~preinstall: bytes@2.4.0
-3678 silly preinstall iconv-lite@0.4.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee
-3679 info lifecycle iconv-lite@0.4.13~preinstall: iconv-lite@0.4.13
-3680 silly preinstall qs@6.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3
-3681 info lifecycle qs@6.2.0~preinstall: qs@6.2.0
-3682 silly preinstall content-disposition@0.5.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044
-3683 info lifecycle content-disposition@0.5.1~preinstall: content-disposition@0.5.1
-3684 silly preinstall content-type@1.0.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4
-3685 info lifecycle content-type@1.0.2~preinstall: content-type@1.0.2
-3686 silly preinstall depd@1.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f
-3687 info lifecycle depd@1.1.0~preinstall: depd@1.1.0
-3688 silly preinstall destroy@1.0.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc
-3689 info lifecycle destroy@1.0.4~preinstall: destroy@1.0.4
-3690 silly preinstall ee-first@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262
-3691 info lifecycle ee-first@1.1.1~preinstall: ee-first@1.1.1
-3692 silly preinstall encodeurl@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae
-3693 info lifecycle encodeurl@1.0.1~preinstall: encodeurl@1.0.1
-3694 silly preinstall escape-html@1.0.3 /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb
-3695 info lifecycle escape-html@1.0.3~preinstall: escape-html@1.0.3
-3696 silly preinstall etag@1.7.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e
-3697 info lifecycle etag@1.7.0~preinstall: etag@1.7.0
-3698 silly preinstall cookie@0.3.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8
-3699 info lifecycle cookie@0.3.1~preinstall: cookie@0.3.1
-3700 silly preinstall cookie-signature@1.0.6 /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173
-3701 info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
-3702 silly preinstall fresh@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025
-3703 info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
-3704 silly preinstall mime@1.3.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48
-3705 info lifecycle mime@1.3.4~preinstall: mime@1.3.4
-3706 silly preinstall qs@6.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419
-3707 info lifecycle qs@6.2.0~preinstall: qs@6.2.0
-3708 silly preinstall range-parser@1.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db
-3709 info lifecycle range-parser@1.2.0~preinstall: range-parser@1.2.0
-3710 silly preinstall forwarded@0.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab
-3711 info lifecycle forwarded@0.1.0~preinstall: forwarded@0.1.0
-3712 silly preinstall gifsicle@0.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26
-3713 info lifecycle gifsicle@0.1.7~preinstall: gifsicle@0.1.7
-3714 silly preinstall ansi-styles@0.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c
-3715 info lifecycle ansi-styles@0.2.0~preinstall: ansi-styles@0.2.0
-3716 silly preinstall chalk@0.2.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746
-3717 info lifecycle chalk@0.2.1~preinstall: chalk@0.2.1
-3718 silly preinstall inherits@2.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297
-3719 info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
-3720 silly preinstall ipaddr.js@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb
-3721 info lifecycle ipaddr.js@1.1.1~preinstall: ipaddr.js@1.1.1
-3722 silly preinstall media-typer@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3
-3723 info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
-3724 silly preinstall merge-descriptors@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8
-3725 info lifecycle merge-descriptors@1.0.1~preinstall: merge-descriptors@1.0.1
-3726 silly preinstall methods@1.1.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968
-3727 info lifecycle methods@1.1.2~preinstall: methods@1.1.2
-3728 silly preinstall negotiator@0.6.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f
-3729 info lifecycle negotiator@0.6.1~preinstall: negotiator@0.6.1
-3730 silly preinstall accepts@1.3.3 /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a
-3731 info lifecycle accepts@1.3.3~preinstall: accepts@1.3.3
-3732 silly preinstall on-finished@2.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc
-3733 info lifecycle on-finished@2.3.0~preinstall: on-finished@2.3.0
-3734 silly preinstall parseurl@1.3.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7
-3735 info lifecycle parseurl@1.3.1~preinstall: parseurl@1.3.1
-3736 silly preinstall path-to-regexp@0.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53
-3737 info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7
-3738 silly preinstall proxy-addr@1.1.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963
-3739 info lifecycle proxy-addr@1.1.2~preinstall: proxy-addr@1.1.2
-3740 silly preinstall bytes@2.4.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a
-3741 info lifecycle bytes@2.4.0~preinstall: bytes@2.4.0
-3742 silly preinstall iconv-lite@0.4.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139
-3743 info lifecycle iconv-lite@0.4.13~preinstall: iconv-lite@0.4.13
-3744 silly preinstall fresh@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934
-3745 info lifecycle fresh@0.3.0~preinstall: fresh@0.3.0
-3746 silly preinstall mime@1.3.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4
-3747 info lifecycle mime@1.3.4~preinstall: mime@1.3.4
-3748 silly preinstall range-parser@1.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499
-3749 info lifecycle range-parser@1.2.0~preinstall: range-parser@1.2.0
-3750 silly preinstall setprototypeof@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20
-3751 info lifecycle setprototypeof@1.0.1~preinstall: setprototypeof@1.0.1
-3752 silly preinstall statuses@1.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea
-3753 info lifecycle statuses@1.3.0~preinstall: statuses@1.3.0
-3754 silly preinstall http-errors@1.5.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027
-3755 info lifecycle http-errors@1.5.0~preinstall: http-errors@1.5.0
-3756 silly preinstall send@0.14.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e
-3757 info lifecycle send@0.14.1~preinstall: send@0.14.1
-3758 silly preinstall send@0.14.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad
-3759 info lifecycle send@0.14.1~preinstall: send@0.14.1
-3760 silly preinstall serve-static@1.11.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53
-3761 info lifecycle serve-static@1.11.1~preinstall: serve-static@1.11.1
-3762 silly preinstall type-is@1.6.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809
-3763 info lifecycle type-is@1.6.13~preinstall: type-is@1.6.13
-3764 silly preinstall unpipe@1.0.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9
-3765 info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0
-3766 silly preinstall finalhandler@0.5.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316
-3767 info lifecycle finalhandler@0.5.0~preinstall: finalhandler@0.5.0
-3768 silly preinstall raw-body@2.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef
-3769 info lifecycle raw-body@2.1.7~preinstall: raw-body@2.1.7
-3770 silly preinstall utils-merge@1.0.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909
-3771 info lifecycle utils-merge@1.0.0~preinstall: utils-merge@1.0.0
-3772 silly preinstall vary@1.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd
-3773 info lifecycle vary@1.1.0~preinstall: vary@1.1.0
-3774 silly preinstall body-parser@1.15.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd
-3775 info lifecycle body-parser@1.15.2~preinstall: body-parser@1.15.2
-3776 silly preinstall express@4.14.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13
-3777 info lifecycle express@4.14.0~preinstall: express@4.14.0
-3778 silly preinstall grunt-contrib-imagemin@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1
-3779 info lifecycle grunt-contrib-imagemin@0.3.0~preinstall: grunt-contrib-imagemin@0.3.0
-3780 silly preinstall gzippo@0.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162
-3781 info lifecycle gzippo@0.2.0~preinstall: gzippo@0.2.0
-3782 silly lifecycle array-flatten@1.1.1~preinstall: no script for preinstall, continuing
-3783 silly lifecycle bytes@2.4.0~preinstall: no script for preinstall, continuing
-3784 silly lifecycle iconv-lite@0.4.13~preinstall: no script for preinstall, continuing
-3785 silly lifecycle qs@6.2.0~preinstall: no script for preinstall, continuing
-3786 silly lifecycle content-disposition@0.5.1~preinstall: no script for preinstall, continuing
-3787 silly lifecycle content-type@1.0.2~preinstall: no script for preinstall, continuing
-3788 silly lifecycle depd@1.1.0~preinstall: no script for preinstall, continuing
-3789 silly lifecycle destroy@1.0.4~preinstall: no script for preinstall, continuing
-3790 silly lifecycle ee-first@1.1.1~preinstall: no script for preinstall, continuing
-3791 silly lifecycle encodeurl@1.0.1~preinstall: no script for preinstall, continuing
-3792 silly lifecycle escape-html@1.0.3~preinstall: no script for preinstall, continuing
-3793 silly lifecycle etag@1.7.0~preinstall: no script for preinstall, continuing
-3794 silly lifecycle cookie@0.3.1~preinstall: no script for preinstall, continuing
-3795 silly lifecycle cookie-signature@1.0.6~preinstall: no script for preinstall, continuing
-3796 silly lifecycle fresh@0.3.0~preinstall: no script for preinstall, continuing
-3797 silly lifecycle mime@1.3.4~preinstall: no script for preinstall, continuing
-3798 silly lifecycle qs@6.2.0~preinstall: no script for preinstall, continuing
-3799 silly lifecycle range-parser@1.2.0~preinstall: no script for preinstall, continuing
-3800 silly lifecycle forwarded@0.1.0~preinstall: no script for preinstall, continuing
-3801 silly lifecycle gifsicle@0.1.7~preinstall: no script for preinstall, continuing
-3802 silly lifecycle ansi-styles@0.2.0~preinstall: no script for preinstall, continuing
-3803 silly lifecycle chalk@0.2.1~preinstall: no script for preinstall, continuing
-3804 silly lifecycle inherits@2.0.1~preinstall: no script for preinstall, continuing
-3805 silly lifecycle ipaddr.js@1.1.1~preinstall: no script for preinstall, continuing
-3806 silly lifecycle media-typer@0.3.0~preinstall: no script for preinstall, continuing
-3807 silly lifecycle merge-descriptors@1.0.1~preinstall: no script for preinstall, continuing
-3808 silly lifecycle methods@1.1.2~preinstall: no script for preinstall, continuing
-3809 silly lifecycle negotiator@0.6.1~preinstall: no script for preinstall, continuing
-3810 silly lifecycle accepts@1.3.3~preinstall: no script for preinstall, continuing
-3811 silly lifecycle on-finished@2.3.0~preinstall: no script for preinstall, continuing
-3812 silly lifecycle parseurl@1.3.1~preinstall: no script for preinstall, continuing
-3813 silly lifecycle path-to-regexp@0.1.7~preinstall: no script for preinstall, continuing
-3814 silly lifecycle proxy-addr@1.1.2~preinstall: no script for preinstall, continuing
-3815 silly lifecycle bytes@2.4.0~preinstall: no script for preinstall, continuing
-3816 silly lifecycle iconv-lite@0.4.13~preinstall: no script for preinstall, continuing
-3817 silly lifecycle fresh@0.3.0~preinstall: no script for preinstall, continuing
-3818 silly lifecycle mime@1.3.4~preinstall: no script for preinstall, continuing
-3819 silly lifecycle range-parser@1.2.0~preinstall: no script for preinstall, continuing
-3820 silly lifecycle setprototypeof@1.0.1~preinstall: no script for preinstall, continuing
-3821 silly lifecycle statuses@1.3.0~preinstall: no script for preinstall, continuing
-3822 silly lifecycle http-errors@1.5.0~preinstall: no script for preinstall, continuing
-3823 silly lifecycle send@0.14.1~preinstall: no script for preinstall, continuing
-3824 silly lifecycle send@0.14.1~preinstall: no script for preinstall, continuing
-3825 silly lifecycle serve-static@1.11.1~preinstall: no script for preinstall, continuing
-3826 silly lifecycle type-is@1.6.13~preinstall: no script for preinstall, continuing
-3827 silly lifecycle unpipe@1.0.0~preinstall: no script for preinstall, continuing
-3828 silly lifecycle finalhandler@0.5.0~preinstall: no script for preinstall, continuing
-3829 silly lifecycle raw-body@2.1.7~preinstall: no script for preinstall, continuing
-3830 silly lifecycle utils-merge@1.0.0~preinstall: no script for preinstall, continuing
-3831 silly lifecycle vary@1.1.0~preinstall: no script for preinstall, continuing
-3832 silly lifecycle body-parser@1.15.2~preinstall: no script for preinstall, continuing
-3833 silly lifecycle express@4.14.0~preinstall: no script for preinstall, continuing
-3834 silly lifecycle grunt-contrib-imagemin@0.3.0~preinstall: no script for preinstall, continuing
-3835 silly lifecycle gzippo@0.2.0~preinstall: no script for preinstall, continuing
-3836 silly doReverseSerial remove 0
-3837 silly doSerial move 0
-3838 silly doSerial finalize 54
-3839 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/array-flatten
-3840 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/body-parser/node_modules/bytes
-3841 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/body-parser/node_modules/iconv-lite
-3842 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/body-parser/node_modules/qs
-3843 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/content-disposition
-3844 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/content-type
-3845 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/depd
-3846 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/destroy
-3847 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/ee-first
-3848 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/encodeurl
-3849 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/escape-html
-3850 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/etag
-3851 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/cookie
-3852 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/cookie-signature
-3853 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/fresh
-3854 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/mime
-3855 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/qs
-3856 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/range-parser
-3857 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/forwarded
-3858 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/gifsicle
-3859 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/grunt-contrib-imagemin/node_modules/ansi-styles
-3860 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/grunt-contrib-imagemin/node_modules/chalk
-3861 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/http-errors/node_modules/inherits
-3862 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/ipaddr.js
-3863 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/media-typer
-3864 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/merge-descriptors
-3865 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/methods
-3866 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/negotiator
-3867 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/accepts
-3868 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/on-finished
-3869 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/parseurl
-3870 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/path-to-regexp
-3871 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/proxy-addr
-3872 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/raw-body/node_modules/bytes
-3873 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/raw-body/node_modules/iconv-lite
-3874 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/fresh
-3875 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/mime
-3876 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/range-parser
-3877 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/setprototypeof
-3878 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/statuses
-3879 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/http-errors
-3880 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/send
-3881 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/send
-3882 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/serve-static
-3883 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/type-is
-3884 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/unpipe
-3885 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/finalhandler
-3886 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/raw-body
-3887 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/utils-merge
-3888 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/vary
-3889 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/body-parser
-3890 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/express
-3891 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/grunt-contrib-imagemin
-3892 silly finalize /home/yoda/workspace/tshats-frontend/node_modules/gzippo
-3893 silly doSerial build 54
-3894 silly build array-flatten@1.1.1
-3895 info linkStuff array-flatten@1.1.1
-3896 silly linkStuff array-flatten@1.1.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3897 verbose linkBins array-flatten@1.1.1
-3898 verbose linkMans array-flatten@1.1.1
-3899 silly build bytes@2.4.0
-3900 info linkStuff bytes@2.4.0
-3901 silly linkStuff bytes@2.4.0 has /home/yoda/workspace/tshats-frontend/node_modules/body-parser/node_modules as its parent node_modules
-3902 verbose linkBins bytes@2.4.0
-3903 verbose linkMans bytes@2.4.0
-3904 silly build iconv-lite@0.4.13
-3905 info linkStuff iconv-lite@0.4.13
-3906 silly linkStuff iconv-lite@0.4.13 has /home/yoda/workspace/tshats-frontend/node_modules/body-parser/node_modules as its parent node_modules
-3907 verbose linkBins iconv-lite@0.4.13
-3908 verbose linkMans iconv-lite@0.4.13
-3909 silly build qs@6.2.0
-3910 info linkStuff qs@6.2.0
-3911 silly linkStuff qs@6.2.0 has /home/yoda/workspace/tshats-frontend/node_modules/body-parser/node_modules as its parent node_modules
-3912 verbose linkBins qs@6.2.0
-3913 verbose linkMans qs@6.2.0
-3914 silly build content-disposition@0.5.1
-3915 info linkStuff content-disposition@0.5.1
-3916 silly linkStuff content-disposition@0.5.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3917 verbose linkBins content-disposition@0.5.1
-3918 verbose linkMans content-disposition@0.5.1
-3919 silly build content-type@1.0.2
-3920 info linkStuff content-type@1.0.2
-3921 silly linkStuff content-type@1.0.2 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3922 verbose linkBins content-type@1.0.2
-3923 verbose linkMans content-type@1.0.2
-3924 silly build depd@1.1.0
-3925 info linkStuff depd@1.1.0
-3926 silly linkStuff depd@1.1.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3927 verbose linkBins depd@1.1.0
-3928 verbose linkMans depd@1.1.0
-3929 silly build destroy@1.0.4
-3930 info linkStuff destroy@1.0.4
-3931 silly linkStuff destroy@1.0.4 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3932 verbose linkBins destroy@1.0.4
-3933 verbose linkMans destroy@1.0.4
-3934 silly build ee-first@1.1.1
-3935 info linkStuff ee-first@1.1.1
-3936 silly linkStuff ee-first@1.1.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3937 verbose linkBins ee-first@1.1.1
-3938 verbose linkMans ee-first@1.1.1
-3939 silly build encodeurl@1.0.1
-3940 info linkStuff encodeurl@1.0.1
-3941 silly linkStuff encodeurl@1.0.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3942 verbose linkBins encodeurl@1.0.1
-3943 verbose linkMans encodeurl@1.0.1
-3944 silly build escape-html@1.0.3
-3945 info linkStuff escape-html@1.0.3
-3946 silly linkStuff escape-html@1.0.3 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3947 verbose linkBins escape-html@1.0.3
-3948 verbose linkMans escape-html@1.0.3
-3949 silly build etag@1.7.0
-3950 info linkStuff etag@1.7.0
-3951 silly linkStuff etag@1.7.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3952 verbose linkBins etag@1.7.0
-3953 verbose linkMans etag@1.7.0
-3954 silly build cookie@0.3.1
-3955 info linkStuff cookie@0.3.1
-3956 silly linkStuff cookie@0.3.1 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-3957 verbose linkBins cookie@0.3.1
-3958 verbose linkMans cookie@0.3.1
-3959 silly build cookie-signature@1.0.6
-3960 info linkStuff cookie-signature@1.0.6
-3961 silly linkStuff cookie-signature@1.0.6 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-3962 verbose linkBins cookie-signature@1.0.6
-3963 verbose linkMans cookie-signature@1.0.6
-3964 silly build fresh@0.3.0
-3965 info linkStuff fresh@0.3.0
-3966 silly linkStuff fresh@0.3.0 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-3967 verbose linkBins fresh@0.3.0
-3968 verbose linkMans fresh@0.3.0
-3969 silly build mime@1.3.4
-3970 info linkStuff mime@1.3.4
-3971 silly linkStuff mime@1.3.4 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-3972 verbose linkBins mime@1.3.4
-3973 verbose link bins [ { mime: 'cli.js' },
-3973 verbose link bins '/home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/.bin',
-3973 verbose link bins false ]
-3974 verbose linkMans mime@1.3.4
-3975 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/.bin/mime is being purged
-3976 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules/.bin/mime
-3977 silly build qs@6.2.0
-3978 info linkStuff qs@6.2.0
-3979 silly linkStuff qs@6.2.0 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-3980 verbose linkBins qs@6.2.0
-3981 verbose linkMans qs@6.2.0
-3982 silly build range-parser@1.2.0
-3983 info linkStuff range-parser@1.2.0
-3984 silly linkStuff range-parser@1.2.0 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-3985 verbose linkBins range-parser@1.2.0
-3986 verbose linkMans range-parser@1.2.0
-3987 silly build forwarded@0.1.0
-3988 info linkStuff forwarded@0.1.0
-3989 silly linkStuff forwarded@0.1.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3990 verbose linkBins forwarded@0.1.0
-3991 verbose linkMans forwarded@0.1.0
-3992 silly build gifsicle@0.1.7
-3993 info linkStuff gifsicle@0.1.7
-3994 silly linkStuff gifsicle@0.1.7 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-3995 verbose linkBins gifsicle@0.1.7
-3996 verbose link bins [ { gifsicle: 'cli.js' },
-3996 verbose link bins '/home/yoda/workspace/tshats-frontend/node_modules/.bin',
-3996 verbose link bins false ]
-3997 verbose linkMans gifsicle@0.1.7
-3998 silly build ansi-styles@0.2.0
-3999 info linkStuff ansi-styles@0.2.0
-4000 silly linkStuff ansi-styles@0.2.0 has /home/yoda/workspace/tshats-frontend/node_modules/grunt-contrib-imagemin/node_modules as its parent node_modules
-4001 verbose linkBins ansi-styles@0.2.0
-4002 verbose linkMans ansi-styles@0.2.0
-4003 silly build chalk@0.2.1
-4004 info linkStuff chalk@0.2.1
-4005 silly linkStuff chalk@0.2.1 has /home/yoda/workspace/tshats-frontend/node_modules/grunt-contrib-imagemin/node_modules as its parent node_modules
-4006 verbose linkBins chalk@0.2.1
-4007 verbose linkMans chalk@0.2.1
-4008 silly build inherits@2.0.1
-4009 info linkStuff inherits@2.0.1
-4010 silly linkStuff inherits@2.0.1 has /home/yoda/workspace/tshats-frontend/node_modules/http-errors/node_modules as its parent node_modules
-4011 verbose linkBins inherits@2.0.1
-4012 verbose linkMans inherits@2.0.1
-4013 silly build ipaddr.js@1.1.1
-4014 info linkStuff ipaddr.js@1.1.1
-4015 silly linkStuff ipaddr.js@1.1.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4016 verbose linkBins ipaddr.js@1.1.1
-4017 verbose linkMans ipaddr.js@1.1.1
-4018 silly build media-typer@0.3.0
-4019 info linkStuff media-typer@0.3.0
-4020 silly linkStuff media-typer@0.3.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4021 verbose linkBins media-typer@0.3.0
-4022 verbose linkMans media-typer@0.3.0
-4023 silly build merge-descriptors@1.0.1
-4024 info linkStuff merge-descriptors@1.0.1
-4025 silly linkStuff merge-descriptors@1.0.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4026 verbose linkBins merge-descriptors@1.0.1
-4027 verbose linkMans merge-descriptors@1.0.1
-4028 silly build methods@1.1.2
-4029 info linkStuff methods@1.1.2
-4030 silly linkStuff methods@1.1.2 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4031 verbose linkBins methods@1.1.2
-4032 verbose linkMans methods@1.1.2
-4033 silly build negotiator@0.6.1
-4034 info linkStuff negotiator@0.6.1
-4035 silly linkStuff negotiator@0.6.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4036 verbose linkBins negotiator@0.6.1
-4037 verbose linkMans negotiator@0.6.1
-4038 silly build accepts@1.3.3
-4039 info linkStuff accepts@1.3.3
-4040 silly linkStuff accepts@1.3.3 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4041 verbose linkBins accepts@1.3.3
-4042 verbose linkMans accepts@1.3.3
-4043 silly build on-finished@2.3.0
-4044 info linkStuff on-finished@2.3.0
-4045 silly linkStuff on-finished@2.3.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4046 verbose linkBins on-finished@2.3.0
-4047 verbose linkMans on-finished@2.3.0
-4048 silly build parseurl@1.3.1
-4049 info linkStuff parseurl@1.3.1
-4050 silly linkStuff parseurl@1.3.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4051 verbose linkBins parseurl@1.3.1
-4052 verbose linkMans parseurl@1.3.1
-4053 silly build path-to-regexp@0.1.7
-4054 info linkStuff path-to-regexp@0.1.7
-4055 silly linkStuff path-to-regexp@0.1.7 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4056 verbose linkBins path-to-regexp@0.1.7
-4057 verbose linkMans path-to-regexp@0.1.7
-4058 silly build proxy-addr@1.1.2
-4059 info linkStuff proxy-addr@1.1.2
-4060 silly linkStuff proxy-addr@1.1.2 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4061 verbose linkBins proxy-addr@1.1.2
-4062 verbose linkMans proxy-addr@1.1.2
-4063 silly build bytes@2.4.0
-4064 info linkStuff bytes@2.4.0
-4065 silly linkStuff bytes@2.4.0 has /home/yoda/workspace/tshats-frontend/node_modules/raw-body/node_modules as its parent node_modules
-4066 verbose linkBins bytes@2.4.0
-4067 verbose linkMans bytes@2.4.0
-4068 silly build iconv-lite@0.4.13
-4069 info linkStuff iconv-lite@0.4.13
-4070 silly linkStuff iconv-lite@0.4.13 has /home/yoda/workspace/tshats-frontend/node_modules/raw-body/node_modules as its parent node_modules
-4071 verbose linkBins iconv-lite@0.4.13
-4072 verbose linkMans iconv-lite@0.4.13
-4073 silly build fresh@0.3.0
-4074 info linkStuff fresh@0.3.0
-4075 silly linkStuff fresh@0.3.0 has /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules as its parent node_modules
-4076 verbose linkBins fresh@0.3.0
-4077 verbose linkMans fresh@0.3.0
-4078 silly build mime@1.3.4
-4079 info linkStuff mime@1.3.4
-4080 silly linkStuff mime@1.3.4 has /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules as its parent node_modules
-4081 verbose linkBins mime@1.3.4
-4082 verbose link bins [ { mime: 'cli.js' },
-4082 verbose link bins '/home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/.bin',
-4082 verbose link bins false ]
-4083 verbose linkMans mime@1.3.4
-4084 silly gentlyRm /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/.bin/mime is being purged
-4085 verbose gentlyRm don't care about contents; nuking /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules/.bin/mime
-4086 silly build range-parser@1.2.0
-4087 info linkStuff range-parser@1.2.0
-4088 silly linkStuff range-parser@1.2.0 has /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules as its parent node_modules
-4089 verbose linkBins range-parser@1.2.0
-4090 verbose linkMans range-parser@1.2.0
-4091 silly build setprototypeof@1.0.1
-4092 info linkStuff setprototypeof@1.0.1
-4093 silly linkStuff setprototypeof@1.0.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4094 verbose linkBins setprototypeof@1.0.1
-4095 verbose linkMans setprototypeof@1.0.1
-4096 silly build statuses@1.3.0
-4097 info linkStuff statuses@1.3.0
-4098 silly linkStuff statuses@1.3.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4099 verbose linkBins statuses@1.3.0
-4100 verbose linkMans statuses@1.3.0
-4101 silly build http-errors@1.5.0
-4102 info linkStuff http-errors@1.5.0
-4103 silly linkStuff http-errors@1.5.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4104 verbose linkBins http-errors@1.5.0
-4105 verbose linkMans http-errors@1.5.0
-4106 silly build send@0.14.1
-4107 info linkStuff send@0.14.1
-4108 silly linkStuff send@0.14.1 has /home/yoda/workspace/tshats-frontend/node_modules/express/node_modules as its parent node_modules
-4109 verbose linkBins send@0.14.1
-4110 verbose linkMans send@0.14.1
-4111 silly build send@0.14.1
-4112 info linkStuff send@0.14.1
-4113 silly linkStuff send@0.14.1 has /home/yoda/workspace/tshats-frontend/node_modules/serve-static/node_modules as its parent node_modules
-4114 verbose linkBins send@0.14.1
-4115 verbose linkMans send@0.14.1
-4116 silly build serve-static@1.11.1
-4117 info linkStuff serve-static@1.11.1
-4118 silly linkStuff serve-static@1.11.1 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4119 verbose linkBins serve-static@1.11.1
-4120 verbose linkMans serve-static@1.11.1
-4121 silly build type-is@1.6.13
-4122 info linkStuff type-is@1.6.13
-4123 silly linkStuff type-is@1.6.13 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4124 verbose linkBins type-is@1.6.13
-4125 verbose linkMans type-is@1.6.13
-4126 silly build unpipe@1.0.0
-4127 info linkStuff unpipe@1.0.0
-4128 silly linkStuff unpipe@1.0.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4129 verbose linkBins unpipe@1.0.0
-4130 verbose linkMans unpipe@1.0.0
-4131 silly build finalhandler@0.5.0
-4132 info linkStuff finalhandler@0.5.0
-4133 silly linkStuff finalhandler@0.5.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4134 verbose linkBins finalhandler@0.5.0
-4135 verbose linkMans finalhandler@0.5.0
-4136 silly build raw-body@2.1.7
-4137 info linkStuff raw-body@2.1.7
-4138 silly linkStuff raw-body@2.1.7 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4139 verbose linkBins raw-body@2.1.7
-4140 verbose linkMans raw-body@2.1.7
-4141 silly build utils-merge@1.0.0
-4142 info linkStuff utils-merge@1.0.0
-4143 silly linkStuff utils-merge@1.0.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4144 verbose linkBins utils-merge@1.0.0
-4145 verbose linkMans utils-merge@1.0.0
-4146 silly build vary@1.1.0
-4147 info linkStuff vary@1.1.0
-4148 silly linkStuff vary@1.1.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4149 verbose linkBins vary@1.1.0
-4150 verbose linkMans vary@1.1.0
-4151 silly build body-parser@1.15.2
-4152 info linkStuff body-parser@1.15.2
-4153 silly linkStuff body-parser@1.15.2 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4154 verbose linkBins body-parser@1.15.2
-4155 verbose linkMans body-parser@1.15.2
-4156 silly build express@4.14.0
-4157 info linkStuff express@4.14.0
-4158 silly linkStuff express@4.14.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4159 verbose linkBins express@4.14.0
-4160 verbose linkMans express@4.14.0
-4161 silly build grunt-contrib-imagemin@0.3.0
-4162 info linkStuff grunt-contrib-imagemin@0.3.0
-4163 silly linkStuff grunt-contrib-imagemin@0.3.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4164 verbose linkBins grunt-contrib-imagemin@0.3.0
-4165 verbose linkMans grunt-contrib-imagemin@0.3.0
-4166 silly build gzippo@0.2.0
-4167 info linkStuff gzippo@0.2.0
-4168 silly linkStuff gzippo@0.2.0 has /home/yoda/workspace/tshats-frontend/node_modules as its parent node_modules
-4169 verbose linkBins gzippo@0.2.0
-4170 verbose linkMans gzippo@0.2.0
-4171 silly doSerial global-link 0
-4172 silly doParallel update-linked 0
-4173 silly doSerial install 54
-4174 silly install array-flatten@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886
-4175 info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1
-4176 silly lifecycle array-flatten@1.1.1~install: no script for install, continuing
-4177 silly install bytes@2.4.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702
-4178 info lifecycle bytes@2.4.0~install: bytes@2.4.0
-4179 silly lifecycle bytes@2.4.0~install: no script for install, continuing
-4180 silly install iconv-lite@0.4.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee
-4181 info lifecycle iconv-lite@0.4.13~install: iconv-lite@0.4.13
-4182 silly lifecycle iconv-lite@0.4.13~install: no script for install, continuing
-4183 silly install qs@6.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3
-4184 info lifecycle qs@6.2.0~install: qs@6.2.0
-4185 silly lifecycle qs@6.2.0~install: no script for install, continuing
-4186 silly install content-disposition@0.5.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044
-4187 info lifecycle content-disposition@0.5.1~install: content-disposition@0.5.1
-4188 silly lifecycle content-disposition@0.5.1~install: no script for install, continuing
-4189 silly install content-type@1.0.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4
-4190 info lifecycle content-type@1.0.2~install: content-type@1.0.2
-4191 silly lifecycle content-type@1.0.2~install: no script for install, continuing
-4192 silly install depd@1.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f
-4193 info lifecycle depd@1.1.0~install: depd@1.1.0
-4194 silly lifecycle depd@1.1.0~install: no script for install, continuing
-4195 silly install destroy@1.0.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc
-4196 info lifecycle destroy@1.0.4~install: destroy@1.0.4
-4197 silly lifecycle destroy@1.0.4~install: no script for install, continuing
-4198 silly install ee-first@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262
-4199 info lifecycle ee-first@1.1.1~install: ee-first@1.1.1
-4200 silly lifecycle ee-first@1.1.1~install: no script for install, continuing
-4201 silly install encodeurl@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae
-4202 info lifecycle encodeurl@1.0.1~install: encodeurl@1.0.1
-4203 silly lifecycle encodeurl@1.0.1~install: no script for install, continuing
-4204 silly install escape-html@1.0.3 /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb
-4205 info lifecycle escape-html@1.0.3~install: escape-html@1.0.3
-4206 silly lifecycle escape-html@1.0.3~install: no script for install, continuing
-4207 silly install etag@1.7.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e
-4208 info lifecycle etag@1.7.0~install: etag@1.7.0
-4209 silly lifecycle etag@1.7.0~install: no script for install, continuing
-4210 silly install cookie@0.3.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8
-4211 info lifecycle cookie@0.3.1~install: cookie@0.3.1
-4212 silly lifecycle cookie@0.3.1~install: no script for install, continuing
-4213 silly install cookie-signature@1.0.6 /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173
-4214 info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
-4215 silly lifecycle cookie-signature@1.0.6~install: no script for install, continuing
-4216 silly install fresh@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025
-4217 info lifecycle fresh@0.3.0~install: fresh@0.3.0
-4218 silly lifecycle fresh@0.3.0~install: no script for install, continuing
-4219 silly install mime@1.3.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48
-4220 info lifecycle mime@1.3.4~install: mime@1.3.4
-4221 silly lifecycle mime@1.3.4~install: no script for install, continuing
-4222 silly install qs@6.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419
-4223 info lifecycle qs@6.2.0~install: qs@6.2.0
-4224 silly lifecycle qs@6.2.0~install: no script for install, continuing
-4225 silly install range-parser@1.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db
-4226 info lifecycle range-parser@1.2.0~install: range-parser@1.2.0
-4227 silly lifecycle range-parser@1.2.0~install: no script for install, continuing
-4228 silly install forwarded@0.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab
-4229 info lifecycle forwarded@0.1.0~install: forwarded@0.1.0
-4230 silly lifecycle forwarded@0.1.0~install: no script for install, continuing
-4231 silly install gifsicle@0.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26
-4232 info lifecycle gifsicle@0.1.7~install: gifsicle@0.1.7
-4233 silly lifecycle gifsicle@0.1.7~install: no script for install, continuing
-4234 silly install ansi-styles@0.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ansi-styles-8522668c
-4235 info lifecycle ansi-styles@0.2.0~install: ansi-styles@0.2.0
-4236 silly lifecycle ansi-styles@0.2.0~install: no script for install, continuing
-4237 silly install chalk@0.2.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/chalk-61402746
-4238 info lifecycle chalk@0.2.1~install: chalk@0.2.1
-4239 silly lifecycle chalk@0.2.1~install: no script for install, continuing
-4240 silly install inherits@2.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/inherits-9d74d297
-4241 info lifecycle inherits@2.0.1~install: inherits@2.0.1
-4242 silly lifecycle inherits@2.0.1~install: no script for install, continuing
-4243 silly install ipaddr.js@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ipaddr.js-5efcddbb
-4244 info lifecycle ipaddr.js@1.1.1~install: ipaddr.js@1.1.1
-4245 silly lifecycle ipaddr.js@1.1.1~install: no script for install, continuing
-4246 silly install media-typer@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/media-typer-3c49bea3
-4247 info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
-4248 silly lifecycle media-typer@0.3.0~install: no script for install, continuing
-4249 silly install merge-descriptors@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/merge-descriptors-21e695b8
-4250 info lifecycle merge-descriptors@1.0.1~install: merge-descriptors@1.0.1
-4251 silly lifecycle merge-descriptors@1.0.1~install: no script for install, continuing
-4252 silly install methods@1.1.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/methods-16ca2968
-4253 info lifecycle methods@1.1.2~install: methods@1.1.2
-4254 silly lifecycle methods@1.1.2~install: no script for install, continuing
-4255 silly install negotiator@0.6.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/negotiator-4368c16f
-4256 info lifecycle negotiator@0.6.1~install: negotiator@0.6.1
-4257 silly lifecycle negotiator@0.6.1~install: no script for install, continuing
-4258 silly install accepts@1.3.3 /home/yoda/workspace/tshats-frontend/node_modules/.staging/accepts-5cd2423a
-4259 info lifecycle accepts@1.3.3~install: accepts@1.3.3
-4260 silly lifecycle accepts@1.3.3~install: no script for install, continuing
-4261 silly install on-finished@2.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/on-finished-5df1d5dc
-4262 info lifecycle on-finished@2.3.0~install: on-finished@2.3.0
-4263 silly lifecycle on-finished@2.3.0~install: no script for install, continuing
-4264 silly install parseurl@1.3.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/parseurl-da63ffd7
-4265 info lifecycle parseurl@1.3.1~install: parseurl@1.3.1
-4266 silly lifecycle parseurl@1.3.1~install: no script for install, continuing
-4267 silly install path-to-regexp@0.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/path-to-regexp-6feefc53
-4268 info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7
-4269 silly lifecycle path-to-regexp@0.1.7~install: no script for install, continuing
-4270 silly install proxy-addr@1.1.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/proxy-addr-9f3c1963
-4271 info lifecycle proxy-addr@1.1.2~install: proxy-addr@1.1.2
-4272 silly lifecycle proxy-addr@1.1.2~install: no script for install, continuing
-4273 silly install bytes@2.4.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-710bcc5a
-4274 info lifecycle bytes@2.4.0~install: bytes@2.4.0
-4275 silly lifecycle bytes@2.4.0~install: no script for install, continuing
-4276 silly install iconv-lite@0.4.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-033e9139
-4277 info lifecycle iconv-lite@0.4.13~install: iconv-lite@0.4.13
-4278 silly lifecycle iconv-lite@0.4.13~install: no script for install, continuing
-4279 silly install fresh@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-66cc2934
-4280 info lifecycle fresh@0.3.0~install: fresh@0.3.0
-4281 silly lifecycle fresh@0.3.0~install: no script for install, continuing
-4282 silly install mime@1.3.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-28752ef4
-4283 info lifecycle mime@1.3.4~install: mime@1.3.4
-4284 silly lifecycle mime@1.3.4~install: no script for install, continuing
-4285 silly install range-parser@1.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-ff682499
-4286 info lifecycle range-parser@1.2.0~install: range-parser@1.2.0
-4287 silly lifecycle range-parser@1.2.0~install: no script for install, continuing
-4288 silly install setprototypeof@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/setprototypeof-bd28ff20
-4289 info lifecycle setprototypeof@1.0.1~install: setprototypeof@1.0.1
-4290 silly lifecycle setprototypeof@1.0.1~install: no script for install, continuing
-4291 silly install statuses@1.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/statuses-4c81b5ea
-4292 info lifecycle statuses@1.3.0~install: statuses@1.3.0
-4293 silly lifecycle statuses@1.3.0~install: no script for install, continuing
-4294 silly install http-errors@1.5.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/http-errors-2ba9a027
-4295 info lifecycle http-errors@1.5.0~install: http-errors@1.5.0
-4296 silly lifecycle http-errors@1.5.0~install: no script for install, continuing
-4297 silly install send@0.14.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-fca2295e
-4298 info lifecycle send@0.14.1~install: send@0.14.1
-4299 silly lifecycle send@0.14.1~install: no script for install, continuing
-4300 silly install send@0.14.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/send-ed6d42ad
-4301 info lifecycle send@0.14.1~install: send@0.14.1
-4302 silly lifecycle send@0.14.1~install: no script for install, continuing
-4303 silly install serve-static@1.11.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/serve-static-c55bdb53
-4304 info lifecycle serve-static@1.11.1~install: serve-static@1.11.1
-4305 silly lifecycle serve-static@1.11.1~install: no script for install, continuing
-4306 silly install type-is@1.6.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/type-is-3a2e0809
-4307 info lifecycle type-is@1.6.13~install: type-is@1.6.13
-4308 silly lifecycle type-is@1.6.13~install: no script for install, continuing
-4309 silly install unpipe@1.0.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/unpipe-2b9407e9
-4310 info lifecycle unpipe@1.0.0~install: unpipe@1.0.0
-4311 silly lifecycle unpipe@1.0.0~install: no script for install, continuing
-4312 silly install finalhandler@0.5.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/finalhandler-f3d51316
-4313 info lifecycle finalhandler@0.5.0~install: finalhandler@0.5.0
-4314 silly lifecycle finalhandler@0.5.0~install: no script for install, continuing
-4315 silly install raw-body@2.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/raw-body-225c8eef
-4316 info lifecycle raw-body@2.1.7~install: raw-body@2.1.7
-4317 silly lifecycle raw-body@2.1.7~install: no script for install, continuing
-4318 silly install utils-merge@1.0.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/utils-merge-1ba9f909
-4319 info lifecycle utils-merge@1.0.0~install: utils-merge@1.0.0
-4320 silly lifecycle utils-merge@1.0.0~install: no script for install, continuing
-4321 silly install vary@1.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/vary-c1cb74fd
-4322 info lifecycle vary@1.1.0~install: vary@1.1.0
-4323 silly lifecycle vary@1.1.0~install: no script for install, continuing
-4324 silly install body-parser@1.15.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/body-parser-e5d4d9bd
-4325 info lifecycle body-parser@1.15.2~install: body-parser@1.15.2
-4326 silly lifecycle body-parser@1.15.2~install: no script for install, continuing
-4327 silly install express@4.14.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/express-3a97da13
-4328 info lifecycle express@4.14.0~install: express@4.14.0
-4329 silly lifecycle express@4.14.0~install: no script for install, continuing
-4330 silly install grunt-contrib-imagemin@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/grunt-contrib-imagemin-5a3371c1
-4331 info lifecycle grunt-contrib-imagemin@0.3.0~install: grunt-contrib-imagemin@0.3.0
-4332 silly lifecycle grunt-contrib-imagemin@0.3.0~install: no script for install, continuing
-4333 silly install gzippo@0.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/gzippo-47b89162
-4334 info lifecycle gzippo@0.2.0~install: gzippo@0.2.0
-4335 silly lifecycle gzippo@0.2.0~install: no script for install, continuing
-4336 silly doSerial postinstall 54
-4337 silly postinstall array-flatten@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/array-flatten-f24e4886
-4338 info lifecycle array-flatten@1.1.1~postinstall: array-flatten@1.1.1
-4339 silly lifecycle array-flatten@1.1.1~postinstall: no script for postinstall, continuing
-4340 silly postinstall bytes@2.4.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/bytes-6d904702
-4341 info lifecycle bytes@2.4.0~postinstall: bytes@2.4.0
-4342 silly lifecycle bytes@2.4.0~postinstall: no script for postinstall, continuing
-4343 silly postinstall iconv-lite@0.4.13 /home/yoda/workspace/tshats-frontend/node_modules/.staging/iconv-lite-89ae11ee
-4344 info lifecycle iconv-lite@0.4.13~postinstall: iconv-lite@0.4.13
-4345 silly lifecycle iconv-lite@0.4.13~postinstall: no script for postinstall, continuing
-4346 silly postinstall qs@6.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-75c5d8d3
-4347 info lifecycle qs@6.2.0~postinstall: qs@6.2.0
-4348 silly lifecycle qs@6.2.0~postinstall: no script for postinstall, continuing
-4349 silly postinstall content-disposition@0.5.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-disposition-825ec044
-4350 info lifecycle content-disposition@0.5.1~postinstall: content-disposition@0.5.1
-4351 silly lifecycle content-disposition@0.5.1~postinstall: no script for postinstall, continuing
-4352 silly postinstall content-type@1.0.2 /home/yoda/workspace/tshats-frontend/node_modules/.staging/content-type-a242c9c4
-4353 info lifecycle content-type@1.0.2~postinstall: content-type@1.0.2
-4354 silly lifecycle content-type@1.0.2~postinstall: no script for postinstall, continuing
-4355 silly postinstall depd@1.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/depd-8a102d7f
-4356 info lifecycle depd@1.1.0~postinstall: depd@1.1.0
-4357 silly lifecycle depd@1.1.0~postinstall: no script for postinstall, continuing
-4358 silly postinstall destroy@1.0.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/destroy-bbe11dbc
-4359 info lifecycle destroy@1.0.4~postinstall: destroy@1.0.4
-4360 silly lifecycle destroy@1.0.4~postinstall: no script for postinstall, continuing
-4361 silly postinstall ee-first@1.1.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/ee-first-7c2a1262
-4362 info lifecycle ee-first@1.1.1~postinstall: ee-first@1.1.1
-4363 silly lifecycle ee-first@1.1.1~postinstall: no script for postinstall, continuing
-4364 silly postinstall encodeurl@1.0.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/encodeurl-841a11ae
-4365 info lifecycle encodeurl@1.0.1~postinstall: encodeurl@1.0.1
-4366 silly lifecycle encodeurl@1.0.1~postinstall: no script for postinstall, continuing
-4367 silly postinstall escape-html@1.0.3 /home/yoda/workspace/tshats-frontend/node_modules/.staging/escape-html-7c69bdbb
-4368 info lifecycle escape-html@1.0.3~postinstall: escape-html@1.0.3
-4369 silly lifecycle escape-html@1.0.3~postinstall: no script for postinstall, continuing
-4370 silly postinstall etag@1.7.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/etag-daf9760e
-4371 info lifecycle etag@1.7.0~postinstall: etag@1.7.0
-4372 silly lifecycle etag@1.7.0~postinstall: no script for postinstall, continuing
-4373 silly postinstall cookie@0.3.1 /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-d95902b8
-4374 info lifecycle cookie@0.3.1~postinstall: cookie@0.3.1
-4375 silly lifecycle cookie@0.3.1~postinstall: no script for postinstall, continuing
-4376 silly postinstall cookie-signature@1.0.6 /home/yoda/workspace/tshats-frontend/node_modules/.staging/cookie-signature-f0027173
-4377 info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
-4378 silly lifecycle cookie-signature@1.0.6~postinstall: no script for postinstall, continuing
-4379 silly postinstall fresh@0.3.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/fresh-08a86025
-4380 info lifecycle fresh@0.3.0~postinstall: fresh@0.3.0
-4381 silly lifecycle fresh@0.3.0~postinstall: no script for postinstall, continuing
-4382 silly postinstall mime@1.3.4 /home/yoda/workspace/tshats-frontend/node_modules/.staging/mime-faa34f48
-4383 info lifecycle mime@1.3.4~postinstall: mime@1.3.4
-4384 silly lifecycle mime@1.3.4~postinstall: no script for postinstall, continuing
-4385 silly postinstall qs@6.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/qs-ae79d419
-4386 info lifecycle qs@6.2.0~postinstall: qs@6.2.0
-4387 silly lifecycle qs@6.2.0~postinstall: no script for postinstall, continuing
-4388 silly postinstall range-parser@1.2.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/range-parser-64a840db
-4389 info lifecycle range-parser@1.2.0~postinstall: range-parser@1.2.0
-4390 silly lifecycle range-parser@1.2.0~postinstall: no script for postinstall, continuing
-4391 silly postinstall forwarded@0.1.0 /home/yoda/workspace/tshats-frontend/node_modules/.staging/forwarded-ea4d22ab
-4392 info lifecycle forwarded@0.1.0~postinstall: forwarded@0.1.0
-4393 silly lifecycle forwarded@0.1.0~postinstall: no script for postinstall, continuing
-4394 silly postinstall gifsicle@0.1.7 /home/yoda/workspace/tshats-frontend/node_modules/.staging/gifsicle-0b0dfb26
-4395 info lifecycle gifsicle@0.1.7~postinstall: gifsicle@0.1.7
-4396 verbose lifecycle gifsicle@0.1.7~postinstall: unsafe-perm in lifecycle true
-4397 verbose lifecycle gifsicle@0.1.7~postinstall: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/yoda/workspace/tshats-frontend/node_modules/gifsicle/node_modules/.bin:/home/yoda/workspace/tshats-frontend/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
-4398 verbose lifecycle gifsicle@0.1.7~postinstall: CWD: /home/yoda/workspace/tshats-frontend/node_modules/gifsicle
-4399 silly lifecycle gifsicle@0.1.7~postinstall: Args: [ '-c', 'node index.js' ]
-4400 silly lifecycle gifsicle@0.1.7~postinstall: Returned: code: 1 signal: null
-4401 info lifecycle gifsicle@0.1.7~postinstall: Failed to exec postinstall script
-4402 verbose unlock done using /home/yoda/.npm/_locks/staging-0d978ae8afd394cf.lock for /home/yoda/workspace/tshats-frontend/node_modules/.staging
-4403 silly rollbackFailedOptional Starting
-4404 silly rollbackFailedOptional Finishing
-4405 silly runTopLevelLifecycles Finishing
-4406 silly install printInstalled
-4407 warn bower-requirejs@0.9.2 requires a peer of bower@~1.x but none was installed.
-4408 verbose If you need help, you may report this error at:
-4408 verbose
-4409 warn grunt-bower-requirejs@0.8.4 requires a peer of bower@~1.x but none was installed.
-4410 verbose If you need help, you may report this error at:
-4410 verbose
-4411 warn tshats@0.0.0 No description
-4412 verbose If you need help, you may report this error at:
-4412 verbose
-4413 warn tshats@0.0.0 No repository field.
-4414 verbose If you need help, you may report this error at:
-4414 verbose
-4415 warn tshats@0.0.0 No license field.
-4416 verbose If you need help, you may report this error at:
-4416 verbose
-4417 verbose stack Error: gifsicle@0.1.7 postinstall: `node index.js`
-4417 verbose stack Exit status 1
-4417 verbose stack at EventEmitter. (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
-4417 verbose stack at emitTwo (events.js:106:13)
-4417 verbose stack at EventEmitter.emit (events.js:191:7)
-4417 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)
-4417 verbose stack at emitTwo (events.js:106:13)
-4417 verbose stack at ChildProcess.emit (events.js:191:7)
-4417 verbose stack at maybeClose (internal/child_process.js:877:16)
-4417 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
-4418 verbose pkgid gifsicle@0.1.7
-4419 verbose cwd /home/yoda/workspace/tshats-frontend
-4420 error Linux 4.5.2-040502-generic
-4421 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
-4422 error node v6.9.1
-4423 error npm v3.10.8
-4424 error code ELIFECYCLE
-4425 error gifsicle@0.1.7 postinstall: `node index.js`
-4425 error Exit status 1
-4426 error Failed at the gifsicle@0.1.7 postinstall script 'node index.js'.
-4426 error Make sure you have the latest version of node.js and npm installed.
-4426 error If you do, this is most likely a problem with the gifsicle package,
-4426 error not with npm itself.
-4426 error Tell the author that this fails on your system:
-4426 error node index.js
-4426 error You can get information on how to open an issue for this project with:
-4426 error npm bugs gifsicle
-4426 error Or if that isn't available, you can get their info via:
-4426 error npm owner ls gifsicle
-4426 error There is likely additional logging output above.
-4427 verbose exit [ 1, true ]
diff --git a/package.json b/package.json
index c1ddfa5..3d729bc 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"body-parser": "^1.14.2"
},
"devDependencies": {
+ "connect-livereload": "^0.6.0",
"connect-modrewrite": "^0.8.5",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",