diff --git a/lib/workers/package/versions.js b/lib/workers/package/versions.js
index 6ecfc9d6274e9cc2ff6eaac54153b51910d0722d..010ac5af33589323d08e80cd8c188dc7dffd87d8 100644
--- a/lib/workers/package/versions.js
+++ b/lib/workers/package/versions.js
@@ -91,6 +91,13 @@ function determineUpgrades(npmDep, config) {
         stable.is(changeLogFromVersion) &&
         !stable.is(version)
     )
+    // Do not jump to a new major unstable just because the current is unstable
+    .reject(
+      version =>
+        config.ignoreUnstable &&
+        !stable.is(version) &&
+        semver.major(version) > semver.major(changeLogFromVersion)
+    )
     // Ignore versions newer than "latest", unless current version is newer than the "latest"
     .reject(
       version =>
diff --git a/test/_fixtures/npm/next.json b/test/_fixtures/npm/next.json
new file mode 100644
index 0000000000000000000000000000000000000000..13331903d1d67826e0f6d8c8581c3a71ebd62c8a
--- /dev/null
+++ b/test/_fixtures/npm/next.json
@@ -0,0 +1 @@
+{"_id":"next","_rev":"268-a36e4644c508821b322a115415ac0a22","name":"next","dist-tags":{"latest":"4.2.3","beta":"4.0.0-beta.6","canary":"4.4.0-canary.3","zones":"4.3.0-zones.1","universal-alpha":"5.0.0-universal-alpha.11"},"versions":{"0.1.0":{"name":"next","version":"0.1.0","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"dependencies":{"es5-ext":"0.5.x"},"_npmJsonOpts":{"file":"/Users/medikoo/.npm/next/0.1.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"next@0.1.0","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.15","_nodeVersion":"v0.5.1-pre","_defaultsLoaded":true,"dist":{"shasum":"9086b173b0dadfec1bf12face775c6cc9e40fbeb","tarball":"https://registry.npmjs.org/next/-/next-0.1.0.tgz"},"scripts":{},"directories":{}},"0.1.1":{"name":"next","version":"0.1.1","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.4.0"},"dependencies":{"es5-ext":"0.5.x"},"_npmJsonOpts":{"file":"/Users/medikoo/.npm/next/0.1.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"next@0.1.1","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.15","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"ce1a0b1bbd4ab0b1d4f81d65f92d0d73b6de320f","tarball":"https://registry.npmjs.org/next/-/next-0.1.1.tgz"},"scripts":{},"directories":{}},"0.2.0":{"name":"next","version":"0.2.0","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.6.x","deferred":"0.2.x"},"_npmJsonOpts":{"file":"/Users/medikoo/.npm/next/0.2.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"next@0.2.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.23","_nodeVersion":"v0.5.4-pre","_defaultsLoaded":true,"dist":{"shasum":"4edf2240622285ea6523caf8c15c7e5af4b5a3af","tarball":"https://registry.npmjs.org/next/-/next-0.2.0.tgz"},"scripts":{},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.1":{"name":"next","version":"0.2.1","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.6.x","deferred":"0.2.x"},"scripts":{"test":"./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmJsonOpts":{"file":"/Users/medikoo/.npm/next/0.2.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"next@0.2.1","_engineSupported":true,"_npmVersion":"1.0.23","_nodeVersion":"v0.5.4-pre","_defaultsLoaded":true,"dist":{"shasum":"878566e52e42cabec79b8e5428c80f703b131bc5","tarball":"https://registry.npmjs.org/next/-/next-0.2.1.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.2":{"name":"next","version":"0.2.2","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.6.x","deferred":"0.2.x"},"scripts":{"test":"./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmJsonOpts":{"file":"/Users/medikoo/.npm/next/0.2.2/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"next@0.2.2","_engineSupported":true,"_npmVersion":"1.0.23","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"02cc2d75edaed0639a4cd020eb705c86466f2218","tarball":"https://registry.npmjs.org/next/-/next-0.2.2.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.3":{"name":"next","version":"0.2.3","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.6.x","deferred":"0.2.x"},"scripts":{"test":"./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmJsonOpts":{"file":"/Users/medikoo/.npm/next/0.2.3/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"next@0.2.3","_engineSupported":true,"_npmVersion":"1.0.23","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"fb7e0c339b53038fff4b39ea8baf9abf5be3040a","tarball":"https://registry.npmjs.org/next/-/next-0.2.3.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.4":{"name":"next","version":"0.2.4","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.6.x","deferred":"0.2.x"},"scripts":{"test":"./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.4","_engineSupported":true,"_npmVersion":"1.1.0-alpha-2","_nodeVersion":"v0.6.3","_defaultsLoaded":true,"dist":{"shasum":"b0d80cb2437718d69f86a539b9a9eafd217ebfa0","tarball":"https://registry.npmjs.org/next/-/next-0.2.4.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.5":{"name":"next","version":"0.2.5","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.6.x","deferred":"0.2.x"},"scripts":{"test":"./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.5","_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"efdada21a78229a1fa0033d229e2817d2fb29113","tarball":"https://registry.npmjs.org/next/-/next-0.2.5.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.6":{"name":"next","version":"0.2.6","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.6","_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"a95c0dc7d94fac36bbbaadd10f19ccbfe3fab46e","tarball":"https://registry.npmjs.org/next/-/next-0.2.6.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.7":{"name":"next","version":"0.2.7","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.7","_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"4594537ce3b04f2cc165370cfa82a9c2d1a23d33","tarball":"https://registry.npmjs.org/next/-/next-0.2.7.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.8":{"name":"next","version":"0.2.8","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.8","_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"dfaf739fa1ccd9ee41492336f767cb66fbbc901d","tarball":"https://registry.npmjs.org/next/-/next-0.2.8.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.9":{"name":"next","version":"0.2.9","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.9","_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"70082c4dcf1d42bbe268ec43c754171f54839919","tarball":"https://registry.npmjs.org/next/-/next-0.2.9.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.10":{"name":"next","version":"0.2.10","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.10","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"ca2ddfc349830a7ac22245aa7268de62732f21fb","tarball":"https://registry.npmjs.org/next/-/next-0.2.10.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.11":{"name":"next","version":"0.2.11","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.11","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"d73cd008d0f41e67cfeecb1d8d003ebc97f7bf37","tarball":"https://registry.npmjs.org/next/-/next-0.2.11.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.12":{"name":"next","version":"0.2.12","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x","minimatch":"0.1.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib","lint":"node ./node_modules/jslint/bin/jslint.js --color --git"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.12","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-3","_nodeVersion":"v0.6.9","_defaultsLoaded":true,"dist":{"shasum":"dde368b2199ce18edaec3f475e375104b3b63280","tarball":"https://registry.npmjs.org/next/-/next-0.2.12.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.13":{"name":"next","version":"0.2.13","description":"Node.js extensions","keywords":["node","nodejs","node.js","extensions","addons","extras"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.3.8"},"dependencies":{"es5-ext":"0.7.x","deferred":"0.4.x","minimatch":"0.1.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib","lint":"node ./node_modules/jslint/bin/jslint.js --color --git"},"devDependencies":{"tad":"0.1.x"},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.13","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"e0efa1287372f1df33994188321bcd07b1aa21dc","tarball":"https://registry.npmjs.org/next/-/next-0.2.13.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.2.14":{"name":"next","version":"0.2.14","description":"Node.js extensions","keywords":["addons","extensions","extras","node","nodejs","node.js"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.4"},"dependencies":{"deferred":"0.5.x","es5-ext":"0.8.x","event-emitter":"0.1.x","minimatch":"0.2.x"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"optionalDependencies":{},"_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"_id":"next@0.2.14","_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"ce595bdcd8563b8aab1617e51c2c74cae797c4cc","tarball":"https://registry.npmjs.org/next/-/next-0.2.14.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.3.0":{"name":"next","version":"0.3.0","description":"(deprecated) Node.js extensions","keywords":["addons","extensions","extras","node","nodejs","node.js"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.8"},"dependencies":{"deferred":"0.6.x","es5-ext":"0.9.x","memoizee":"~0.2.2"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"optionalDependencies":{},"_id":"next@0.3.0","dist":{"shasum":"c146864659707d04bc4f3fea8967a8e403a9306a","tarball":"https://registry.npmjs.org/next/-/next-0.3.0.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.3.1":{"name":"next","version":"0.3.1","description":"(deprecated) Node.js extensions","keywords":["addons","extensions","extras","node","nodejs","node.js"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"email":"medikoo+node-ext@medikoo.com","url":"https://github.com/medikoo/node-ext/issues"},"engines":{"node":">=0.8"},"dependencies":{"deferred":"0.6.x","es5-ext":"0.9.x","memoizee":"~0.2.2"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"0.1.x"},"optionalDependencies":{},"_id":"next@0.3.1","dist":{"shasum":"8c2e8f1b122c62391c3f6c92c5f377ddc814b4a7","tarball":"https://registry.npmjs.org/next/-/next-0.3.1.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.3.2":{"name":"next","version":"0.3.2","description":"(deprecated) Node.js extensions","keywords":["addons","extensions","extras","node","nodejs","node.js"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"url":"https://github.com/medikoo/node-ext/issues","email":"medikoo+node-ext@medikoo.com"},"engines":{"node":">=0.8"},"dependencies":{"deferred":"~0.6.5","es5-ext":"~0.9.2","memoizee":"~0.2.5"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"~0.1.16"},"licence":"MIT","_id":"next@0.3.2","dist":{"shasum":"f711bf7aeb7a420ec3f175666d3c6f1342f6d737","tarball":"https://registry.npmjs.org/next/-/next-0.3.2.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.3.3":{"name":"next","version":"0.3.3","description":"(deprecated) Node.js extensions","keywords":["addons","extensions","extras","node","nodejs","node.js"],"author":{"name":"Mariusz Nowak","email":"medikoo+node-ext@medikoo.com","url":"http://www.medikoo.com/"},"main":"lib/index","repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"bugs":{"url":"https://github.com/medikoo/node-ext/issues","email":"medikoo+node-ext@medikoo.com"},"engines":{"node":">=0.8"},"dependencies":{"deferred":"~0.6.5","es5-ext":"~0.9.2","memoizee":"~0.2.5"},"scripts":{"test":"node ./node_modules/tad/bin/tad lib"},"devDependencies":{"tad":"~0.1.16"},"licence":"MIT","_id":"next@0.3.3","dist":{"shasum":"fe4987e4b8e83957b30ef0d7d3fd18ef4f3f79d6","tarball":"https://registry.npmjs.org/next/-/next-0.3.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.4.0":{"name":"next","version":"0.4.0","description":"(deprecated) Node.js extensions","author":{"name":"Mariusz Nowak","email":"medyk@medikoo.com","url":"http://www.medikoo.com/"},"keywords":["addons","extensions","extras","node","nodejs","node.js"],"repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"dependencies":{"deferred":"0.7.x","es5-ext":"~0.10.2","memoizee":"0.3.x"},"devDependencies":{"tad":"~0.1.21"},"scripts":{"test":"node ./node_modules/tad/bin/tad"},"licence":"MIT","bugs":{"url":"https://github.com/medikoo/node-ext/issues"},"homepage":"https://github.com/medikoo/node-ext","_id":"next@0.4.0","dist":{"shasum":"30d43c19639cc5d3e393b5881461fe6d20551c11","tarball":"https://registry.npmjs.org/next/-/next-0.4.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"directories":{}},"0.4.1":{"name":"next","version":"0.4.1","description":"(deprecated) Node.js extensions","author":{"name":"Mariusz Nowak","email":"medyk@medikoo.com","url":"http://www.medikoo.com/"},"keywords":["addons","extensions","extras","node","nodejs","node.js"],"repository":{"type":"git","url":"git://github.com/medikoo/node-ext.git"},"dependencies":{"deferred":"~0.7.5","es5-ext":"~0.10.11","memoizee":"~0.3.9"},"devDependencies":{"tad":"~0.2.4","xlint":"~0.2.2","xlint-jslint-medikoo":"~0.1.4"},"scripts":{"lint":"node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream","lint-console":"node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch","test":"node ./node_modules/tad/bin/tad"},"license":"MIT","gitHead":"613bcd428fe3d474d63e3e07b6e5a266e2a96f44","bugs":{"url":"https://github.com/medikoo/node-ext/issues"},"homepage":"https://github.com/medikoo/node-ext#readme","_id":"next@0.4.1","_shasum":"2dde7da7250d80c447b4fef9ddbb0af67d2aa561","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"medikoo","email":"medikoo+npm@medikoo.com"},"dist":{"shasum":"2dde7da7250d80c447b4fef9ddbb0af67d2aa561","tarball":"https://registry.npmjs.org/next/-/next-0.4.1.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/next-0.4.1.tgz_1456243147381_0.1401342679746449"},"directories":{}},"0.9.9":{"name":"next","version":"0.9.9","description":"","main":"./dist/lib/index.js","license":"MIT","files":["dist"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"standard && gulp test","lint":"standard","prepublish":"gulp release","precommit":"npm run lint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-alias":"1.6.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","loader-utils":"0.2.16","minimist":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"^7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"^1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"^0.11.9","run-sequence":"1.2.2","standard":"^8.4.0","webpack-stream":"3.2.0"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"gitHead":"c633511a2ea88d5b39c342a5b7ca44642926c86a","_id":"next@0.9.9","_shasum":"8ef715be61addbfd9abad64c6b0906ce4ad40829","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"8ef715be61addbfd9abad64c6b0906ce4ad40829","tarball":"https://registry.npmjs.org/next/-/next-0.9.9.tgz"},"maintainers":[{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-0.9.9.tgz_1477392325600_0.02067515323869884"},"directories":{}},"0.9.10":{"name":"next","version":"0.9.10","description":"","main":"./dist/lib/index.js","license":"MIT","files":["dist"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"standard && gulp test","lint":"standard","prepublish":"gulp release","precommit":"npm run lint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-alias":"1.6.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","loader-utils":"0.2.16","minimist":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"^7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"^1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"^0.11.9","run-sequence":"1.2.2","standard":"^8.4.0","webpack-stream":"3.2.0"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"gitHead":"1bf98eaa6b6be6ed2a201f4c0c87a15e8a2e5f61","_id":"next@0.9.10","_shasum":"05d566fa5c6fa3a26d61d533e941964d1ca5ba8d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"05d566fa5c6fa3a26d61d533e941964d1ca5ba8d","tarball":"https://registry.npmjs.org/next/-/next-0.9.10.tgz"},"maintainers":[{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-0.9.10.tgz_1477403712875_0.9983857898041606"},"directories":{}},"0.9.11":{"name":"next","version":"0.9.11","description":"","main":"./dist/lib/index.js","license":"MIT","files":["dist"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"standard && gulp test","lint":"standard","prepublish":"gulp release","precommit":"npm run lint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-alias":"1.6.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","loader-utils":"0.2.16","minimist":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"^7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"^1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"^0.11.9","run-sequence":"1.2.2","standard":"^8.4.0","webpack-stream":"3.2.0"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"gitHead":"333eb959cc8bf9e15c0d8d39eb32ca142c49bba9","_id":"next@0.9.11","_shasum":"6b659b623f671df4eb610d8f2c49220cb31ea546","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"6b659b623f671df4eb610d8f2c49220cb31ea546","tarball":"https://registry.npmjs.org/next/-/next-0.9.11.tgz"},"maintainers":[{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-0.9.11.tgz_1477406640138_0.62145333038643"},"directories":{}},"1.0.0":{"name":"next","version":"1.0.0","description":"Next.js is a minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","homepage":"https://github.com/zeit/next.js","license":"MIT","files":["dist"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"standard && gulp test","lint":"standard","prepublish":"gulp release","precommit":"npm run lint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-alias":"1.6.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","loader-utils":"0.2.16","minimist":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"^7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"^1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"^0.11.9","run-sequence":"1.2.2","standard":"^8.4.0","webpack-stream":"3.2.0"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"gitHead":"4b74c70cc9f55a19d4f8305214d2840186af0155","bugs":{"url":"https://github.com/zeit/next.js/issues"},"_id":"next@1.0.0","_shasum":"145e6ac5df1e795dcdfe63a2becc8ea50a66912d","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"145e6ac5df1e795dcdfe63a2becc8ea50a66912d","tarball":"https://registry.npmjs.org/next/-/next-1.0.0.tgz"},"maintainers":[{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.0.0.tgz_1477408274189_0.46306980424560606"},"directories":{}},"1.0.1":{"name":"next","version":"1.0.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"standard && gulp test","lint":"standard","prepublish":"gulp release","precommit":"npm run lint"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-alias":"1.6.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","loader-utils":"0.2.16","minimist":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"0.11.9","run-sequence":"1.2.2","standard":"8.4.0","webpack-stream":"3.2.0"},"gitHead":"e2a7c5f0e8419a1982da28a0d82936ea14f6165a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.0.1","_shasum":"594ebd6dae2b0dfbb0a5f2c3fed32536a25893a0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"594ebd6dae2b0dfbb0a5f2c3fed32536a25893a0","tarball":"https://registry.npmjs.org/next/-/next-1.0.1.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-1.0.1.tgz_1477666059801_0.4417921823915094"},"directories":{}},"1.0.2":{"name":"next","version":"1.0.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"standard && gulp test","lint":"standard","prepublish":"gulp release","precommit":"npm run lint"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-resolver":"2.2.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"0.11.9","run-sequence":"1.2.2","standard":"8.4.0","webpack-stream":"3.2.0"},"gitHead":"4c2f381e740a33f73d5510871fdfe4edcfb59d71","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.0.2","_shasum":"530aca7f183670d0e5ff2202ff61e87045d1c7a4","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"530aca7f183670d0e5ff2202ff61e87045d1c7a4","tarball":"https://registry.npmjs.org/next/-/next-1.0.2.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.0.2.tgz_1477761490783_0.3273797787260264"},"directories":{}},"1.1.0":{"name":"next","version":"1.1.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"npm run lint && gulp test","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"dependencies":{"babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-resolver":"2.2.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"babel-eslint":"7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"0.11.9","run-sequence":"1.2.2","standard":"8.4.0","webpack-stream":"3.2.0"},"gitHead":"0c27e3ab16ec437f855477e2d8ea023bb9cc1697","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.1.0","_shasum":"6fe2e119e52969dd3bea56dc6bba0d71abddb599","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"6fe2e119e52969dd3bea56dc6bba0d71abddb599","tarball":"https://registry.npmjs.org/next/-/next-1.1.0.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.1.0.tgz_1478309110052_0.11074937623925507"},"directories":{}},"1.1.1":{"name":"next","version":"1.1.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"npm run lint && gulp test","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"ava":{"babel":{"presets":["es2015","react"],"plugins":["transform-async-to-generator","transform-object-rest-spread","transform-class-properties","transform-runtime"]}},"standard":{"parser":"babel-eslint"},"dependencies":{"ansi-html":"0.0.6","babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-resolver":"2.2.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.10","glob-promise":"1.0.6","htmlescape":"1.1.1","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","sockjs-client":"1.1.1","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"ava":"0.16.0","babel-eslint":"7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"0.11.9","run-sequence":"1.2.2","standard":"8.4.0","webpack-stream":"3.2.0"},"gitHead":"b9d6a59415f6de44c4d1866c18ddd518440d0ed1","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.1.1","_shasum":"1eabbf2af375363a1735f84ce03420b17d1d818b","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"1eabbf2af375363a1735f84ce03420b17d1d818b","tarball":"https://registry.npmjs.org/next/-/next-1.1.1.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.1.1.tgz_1478422402614_0.415845520561561"},"directories":{}},"1.1.2":{"name":"next","version":"1.1.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","test":"npm run lint && gulp test","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"ava":{"babel":{}},"standard":{"parser":"babel-eslint"},"dependencies":{"ansi-html":"0.0.6","babel-core":"6.17.0","babel-generator":"6.17.0","babel-loader":"6.2.5","babel-plugin-module-resolver":"2.3.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.16.0","babel-plugin-transform-object-rest-spread":"6.16.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.16.0","babel-preset-react":"6.16.0","babel-runtime":"6.11.6","cross-spawn":"4.0.2","del":"2.2.2","glamor":"2.17.14","glob-promise":"1.0.6","htmlescape":"1.1.1","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.4.0","path-match":"1.2.4","react":"15.3.2","react-dom":"15.3.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.2","webpack-dev-server":"1.16.2","sockjs-client":"1.1.1","write-file-webpack-plugin":"3.3.0"},"devDependencies":{"ava":"0.16.0","babel-eslint":"7.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.1","gulp":"3.9.1","gulp-ava":"0.14.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.0","gulp-notify":"2.2.0","husky":"0.11.9","run-sequence":"1.2.2","standard":"8.4.0","webpack-stream":"3.2.0"},"gitHead":"fc23d34a40c4339bf238ef07704d3eb3204347bd","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.1.2","_shasum":"45b0bbb57e30ea308cf1104ec397d5bf806b7ebd","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"45b0bbb57e30ea308cf1104ec397d5bf806b7ebd","tarball":"https://registry.npmjs.org/next/-/next-1.1.2.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-1.1.2.tgz_1479479215144_0.9454369132872671"},"directories":{}},"1.2.0":{"name":"next","version":"1.2.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --reporter=html","ava":"cross-env NODE_ENV=test nyc ava --verbose","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"nyc":{"require":["babel-core/register"],"exclude":["gulpfile.js","css.js","link.js","head.js","client/**","**/pages/**","**/coverage/**","**/client/**","**/test/**","**/dist/**","**/examples/**","**/bench/**"],"all":false,"sourceMap":false,"instrument":false},"standard":{"parser":"babel-eslint"},"dependencies":{"ansi-html":"0.0.6","babel-core":"6.18.2","babel-generator":"6.19.0","babel-loader":"6.2.8","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.18.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.1","glamor":"2.20.8","glob-promise":"2.0.0","htmlescape":"1.1.1","is-windows-bash":"1.0.2","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","read-pkg-up":"2.0.0","send":"0.14.1","source-map-support":"0.4.6","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.3","webpack-dev-middleware":"1.8.4","webpack-hot-middleware":"2.13.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"ava":"0.17.0","babel-eslint":"7.1.1","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.2","coveralls":"2.11.15","cross-env":"3.1.3","gulp":"3.9.1","gulp-ava":"0.15.0","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","gulp-process-env":"0.0.2","husky":"0.11.9","nyc":"10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"gitHead":"f2653d0e2fec1969f31ab5a9e662dbc6111c0e67","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.2.0","_shasum":"27c73ca32404a65dffc3384a9b3f588ab51e01c5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"27c73ca32404a65dffc3384a9b3f588ab51e01c5","tarball":"https://registry.npmjs.org/next/-/next-1.2.0.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.2.0.tgz_1480657982300_0.4340164551977068"},"directories":{}},"1.2.1":{"name":"next","version":"1.2.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --reporter=html","ava":"cross-env NODE_ENV=test nyc ava --verbose","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"nyc":{"require":["babel-core/register"],"exclude":["gulpfile.js","css.js","link.js","head.js","client/**","**/pages/**","**/coverage/**","**/client/**","**/test/**","**/dist/**","**/examples/**","**/bench/**"],"all":false,"sourceMap":false,"instrument":false},"standard":{"parser":"babel-eslint"},"dependencies":{"ansi-html":"0.0.6","babel-core":"6.18.2","babel-generator":"6.19.0","babel-loader":"6.2.8","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.18.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.1","glamor":"2.20.8","glob-promise":"2.0.0","htmlescape":"1.1.1","is-windows-bash":"1.0.2","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","read-pkg-up":"2.0.0","send":"0.14.1","source-map-support":"0.4.6","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.3","webpack-dev-middleware":"1.8.4","webpack-hot-middleware":"2.13.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"ava":"0.17.0","babel-eslint":"7.1.1","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.2","coveralls":"2.11.15","cross-env":"3.1.3","gulp":"3.9.1","gulp-ava":"0.15.0","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","gulp-process-env":"0.0.2","husky":"0.11.9","nyc":"10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"gitHead":"39ba1a0110d5ee42711da799f7b07e90e522251a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.2.1","_shasum":"5c2d053af4e21e80a7d924141667eba7c1c84a1a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"5c2d053af4e21e80a7d924141667eba7c1c84a1a","tarball":"https://registry.npmjs.org/next/-/next-1.2.1.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.2.1.tgz_1480662021395_0.9287747805938125"},"directories":{}},"1.2.2":{"name":"next","version":"1.2.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --reporter=html","ava":"cross-env NODE_ENV=test nyc ava --verbose","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"nyc":{"require":["babel-core/register"],"exclude":["gulpfile.js","css.js","link.js","head.js","client/**","**/pages/**","**/coverage/**","**/client/**","**/test/**","**/dist/**","**/examples/**","**/bench/**"],"all":false,"sourceMap":false,"instrument":false},"standard":{"parser":"babel-eslint"},"dependencies":{"ansi-html":"0.0.6","babel-core":"6.18.2","babel-generator":"6.19.0","babel-loader":"6.2.8","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.18.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.1","glamor":"2.20.8","glob-promise":"2.0.0","htmlescape":"1.1.1","is-windows-bash":"1.0.2","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","read-pkg-up":"2.0.0","send":"0.14.1","source-map-support":"0.4.6","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.3","webpack-dev-middleware":"1.8.4","webpack-hot-middleware":"2.13.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"ava":"0.17.0","babel-eslint":"7.1.1","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.2","coveralls":"2.11.15","cross-env":"3.1.3","gulp":"3.9.1","gulp-ava":"0.15.0","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","gulp-process-env":"0.0.2","husky":"0.11.9","nyc":"10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"gitHead":"ea5ec12c2d84e489461ac164c6c9d3e554f84e15","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.2.2","_shasum":"b9cc834de4642c877bdc0eff4785f6757ff11263","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"b9cc834de4642c877bdc0eff4785f6757ff11263","tarball":"https://registry.npmjs.org/next/-/next-1.2.2.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.2.2.tgz_1480666199996_0.5253981014247984"},"directories":{}},"1.2.3":{"name":"next","version":"1.2.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/lib/index.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --reporter=html","ava":"cross-env NODE_ENV=test nyc ava --verbose","coveralls":"nyc report --reporter=text-lcov | coveralls","lint":"standard && standard bin/*","prepublish":"gulp release","precommit":"npm run lint"},"nyc":{"require":["babel-core/register"],"exclude":["gulpfile.js","css.js","link.js","head.js","client/**","**/pages/**","**/coverage/**","**/client/**","**/test/**","**/dist/**","**/examples/**","**/bench/**"],"all":false,"sourceMap":false,"instrument":false},"standard":{"parser":"babel-eslint"},"dependencies":{"ansi-html":"0.0.6","babel-core":"6.18.2","babel-generator":"6.19.0","babel-loader":"6.2.8","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.19.0","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.18.0","cross-spawn":"5.0.1","del":"2.2.2","domready":"1.0.8","friendly-errors-webpack-plugin":"1.1.1","glamor":"2.20.8","glob-promise":"2.0.0","htmlescape":"1.1.1","is-windows-bash":"1.0.2","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","read-pkg-up":"2.0.0","send":"0.14.1","source-map-support":"0.4.6","strip-ansi":"3.0.1","url":"0.11.0","webpack":"1.13.3","webpack-dev-middleware":"1.8.4","webpack-hot-middleware":"2.13.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"ava":"0.17.0","babel-eslint":"7.1.1","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","benchmark":"2.1.2","coveralls":"2.11.15","cross-env":"3.1.3","gulp":"3.9.1","gulp-ava":"0.15.0","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","gulp-process-env":"0.0.2","husky":"0.11.9","nyc":"10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"gitHead":"f3a42e9590639f205a7602e5631b80a2376d0051","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@1.2.3","_shasum":"afa811144e02e899c5099c0db4aa32de9cf8b223","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"afa811144e02e899c5099c0db4aa32de9cf8b223","tarball":"https://registry.npmjs.org/next/-/next-1.2.3.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-1.2.3.tgz_1480687669824_0.9941205764189363"},"directories":{}},"2.0.0-beta.0":{"name":"next","version":"2.0.0-beta.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","link.js","css.js","head.js","document.js","prefetch.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","chokidar":"1.6.1","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.12","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.6","strip-ansi":"3.0.1","styled-jsx":"0.2.2","url":"0.11.0","webpack":"1.14.0","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.13.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-preset-env":"1.1.4","benchmark":"2.1.2","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"95eb20e6a219fefaf860b0807103c6b5e606317c","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.0","_shasum":"8920dbc556b3063c426f710724981c49f9213553","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"8920dbc556b3063c426f710724981c49f9213553","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.0.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.0.tgz_1482297453603_0.5539110233075917"},"directories":{}},"2.0.0-beta.1":{"name":"next","version":"2.0.0-beta.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","chokidar":"1.6.1","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.12","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.6","strip-ansi":"3.0.1","styled-jsx":"0.2.2","url":"0.11.0","webpack":"1.14.0","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.13.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-preset-env":"1.1.4","benchmark":"2.1.2","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"eb9a61e9e7f4c6097fe0c407b54c3c59d27e5d48","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.1","_shasum":"ca9d153a0bc5e35081399d05ddc8b6b4a10a1e57","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"ca9d153a0bc5e35081399d05ddc8b6b4a10a1e57","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.1.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.1.tgz_1482390779833_0.13011281634680927"},"directories":{}},"2.0.0-beta.2":{"name":"next","version":"2.0.0-beta.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","chokidar":"1.6.1","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.12","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.7","strip-ansi":"3.0.1","styled-jsx":"0.2.3","url":"0.11.0","webpack":"1.14.0","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-preset-env":"1.1.4","benchmark":"2.1.2","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"b9f875318eaf4ca0b98f323244bbf2f27621c5de","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.2","_shasum":"9f150e782bc01d5b3ff37814f5e77768c4a8ab36","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"9f150e782bc01d5b3ff37814f5e77768c4a8ab36","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.2.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.2.tgz_1482545175243_0.09027826087549329"},"directories":{}},"2.0.0-beta.3":{"name":"next","version":"2.0.0-beta.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","chokidar":"1.6.1","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.12","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.0","url":"0.11.0","webpack":"1.14.0","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"1456af8fd6ebf66a06bc4bb6ed52fb10e84fb2cf","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.3","_shasum":"2bed2788b80948b78887fdd985d18660a5b4ba56","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"2bed2788b80948b78887fdd985d18660a5b4ba56","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.3.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.3.tgz_1482790856519_0.4625642257742584"},"directories":{}},"2.0.0-beta.4":{"name":"next","version":"2.0.0-beta.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.15","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.0","url":"0.11.0","webpack":"1.14.0","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"58ce55f3057c3d4a90a7d80b4ee537b0cbaf8975","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.4","_shasum":"68874d296877bc0c6ff177b64db729554ca1532c","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"68874d296877bc0c6ff177b64db729554ca1532c","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.4.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.4.tgz_1482883082079_0.14433716097846627"},"directories":{}},"2.0.0-beta.5":{"name":"next","version":"2.0.0-beta.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.15","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.0","url":"0.11.0","webpack":"1.14.0","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"ae102f96f0c66fe6d2e36dbb44f22735941d4542","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.5","_shasum":"69e83f925c473934b5d393ebc6fbc107f587f556","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"69e83f925c473934b5d393ebc6fbc107f587f556","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.5.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.5.tgz_1482903675843_0.6802721284329891"},"directories":{}},"2.0.0-beta.6":{"name":"next","version":"2.0.0-beta.6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.1","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"56ca84bae241b6c1769319734efa00615b2f9189","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.6","_shasum":"944ac83c51e74eaa7500e8dcc35f379fc7bda952","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"944ac83c51e74eaa7500e8dcc35f379fc7bda952","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.6.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.6.tgz_1483152021168_0.6930506965145469"},"directories":{}},"2.0.0-beta.7":{"name":"next","version":"2.0.0-beta.7","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.1","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"72b910a117f1ab588d82439cdf7e89600fe4d758","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.7","_shasum":"f2bb98d6229080d3a3c86b66cec6f1181ed3e972","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"f2bb98d6229080d3a3c86b66cec6f1181ed3e972","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.7.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.7.tgz_1483190446418_0.25902388244867325"},"directories":{}},"2.0.0-beta.8":{"name":"next","version":"2.0.0-beta.8","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.1","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"8df45d0ba9e2306a5e3dad7c2969f3b6ceb8ee54","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.8","_shasum":"fcfc23c4ada0ff4c87991422138437bc4e21a4a3","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"fcfc23c4ada0ff4c87991422138437bc4e21a4a3","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.8.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.8.tgz_1483213764981_0.9692798422183841"},"directories":{}},"2.0.0-beta.9":{"name":"next","version":"2.0.0-beta.9","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.2","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"697010f9ae8b442d402ba0009196be99d688e18d","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.9","_shasum":"4f70a9280df61de4a2c3be0ea8c312186c9beb36","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"4f70a9280df61de4a2c3be0ea8c312186c9beb36","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.9.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.9.tgz_1483216973838_0.0643942542374134"},"directories":{}},"2.0.0-beta.10":{"name":"next","version":"2.0.0-beta.10","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.2","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"f2483cfe1c7d35386fc7e68e1f2e010c48375152","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.10","_shasum":"8f43fcabc24853121e345b6caadc32d68ae00288","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"8f43fcabc24853121e345b6caadc32d68ae00288","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.10.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.10.tgz_1483245041138_0.26031744317151606"},"directories":{}},"2.0.0-beta.11":{"name":"next","version":"2.0.0-beta.11","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.2","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"81a67581ed881ef8be4cedffbe80f316e3fd51b2","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.11","_shasum":"2b9586bd6a4ecebb45d23d08f51fbfe8e9036187","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"2b9586bd6a4ecebb45d23d08f51fbfe8e9036187","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.11.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.11.tgz_1483250345422_0.5241823431570083"},"directories":{}},"2.0.0-beta.12":{"name":"next","version":"2.0.0-beta.12","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.6","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.2","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"43e2707e5dcb961189e2ddab3492c2ce8360758d","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.12","_shasum":"717553cef12613d8bb28d55d988e7354f935512b","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"717553cef12613d8bb28d55d988e7354f935512b","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.12.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.12.tgz_1483299747399_0.13081501820124686"},"directories":{}},"2.0.0-beta.13":{"name":"next","version":"2.0.0-beta.13","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.2","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.14.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.4","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^0.6.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"45bc4fe46550c8085f90173275dcbd57fb2f9acb","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.13","_shasum":"534c5f1a82458685ff2d565b18661b16820f95df","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"534c5f1a82458685ff2d565b18661b16820f95df","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.13.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.13.tgz_1483470933115_0.6425013970583677"},"directories":{}},"2.0.0-beta.14":{"name":"next","version":"2.0.0-beta.14","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.3.2","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.5","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^1.0.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"6af316de56cf33cdd7da4f5370bf2baefe35443d","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.14","_shasum":"cdf593c292fb20d26f9ba1281dce6b1d9b2c2426","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"cdf593c292fb20d26f9ba1281dce6b1d9b2c2426","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.14.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.14.tgz_1483650687026_0.97735615237616"},"directories":{}},"2.0.0-beta.15":{"name":"next","version":"2.0.0-beta.15","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.4.0","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.5","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^1.0.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"221a5eadf2f267333c00f866694f488a6e94a4d7","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.15","_shasum":"82f17118becd9b2e4795e1ba1ac6ae6b587b3e7e","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"82f17118becd9b2e4795e1ba1ac6ae6b587b3e7e","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.15.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.15.tgz_1483665692049_0.6579928244464099"},"directories":{}},"2.0.0-beta.16":{"name":"next","version":"2.0.0-beta.16","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","pretest":"npm run lint","test":"gulp test","html-report":"nyc report --temp-directory=./coverage --reporter=html","jest":"jest --coverage","coveralls":"nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"gulp release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.1","react-dom":"15.4.1","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.4.0","url":"0.11.0","webpack":"2.2.0-rc.3","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.5","benchmark":"2.1.3","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-jest":"^1.0.0","gulp-notify":"2.2.0","husky":"0.12.0","jest":"^18.0.0","nyc":"^10.0.0","run-sequence":"1.2.2","standard":"8.6.0","webpack-stream":"3.2.0"},"jest":{"testEnvironment":"node"},"gitHead":"7ebfec088fc253662a65eb1ea98208f30297ae92","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.16","_shasum":"2cf1a49c64a63df3ce704a923377212125890244","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"2cf1a49c64a63df3ce704a923377212125890244","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.16.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.16.tgz_1483716352298_0.7420749384909868"},"directories":{}},"2.0.0-beta.17":{"name":"next","version":"2.0.0-beta.17","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.21.0","babel-generator":"6.21.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.16.0","babel-plugin-transform-class-properties":"6.19.0","babel-plugin-transform-object-rest-spread":"6.20.2","babel-plugin-transform-runtime":"6.15.0","babel-preset-es2015":"6.18.0","babel-preset-react":"6.16.0","babel-runtime":"6.20.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.2","glamor":"2.20.20","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.13","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.8","strip-ansi":"3.0.1","styled-jsx":"0.4.1","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.0-rc.4","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","husky":"0.12.0","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.1","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"0b2b56f174ed43a5b342c4b2384d8bfd2a6f4bae","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.17","_shasum":"2c41d4ba5882a26e96701ca176750b5f6b4c043f","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"2c41d4ba5882a26e96701ca176750b5f6b4c043f","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.17.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.17.tgz_1484306549500_0.43114132806658745"},"directories":{}},"2.0.0-beta.18":{"name":"next","version":"2.0.0-beta.18","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.10","strip-ansi":"3.0.1","styled-jsx":"0.5.0","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.0-rc.6","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","husky":"0.12.0","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.1","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"cec8f9dd58f125110ea067676b493f2632cf7247","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.18","_shasum":"8ab5076f032b0ddbe13bddaa510d8332bec3ce7b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"8ab5076f032b0ddbe13bddaa510d8332bec3ce7b","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.18.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.18.tgz_1484966846794_0.7514736328739673"},"directories":{}},"2.0.0-beta.19":{"name":"next","version":"2.0.0-beta.19","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.10","strip-ansi":"3.0.1","styled-jsx":"0.5.1","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.0-rc.6","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.1","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"386c96035963037c6e9fb7751a8e0d4d8b2269a5","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.19","_shasum":"740ff5322f7bed8f57f1dba6c64d623296e9c350","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"740ff5322f7bed8f57f1dba6c64d623296e9c350","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.19.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.19.tgz_1485423191640_0.659049600828439"},"directories":{}},"2.0.0-beta.20":{"name":"next","version":"2.0.0-beta.20","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.10","strip-ansi":"3.0.1","styled-jsx":"0.5.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.0-rc.6","webpack-dev-middleware":"1.9.0","webpack-hot-middleware":"2.15.0","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"2.2.0","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.1","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"f944b50ffe12f93b69df75c974dfb13feffcf41a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.20","_shasum":"1c3d85895c35f409d36a60c9958b6bd6def62563","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"1c3d85895c35f409d36a60c9958b6bd6def62563","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.20.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.20.tgz_1485543535824_0.31276454543694854"},"directories":{}},"2.0.0-beta.21":{"name":"next","version":"2.0.0-beta.21","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.3","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"3.0.0","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.3","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"3e34430f745d8b7401ceb0ea1189fcb297c74a2a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.21","_shasum":"dbd6238b252047d0bd3bbfb15fafb761f17c219d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"dbd6238b252047d0bd3bbfb15fafb761f17c219d","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.21.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.21.tgz_1486063044452_0.7698934029322118"},"directories":{}},"2.0.0-beta.22":{"name":"next","version":"2.0.0-beta.22","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.3","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"3.0.0","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.3","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"729088cbf7d17970a651449117012a2ff362cd9a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.22","_shasum":"3451d35484f9fa48fd233dc3fbef209a4906d1e8","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"3451d35484f9fa48fd233dc3fbef209a4906d1e8","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.22.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.22.tgz_1486080135554_0.8347305746283382"},"directories":{}},"2.0.0-beta.23":{"name":"next","version":"2.0.0-beta.23","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.4.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.3","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.15","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"3.0.0","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.3","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"2e81af8d8302c7ff4bde795b411216958eeaf2fb","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.23","_shasum":"135453d04ce0a47e814e35e8cb31982ae5549cf9","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"135453d04ce0a47e814e35e8cb31982ae5549cf9","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.23.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.23.tgz_1486165225263_0.6231100982986391"},"directories":{}},"2.0.0-beta.24":{"name":"next","version":"2.0.0-beta.24","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"gulp","release":"gulp release","pretestonly":"gulp start-chromedriver","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"gulp stop-chromedriver","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-async-to-generator":"6.22.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-runtime":"6.22.0","babel-preset-es2015":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react":"15.4.2","react-dom":"15.4.2","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.4","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.16","gulp":"3.9.1","gulp-babel":"6.1.2","gulp-benchmark":"1.1.1","gulp-cached":"1.1.1","gulp-notify":"3.0.0","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","nyc":"^10.0.0","portfinder":"^1.0.10","run-sequence":"1.2.2","standard":"8.6.0","wd":"^1.1.3","webpack-stream":"3.2.0","cross-env":"^3.1.4"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"8dfbbd367471758fea577c30eb5ca9f5bac94b5c","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.24","_shasum":"d42fa193e53ac388cf23f9aa97027f1423d4d152","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"d42fa193e53ac388cf23f9aa97027f1423d4d152","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.24.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.24.tgz_1486390026094_0.1910101545508951"},"directories":{}},"2.0.0-beta.25":{"name":"next","version":"2.0.0-beta.25","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.22.1","babel-generator":"6.22.0","babel-loader":"6.2.10","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-constant-elements":"^6.22.0","babel-plugin-transform-react-remove-prop-types":"^0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.22.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.22","glob-promise":"3.1.0","htmlescape":"1.1.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.4","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.16","cross-env":"^3.1.4","fly":"^2.0.4","fly-babel":"^2.1.1","fly-clear":"^1.0.1","fly-esnext":"^2.0.0","fly-watch":"^1.1.1","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","node-notifier":"^5.0.2","nyc":"^10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"^1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"60bfd00ccfdf9b61f91a6a46107fb27623a4e1ad","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.25","_shasum":"6ffc8dd97445c5cb7a201e1f82984a7459eec866","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},"dist":{"shasum":"6ffc8dd97445c5cb7a201e1f82984a7459eec866","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.25.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.25.tgz_1487007266393_0.7715648987796158"},"directories":{}},"2.0.0-beta.26":{"name":"next","version":"2.0.0-beta.26","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"accepts":"1.3.3","ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.0","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"^6.22.0","babel-plugin-transform-react-remove-prop-types":"^0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.22.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.1.3","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","mime-types":"2.1.14","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.5","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.16","cross-env":"^3.1.4","fly":"^2.0.4","fly-babel":"^2.1.1","fly-clear":"^1.0.1","fly-esnext":"^2.0.0","fly-watch":"^1.1.1","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","node-notifier":"^5.0.2","nyc":"^10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"^1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"507e8c2ca4cea7b7a6b88b25855047facd9447bb","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.26","_shasum":"e86302f6adc010709b8670f1f0748c595bacb45f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"e86302f6adc010709b8670f1f0748c595bacb45f","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.26.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.26.tgz_1487086435015_0.18334453902207315"},"directories":{}},"2.0.0-beta.27":{"name":"next","version":"2.0.0-beta.27","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run test && npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.0","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"^6.22.0","babel-plugin-transform-react-remove-prop-types":"^0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.2.0","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.5","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.16.1","whatwg-fetch":"^2.0.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-env":"1.1.8","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.16","cross-env":"^3.1.4","fly":"^2.0.4","fly-babel":"^2.1.1","fly-clear":"^1.0.1","fly-esnext":"^2.0.0","fly-watch":"^1.1.1","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","node-notifier":"^5.0.2","nyc":"^10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"^1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"09442173eadd036b4539b2e217148848621732d6","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.27","_shasum":"add9f3e740b6a2b2d084317b6eea6acfca9e5e60","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"add9f3e740b6a2b2d084317b6eea6acfca9e5e60","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.27.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.27.tgz_1487185583614_0.39584731170907617"},"directories":{}},"2.0.0-beta.28":{"name":"next","version":"2.0.0-beta.28","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"^6.22.0","babel-plugin-transform-react-remove-prop-types":"^0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.3.1","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"^2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.5","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.17.0","whatwg-fetch":"^2.0.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.16","cross-env":"^3.1.4","fly":"^2.0.4","fly-babel":"^2.1.1","fly-clear":"^1.0.1","fly-esnext":"^2.0.0","fly-watch":"^1.1.1","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","node-notifier":"^5.0.2","nyc":"^10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"^1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"59726866a59d2df141162424e72b5938146fba5d","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.28","_shasum":"c070e15582829b0969ecd67cdb0edbed5f6725f7","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"c070e15582829b0969ecd67cdb0edbed5f6725f7","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.28.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.28.tgz_1487278968897_0.8879262511618435"},"directories":{}},"2.0.0-beta.29":{"name":"next","version":"2.0.0-beta.29","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"^3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"^6.22.0","babel-plugin-transform-react-remove-prop-types":"^0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.3.1","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"^2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.5","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.17.0","whatwg-fetch":"^2.0.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"^18.0.0","babel-plugin-istanbul":"^3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"^0.22.0","chromedriver":"^2.26.1","coveralls":"2.11.16","cross-env":"^3.1.4","fly":"^2.0.4","fly-babel":"^2.1.1","fly-clear":"^1.0.1","fly-esnext":"^2.0.0","fly-watch":"^1.1.1","husky":"0.13.1","jest-cli":"^18.0.0","node-fetch":"^1.6.3","node-notifier":"^5.0.2","nyc":"^10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"^1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"db758e00aef62f80d090ca4c181606b3fe177a65","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.29","_shasum":"5e530bdb616fbe219f20955bb4a2339fbf3f3d7d","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"5e530bdb616fbe219f20955bb4a2339fbf3f3d7d","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.29.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.29.tgz_1487284659026_0.7881886183749884"},"directories":{}},"2.0.0-beta.30":{"name":"next","version":"2.0.0-beta.30","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.3.1","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.6","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.17.0","whatwg-fetch":"2.0.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.4","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"18.0.0","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"15.4.2","react-dom":"15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"b621f2d840cdb589ea761614da30b48f54ff6c5e","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.30","_shasum":"128d0a85ff44d7ca476e6b542a6562d80bb50ae8","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"128d0a85ff44d7ca476e6b542a6562d80bb50ae8","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.30.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.30.tgz_1487307767558_0.33994791842997074"},"directories":{}},"2.0.0-beta.31":{"name":"next","version":"2.0.0-beta.31","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.3.1","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.6","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.0","webpack-hot-middleware":"2.17.0","whatwg-fetch":"2.0.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.4","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"18.0.0","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"15.4.2","react-dom":"15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"49eb8d2f54a37180fa69d2fb916aa49ffa7d74f8","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.31","_shasum":"e8016911bb3dcfbc9d2b4e6f21ffe04e9354706d","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"e8016911bb3dcfbc9d2b4e6f21ffe04e9354706d","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.31.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.31.tgz_1487307814771_0.24119865684770048"},"directories":{}},"2.0.0-beta.32":{"name":"next","version":"2.0.0-beta.32","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.0.1","del":"2.2.2","friendly-errors-webpack-plugin":"1.3.1","glamor":"2.20.23","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"0.2.16","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.7","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.0","whatwg-fetch":"2.0.2","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.4","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"18.0.0","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","testPathDirs":["test/"]},"gitHead":"c866540601b15963f996c6fddcd49e0c302fdd9e","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.32","_shasum":"de7a998d74a890241f06da94229dd5f669c1267f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"de7a998d74a890241f06da94229dd5f669c1267f","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.32.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.32.tgz_1487634850988_0.7716820773202926"},"directories":{}},"2.0.0-beta.33":{"name":"next","version":"2.0.0-beta.33","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.4.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.14.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.0","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"8399ea70d4e682193053349b16195966d075cd7d","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.33","_shasum":"0ead91fef47ce440a89a70f94ff5b6ec14d2d2d6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"0ead91fef47ce440a89a70f94ff5b6ec14d2d2d6","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.33.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.33.tgz_1488138502001_0.8069267855025828"},"directories":{}},"2.0.0-beta.34":{"name":"next","version":"2.0.0-beta.34","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.4.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.0","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.1","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"1971517c170218b153c8df55dbdf6d925b1c8a87","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.34","_shasum":"f09322ac9028fbf355f4e648b41425e69fdb1da7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"f09322ac9028fbf355f4e648b41425e69fdb1da7","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.34.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.34.tgz_1488237962770_0.07552690571174026"},"directories":{}},"2.0.0-beta.35":{"name":"next","version":"2.0.0-beta.35","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.4.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.0","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.1","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"012c4d1f81f232ed70870143d89d2ba980c7d491","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.35","_shasum":"47b77929c2f222728f29232d6a61090d39927f19","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"47b77929c2f222728f29232d6a61090d39927f19","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.35.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.35.tgz_1488261070267_0.9162093678023666"},"directories":{}},"2.0.0-beta.36":{"name":"next","version":"2.0.0-beta.36","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint && cross-env NODE_ENV=test-build npm run release","test":"npm run testonly -- --coverage --forceExit","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.23.1","babel-generator":"6.22.0","babel-loader":"6.3.2","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.22.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.22.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.0","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.1","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"3.4.2"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"3.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.22.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.26.1","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.1","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"8.6.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"7deca93a109cc0860d08ad7c1549dceefb36e2d5","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.36","_shasum":"4f7236d39b0ca05257882aaba24dd786cc6f26ea","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"4f7236d39b0ca05257882aaba24dd786cc6f26ea","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.36.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.36.tgz_1488322979618_0.14481038367375731"},"directories":{}},"2.0.0-beta.37":{"name":"next","version":"2.0.0-beta.37","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.0","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.0.3","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.11","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"4.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.1.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.0","fly-watch":"1.1.1","husky":"0.13.3-0","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"45bd23982756b845086bad3c38a16faa717b18b5","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.37","_shasum":"fa8fbf7630e7af2bd848a06a7334011fcd88e66f","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.7.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"fa8fbf7630e7af2bd848a06a7334011fcd88e66f","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.37.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.37.tgz_1489427385153_0.1185556307900697"},"directories":{}},"2.0.0-beta.38":{"name":"next","version":"2.0.0-beta.38","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.0","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.0.4","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.12","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"4.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3-0","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.0.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"458f33f6f895f70961a246976178892dcaad12d9","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.38","_shasum":"29ed1621f74c1d3459086dd04f5209b372774fd8","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.7.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"29ed1621f74c1d3459086dd04f5209b372774fd8","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.38.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.38.tgz_1489517957980_0.6903824780602008"},"directories":{}},"2.0.0-beta.39":{"name":"next","version":"2.0.0-beta.39","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.13","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.2.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.1.1","babel-jest":"18.0.0","babel-plugin-istanbul":"4.0.0","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3-0","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.0","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"59433fc88e4aaa99ec03b97f2f366186cd4eff1a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.39","_shasum":"cf6a89fec7a6288115308b2a33cc60e6b8d4bdb9","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.7.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"cf6a89fec7a6288115308b2a33cc60e6b8d4bdb9","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.39.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.39.tgz_1489695325176_0.7974672524724156"},"directories":{}},"2.0.0-beta.40":{"name":"next","version":"2.0.0-beta.40","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"0a452ba3e4dcc136e981871db06907f3dfbf445e","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.40","_shasum":"b581ec0770059863966bc9fea4f5fe80930ff9ce","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"b581ec0770059863966bc9fea4f5fe80930ff9ce","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.40.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.40.tgz_1490472896149_0.1453983245883137"},"directories":{}},"2.0.0-beta.41":{"name":"next","version":"2.0.0-beta.41","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"75028b6a8f7f40274fa3ed5d7ab9b27a42cf0b19","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.41","_shasum":"6cfff06af1254cde40df62a628c0803079792bf7","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"6cfff06af1254cde40df62a628c0803079792bf7","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.41.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.41.tgz_1490552740951_0.1508030656259507"},"directories":{}},"2.0.0-beta.42":{"name":"next","version":"2.0.0-beta.42","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"16956fede9fcd6b9982f27efb5da240d0d263847","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0-beta.42","_shasum":"c373420166f3ed58f3d474bf36ee96da5c1fbb56","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"c373420166f3ed58f3d474bf36ee96da5c1fbb56","tarball":"https://registry.npmjs.org/next/-/next-2.0.0-beta.42.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0-beta.42.tgz_1490595665403_0.6694048286881298"},"directories":{}},"2.0.0":{"name":"next","version":"2.0.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"npm run lint"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.5.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.11.16","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"2e67041f7cbc517a95bbfb4cb2ddc7adf14335f4","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.0","_shasum":"abab032e58c47e238b488550e0c9c3d829bf5728","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"abab032e58c47e238b488550e0c9c3d829bf5728","tarball":"https://registry.npmjs.org/next/-/next-2.0.0.tgz"},"maintainers":[{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.0.0.tgz_1490608935134_0.28254591044969857"},"directories":{}},"2.0.1":{"name":"next","version":"2.0.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.6.0","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"1.1.4","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.1","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.17.1","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.3","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.13.0","cross-env":"3.2.4","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.0.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.1.3"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4430fd3e43531dfa3fdc8354c5e0e955941f3674","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.0.1","_shasum":"eb7d5c04a60869087312d687bd368091430e378c","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"leo","email":"leo@zeit.co"},"dist":{"shasum":"eb7d5c04a60869087312d687bd368091430e378c","tarball":"https://registry.npmjs.org/next/-/next-2.0.1.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.0.1.tgz_1490898680807_0.354513454483822"},"directories":{}},"2.1.0":{"name":"next","version":"2.1.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.2","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob":"^7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.3","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.28.0","coveralls":"2.13.0","cross-env":"4.0.0","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.2.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"6e0e2307dab46eeeda8fd761986f33350a811cee","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.1.0","_shasum":"7a94c7666f87064274d546c1f2574f01015e5023","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"7a94c7666f87064274d546c1f2574f01015e5023","tarball":"https://registry.npmjs.org/next/-/next-2.1.0.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.1.0.tgz_1491500878816_0.29249649797566235"},"directories":{}},"2.1.1":{"name":"next","version":"2.1.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"publishConfig":{"tag":"beta"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.0","babel-loader":"6.4.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.22.0","babel-plugin-transform-es2015-modules-commonjs":"6.24.0","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.3.3","babel-plugin-transform-runtime":"6.22.0","babel-preset-latest":"6.24.0","babel-preset-react":"6.23.0","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","friendly-errors-webpack-plugin":"1.5.0","glob":"^7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.3.3","webpack-dev-middleware":"1.10.1","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.0"},"devDependencies":{"babel-eslint":"7.2.0","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.0","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.0","cross-env":"4.0.0","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.2.0","react":"15.4.2","react-dom":"15.4.2","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"0ed3978a5196486c3d32a0d84477a17559ae1f92","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.1.1","_shasum":"d23f18e3cdda2ce110bd2a449ad013e855e59f83","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"d23f18e3cdda2ce110bd2a449ad013e855e59f83","tarball":"https://registry.npmjs.org/next/-/next-2.1.1.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.1.1.tgz_1491592934105_0.8152713782619685"},"directories":{}},"2.2.0":{"name":"next","version":"2.2.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.1","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","prop-types":"15.5.7","react-hot-loader":"3.0.0-beta.6","send":"0.15.1","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.4.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.0","cross-env":"4.0.0","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.2.0","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"ff0f1e6c72ba6e8a475c3060373b023986538277","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.2.0","_shasum":"ae300c9306f4821ba6d6c10f3abb39b21d735664","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"ae300c9306f4821ba6d6c10f3abb39b21d735664","tarball":"https://registry.npmjs.org/next/-/next-2.2.0.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.2.0.tgz_1492978952759_0.04545817454345524"},"directories":{}},"2.3.0-alpha1":{"name":"next","version":"2.3.0-alpha1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.1","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","prop-types":"15.5.7","react-hot-loader":"3.0.0-beta.6","send":"0.15.2","source-map-support":"0.4.14","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.4.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.1","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.0","cross-env":"4.0.0","fly":"2.0.5","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.2.0","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"9cd060a131e797c3f7594f8bf4a45d3d70141fbf","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.3.0-alpha1","_shasum":"67988bf8201939ba79f97ac503e759357cc018fc","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"67988bf8201939ba79f97ac503e759357cc018fc","tarball":"https://registry.npmjs.org/next/-/next-2.3.0-alpha1.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.3.0-alpha1.tgz_1493340853503_0.9452306209132075"},"directories":{}},"2.3.0":{"name":"next","version":"2.3.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.4","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"1.0.0","prop-types":"15.5.7","react-hot-loader":"3.0.0-beta.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.4.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"4.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.0","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"9a2edfd040e7023e3f60cf5153e68679ab35151a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.3.0","_shasum":"4d2496c0bd152b6dabf2c8cb694d8a76a7961a0b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"4d2496c0bd152b6dabf2c8cb694d8a76a7961a0b","tarball":"https://registry.npmjs.org/next/-/next-2.3.0.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-2.3.0.tgz_1493908538967_0.8975361059419811"},"directories":{}},"2.3.1":{"name":"next","version":"2.3.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.4","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.7","react-hot-loader":"3.0.0-beta.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.4.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"18.0.0","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"4.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"19.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.0","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"f4e6c51985466e7690c238fcc23c9894404bd362","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.3.1","_shasum":"12090e4d37222b1fc80ef09389ce884ffdd7e927","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"12090e4d37222b1fc80ef09389ce884ffdd7e927","tarball":"https://registry.npmjs.org/next/-/next-2.3.1.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.3.1.tgz_1493929120747_0.38277703803032637"},"directories":{}},"3.0.0-beta1":{"name":"next","version":"3.0.0-beta1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","recursive-copy":"^2.0.6","standard":"9.0.2","walk":"^2.3.9","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"d4a698f93ae294c93579b675fecf72616691e977","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta1","_shasum":"65575242ea47d5d3268104bb1016e84e21eec632","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"65575242ea47d5d3268104bb1016e84e21eec632","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta1.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-3.0.0-beta1.tgz_1494871265044_0.20098825613968074"},"directories":{}},"3.0.0-beta2":{"name":"next","version":"3.0.0-beta2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","recursive-copy":"^2.0.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","walk":"^2.3.9","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"32fea56a3019fdf37daf15c4ddde1787c489315b","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta2","_shasum":"f1b6d82c72ba60f7c641af9d3ff4dfeded461b1b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"f1b6d82c72ba60f7c641af9d3ff4dfeded461b1b","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta2.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-3.0.0-beta2.tgz_1494873154089_0.738060885341838"},"directories":{}},"3.0.0-beta3":{"name":"next","version":"3.0.0-beta3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","recursive-copy":"^2.0.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","walk":"^2.3.9"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"27be055828c49471560c6531228a204b94eb950a","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta3","_shasum":"d6778b15ed81bddaa602b5dfba626cac8fc16074","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"d6778b15ed81bddaa602b5dfba626cac8fc16074","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta3.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/next-3.0.0-beta3.tgz_1494875471238_0.7863560966216028"},"directories":{}},"2.4.0":{"name":"next","version":"2.4.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"b00525897d4e14a3564fc7e6756707f01a86a826","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.0","_shasum":"9cf9ebff79921b3bb1d7de813dc420302eb66081","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"9cf9ebff79921b3bb1d7de813dc420302eb66081","tarball":"https://registry.npmjs.org/next/-/next-2.4.0.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/next-2.4.0.tgz_1495039836953_0.2895633759908378"},"directories":{}},"3.0.0-beta4":{"name":"next","version":"3.0.0-beta4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","recursive-copy":"^2.0.6","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","walk":"^2.3.9"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"524552017e35c61cbba1f13152f0603091895507","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta4","_shasum":"7cd05c5c2f06ac19b9909d0241877e176fa25318","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"7cd05c5c2f06ac19b9909d0241877e176fa25318","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta4.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta4.tgz_1495338219355_0.6503106914460659"},"directories":{}},"3.0.0-beta5":{"name":"next","version":"3.0.0-beta5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","recursive-copy":"^2.0.6","send":"0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","walk":"^2.3.9"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.2","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"e9915d3da5c23bcaca3808e94e39b5a996679742","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta5","_shasum":"d976ae1766ba5eb4f25d15b42aaa060684dbfc94","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"d976ae1766ba5eb4f25d15b42aaa060684dbfc94","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta5.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta5.tgz_1495338528607_0.08321119449101388"},"directories":{}},"3.0.0-beta6":{"name":"next","version":"3.0.0-beta6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.6","recursive-copy":"^2.0.6","send":"0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","walk":"^2.3.9"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.2","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"533a31b005fef84a5bacef0ef713b565b66a8ddb","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta6","_shasum":"a0b7450ef979b651cdd2e8e684affd2007e99703","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"a0b7450ef979b651cdd2e8e684affd2007e99703","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta6.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta6.tgz_1495484361550_0.9517370148096234"},"directories":{}},"3.0.0-beta7":{"name":"next","version":"3.0.0-beta7","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","recursive-copy":"^2.0.6","react-hot-loader":"3.0.0-beta.7","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.2","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","walk":"^2.3.9"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.2","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"533a31b005fef84a5bacef0ef713b565b66a8ddb","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta7","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-EJ2+qwuzKU6jgwbgboKH9qCIL3JwIezBPnZ9keRkr4PLIcazH2e9izCdOXcp95RuJj1svyuoTIe8jyKDQ1w/mA==","shasum":"9f6e0d680b9679a72c11c63ae5651d9a27a0b767","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta7.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta7.tgz_1496367012849_0.471986347110942"},"directories":{}},"2.4.1":{"name":"next","version":"2.4.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.3","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"af7993683bb0cb210d01c21b54c14e22eeec8ab4","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.1","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-hSVAi7Y7RXD8CQgnHzJKUj5PLeYtg/MQ3QF/C8uY6gOtFwPC8pKtoaGCiIw0T09QbybuLTrt1EjZaIXhc8UlxA==","shasum":"ab1e62fecd946cce5f41f4adc972478f474f3e5d","tarball":"https://registry.npmjs.org/next/-/next-2.4.1.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.1.tgz_1496367252678_0.012487876461818814"},"directories":{}},"3.0.0-beta8":{"name":"next","version":"3.0.0-beta8","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.1","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","recursive-copy":"^2.0.6","react-hot-loader":"3.0.0-beta.7","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.3","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","walk":"^2.3.9"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.0","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"fbb242a97372584f0f494f940e1768b62c811e28","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta8","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-aZ9b5G0231XI3vD0Xn7cR9ggWTAUErPpa2NGTMVdqRWbmXZkCmZJ+XiXSI00ISPXqM9uIAyiQ4sVrNel44MHyQ==","shasum":"92d4c7ae5486b188df529ce5892db85a381aabef","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta8.tgz"},"maintainers":[{"name":"leo","email":"leo@zeit.co"},{"name":"medikoo","email":"medikoo+npm@medikoo.com"},{"name":"nkzawa","email":"naoyuki.kanezawa@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta8.tgz_1496367531526_0.29340936592780054"},"directories":{}},"3.0.0-beta9":{"name":"next","version":"3.0.0-beta9","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.1","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"0.5.7","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.0","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"62a41605aa1a8feb4fbf5cd3002c40b62f88cda3","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta9","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-fZNDkV/ptDVg4az+o4F9E9Ldoko7M1hZLQHlTQbTCUH6O4hn+YBEhG1hR4UzmY+i5jiipm6hbTHH2z7UCBOGUg==","shasum":"313cb7a8bbc114019464938399910c1abd893ef4","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta9.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta9.tgz_1496413317914_0.525003474438563"},"directories":{}},"3.0.0-beta10":{"name":"next","version":"3.0.0-beta10","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.1","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.4","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"0a2e4aa4e7a302838a2a26e22b0111df130325e2","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta10","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-0Gjx0AAx6Yja4VgxfgQEQ5Z8IS+ucF9YPaJXXj+O3CxnXYEb9du4TWstooSFn7iXeOdngf33Du7iAVW9OV+jOg==","shasum":"b7e549255b684f873fa3e79aa7956c85577a60fe","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta10.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta10.tgz_1496705502066_0.5722457729279995"},"directories":{}},"2.4.2":{"name":"next","version":"2.4.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.3","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"3a36aeec683d4cfc4edef79b549651e6858b7221","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.2","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-lU8hFotySFGKUnItWt9uTu/TwpswJ7uKov3CMGoKvtSMC9pqZZ7+7/Xg8Rm4NdijkjOLLkWet+oMlfkUjm/w3g==","shasum":"b8dcd577f6dae5d5b0c3c81cf9f6e5ae4bece341","tarball":"https://registry.npmjs.org/next/-/next-2.4.2.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.2.tgz_1496781334876_0.4567704845685512"},"directories":{}},"2.4.3":{"name":"next","version":"2.4.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.3","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4504d9f3cd92f9a18ea1957f976bc186b78179e5","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.3","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-eiNC3xfgdD0hk9MscBSyPVz4GwKmayGuTcB/4SIM/NAv3JICmc2S39CZ3DJ+hpoN18U+NsZpgPCU1kntfl+Maw==","shasum":"8d84a3a4552e584a1d7930817f3408de494e974c","tarball":"https://registry.npmjs.org/next/-/next-2.4.3.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.3.tgz_1496817392398_0.9698952215258032"},"directories":{}},"3.0.0-beta11":{"name":"next","version":"3.0.0-beta11","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.1","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.4","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"c9a7a35f786ab96fd42a02afe721d20db46cb449","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta11","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-5VRt2CvwVgCi8NFsKCSjAvIdBWzKBlIyCSb6nx1cHVPhFkh3+X/x8EgUxwH+4mGYJzYvC5xZogqjaT/ncn1g1A==","shasum":"dd88bff547337f92bc8897456224b0a52f2ce5d5","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta11.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta11.tgz_1496817643674_0.8093070073518902"},"directories":{}},"3.0.0-beta12":{"name":"next","version":"3.0.0-beta12","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.4","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"0151d09cf353aab278ea702bb58fd2cd3949ada2","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta12","_shasum":"cff16a8a93221105f9ddbe38762c0cfbaffec2ba","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"cff16a8a93221105f9ddbe38762c0cfbaffec2ba","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta12.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta12.tgz_1496983180883_0.8882975257001817"},"directories":{}},"3.0.0-beta13":{"name":"next","version":"3.0.0-beta13","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.4","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"e7a85f7c1a54720700f7834cf57ba0009bda1fe8","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta13","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-xkGkqsdBYWgU/UJRpi9JHYRHCg1PzB1iH6NwAwBH6P9MHBbIIVki6coZcdlI4Uz1FUaO64BEIFHA+a0a41rq+Q==","shasum":"87384daef3392286435b43aea188155882a18330","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta13.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta13.tgz_1497152215978_0.6026746071875095"},"directories":{}},"3.0.0-beta14":{"name":"next","version":"3.0.0-beta14","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.5","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.0","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"320b94a94b1bb567504b5095e47046d609464463","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta14","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-+BrBJEwvRe7Ylm8mhIFGkLiZY+ue4JiLTXCbjmJrgK+gS17leVR+ivickCphnO21zdFnvgqoC68pMnfVxdHREQ==","shasum":"5d03867b5ba346bb4c805673ce7dda54e9282007","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta14.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta14.tgz_1497289038366_0.42966545396484435"},"directories":{}},"3.0.0-beta15":{"name":"next","version":"3.0.0-beta15","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.5","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"25f967edfc682fc5e7cceb42d1f027be22de64c8","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta15","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-Lm6Zydp+uPRCEx1Tp4WB4+HgTH5G9GJvrifq+UFOG0GFjmrQuQTXR97LDSeleGiVhAHjUxuEpCwhCklQN59A1g==","shasum":"64749accada1dea05a1e6b1e338b850a971f4d7b","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta15.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta15.tgz_1497619535035_0.4465380357578397"},"directories":{}},"2.4.4":{"name":"next","version":"2.4.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.5","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"a33a01fba59051c0ed264b8976651f93f3f79447","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.4","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-26S2pLZpsxM0dq6raURlPZLCDgOTlKy099GyGr9khbLaMUJv81xRWza3WJ9EJkN7u9DQHUvHIsTcLNpG1oduYA==","shasum":"1caac2ee5cc195564ad330b9fcbff40380b0627e","tarball":"https://registry.npmjs.org/next/-/next-2.4.4.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.4.tgz_1497630178534_0.46778230741620064"},"directories":{}},"3.0.0-beta16":{"name":"next","version":"3.0.0-beta16","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"fly","release":"fly release","pretestonly":"fly pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"fly posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.5","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","walk":"^2.3.9","webpack":"2.6.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fly":"2.0.6","fly-babel":"2.1.1","fly-clear":"1.0.1","fly-esnext":"2.0.1","fly-watch":"1.1.1","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"65c6d75419fd263dc33c8439a6243137db75abfe","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.0-beta16","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-yKNc7U+0nDl/wY69bc+d4CH09a4eQcepE8PTKjiQhUjSrPV7srN4i/Uu+iZo6S2TbeHkSyxMecU4iT3ojB3RAA==","shasum":"c6e237d6792805500cb0e836a1c0e420ca611c40","tarball":"https://registry.npmjs.org/next/-/next-3.0.0-beta16.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.0-beta16.tgz_1497630427504_0.19638314959593117"},"directories":{}},"3.0.1-beta.1":{"name":"next","version":"3.0.1-beta.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.1.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.5","touch":"1.0.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"2.1.2","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.5","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"1abfe108c076a25d418d657779a34da61eba9e5f","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.1-beta.1","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-wpPI3gOBEN+BpY5B9RMuKTsVL1jcLT/I7r0gwulGlYDaXeozqxKS/p0fpFaKaSQnfXuD6VB5ius849J7X5oeqw==","shasum":"ae6cfc0c3b5738b1a9883bc9051e1f9e06aa82b4","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.1.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.1.tgz_1498204692139_0.5251367951277643"},"directories":{}},"2.4.5":{"name":"next","version":"2.4.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"3d162d9d7bb6669450411daf49e9e5dfeec32b33","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.5","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-Y97tPgSM3vcxj0H6MO9WABqKVve/YERa5FCw0ZP3FKQSJJY8p2zToJUYRs+Sppb9spL8pMkna4+BQVs3Ca5iPA==","shasum":"70cbf06f7ff552e9afad4e70fb45f3c8996af8b7","tarball":"https://registry.npmjs.org/next/-/next-2.4.5.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.5.tgz_1498498772818_0.9502099214587361"},"directories":{}},"3.0.1-beta.2":{"name":"next","version":"3.0.1-beta.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.1.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"2.1.2","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"b2b7946c53d72e6730b9ff44fd167bfdb5243e39","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.1-beta.2","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-mWLnUjAjPtNtUzIk+TytezNc4WwOIbWHtTwk8rVMFMXTz1WZRatSbW4MNeAczd9CCAyoqnycpViCBprnfR0hYA==","shasum":"b613cfd1c4d4aa17d092950d2e0f22ddfb738200","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.2.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.2.tgz_1498499998530_0.7856554319150746"},"directories":{}},"3.0.1-beta.3":{"name":"next","version":"3.0.1-beta.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"2.1.2","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"95f9b1e3b3da902057b787a8544083fe4cfb5fcd","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.1-beta.3","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-pKUmLxBQrUY7Mtgqgxywyu+yWcuPShqhTb93+G4QR6Ag+1ns/Rvqd8v7X0boEkKsC3rR3ITZ+vxIjJZ+CpQU/g==","shasum":"d58f1b4f4d0074f6cfbff41063b8edd4a6a09223","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.3.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.3.tgz_1498666225476_0.7702371571213007"},"directories":{}},"3.0.1-beta.4":{"name":"next","version":"3.0.1-beta.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"2.1.2","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.4","lint-staged":"^3.4.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.1","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"6f619652f55a5d84b5d56080cf02cbdf2ff6c7a6","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.1-beta.4","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-w59aKLMo66j/JMdvMZ6Dx2dNSc1NixSbf3s1J6uoryTXihbfSrXtftAc1g59jTxIHZJHQF1ZGsVX0QYiuGJSTQ==","shasum":"27565b34ec05dbde738c8894f354117a5bc06890","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.4.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.4.tgz_1498666309672_0.5506132047157735"},"directories":{}},"2.4.6":{"name":"next","version":"2.4.6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"5d797702d12511e882aa172575b6c90f160d4546","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.6","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-h1eyPndhxsdy5sdUK0FO9Bc5Bw4KRvEmI9VX9BgyddOzCeRrRo8H4GfyiInQAkVRO1g4bpw/JaajYq0f+9I6kg==","shasum":"e3a88b60374bd92fbbf2bf8df9dc9f325471ddbb","tarball":"https://registry.npmjs.org/next/-/next-2.4.6.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.6.tgz_1498677456755_0.6941105688456446"},"directories":{}},"3.0.1-beta.5":{"name":"next","version":"3.0.1-beta.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.24.1","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"1.0.6","touch":"2.0.2","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.1","taskr":"1.0.5","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"765642caf7bf93a4ecf89775a58a3bb169f081f6","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.1-beta.5","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-EMGU7uUw6LlOmlSH2Yx3hCEhxTafpPoU7pWfINlXmWyFvAoLnKrCVfz7mTv61Xp8nmmUzCcgYfrzVsHnfEDwTg==","shasum":"d7bfa7eb636ce1998e7a2fc9b998c45a453caab7","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.5.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.5.tgz_1498677756387_0.6225931530352682"},"directories":{}},"3.0.1-beta.6":{"name":"next","version":"3.0.1-beta.6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.24.1","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"1.0.6","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.2","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.1","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.2","taskr":"1.0.6","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"761a965bfbed0f2a4840eec517f788f0dc24a412","_id":"next@3.0.1-beta.6","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-GQqW5+X6EznCxKGErOSnAmyX7iXdl2OMnonBe1INLtP3WsU4D9HWZRuR3MLbSiqHmqza7i5YoOhbFQCWpWzPeg==","shasum":"960b94e990f3d5075f6ce9f610acaa324520e5db","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.6.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.6.tgz_1498967308097_0.8593136109411716"},"directories":{}},"3.0.1-beta.7":{"name":"next","version":"3.0.1-beta.7","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"1.0.7","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.2","taskr":"1.0.6","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"e2a8cc411a41aac2c76bb02dfa54c1ad702b30cc","_id":"next@3.0.1-beta.7","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-aqqAeBmNIV3IeXerjfR+MUoNvrhdtb9bVbFPCLLV+pdyUiEONvLvIuyCMhCZMvyaY3CDrBl9hld5NM1fvZMDAA==","shasum":"4214c0c0e8391639fe1627a1d60384f5340ae4c0","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.7.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.7.tgz_1499060407323_0.7279603823553771"},"directories":{}},"3.0.1-beta.8":{"name":"next","version":"3.0.1-beta.8","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.5.2","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.2","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.2","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"a941c434ad6e4c6a239773bdd8e7059cde60077b","_id":"next@3.0.1-beta.8","_shasum":"125f6fff81a353d7d7bf68711a04b9550288fa1b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"leo","email":"leo@zeit.co"},"dist":{"shasum":"125f6fff81a353d7d7bf68711a04b9550288fa1b","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.8.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.8.tgz_1499095110233_0.8551469165831804"},"directories":{}},"3.0.1-beta.9":{"name":"next","version":"3.0.1-beta.9","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.0.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"ace1939c4bc64eae5e773c72782e829836b18477","_id":"next@3.0.1-beta.9","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-mz9JY0QUeP4I2e4nbp68BC+sA2Rofv5CsF5svDIlpOq+l0gdkva5Dpl6XzsMBxZ6jLwUh+WmxV8O5Gus6KPv2Q==","shasum":"f80494d83ce1d08a071f5cd25109863c3bcaf640","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.9.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.9.tgz_1499324478699_0.8624815556686372"},"directories":{}},"3.0.1-beta.10":{"name":"next","version":"3.0.1-beta.10","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.1.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.2.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"6c8a891d7dde88a5a2c2a22d3fcc5f894ed9ad9c","_id":"next@3.0.1-beta.10","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-VoUstB2z9St4XA7KfTTUVBhJP6xrGysCU7oxDtqDZljZ0tj/jovp12aps221vIygBnrFzZ1sFMTMctD/oOQDrw==","shasum":"29e91ad37764f3285fead8de21b8680c1214a417","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.10.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.10.tgz_1499492848536_0.9898020823020488"},"directories":{}},"3.0.1-beta.11":{"name":"next","version":"3.0.1-beta.11","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.1.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.3.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"e94671bd95506a13cf3e45de94f3ed3e17722615","_id":"next@3.0.1-beta.11","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-KuE+7hb6/TlPJ8yrBBv4DYxW8zw9XIOCROmdZ+bOwyeE8EXUyCHPx26Eb1UUC9dfqpmwnK6QSopLPY41sLnFtA==","shasum":"7b0287232d6003468e655a1d935a16decb4c0216","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.11.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.11.tgz_1499575133445_0.0975006758235395"},"directories":{}},"3.0.1-beta.12":{"name":"next","version":"3.0.1-beta.12","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.1.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.3.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"e94671bd95506a13cf3e45de94f3ed3e17722615","_id":"next@3.0.1-beta.12","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-13AKjEpejUTiVzSoTEL81wUgvwhk+jig1gOh/YNnMXhxmkOVcNScW5IN8sv+9nIEVqUEd7HKhoI0ZK7C1+N2Jw==","shasum":"f7cf673497a619bcbd60a0ea93a4f42ec466509d","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.12.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.12.tgz_1499575254890_0.5393768276553601"},"directories":{}},"3.0.1-beta.13":{"name":"next","version":"3.0.1-beta.13","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.1.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.3.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"86c283777f3f0b0bcb5156483dcf73378883c156","_id":"next@3.0.1-beta.13","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-K2S30ihFzkIgorAIGGpjPM0KIWLxHuPjbHETPfPGWbTswR7w0QwAQypuZywLLde8nH91ka/yypZmpFpeP1pnuA==","shasum":"bd3ecfb401b98b4b3243c531c19e04344ac0c30b","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.13.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.13.tgz_1499575966563_0.9055069857276976"},"directories":{}},"2.4.7":{"name":"next","version":"2.4.7","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"00e2659d28c1e88e05c028b55baec87f27b6db1c","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.7","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-06OHMbIh2O9urvy1i4uzuxpnH7DRzUBy+vnRppTJr+KgDte2MCLzqGWx0XvH/1Vi6tNZmFS+Ox+voamHa3G3gg==","shasum":"54cc71748e2bfb08013d301fd21d6f33a4fa9d5b","tarball":"https://registry.npmjs.org/next/-/next-2.4.7.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.7.tgz_1499575992254_0.12695652968250215"},"directories":{}},"3.0.1-beta.14":{"name":"next","version":"3.0.1-beta.14","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.2.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"62a624775333f8abb4ecdd6896267f2a9b07b25e","_id":"next@3.0.1-beta.14","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"ba3646f3903537d24426a55491fd8bfea03179d8","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.14.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.14.tgz_1500116225869_0.009087071754038334"},"directories":{}},"3.0.1-beta.15":{"name":"next","version":"3.0.1-beta.15","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"ed733dc14d2c20590255e0d2a861b8ca08e3c84c","_id":"next@3.0.1-beta.15","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"403242563d550156d8d969e3002a2b90ef7e3e60","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.15.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.15.tgz_1500200498039_0.8867932059802115"},"directories":{}},"3.0.1-beta.16":{"name":"next","version":"3.0.1-beta.16","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"dba24dac9db97dfce07fbdb1725f5ed1f9a40811","_id":"next@3.0.1-beta.16","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"a972a1bf39c78cd4c1bcb7d41ebda4a128718fac","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.16.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.16.tgz_1500270301462_0.6004693123977631"},"directories":{}},"3.0.1-beta.17":{"name":"next","version":"3.0.1-beta.17","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"3a2fdbec65beed5ce94d829a67d3d56a973af956","_id":"next@3.0.1-beta.17","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"09a3b8de0d358e1b3bb5ea6fe7b90cac3d008ba2","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.17.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.17.tgz_1500363370224_0.3251482634805143"},"directories":{}},"3.0.1-beta.18":{"name":"next","version":"3.0.1-beta.18","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"f2f5b96ecb1fb41cc17161048c90c015c72773a0","_id":"next@3.0.1-beta.18","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"fa09e59c54a2c1ed23bbc89746ed74545bebcaa0","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.18.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.18.tgz_1500574858728_0.34069556603208184"},"directories":{}},"3.0.1-beta.19":{"name":"next","version":"3.0.1-beta.19","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","uglifyjs-webpack-plugin":"0.4.6","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"37531726c2e3c41d88ecb73b225bf7ac035438f0","_id":"next@3.0.1-beta.19","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"4871f5597b99831913f64eae2e0f287ec80a7a4e","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.19.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.19.tgz_1501088646210_0.24712304142303765"},"directories":{}},"2.4.8":{"name":"next","version":"2.4.8","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"93e15a23b9776df67aeec01a989a9d24d80ea0df","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.8","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"a8a192f3031493b811123b74bc09197c3b9e32eb","tarball":"https://registry.npmjs.org/next/-/next-2.4.8.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.8.tgz_1501159479236_0.7895721890963614"},"directories":{}},"3.0.1-beta.20":{"name":"next","version":"3.0.1-beta.20","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"242739eb0f518c05ff6fbf9e2235607ab137408c","_id":"next@3.0.1-beta.20","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"d531780c1824fe6935c437db45a79c0041307823","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.20.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.20.tgz_1501222591995_0.6106720098759979"},"directories":{}},"2.4.9":{"name":"next","version":"2.4.9","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"a6d635e1d308b611a2e6e228091a937561f479f4","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@2.4.9","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"a99a134f4429c09eb2d85835cca00f964ba76585","tarball":"https://registry.npmjs.org/next/-/next-2.4.9.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-2.4.9.tgz_1501247315352_0.31861327146179974"},"directories":{}},"3.0.1-beta.21":{"name":"next","version":"3.0.1-beta.21","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"6d572ee0871072a505f4fc929e555ff567453937","_id":"next@3.0.1-beta.21","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"aeeaf63c125afc639bc519a27688f2ab511aadbd","tarball":"https://registry.npmjs.org/next/-/next-3.0.1-beta.21.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1-beta.21.tgz_1502089751956_0.958852675743401"},"directories":{}},"3.0.1":{"name":"next","version":"3.0.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"files":["dist","babel.js","link.js","css.js","head.js","document.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.24.0","babel-generator":"6.24.1","babel-loader":"7.0.0","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.3.3","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","case-sensitive-paths-webpack-plugin":"2.0.0","cross-spawn":"5.1.0","del":"2.2.2","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","is-windows-bash":"1.0.3","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mitt":"1.1.1","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","react-hot-loader":"3.0.0-beta.7","send":"0.15.2","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"1.0.6","touch":"1.0.0","unfetch":"2.1.2","url":"0.11.0","uuid":"3.0.1","webpack":"2.5.1","webpack-dev-middleware":"1.10.2","webpack-hot-middleware":"2.18.0","write-file-webpack-plugin":"4.0.2","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.0","@taskr/clear":"1.0.0","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.0","babel-eslint":"7.2.3","babel-jest":"20.0.1","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.0","coveralls":"2.13.1","cross-env":"5.0.0","taskr":"1.0.5","husky":"0.13.3","jest-cli":"20.0.1","lint-staged":"^3.4.0","node-fetch":"1.6.3","node-notifier":"5.1.2","nyc":"10.3.2","react":"15.5.3","react-dom":"15.5.3","standard":"9.0.2","wd":"1.2.0"},"peerDependencies":{"react":"^15.4.2","react-dom":"^15.4.2"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"fe1b3e89f1d6253726074ee21755422b0c664197","bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js#readme","_id":"next@3.0.1","_shasum":"104cbb1fb14002df5428200b933c9e04ebeb9a06","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"104cbb1fb14002df5428200b933c9e04ebeb9a06","tarball":"https://registry.npmjs.org/next/-/next-3.0.1.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.1.tgz_1502242083769_0.8674587674904615"},"directories":{}},"3.0.2":{"name":"next","version":"3.0.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"42e21288a91b2f58d90c3cc782766611de30630f","_id":"next@3.0.2","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"804ff684e0e0abffd71ea7be150dffe64ceb912d","tarball":"https://registry.npmjs.org/next/-/next-3.0.2.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.2.tgz_1502260899389_0.24010795378126204"},"directories":{}},"3.0.3":{"name":"next","version":"3.0.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"8f2677e42a8a326994c1ee5782a0de4530eb7376","_id":"next@3.0.3","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"35128ba8359064ffe8d1d5e5543410319c6d66d3","tarball":"https://registry.npmjs.org/next/-/next-3.0.3.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.3.tgz_1502262267749_0.10224951221607625"},"directories":{}},"3.0.4":{"name":"next","version":"3.0.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"265296c7ddc472d8299402c500b174e8322ac759","_id":"next@3.0.4","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"857cd3752dbd1f25aef13bc6e30d4bc050ad8a43","tarball":"https://registry.npmjs.org/next/-/next-3.0.4.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.4.tgz_1502904072821_0.5225088242441416"},"directories":{}},"3.0.5":{"name":"next","version":"3.0.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"eafa2c676d679d0afe5ea04fc069cb5c48817bee","_id":"next@3.0.5","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"19d9f6200d176f5ff3f4fc821626adcf9af7f2bd","tarball":"https://registry.npmjs.org/next/-/next-3.0.5.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.5.tgz_1502909982069_0.7052830394823104"},"directories":{}},"3.0.6":{"name":"next","version":"3.0.6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"4.0.0","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"c6921016495ddbe1e0e32f33efb0d13dba3fe0fd","_id":"next@3.0.6","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"14d9330b1f4eab60fdb84523034a3016f16fe414","tarball":"https://registry.npmjs.org/next/-/next-3.0.6.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.0.6.tgz_1502917008967_0.5005713221617043"},"directories":{}},"3.1.0":{"name":"next","version":"3.1.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4ee0dc90d895b0feb0d879d68a2b196b8e220290","_id":"next@3.1.0","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"8dfff9b89cfb95ba29cf43107dd0b7ff3a4f5d01","tarball":"https://registry.npmjs.org/next/-/next-3.1.0.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.1.0.tgz_1504089047569_0.9671738808974624"},"directories":{}},"3.2.0":{"name":"next","version":"3.2.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","hoist-non-react-statics":"^2.2.2","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"99c4798ff11620a29f83dc113cf09baa8631622e","_id":"next@3.2.0","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"86026844c65f4fa71c0430a99627e0a71ccd2982","tarball":"https://registry.npmjs.org/next/-/next-3.2.0.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.2.0.tgz_1504102717456_0.3608181574381888"},"directories":{}},"3.2.1":{"name":"next","version":"3.2.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","hoist-non-react-statics":"^2.2.2","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"03294bb25e9d20b938bf433da8c3b2cf38bdf338","_id":"next@3.2.1","_npmVersion":"4.1.2","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"shasum":"6d694823ac6e74e9be4553117144a6402220490f","tarball":"https://registry.npmjs.org/next/-/next-3.2.1.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.2.1.tgz_1504138877430_0.25534118991345167"},"directories":{}},"3.2.2":{"name":"next","version":"3.2.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","hoist-non-react-statics":"^2.2.2","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"aa0962574445a247290e1a0c3ef5e51e3bc47f7d","_id":"next@3.2.2","_npmVersion":"5.4.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-RN1sE8JWLewoNykV8j03bWJ6k2jAMlthHPP5VvcPhROlygCRV+hCiTuwTqCQPTWjk3Ys3yuWOoEcAgucE2cf4g==","shasum":"f89473a15595a06d5ab25fae3351e440d305159a","tarball":"https://registry.npmjs.org/next/-/next-3.2.2.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.2.2.tgz_1504894611825_0.27387136733159423"},"directories":{}},"4.0.0-beta.1":{"name":"next","version":"4.0.0-beta.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"1.0.11","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"c2d98e2b797ed8ad7a01d2aeeca986a132408bc8","_id":"next@4.0.0-beta.1","_npmVersion":"5.4.2","_nodeVersion":"8.3.0","_npmUser":{"name":"leo","email":"leo@zeit.co"},"dist":{"integrity":"sha512-qn+Sf3TAp607shUmo7VJxG/ogvSrs7R09dqD73BEX8dawbztcv4Zom0cm+nDkHgXPMjGfG1JfCNB2Px/FYIbsw==","shasum":"36f153de8f19edbf19729f84f8e54a87e2cbc5f6","tarball":"https://registry.npmjs.org/next/-/next-4.0.0-beta.1.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0-beta.1.tgz_1506589098680_0.443655347218737"},"directories":{}},"4.0.0-beta.2":{"name":"next","version":"4.0.0-beta.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"1.0.11","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"f2f987f02b2204513aad4e14fc5886c1228da29a","_id":"next@4.0.0-beta.2","_npmVersion":"5.4.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-vyURWa2XnSBuBv03dbFRG2+lPSDznMzAFOjhdS1J/mp1x73jSc7qsSz8CGymBIYLwmgkKA1nmdeKRKipr8vSZw==","shasum":"29359f9acfcdf8cbbac52ad139b4231e7f0b5f9a","tarball":"https://registry.npmjs.org/next/-/next-4.0.0-beta.2.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0-beta.2.tgz_1506631143957_0.26417122106067836"},"directories":{}},"4.0.0-beta.3":{"name":"next","version":"4.0.0-beta.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"^2.0.0-beta.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"af59c9f676d73730af156ae8e955053a10b01049","_id":"next@4.0.0-beta.3","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-dhRdlkzGhsVVmD0PRLRtGJYgJ6brd/xO0QZ4AG6XlYwNQV6hHZb9svLTGaMpQVWgEXH33Rk6Fbhvg+dKlZJfkA==","shasum":"dbc12d07c0c84bb57ee8d61524a6cb600a08ef1b","tarball":"https://registry.npmjs.org/next/-/next-4.0.0-beta.3.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0-beta.3.tgz_1507141538676_0.6357562937773764"},"directories":{}},"4.0.0-beta.4":{"name":"next","version":"4.0.0-beta.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.1-beta.3","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"a761aa5b9788a6cd31a6fcb20e0bc58b391c0cd6","_id":"next@4.0.0-beta.4","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-IrvG4IvA3Q14USG5QDJ9FjCjR3GojjOj3GSyVw8NSW0kMn11omlp+xWesJkwaOPA+p20i3/viqS8ykXnIycIBQ==","shasum":"5fbe97d1514ded3acc2921921b3169cb629ffabe","tarball":"https://registry.npmjs.org/next/-/next-4.0.0-beta.4.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0-beta.4.tgz_1507318389596_0.5393397342413664"},"directories":{}},"4.0.0-beta.5":{"name":"next","version":"4.0.0-beta.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.1-beta.4","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"ed5305b537485d227b5da340f9723e757a0bf574","_id":"next@4.0.0-beta.5","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-oGLYv4KvIqy63BY6HJHStXpG9Qfv4JKHkp6jUcUuPr/A7zu0JTaoKwPDHavgNK0k465CCPPhhEOu32xvR2HlRw==","shasum":"a2b39a1446d13ea5c7df07f4b65d7a72b3fa53ee","tarball":"https://registry.npmjs.org/next/-/next-4.0.0-beta.5.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0-beta.5.tgz_1507412472503_0.06983942887745798"},"directories":{}},"4.0.0-beta.6":{"name":"next","version":"4.0.0-beta.6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.1-beta.5","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"7c908633cbdfcd158bf50c60cee16474948efdbd","_id":"next@4.0.0-beta.6","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-QmwzRkc0+TW2iKrbZPe4D2c2YULHrwSw9SsF7cbTpRYdYKdL7NHxlSFRMeE0nHDsJsJNxiIV+g+zGgRRwmu7Wg==","shasum":"e6c1fc601a1d5055d7a8863c5bd7b63a83bd0d6d","tarball":"https://registry.npmjs.org/next/-/next-4.0.0-beta.6.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0-beta.6.tgz_1507457761639_0.8813602924346924"},"directories":{}},"4.0.0":{"name":"next","version":"4.0.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"c99c05018b8d6125008acc0bd9a33eeae2ed9f14","_id":"next@4.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-rd7imRWN+HmteNJst54FMcEoMSO4snF0ML31Xm9I4kTfTnPrH+5gehIE/rthYReQOp854Dyx/gVMUMQ0YuImLA==","shasum":"36e186f08a4423a63a2369ca261582e6faadc1a7","tarball":"https://registry.npmjs.org/next/-/next-4.0.0.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.0.tgz_1507573592286_0.9292398728430271"},"directories":{}},"4.0.1":{"name":"next","version":"4.0.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"c0473789920dab7ec93f5856854d23f0c85fcf40","_id":"next@4.0.1","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-Wc71uTlWiFVvN2zSkoyDUbPyZt8aAF5NwGDLfmoenoCbjF3S8iGjbjaZg0IulhlXfTEpo5nP09mBHyQg4vQ95g==","shasum":"58af1d00a47ac989ea3297403141b47c6ad39cf7","tarball":"https://registry.npmjs.org/next/-/next-4.0.1.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.1.tgz_1507581077997_0.8846060538198799"},"directories":{}},"4.0.2":{"name":"next","version":"4.0.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.2","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4de69f8ba40e90eb5436f8094e286d0700671480","_id":"next@4.0.2","_npmVersion":"5.4.2","_nodeVersion":"8.6.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-fCoH0SFY1+HZwX4yfHBH7VJv/lBbGsw/bIszp+NidqrHNgM9rR7eDZFZqP+2zYzC4QVoQsPQmPeNwSZ1reeYgw==","shasum":"919212797895ceadc99fbf8f6bfefd2d8197b3e5","tarball":"https://registry.npmjs.org/next/-/next-4.0.2.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.2.tgz_1507672053674_0.8356196780223399"},"directories":{}},"4.0.3":{"name":"next","version":"4.0.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"^3.0.0","recursive-copy":"2.0.6","send":"0.15.6","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.2","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"10566b7da8cf4e89bd0bb4ae4a2d5c37dfe63b0b","_id":"next@4.0.3","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-JuRYTz+Ox2L8gvljr2ZIpagtkycTkHSPorgaIs7EC4pr9G+qeaWXqdka5gReU8SlY/2kHWeSoCeNfSEo5gO4Bg==","shasum":"ccf66fa79848e49f07125a12fca9f4bf2fcaf904","tarball":"https://registry.npmjs.org/next/-/next-4.0.3.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.3.tgz_1507681389695_0.03279838361777365"},"directories":{}},"4.0.4":{"name":"next","version":"4.0.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"^3.0.0","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.0.2","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"db151d250add363e07b3a31714a54fcd033d59a2","_id":"next@4.0.4","_npmVersion":"5.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-mkb51Cs4hhM2Z9kNdw2YMw/sYk1z/y+kFCB0SbGZGzImoHKtQ3GUGF5PCVRUp+Z/1V5T3zj2tBlOPj7Q6bAYIg==","shasum":"b62b2a8f54376c3b520597390fa47330a23c7218","tarball":"https://registry.npmjs.org/next/-/next-4.0.4.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.4.tgz_1508036309715_0.818531776079908"},"directories":{}},"4.0.5":{"name":"next","version":"4.0.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"^3.0.0","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"443b1d1260bda7a91fb797ca04b94c55ddb91a98","_id":"next@4.0.5","_npmVersion":"5.5.1","_nodeVersion":"8.6.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"integrity":"sha512-C7G6jKLrl+cjio+CFs6fATd+J5WzrgnxC6E6SCPfYfZ0NgpRvWN6E9YTv2uF+YIyeYrujhdF4XkPSz7bqeKxUg==","shasum":"25946055db0e8da18b26bfc05fbc8c3efe8a6efa","tarball":"https://registry.npmjs.org/next/-/next-4.0.5.tgz"},"maintainers":[{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.0.5.tgz_1508104180354_0.14533591642975807"},"directories":{}},"4.1.0":{"name":"next","version":"4.1.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"^3.0.0","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"ec3486a702200d09f672fc8d54f9d36c374dfc49","_id":"next@4.1.0","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-oekETIA2w4hZaxNPi0/qiScNEMNDWuLFDE4lX0hRloR2WTVOPf0I2uAYGlkQsBb3WOrKCA1mOdwouOJup4KNiA==","shasum":"63828efdbb8a0f44a09ccf5880cf60b27b91ea2e","tarball":"https://registry.npmjs.org/next/-/next-4.1.0.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.0.tgz_1508130709751_0.6194698081817478"},"directories":{}},"4.1.1":{"name":"next","version":"4.1.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"586b871a43a371dc757ca0821c047151e77a94db","_id":"next@4.1.1","_npmVersion":"5.5.1","_nodeVersion":"8.2.1","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-VQ6moSBvmIb8Bn9C96NDJJGBC/4nyzkgiZltkRie5yVzuIFE3bkMq9cdlUZ9SJzMxpQ4AXhnY8kzBbneuq2cCQ==","shasum":"993ecf20a0a6b78a307a89421d69a52cc6bc5b09","tarball":"https://registry.npmjs.org/next/-/next-4.1.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.1.tgz_1508444668396_0.7168615248519927"},"directories":{}},"4.1.2":{"name":"next","version":"4.1.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"a2a83236f055cb0383725850c393d3c3aeeb7f73","_id":"next@4.1.2","_npmVersion":"5.5.1","_nodeVersion":"8.2.1","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-ZzxoOo6MWblAn+wtTOsYiLIWPDBrLsIP6x1Cpto0ARbhzkJc0CtPnWH1zEeLaxjeQtFhFF5DfIUX2OkbFySS6w==","shasum":"a8aa90336f4410cfc31138f4c70e8dc3f87e8b9d","tarball":"https://registry.npmjs.org/next/-/next-4.1.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.2.tgz_1508479754518_0.18821541825309396"},"directories":{}},"4.1.3":{"name":"next","version":"4.1.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"9805231cf95bd9a0bac447c167aee916c5b07ede","_id":"next@4.1.3","_npmVersion":"5.5.1","_nodeVersion":"8.2.1","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-K0IygeI6AwSnx71P1HtkCXSlge0pK+SzeXhhOub8t+P/wqGAjqFBjXcTXpc8iJfqOf2O1eytoCuuTVhOvQf1zQ==","shasum":"ff4d9c1d1bbe3ac50fc927515e3eb858ac7d6b69","tarball":"https://registry.npmjs.org/next/-/next-4.1.3.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.3.tgz_1508664152113_0.024768798844888806"},"directories":{}},"4.1.4-canary.1":{"name":"next","version":"4.1.4-canary.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"fe2924c5f41facbf520306a995b23e9e69c955ae","_id":"next@4.1.4-canary.1","_npmVersion":"5.5.1","_nodeVersion":"8.2.1","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-4vq1Gc7EQdf6Nl7uBWDjutNqnO7FzDXpYz8R/lGIXb+Yf7UEkJy66HzSsIxgsZcT9FQu0gklvToahC57g/fTNg==","shasum":"6b79b890fd4bc09ccb0a24544594e3e9ec44e6f1","tarball":"https://registry.npmjs.org/next/-/next-4.1.4-canary.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.4-canary.1.tgz_1508789141626_0.607128388248384"},"directories":{}},"4.1.4-canary.2":{"name":"next","version":"4.1.4-canary.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"2ec397b3564d5dbca933e8def9cd0801ebd3a2b5","_id":"next@4.1.4-canary.2","_shasum":"184ef0094de1857c50b630b55e40d0195c0f0f18","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.4","_npmUser":{"name":"leo","email":"leo@zeit.co"},"dist":{"shasum":"184ef0094de1857c50b630b55e40d0195c0f0f18","tarball":"https://registry.npmjs.org/next/-/next-4.1.4-canary.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.4-canary.2.tgz_1508790215949_0.8434405149891973"},"directories":{}},"4.1.4":{"name":"next","version":"4.1.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"c927c4f1ce0798e6728e5ec75f3895a67f002187","_id":"next@4.1.4","_npmVersion":"5.5.1","_nodeVersion":"8.2.1","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-8NP3bkRSguRmvr9NPHBvw9FxAbSSG4miYajcmvwY1Lr5/9ESs8IM6gHLkztP2vvMn5d++ag+TN9n+JlSNEazkQ==","shasum":"75ab0dd17e843bae0bdcdc9da8f1b3edb5ef5437","tarball":"https://registry.npmjs.org/next/-/next-4.1.4.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.1.4.tgz_1509232274541_0.7831868496723473"},"directories":{}},"4.2.0-canary.1":{"name":"next","version":"4.2.0-canary.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.2","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","uglifyjs-webpack-plugin":"^1.0.0-beta.3","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"03aae1f9fc843927cc4ba2dbe13537304506a36a","_id":"next@4.2.0-canary.1","_shasum":"b1eaf4774fdc5e32183a5c1a9629f4b202250494","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.12.0","_npmUser":{"name":"leo","email":"leo@zeit.co"},"dist":{"shasum":"b1eaf4774fdc5e32183a5c1a9629f4b202250494","tarball":"https://registry.npmjs.org/next/-/next-4.2.0-canary.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.2.0-canary.1.tgz_1510749803584_0.23322778544388711"},"directories":{}},"5.0.0-zones.1":{"name":"next","version":"5.0.0-zones.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","asset.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","micro":"9.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","url-pattern":"1.0.3","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"75e875c199a7e855107217b5c336b362c4ba732a","_id":"next@5.0.0-zones.1","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-7tVhmXfNxByh5iQosMZobu8/9x2nv7wJR34l4sGqZ6mle9bMQnSV8ekDve2E7k5xCzqkk2DfcWRfNXRRzOvLWA==","shasum":"03647e2b9b33dcb3d6767852333c65d563839f89","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-zones.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-zones.1.tgz_1511765410301_0.385556279681623"},"directories":{}},"4.2.0-zones.2":{"name":"next","version":"4.2.0-zones.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","asset.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","micro":"9.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","url-pattern":"1.0.3","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"75e875c199a7e855107217b5c336b362c4ba732a","_id":"next@4.2.0-zones.2","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-4x9UFxV7Ki+pK29feZMtXM1Qp+cWy2j0amzEPcDUUGlSXXDJ7SWgbkUVlbLRz0d83+W7VZJMCRQaWqHfI5GJSA==","shasum":"a3b60c2331d4624f40227a9830db617471e3ef01","tarball":"https://registry.npmjs.org/next/-/next-4.2.0-zones.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.2.0-zones.2.tgz_1511765715418_0.17535354965366423"},"directories":{}},"4.2.0":{"name":"next","version":"4.2.0","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"4.0.0","styled-jsx":"2.1.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"03507501cdc3ecf5b455a748cff4da9a8c1bdb72","_id":"next@4.2.0","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-bxEvBZEM50zElbXy6DiWNpUeJlpMAL+IJZjF5wM6MUXfoBOsBr+RLkl0TfmkCiadKcncq42SQ0punzt+oraI/w==","shasum":"6be59b0d2cf8f0d09dedc15213be9aef883e2579","tarball":"https://registry.npmjs.org/next/-/next-4.2.0.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.2.0.tgz_1512430328332_0.6884336709044874"},"directories":{}},"4.2.1":{"name":"next","version":"4.2.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"67643e255a8c097d6519292d44bbacc926e29dde","_id":"next@4.2.1","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-9/1SWXKkizO75cqW7xDS1Vx1lSjS56e0Ou43Hummk1wMKsgRxO9ALgUmmpO6JZwQY5mVcBacUy7TC9quf+Pd/g==","shasum":"37b5637050235b92a487ca484e20088ace7e37fe","tarball":"https://registry.npmjs.org/next/-/next-4.2.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.2.1.tgz_1512774875870_0.1170304452534765"},"directories":{}},"4.3.0-canary.1":{"name":"next","version":"4.3.0-canary.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","uglifyjs-webpack-plugin":"^1.1.1","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"2cbc53f6a1d8870335ee6011d16717617d18f55a","_id":"next@4.3.0-canary.1","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-2l4fpL2BgmkLAzuibpnoUn02Gj75WTHjGzdRLIBw6XfHHPDEh5OB7UNS4tlPv0ah7Ak1nK3U4dYYENz6joXeYg==","shasum":"3d7314a290eb613d110f3fca3a2b5ef2e171a89d","tarball":"https://registry.npmjs.org/next/-/next-4.3.0-canary.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.3.0-canary.1.tgz_1512775494379_0.29581012949347496"},"directories":{}},"4.3.0-universal-alpha.1":{"name":"next","version":"4.3.0-universal-alpha.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"bb5cf9a9b09fb35f6cbe078fdb83bb667240f38e","_id":"next@4.3.0-universal-alpha.1","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-JfY8ymHjFXqAWNbcw05quMEAc8EIfZSu9VQnxh19TodoEyOdCktkG+xGfPmLy1gxsKpJ8O5x1+nspEN8iXtLXg==","shasum":"858961462ff39d791450b640b16bf8e20ddb8e74","tarball":"https://registry.npmjs.org/next/-/next-4.3.0-universal-alpha.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.3.0-universal-alpha.1.tgz_1515194361457_0.24003899609670043"},"directories":{}},"4.3.0-universal-alpha.2":{"name":"next","version":"4.3.0-universal-alpha.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","less":"2.7.3","less-loader":"4.0.5","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"122fc928e688bc415018ec0f57552e8026f0e4f4","_id":"next@4.3.0-universal-alpha.2","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-YwBx+I4+M3Gx0FbJpNjaT/KNc6teFLWhZw/yhLimvfuZQ3PPS0OXw0i+O31X8GaA/II9W62URU6W0IYaUeWZ1A==","shasum":"1efc89797d493d14ae407efeef6ec7e40102507a","tarball":"https://registry.npmjs.org/next/-/next-4.3.0-universal-alpha.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.3.0-universal-alpha.2.tgz_1515514816641_0.7291992986574769"},"directories":{}},"4.3.0-universal-alpha.3":{"name":"next","version":"4.3.0-universal-alpha.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","less":"2.7.3","less-loader":"4.0.5","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"fa4b18f3b5bd205a84b4d263721de7c543a180bc","_id":"next@4.3.0-universal-alpha.3","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-ca0SU5LEKxU8p4s1lr+itKl0NgcseNhwp/S2Za9Ipd1BQcjO3IP5EL6o03FH3xnCc++bcWKwiRUR4dYcQhB0qw==","shasum":"625aa45485149ba71f7de80f36b20d7dda9b61dd","tarball":"https://registry.npmjs.org/next/-/next-4.3.0-universal-alpha.3.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.3.0-universal-alpha.3.tgz_1515526625296_0.17457200167700648"},"directories":{}},"4.2.2":{"name":"next","version":"4.2.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"b5739d53614de76b937435ae1ef7867d40c9dac3","_id":"next@4.2.2","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-z27AqUEoAfow/zWiG1M9SvaXbYQWJUDEEABuyWwlw7ldg4WqQyzuvezQapSViX0CCz2NZudyzKb4zd2mct3ndg==","shasum":"2f0d05c3ed534b9cabea856b42b09e9f938e679a","tarball":"https://registry.npmjs.org/next/-/next-4.2.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.2.2.tgz_1515526967458_0.12870944780297577"},"directories":{}},"4.3.0-universal-alpha.4":{"name":"next","version":"4.3.0-universal-alpha.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","less":"2.7.3","less-loader":"4.0.5","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"fa4b18f3b5bd205a84b4d263721de7c543a180bc","_id":"next@4.3.0-universal-alpha.4","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-xWWky45tGeBZuw9UXDXLst1jyNv6P0gJlWOhJjQ5jNB3Uapfiuy0cXHrXgXxCj8sHcc8lgqQuezvIEHjLkyPIw==","shasum":"5f9bc0cd188c41eaa53776d6c0445f59abad580b","tarball":"https://registry.npmjs.org/next/-/next-4.3.0-universal-alpha.4.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.3.0-universal-alpha.4.tgz_1515527068107_0.12214253842830658"},"directories":{}},"4.3.0-zones.1":{"name":"next","version":"4.3.0-zones.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","asset.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","micro":"9.0.2","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","url-pattern":"1.0.3","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7","uglifyjs-webpack-plugin":"^1.1.1"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"7fbeca755f6cf93b9aa6656a3d8c03e546492185","_id":"next@4.3.0-zones.1","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-eBwkGU7tV7nU8WfZDhq25zDuJhxG3MC36EHfMPxmXgIyOw+THye+2UPYTCahzhlkobOCVMv3RfRFSBtOmQH04Q==","shasum":"853be1d8b750f52b08c4327cc23de388270a326f","tarball":"https://registry.npmjs.org/next/-/next-4.3.0-zones.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.3.0-zones.1.tgz_1515679389361_0.07444918714463711"},"directories":{}},"5.0.0-universal-alpha.1":{"name":"next","version":"5.0.0-universal-alpha.1","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","less":"2.7.3","less-loader":"4.0.5","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.3","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"bf7829260b4d8932f672b04e57e9162bd5073eb1","_id":"next@5.0.0-universal-alpha.1","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-Fje2ElH1LFwtiUylLVmg5igKQMJ76FyMljSMQGWji/7/ZvYvICGTifoi87Ze+80VGEm0vriJNzX1Iv5KjWM61Q==","shasum":"4cbd4d9c771b82b0d6cb6a9645cec580d63268ba","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.1.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.1.tgz_1515683589229_0.6985879638232291"},"directories":{}},"5.0.0-universal-alpha.2":{"name":"next","version":"5.0.0-universal-alpha.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","less":"2.7.3","less-loader":"4.0.5","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.3","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"5e5b9e886ee469a44a582f3300176dde4a98de62","_id":"next@5.0.0-universal-alpha.2","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-vs28sho0rhXhmpIzq2Wdfts4lDuTAhFkmRR6dfYCwuSyz74R94RvN8XUsbRbwaB8In2ooBqwIYyIPT7Hm63qkQ==","shasum":"65e0dd446008bc36e65f8da5a6ded9ebbd44fdd0","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.2.tgz_1515685058689_0.3222029134631157"},"directories":{}},"4.2.3":{"name":"next","version":"4.2.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"44de0f15c96c425c193ffdccacb14f28051051d5","_id":"next@4.2.3","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-zgvETjADdY8QJ4PhuiwgyOvdpceKOXihTShgQ6q7gqE3DGMm8HmGC+U6MMKZs6ZwgUnon8KqC0hhTR17R+HABw==","shasum":"6f85f9bd6df2c420b4f6425f9f158e82515b7bc8","tarball":"https://registry.npmjs.org/next/-/next-4.2.3.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.2.3.tgz_1515820359134_0.05443524569272995"},"directories":{}},"5.0.0-universal-alpha.3":{"name":"next","version":"5.0.0-universal-alpha.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","less":"2.7.3","less-loader":"4.0.5","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","node-sass":"4.7.2","path-match":"1.2.4","pkg-up":"2.0.0","postcss-loader":"2.0.10","preact":"8.2.7","preact-compat":"3.17.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.13","recursive-copy":"2.0.6","sass-loader":"6.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"820d3c3e9db52daad0dba72a5e1bf21459395956","_id":"next@5.0.0-universal-alpha.3","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-WflRYlMh5UsmROGgLaBtk+HHfqj9sIbxqPN92bksYQRu1JDO26pMIfyYQ5Uak/U2tZVWlUzg08AxEljA7kq/lA==","shasum":"2c55b0c968b8d195ca20d7aceb068e7a45446ee8","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.3.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.3.tgz_1515822625454_0.9049285030923784"},"directories":{}},"5.0.0-universal-alpha.4":{"name":"next","version":"5.0.0-universal-alpha.4","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.13","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"190b930d73e7bd96c198de6cf52f15a34b437c3b","_id":"next@5.0.0-universal-alpha.4","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-7DwqCYoJb7Rw0VZbRSiPDu+s+f1O+HVoaklmCB/miA9SGGH8MfH9uOuClgvDdVw8pgl8/MiP8yvGnEtmzUosMA==","shasum":"bbd64da0d1807b3b44b333d38d96a4f62d0395ce","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.4.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.4.tgz_1515822905814_0.5328014367260039"},"directories":{}},"4.4.0-canary.2":{"name":"next","version":"4.4.0-canary.2","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"uglifyjs-webpack-plugin":"^1.1.1","@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"95fe683c5880bba29488e6474e97f499d448174b","_id":"next@4.4.0-canary.2","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-9V7oHes32n8ct2aharNts6IWJnGHDAHOMHiRwXeiSdgUUAZFMKNklJeVrUUq9wUle3nkueE9OPoAA2UuRzPMwQ==","shasum":"1accba6768643885a89abc13efb7e3ca52ce6a81","tarball":"https://registry.npmjs.org/next/-/next-4.4.0-canary.2.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.4.0-canary.2.tgz_1515823430079_0.7255425734911114"},"directories":{}},"4.4.0-canary.3":{"name":"next","version":"4.4.0-canary.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.2.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"3.1.1","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.4.18","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.6.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.19.1","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"uglifyjs-webpack-plugin":"^1.1.1","@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.0.0","react-dom":"16.0.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"e451218900b16e721db10413734ca7a964c53677","_id":"next@4.4.0-canary.3","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-/rq099DQloXRbEjPHXrvoEe6wZC36BRY5c+Y2dxm9qwvjmesCJncsXgqLu50LjOqGvTOrHRbdBNBSxWzMAnITA==","shasum":"0412b40076fb2b83934fc25862ef7ccf6964da57","tarball":"https://registry.npmjs.org/next/-/next-4.4.0-canary.3.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-4.4.0-canary.3.tgz_1515828998131_0.09709474723786116"},"directories":{}},"5.0.0-universal-alpha.5":{"name":"next","version":"5.0.0-universal-alpha.5","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","css-hot-loader":"1.3.4","css-loader":"0.28.7","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","stats-webpack-plugin":"0.6.1","strip-ansi":"3.0.1","style-loader":"0.19.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"52605da0b17a8b616ea16e20699c9b5d9c277cb6","_id":"next@5.0.0-universal-alpha.5","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-WS+j47R9P5Ng0RNpN1qU/z4Gu6Fp3yhtBqRi2PeMYlqSQEEF7LIu2HRlTOepoy+3LPrFstK1Ev9LXPshOKxS0Q==","shasum":"27466e31fdbdc716db94c2180c947a8ea1292518","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.5.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.5.tgz_1516034345725_0.6301501272246242"},"directories":{}},"5.0.0-universal-alpha.6":{"name":"next","version":"5.0.0-universal-alpha.6","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"763a1d257d8cd47323cc41998ade1ac71a7eb35d","_id":"next@5.0.0-universal-alpha.6","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-SXbkva1P4/FtdEyf0m5wH8JxXIBCCQxV/MGj4BaAmMrHjeGZ8DE9ohFIV5oG3EXGONuh8IK7ytS9H+ayE7Z08A==","shasum":"6f921da9c3f25c1fc0ad84c07ba51d80551091be","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.6.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.6.tgz_1516354213539_0.6346343513578176"},"directories":{}},"5.0.0-universal-alpha.7":{"name":"next","version":"5.0.0-universal-alpha.7","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4617987a5d8a75142913431024571dbc1aa1716e","_id":"next@5.0.0-universal-alpha.7","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-syQIG/agdLx4GjTnExyIb7zraAZhOuGJJrYflXTSqixNOedwNxjSXNsyfNl7G0RcuYSXq0oijc2QPvua7Dro7g==","shasum":"51b1545a9823e700866a8c5eb37ae8161d5ec496","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.7.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.7.tgz_1516357343350_0.3771801518741995"},"directories":{}},"5.0.0-universal-alpha.8":{"name":"next","version":"5.0.0-universal-alpha.8","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4617987a5d8a75142913431024571dbc1aa1716e","_id":"next@5.0.0-universal-alpha.8","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-Xyj35Y0HxReLF/V120iv5ptZmrnVhDWfT7enVMwBojMy9qlvpzJWXNViZYG325dZxyrlW5C86zOUVkn+RYXQig==","shasum":"c8f44fa510827b55c28ea03b4a5e067b7539bfc7","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.8.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.8.tgz_1516357533946_0.030652520479634404"},"directories":{}},"5.0.0-universal-alpha.9":{"name":"next","version":"5.0.0-universal-alpha.9","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"4617987a5d8a75142913431024571dbc1aa1716e","_id":"next@5.0.0-universal-alpha.9","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-WTnvp1hZ51RUHIonXQaq8GNqjDMCBakctz21IrjRUAumITslYPs0xT4ztlIcccx+gW1xgOFzCUX+z90BwBj2Eg==","shasum":"b7883297d12e3ed540af4c15a3081ac937380530","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.9.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.9.tgz_1516357826907_0.5549779778812081"},"directories":{}},"5.0.0-universal-alpha.10":{"name":"next","version":"5.0.0-universal-alpha.10","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"6833e8bf7c2fe7fc077acaf14bb343a8544b3f5e","_id":"next@5.0.0-universal-alpha.10","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-utlw/xitRbU7P2XiZ72H8dd4KSThR3CqUi/7CkbPM28j6p6/dKGVWW6YeyDC2k9VS2n2Hw49CRds3Ka/KsYzoA==","shasum":"aa7e12e06326532ece337a3d10315c60ce252c42","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.10.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.10.tgz_1516360066776_0.8174348124302924"},"directories":{}},"5.0.0-universal-alpha.11":{"name":"next","version":"5.0.0-universal-alpha.11","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","client.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","testall":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","pretest":"npm run lint","test":"cross-env npm run testall || npm run testall","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.26.0","babel-generator":"6.26.0","babel-loader":"7.1.2","babel-plugin-module-resolver":"2.7.1","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.26.0","babel-plugin-transform-object-rest-spread":"6.26.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.8","babel-plugin-transform-runtime":"6.23.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.26.0","babel-template":"6.26.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.1","extract-text-webpack-plugin":"3.0.2","find-up":"2.1.0","fresh":"0.5.2","friendly-errors-webpack-plugin":"1.6.1","glob":"7.1.2","glob-promise":"3.3.0","hoist-non-react-statics":"2.3.1","htmlescape":"1.1.1","http-status":"1.0.1","ignore-loader":"0.1.2","json-loader":"0.5.7","loader-utils":"1.1.0","md5-file":"3.2.3","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.7.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.6.0","prop-types-exact":"1.1.1","react-hot-loader":"4.0.0-beta.14","recursive-copy":"2.0.6","send":"0.16.1","source-map-support":"0.5.0","strip-ansi":"3.0.1","styled-jsx":"2.2.1","touch":"3.1.0","uglifyjs-webpack-plugin":"^1.1.1","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"2.3.9","webpack":"3.10.0","webpack-dev-middleware":"1.12.0","webpack-hot-middleware":"2.21.0","webpack-node-externals":"1.6.0","write-file-webpack-plugin":"4.2.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.1.0","@taskr/clear":"1.1.0","@taskr/esnext":"1.1.0","@taskr/watch":"1.1.0","babel-eslint":"8.0.1","babel-jest":"21.2.0","babel-plugin-istanbul":"4.1.5","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.32.3","coveralls":"2.13.1","cross-env":"5.0.5","express":"4.15.5","fkill":"5.1.0","husky":"0.14.3","jest-cli":"21.2.0","lint-staged":"4.2.3","node-fetch":"1.7.3","node-notifier":"5.1.2","nyc":"11.2.1","portfinder":"1.0.13","react":"16.2.0","react-dom":"16.2.0","standard":"9.0.2","taskr":"1.1.0","wd":"1.4.1"},"peerDependencies":{"react":"^16.0.0","react-dom":"^16.0.0"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"0aa6aacc1882121fcd489014759290fe8be1b1fa","_id":"next@5.0.0-universal-alpha.11","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"timneutkens","email":"tim@timneutkens.nl"},"dist":{"integrity":"sha512-PsWC9kaIsQSv4LVGL4qvCqiNnWLA+BkureLVjKj79SuvWSbXKmzqmz8dxqefdMgD/Kb15PP92eu3YBbPj9mX6Q==","shasum":"e8bf3f63f5227f7bfbbfedb42a8a575ff30364c7","tarball":"https://registry.npmjs.org/next/-/next-5.0.0-universal-alpha.11.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-5.0.0-universal-alpha.11.tgz_1516456318199_0.9928480798844248"},"directories":{}},"3.2.3":{"name":"next","version":"3.2.3","description":"Minimalistic framework for server-rendered React applications","main":"./dist/server/next.js","license":"MIT","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"homepage":"https://github.com/zeit/next.js","files":["dist","babel.js","link.js","css.js","head.js","document.js","dynamic.js","prefetch.js","router.js","error.js"],"bin":{"next":"./dist/bin/next"},"scripts":{"build":"taskr","release":"taskr release","pretestonly":"taskr pretest","testonly":"cross-env NODE_PATH=test/lib jest \\.test.js","posttestonly":"taskr posttest","pretest":"npm run lint","test":"npm run testonly -- --coverage --forceExit --runInBand --verbose --bail","coveralls":"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls","lint":"standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'","prepublish":"npm run release","precommit":"lint-staged"},"standard":{"parser":"babel-eslint","ignore":["**/node_modules/**","**/examples/**/lib/**"]},"lint-staged":{"*.js":"standard","bin/*":"standard"},"dependencies":{"ansi-html":"0.0.7","babel-core":"6.25.0","babel-generator":"6.25.0","babel-loader":"7.1.1","babel-plugin-module-resolver":"2.6.2","babel-plugin-react-require":"3.0.0","babel-plugin-syntax-dynamic-import":"6.18.0","babel-plugin-transform-class-properties":"6.24.1","babel-plugin-transform-es2015-modules-commonjs":"6.24.1","babel-plugin-transform-object-rest-spread":"6.22.0","babel-plugin-transform-react-jsx-source":"6.22.0","babel-plugin-transform-react-remove-prop-types":"0.4.5","babel-plugin-transform-runtime":"6.22.0","babel-preset-env":"1.6.0","babel-preset-react":"6.24.1","babel-runtime":"6.23.0","babel-template":"6.25.0","case-sensitive-paths-webpack-plugin":"2.1.1","cross-spawn":"5.1.0","del":"3.0.0","etag":"1.8.0","fresh":"0.5.0","friendly-errors-webpack-plugin":"1.5.0","glob":"7.1.1","glob-promise":"3.1.0","hoist-non-react-statics":"^2.2.2","htmlescape":"1.1.1","http-status":"1.0.1","json-loader":"0.5.4","loader-utils":"1.1.0","md5-file":"3.1.1","minimist":"1.2.0","mkdirp-then":"1.2.0","mv":"2.1.1","mz":"2.6.0","path-match":"1.2.4","pkg-up":"2.0.0","prop-types":"15.5.10","prop-types-exact":"^1.1.1","react-hot-loader":"3.0.0-beta.7","recursive-copy":"^2.0.6","send":"^0.15.3","source-map-support":"0.4.15","strip-ansi":"3.0.1","styled-jsx":"^1.0.8","touch":"3.1.0","unfetch":"3.0.0","url":"0.11.0","uuid":"3.1.0","walk":"^2.3.9","webpack":"3.3.0","webpack-dev-middleware":"1.11.0","webpack-hot-middleware":"2.18.2","write-file-webpack-plugin":"4.1.0","xss-filters":"1.2.7"},"devDependencies":{"@taskr/babel":"1.0.6","@taskr/clear":"1.0.6","@taskr/esnext":"1.0.0","@taskr/watch":"1.0.6","babel-eslint":"7.2.3","babel-jest":"20.0.3","babel-plugin-istanbul":"4.1.3","babel-plugin-transform-remove-strict-mode":"0.0.2","babel-preset-es2015":"6.24.1","benchmark":"2.1.4","cheerio":"0.22.0","chromedriver":"2.29.2","coveralls":"2.13.1","cross-env":"5.0.1","express":"4.15.2","fkill":"^5.0.0","husky":"0.14.3","jest-cli":"20.0.4","lint-staged":"^4.0.0","node-fetch":"1.7.1","node-notifier":"5.1.2","nyc":"11.0.3","portfinder":"^1.0.13","react":"15.5.4","react-dom":"15.5.4","standard":"9.0.2","taskr":"1.0.6","wd":"1.4.0"},"peerDependencies":{"react":"^15.5.4","react-dom":"^15.5.4"},"jest":{"testEnvironment":"node","roots":["test/"]},"gitHead":"5fea0f5e709461b450386f1d306367653829db36","_id":"next@3.2.3","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"arunoda","email":"arunoda.susiripala@gmail.com"},"dist":{"integrity":"sha512-oJ8qi+t+rsEY3vll7jc5zDEoRyUzGsKoSi1Tx7vYYHYIjdmcG3fgjLBuHp5YkP6nzhldzs+tJhK36fJzM1Uh6w==","shasum":"4199bf3ceb2ab9b30dcff8b9f362c260257e89e3","tarball":"https://registry.npmjs.org/next/-/next-3.2.3.tgz"},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/next-3.2.3.tgz_1516826246471_0.34369114926084876"},"directories":{}}},"maintainers":[{"email":"tim@timneutkens.nl","name":"timneutkens"},{"email":"arunoda.susiripala@gmail.com","name":"arunoda"},{"email":"leo@zeit.co","name":"leo"},{"email":"naoyuki.kanezawa@gmail.com","name":"nkzawa"},{"email":"rauchg@gmail.com","name":"rauchg"}],"time":{"modified":"2018-01-24T22:47:11.887Z","created":"2011-07-11T11:00:45.416Z","0.1.0":"2011-07-11T11:00:46.466Z","0.1.1":"2011-07-11T12:10:45.672Z","0.2.0":"2011-08-08T08:59:45.122Z","0.2.1":"2011-08-08T15:01:28.562Z","0.2.2":"2011-08-11T15:24:01.620Z","0.2.3":"2011-08-12T11:25:14.932Z","0.2.4":"2011-12-22T14:04:50.418Z","0.2.5":"2012-01-17T15:12:50.568Z","0.2.6":"2012-01-21T19:56:28.151Z","0.2.7":"2012-01-22T16:33:43.173Z","0.2.8":"2012-01-22T19:08:35.426Z","0.2.9":"2012-01-26T15:05:12.204Z","0.2.10":"2012-01-26T20:31:31.609Z","0.2.11":"2012-01-26T21:05:41.204Z","0.2.12":"2012-02-10T14:25:20.934Z","0.2.13":"2012-04-12T18:09:44.140Z","0.2.14":"2012-06-13T14:03:07.874Z","0.3.0":"2012-10-04T19:32:44.067Z","0.3.1":"2012-10-11T09:03:49.629Z","0.3.2":"2013-08-08T21:13:33.726Z","0.3.3":"2013-08-21T11:13:48.210Z","0.4.0":"2014-04-27T15:44:36.031Z","0.4.1":"2016-02-23T15:59:11.057Z","0.9.9":"2016-10-25T10:45:28.977Z","0.9.10":"2016-10-25T13:55:16.434Z","0.9.11":"2016-10-25T14:44:03.574Z","1.0.0":"2016-10-25T15:11:17.819Z","1.0.1":"2016-10-28T14:47:40.043Z","1.0.2":"2016-10-29T17:18:12.846Z","1.1.0":"2016-11-05T01:25:12.146Z","1.1.1":"2016-11-06T08:53:24.488Z","1.1.2":"2016-11-18T14:26:55.374Z","1.2.0":"2016-12-02T05:53:04.881Z","1.2.1":"2016-12-02T07:00:24.060Z","1.2.2":"2016-12-02T08:10:02.467Z","1.2.3":"2016-12-02T14:07:52.304Z","2.0.0-beta.0":"2016-12-21T05:17:33.845Z","2.0.0-beta.1":"2016-12-22T07:13:00.083Z","2.0.0-beta.2":"2016-12-24T02:06:15.474Z","2.0.0-beta.3":"2016-12-26T22:20:58.598Z","2.0.0-beta.4":"2016-12-27T23:58:03.945Z","2.0.0-beta.5":"2016-12-28T05:41:17.810Z","2.0.0-beta.6":"2016-12-31T02:40:21.422Z","2.0.0-beta.7":"2016-12-31T13:20:46.651Z","2.0.0-beta.8":"2016-12-31T19:49:25.235Z","2.0.0-beta.9":"2016-12-31T20:42:54.564Z","2.0.0-beta.10":"2017-01-01T04:30:41.385Z","2.0.0-beta.11":"2017-01-01T05:59:07.639Z","2.0.0-beta.12":"2017-01-01T19:42:27.629Z","2.0.0-beta.13":"2017-01-03T19:15:35.007Z","2.0.0-beta.14":"2017-01-05T21:11:29.161Z","2.0.0-beta.15":"2017-01-06T01:21:34.022Z","2.0.0-beta.16":"2017-01-06T15:25:54.304Z","2.0.0-beta.17":"2017-01-13T11:22:29.747Z","2.0.0-beta.18":"2017-01-21T02:47:27.068Z","2.0.0-beta.19":"2017-01-26T09:33:13.740Z","2.0.0-beta.20":"2017-01-27T18:58:57.636Z","2.0.0-beta.21":"2017-02-02T19:17:24.703Z","2.0.0-beta.22":"2017-02-03T00:02:15.801Z","2.0.0-beta.23":"2017-02-03T23:40:26.181Z","2.0.0-beta.24":"2017-02-06T14:07:08.174Z","2.0.0-beta.25":"2017-02-13T17:34:28.457Z","2.0.0-beta.26":"2017-02-14T15:33:57.139Z","2.0.0-beta.27":"2017-02-15T19:06:23.878Z","2.0.0-beta.28":"2017-02-16T21:02:49.135Z","2.0.0-beta.29":"2017-02-16T22:37:40.969Z","2.0.0-beta.30":"2017-02-17T05:02:47.810Z","2.0.0-beta.31":"2017-02-17T05:03:36.782Z","2.0.0-beta.32":"2017-02-20T23:54:11.243Z","2.0.0-beta.33":"2017-02-26T19:48:22.282Z","2.0.0-beta.34":"2017-02-27T23:26:03.024Z","2.0.0-beta.35":"2017-02-28T05:51:12.385Z","2.0.0-beta.36":"2017-02-28T23:03:02.049Z","2.0.0-beta.37":"2017-03-13T17:49:45.438Z","2.0.0-beta.38":"2017-03-14T18:59:20.006Z","2.0.0-beta.39":"2017-03-16T20:15:25.445Z","2.0.0-beta.40":"2017-03-25T20:14:56.428Z","2.0.0-beta.41":"2017-03-26T18:25:42.953Z","2.0.0-beta.42":"2017-03-27T06:21:07.544Z","2.0.0":"2017-03-27T10:02:17.219Z","2.0.1":"2017-03-30T18:31:23.122Z","2.1.0":"2017-04-06T17:48:00.930Z","2.1.1":"2017-04-07T19:22:16.076Z","2.2.0":"2017-04-23T20:22:34.909Z","2.3.0-alpha1":"2017-04-28T00:54:15.500Z","2.3.0":"2017-05-04T14:35:41.117Z","2.3.1":"2017-05-04T20:18:41.006Z","3.0.0-beta1":"2017-05-15T18:01:05.310Z","3.0.0-beta2":"2017-05-15T18:32:37.376Z","3.0.0-beta3":"2017-05-15T19:11:13.721Z","2.4.0":"2017-05-17T16:50:37.243Z","3.0.0-beta4":"2017-05-21T03:43:39.468Z","3.0.0-beta5":"2017-05-21T03:48:48.835Z","3.0.0-beta6":"2017-05-22T20:19:22.396Z","3.0.0-beta7":"2017-06-02T01:30:12.984Z","2.4.1":"2017-06-02T01:34:12.857Z","3.0.0-beta8":"2017-06-02T01:38:51.664Z","3.0.0-beta9":"2017-06-02T14:21:58.047Z","3.0.0-beta10":"2017-06-05T23:31:42.387Z","2.4.2":"2017-06-06T20:35:36.328Z","2.4.3":"2017-06-07T06:36:33.870Z","3.0.0-beta11":"2017-06-07T06:40:44.970Z","3.0.0-beta12":"2017-06-09T04:39:42.244Z","3.0.0-beta13":"2017-06-11T03:36:56.213Z","3.0.0-beta14":"2017-06-12T17:37:19.610Z","3.0.0-beta15":"2017-06-16T13:25:35.206Z","2.4.4":"2017-06-16T16:22:59.950Z","3.0.0-beta16":"2017-06-16T16:27:07.638Z","3.0.1-beta.1":"2017-06-23T07:58:13.430Z","2.4.5":"2017-06-26T17:39:34.121Z","3.0.1-beta.2":"2017-06-26T17:59:59.818Z","3.0.1-beta.3":"2017-06-28T16:10:26.833Z","3.0.1-beta.4":"2017-06-28T16:11:49.841Z","2.4.6":"2017-06-28T19:17:36.988Z","3.0.1-beta.5":"2017-06-28T19:22:36.590Z","3.0.1-beta.6":"2017-07-02T03:48:28.306Z","3.0.1-beta.7":"2017-07-03T05:40:07.584Z","3.0.1-beta.8":"2017-07-03T15:18:31.641Z","3.0.1-beta.9":"2017-07-06T07:01:20.202Z","3.0.1-beta.10":"2017-07-08T05:47:30.277Z","3.0.1-beta.11":"2017-07-09T04:38:53.613Z","3.0.1-beta.12":"2017-07-09T04:40:55.049Z","3.0.1-beta.13":"2017-07-09T04:52:46.756Z","2.4.7":"2017-07-09T04:53:12.485Z","3.0.1-beta.14":"2017-07-15T10:57:06.088Z","3.0.1-beta.15":"2017-07-16T10:21:39.666Z","3.0.1-beta.16":"2017-07-17T05:45:03.303Z","3.0.1-beta.17":"2017-07-18T07:36:10.776Z","3.0.1-beta.18":"2017-07-20T18:21:00.188Z","3.0.1-beta.19":"2017-07-26T17:04:07.636Z","2.4.8":"2017-07-27T12:44:39.429Z","3.0.1-beta.20":"2017-07-28T06:16:32.264Z","2.4.9":"2017-07-28T13:08:35.561Z","3.0.1-beta.21":"2017-08-07T07:09:12.196Z","3.0.1":"2017-08-09T01:28:03.914Z","3.0.2":"2017-08-09T06:41:39.598Z","3.0.3":"2017-08-09T07:04:27.973Z","3.0.4":"2017-08-16T17:21:14.440Z","3.0.5":"2017-08-16T18:59:43.365Z","3.0.6":"2017-08-16T20:56:49.154Z","3.1.0":"2017-08-30T10:30:48.881Z","3.2.0":"2017-08-30T14:18:37.737Z","3.2.1":"2017-08-31T00:21:17.802Z","3.2.2":"2017-09-08T18:16:51.960Z","4.0.0-beta.1":"2017-09-28T08:58:19.987Z","4.0.0-beta.2":"2017-09-28T20:39:05.207Z","4.0.0-beta.3":"2017-10-04T18:25:38.815Z","4.0.0-beta.4":"2017-10-06T19:33:09.870Z","4.0.0-beta.5":"2017-10-07T21:41:12.782Z","4.0.0-beta.6":"2017-10-08T10:16:01.924Z","4.0.0":"2017-10-09T18:26:32.620Z","4.0.1":"2017-10-09T20:31:18.135Z","4.0.2":"2017-10-10T21:47:33.818Z","4.0.3":"2017-10-11T00:23:10.062Z","4.0.4":"2017-10-15T02:58:30.163Z","4.0.5":"2017-10-15T21:49:40.531Z","4.1.0":"2017-10-16T05:11:50.256Z","4.1.1":"2017-10-19T20:24:29.660Z","4.1.2":"2017-10-20T06:09:15.784Z","4.1.3":"2017-10-22T09:22:33.333Z","4.1.4-canary.1":"2017-10-23T20:05:43.061Z","4.1.4-canary.2":"2017-10-23T20:23:37.174Z","4.1.4":"2017-10-28T23:11:15.796Z","4.2.0-canary.1":"2017-11-15T12:43:24.959Z","5.0.0-zones.1":"2017-11-27T06:50:10.556Z","4.2.0-zones.2":"2017-11-27T06:55:15.561Z","4.2.0":"2017-12-04T23:32:08.538Z","4.2.1":"2017-12-08T23:14:36.019Z","4.3.0-canary.1":"2017-12-08T23:24:54.541Z","4.3.0-universal-alpha.1":"2018-01-05T23:19:22.853Z","4.3.0-universal-alpha.2":"2018-01-09T16:20:18.238Z","4.3.0-universal-alpha.3":"2018-01-09T19:37:06.745Z","4.2.2":"2018-01-09T19:42:48.845Z","4.3.0-universal-alpha.4":"2018-01-09T19:44:29.525Z","4.3.0-zones.1":"2018-01-11T14:03:09.721Z","5.0.0-universal-alpha.1":"2018-01-11T15:13:10.624Z","5.0.0-universal-alpha.2":"2018-01-11T15:37:40.061Z","4.2.3":"2018-01-13T05:12:39.303Z","5.0.0-universal-alpha.3":"2018-01-13T05:50:26.942Z","5.0.0-universal-alpha.4":"2018-01-13T05:55:07.611Z","4.4.0-canary.2":"2018-01-13T06:03:51.383Z","4.4.0-canary.3":"2018-01-13T07:36:39.749Z","5.0.0-universal-alpha.5":"2018-01-15T16:39:07.133Z","5.0.0-universal-alpha.6":"2018-01-19T09:30:14.839Z","5.0.0-universal-alpha.7":"2018-01-19T10:22:25.404Z","5.0.0-universal-alpha.8":"2018-01-19T10:25:35.240Z","5.0.0-universal-alpha.9":"2018-01-19T10:30:28.347Z","5.0.0-universal-alpha.10":"2018-01-19T11:07:48.192Z","5.0.0-universal-alpha.11":"2018-01-20T13:51:59.446Z","3.2.3":"2018-01-24T20:37:26.763Z"},"readme":"<img width=\"112\" alt=\"screen shot 2016-10-25 at 2 37 27 pm\" src=\"https://cloud.githubusercontent.com/assets/13041/19686250/971bf7f8-9ac0-11e6-975c-188defd82df1.png\">\n\n[![Build Status](https://travis-ci.org/zeit/next.js.svg?branch=master)](https://travis-ci.org/zeit/next.js)\n[![Build status](https://ci.appveyor.com/api/projects/status/gqp5hs71l3ebtx1r/branch/master?svg=true)](https://ci.appveyor.com/project/arunoda/next-js/branch/master)\n[![Coverage Status](https://coveralls.io/repos/zeit/next.js/badge.svg?branch=master)](https://coveralls.io/r/zeit/next.js?branch=master)\n[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat)\n\nNext.js is a minimalistic framework for server-rendered React applications.\n\n**Visit https://learnnextjs.com to get started with Next.js.**\n\n---\n\n<!-- START doctoc generated TOC please keep comment here to allow auto update -->\n<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->\n<!-- https://github.com/thlorenz/doctoc -->\n\n- [How to use](#how-to-use)\n  - [Setup](#setup)\n  - [Automatic code splitting](#automatic-code-splitting)\n  - [CSS](#css)\n    - [Built-in CSS support](#built-in-css-support)\n    - [CSS-in-JS](#css-in-js)\n  - [Static file serving (e.g.: images)](#static-file-serving-eg-images)\n  - [Populating `<head>`](#populating-head)\n  - [Fetching data and component lifecycle](#fetching-data-and-component-lifecycle)\n  - [Routing](#routing)\n    - [With `<Link>`](#with-link)\n    - [Imperatively](#imperatively)\n      - [Router Events](#router-events)\n      - [Shallow Routing](#shallow-routing)\n    - [Using a Higher Order Component](#using-a-higher-order-component)\n  - [Prefetching Pages](#prefetching-pages)\n    - [With `<Link>`](#with-link-1)\n    - [Imperatively](#imperatively-1)\n  - [Custom server and routing](#custom-server-and-routing)\n  - [Dynamic Import](#dynamic-import)\n  - [Custom `<Document>`](#custom-document)\n  - [Custom error handling](#custom-error-handling)\n  - [Custom configuration](#custom-configuration)\n  - [Customizing webpack config](#customizing-webpack-config)\n  - [Customizing babel config](#customizing-babel-config)\n  - [CDN support with Asset Prefix](#cdn-support-with-asset-prefix)\n- [Production deployment](#production-deployment)\n- [Static HTML export](#static-html-export)\n- [Recipes](#recipes)\n- [FAQ](#faq)\n- [Contributing](#contributing)\n- [Authors](#authors)\n\n<!-- END doctoc generated TOC please keep comment here to allow auto update -->\n\n## How to use\n\n### Setup\n\nInstall it:\n\n```bash\nnpm install next react react-dom --save\n```\n\nand add a script to your package.json like this:\n\n```json\n{\n  \"scripts\": {\n    \"dev\": \"next\",\n    \"build\": \"next build\",\n    \"start\": \"next start\"\n  }\n}\n```\n\nAfter that, the file-system is the main API. Every `.js` file becomes a route that gets automatically processed and rendered.\n\nPopulate `./pages/index.js` inside your project:\n\n```jsx\nexport default () => (\n  <div>Welcome to next.js!</div>\n)\n```\n\nand then just run `npm run dev` and go to `http://localhost:3000`. To use another port, you can run `npm run dev -- -p <your port here>`.\n\nSo far, we get:\n\n- Automatic transpilation and bundling (with webpack and babel)\n- Hot code reloading\n- Server rendering and indexing of `./pages`\n- Static file serving. `./static/` is mapped to `/static/`\n\nTo see how simple this is, check out the [sample app - nextgram](https://github.com/zeit/nextgram)\n\n### Automatic code splitting\n\nEvery `import` you declare gets bundled and served with each page. That means pages never load unnecessary code!\n\n```jsx\nimport cowsay from 'cowsay-browser'\nexport default () => (\n  <pre>{ cowsay.say({ text: 'hi there!' }) }</pre>\n)\n```\n\n### CSS\n\n#### Built-in CSS support\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/basic-css\">Basic css</a></li></ul>\n</details></p>\n\nWe bundle [styled-jsx](https://github.com/zeit/styled-jsx) to provide support for isolated scoped CSS. The aim is to support \"shadow CSS\" similar to Web Components, which unfortunately [do not support server-rendering and are JS-only](https://github.com/w3c/webcomponents/issues/71).\n\n```jsx\nexport default () => (\n  <div>\n    Hello world\n    <p>scoped!</p>\n    <style jsx>{`\n      p {\n        color: blue;\n      }\n      div {\n        background: red;\n      }\n      @media (max-width: 600px) {\n        div {\n          background: blue;\n        }\n      }\n    `}</style>\n    <style global jsx>{`\n      body {\n        background: black;\n      }\n    `}</style>\n  </div>\n)\n```\n\nPlease see the [styled-jsx documentation](https://www.npmjs.com/package/styled-jsx) for more examples.\n\n#### CSS-in-JS\n\n<p><details>\n  <summary>\n    <b>Examples</b>\n    </summary>\n  <ul><li><a href=\"./examples/with-styled-components\">Styled components</a></li><li><a href=\"./examples/with-styletron\">Styletron</a></li><li><a href=\"./examples/with-glamor\">Glamor</a></li><li><a href=\"./examples/with-glamorous\">Glamorous</a></li><li><a href=\"./examples/with-cxs\">Cxs</a></li><li><a href=\"./examples/with-aphrodite\">Aphrodite</a></li><li><a href=\"./examples/with-fela\">Fela</a></li></ul>\n</details></p>\n\nIt's possible to use any existing CSS-in-JS solution. The simplest one is inline styles:\n\n```jsx\nexport default () => (\n  <p style={{ color: 'red' }}>hi there</p>\n)\n```\n\nTo use more sophisticated CSS-in-JS solutions, you typically have to implement style flushing for server-side rendering. We enable this by allowing you to define your own [custom `<Document>`](#user-content-custom-document) component that wraps each page\n\n### Static file serving (e.g.: images)\n\nCreate a folder called `static` in your project root directory. From your code you can then reference those files with `/static/` URLs:\n\n```jsx\nexport default () => (\n  <img src=\"/static/my-image.png\" />\n)\n```\n\n### Populating `<head>`\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/head-elements\">Head elements</a></li>\n    <li><a href=\"./examples/layout-component\">Layout component</a></li>\n  </ul>\n</details></p>\n\nWe expose a built-in component for appending elements to the `<head>` of the page.\n\n```jsx\nimport Head from 'next/head'\nexport default () => (\n  <div>\n    <Head>\n      <title>My page title</title>\n      <meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\" />\n    </Head>\n    <p>Hello world!</p>\n  </div>\n)\n```\n\n_Note: The contents of `<head>` get cleared upon unmounting the component, so make sure each page completely defines what it needs in `<head>`, without making assumptions about what other pages added_\n\n### Fetching data and component lifecycle\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/data-fetch\">Data fetch</a></li></ul>\n</details></p>\n\nWhen you need state, lifecycle hooks or **initial data population** you can export a `React.Component` (instead of a stateless function, like shown above):\n\n```jsx\nimport React from 'react'\nexport default class extends React.Component {\n  static async getInitialProps ({ req }) {\n    return req\n      ? { userAgent: req.headers['user-agent'] }\n      : { userAgent: navigator.userAgent }\n  }\n  render () {\n    return <div>\n      Hello World {this.props.userAgent}\n    </div>\n  }\n}\n```\n\nNotice that to load data when the page loads, we use `getInitialProps` which is an [`async`](https://zeit.co/blog/async-and-await) static method. It can asynchronously fetch anything that resolves to a JavaScript plain `Object`, which populates `props`.\n\nFor the initial page load, `getInitialProps` will execute on the server only. `getInitialProps` will only be executed on the client when navigating to a different route via the `Link` component or using the routing APIs.\n\n_Note: `getInitialProps` can **not** be used in children components. Only in `pages`._\n\n<br/>\n\n> If you are using some server only modules inside `getInitialProps`, make sure to [import them properly](https://arunoda.me/blog/ssr-and-server-only-modules).\n> Otherwise, it'll slow down your app.\n\n<br/>\n\nYou can also define the `getInitialProps` lifecycle method for stateless components:\n\n```jsx\nconst Page = ({ stars }) => <div>Next stars: {stars}</div>\n\nPage.getInitialProps = async ({ req }) => {\n  const res = await fetch('https://api.github.com/repos/zeit/next.js')\n  const json = await res.json()\n  return { stars: json.stargazers_count }\n}\n\nexport default Page\n```\n\n`getInitialProps` receives a context object with the following properties:\n\n- `pathname` - path section of URL\n- `query` - query string section of URL parsed as an object\n- `asPath` - `String` of the actual path (including the query) shows in the browser\n- `req` - HTTP request object (server only)\n- `res` - HTTP response object (server only)\n- `jsonPageRes` - [Fetch Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) object (client only)\n- `err` - Error object if any error is encountered during the rendering\n\n### Routing\n\n#### With `<Link>`\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/hello-world\">Hello World</a></li>\n  </ul>\n</details></p>\n\nClient-side transitions between routes can be enabled via a `<Link>` component. Consider these two pages:\n\n```jsx\n// pages/index.js\nimport Link from 'next/link'\nexport default () => (\n  <div>Click <Link href=\"/about\"><a>here</a></Link> to read more</div>\n)\n```\n\n```jsx\n// pages/about.js\nexport default () => (\n  <p>Welcome to About!</p>\n)\n```\n\n__Note: use [`<Link prefetch>`](#prefetching-pages) for maximum performance, to link and prefetch in the background at the same time__\n\nClient-side routing behaves exactly like the browser:\n\n1. The component is fetched\n2. If it defines `getInitialProps`, data is fetched. If an error occurs, `_error.js` is rendered\n3. After 1 and 2 complete, `pushState` is performed and the new component rendered\n\nEach top-level component receives a `url` property with the following API:\n\n- `pathname` - `String` of the current path excluding the query string\n- `query` - `Object` with the parsed query string. Defaults to `{}`\n- `asPath` - `String` of the actual path (including the query) shows in the browser\n- `push(url, as=url)` - performs a `pushState` call with the given url\n- `replace(url, as=url)` - performs a `replaceState` call with the given url\n\nThe second `as` parameter for `push` and `replace` is an optional _decoration_ of the URL. Useful if you configured custom routes on the server.\n\n##### With URL object\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/with-url-object-routing\">With URL Object Routing</a></li>\n  </ul>\n</details></p>\n\nThe component `<Link>` can also receive an URL object and it will automatically format it to create the URL string.\n\n```jsx\n// pages/index.js\nimport Link from 'next/link'\nexport default () => (\n  <div>Click <Link href={{ pathname: '/about', query: { name: 'Zeit' }}}><a>here</a></Link> to read more</div>\n)\n```\n\nThat will generate the URL string `/about?name=Zeit`, you can use every property as defined in the [Node.js URL module documentation](https://nodejs.org/api/url.html#url_url_strings_and_url_objects).\n\n##### Replace instead of push url\n\nThe default behaviour for the `<Link>` component is to `push` a new url into the stack. You can use the `replace` prop to prevent adding a new entry.\n\n```jsx\n// pages/index.js\nimport Link from 'next/link'\nexport default () => (\n  <div>Click <Link href='/about' replace><a>here</a></Link> to read more</div>\n)\n```\n\n##### Using a component that support `onClick`\n\n`<Link>` supports any component that supports the `onClick` event. In case you don't provide an `<a>` tag, it will only add the `onClick` event handler and won't pass the `href` property.\n\n```jsx\n// pages/index.js\nimport Link from 'next/link'\nexport default () => (\n  <div>Click <Link href='/about'><img src=\"/static/image.png\" /></Link></div>\n)\n```\n\n##### Forcing the Link to expose `href` to its child \n\nIf child is an `<a>` tag and doesn't have a href attribute we specify it so that the repetition is not needed by the user. However, sometimes, you’ll want to pass an `<a>` tag inside of a wrapper and the `Link` won’t recognize it as a *hyperlink*, and, consequently, won’t transfer its `href` to the child. In cases like that, you should define a boolean `passHref` property to the `Link`, forcing it to expose its `href` property to the child.\n\n```jsx\nimport Link from 'next/link'\nimport Unexpected_A from 'third-library'\n \nexport default ({ href, name }) => (\n  <Link href={ href } passHref>\n    <Unexpected_A>{ name }</Unexpected_A>\n  </Link>\n)\n```\n\n#### Imperatively\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/using-router\">Basic routing</a></li>\n    <li><a href=\"./examples/with-loading\">With a page loading indicator</a></li>\n  </ul>\n</details></p>\n\nYou can also do client-side page transitions using the `next/router`\n\n```jsx\nimport Router from 'next/router'\n\nexport default () => (\n  <div>Click <span onClick={() => Router.push('/about')}>here</span> to read more</div>\n)\n```\n\nAbove `Router` object comes with the following API:\n\n- `route` - `String` of the current route\n- `pathname` - `String` of the current path excluding the query string\n- `query` - `Object` with the parsed query string. Defaults to `{}`\n- `asPath` - `String` of the actual path (including the query) shows in the browser\n- `push(url, as=url)` - performs a `pushState` call with the given url\n- `replace(url, as=url)` - performs a `replaceState` call with the given url\n\nThe second `as` parameter for `push` and `replace` is an optional _decoration_ of the URL. Useful if you configured custom routes on the server.\n\n_Note: in order to programmatically change the route without triggering navigation and component-fetching, use `props.url.push` and `props.url.replace` within a component_\n\n##### With URL object\nYou can use an URL object the same way you use it in a `<Link>` component to `push` and `replace` an url.\n\n```jsx\nimport Router from 'next/router'\n\nconst handler = () => Router.push({\n  pathname: '/about',\n  query: { name: 'Zeit' }\n})\n\nexport default () => (\n  <div>Click <span onClick={handler}>here</span> to read more</div>\n)\n```\n\nThis uses of the same exact parameters as in the `<Link>` component.\n\n##### Router Events\n\nYou can also listen to different events happening inside the Router.\nHere's a list of supported events:\n\n- `routeChangeStart(url)` - Fires when a route starts to change\n- `routeChangeComplete(url)` - Fires when a route changed completely\n- `routeChangeError(err, url)` - Fires when there's an error when changing routes\n- `beforeHistoryChange(url)` - Fires just before changing the browser's history\n- `appUpdated(nextRoute)` - Fires when switching pages and there's a new version of the app\n\n> Here `url` is the URL shown in the browser. If you call `Router.push(url, as)` (or similar), then the value of `url` will be `as`.\n\nHere's how to properly listen to the router event `routeChangeStart`:\n\n```js\nRouter.onRouteChangeStart = (url) => {\n  console.log('App is changing to: ', url)\n}\n```\n\nIf you no longer want to listen to that event, you can simply unset the event listener like this:\n\n```js\nRouter.onRouteChangeStart = null\n```\n\nIf a route load is cancelled (for example by clicking two links rapidly in succession), `routeChangeError` will fire. The passed `err` will contained a `cancelled` property set to `true`.\n\n```js\nRouter.onRouteChangeError = (err, url) => {\n  if (err.cancelled) {\n    console.log(`Route to ${url} was cancelled!`)\n  }\n}\n```\n\nIf you change a route while in between a new deployment, we can't navigate the app via client side. We need to do a full browser navigation. We do it automatically for you.\n\nBut you can customize that via `Route.onAppUpdated` event like this:\n\n```js\nRouter.onAppUpdated = (nextUrl) => {\n  // persist the local state\n  location.href = nextUrl\n}\n```\n\n##### Shallow Routing\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/with-shallow-routing\">Shallow Routing</a></li>\n  </ul>\n</details></p>\n\nShallow routing allows you to change the URL without running `getInitialProps`. You'll receive the updated `pathname` and the `query` via the `url` prop of the same page that's loaded, without losing state.\n\nYou can do this by invoking either `Router.push` or `Router.replace` with the `shallow: true` option. Here's an example:\n\n```jsx\n// Current URL is \"/\"\nconst href = '/?counter=10'\nconst as = href\nRouter.push(href, as, { shallow: true })\n```\n\nNow, the URL is updated to `/?counter=10`. You can see the updated URL with `this.props.url` inside the `Component`.\n\nYou can watch for URL changes via [`componentWillReceiveProps`](https://facebook.github.io/react/docs/react-component.html#componentwillreceiveprops) hook as shown below:\n\n```jsx\ncomponentWillReceiveProps(nextProps) {\n  const { pathname, query } = nextProps.url\n  // fetch data based on the new query\n}\n```\n\n> NOTES:\n>\n> Shallow routing works **only** for same page URL changes. For an example, let's assume we've another page called `about`, and you run this:\n> ```js\n> Router.push('/about?counter=10', '/about?counter=10', { shallow: true })\n> ```\n> Since that's a new page, it'll unload the current page, load the new one and call `getInitialProps` even though we asked to do shallow routing.\n\n#### Using a Higher Order Component\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/using-with-router\">Using the `withRouter` utility</a></li>\n  </ul>\n</details></p>\n\nIf you want to access the `router` object inside any component in your app, you can use the `withRouter` Higher-Order Component. Here's how to use it:\n\n```jsx\nimport { withRouter } from 'next/router'\n\nconst ActiveLink = ({ children, router, href }) => {\n  const style = {\n    marginRight: 10,\n    color: router.pathname === href? 'red' : 'black'\n  }\n\n  const handleClick = (e) => {\n    e.preventDefault()\n    router.push(href)\n  }\n\n  return (\n    <a href={href} onClick={handleClick} style={style}>\n      {children}\n    </a>\n  )\n}\n\nexport default withRouter(ActiveLink)\n```\n\nThe above `router` object comes with an API similar to [`next/router`](#imperatively).\n\n### Prefetching Pages\n\n(This is a production only feature)\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/with-prefetching\">Prefetching</a></li></ul>\n</details></p>\n\nNext.js has an API which allows you to prefetch pages.\n\nSince Next.js server-renders your pages, this allows all the future interaction paths of your app to be instant. Effectively Next.js gives you the great initial download performance of a _website_, with the ahead-of-time download capabilities of an _app_. [Read more](https://zeit.co/blog/next#anticipation-is-the-key-to-performance).\n\n> With prefetching Next.js only download JS code. When the page is getting rendered, you may need to wait for the data.\n\n#### With `<Link>`\n\nYou can add `prefetch` prop to any `<Link>` and Next.js will prefetch those pages in the background.\n\n```jsx\nimport Link from 'next/link'\n\n// example header component\nexport default () => (\n  <nav>\n    <ul>\n      <li><Link prefetch href='/'><a>Home</a></Link></li>\n      <li><Link prefetch href='/about'><a>About</a></Link></li>\n      <li><Link prefetch href='/contact'><a>Contact</a></Link></li>\n    </ul>\n  </nav>\n)\n```\n\n#### Imperatively\n\nMost prefetching needs are addressed by `<Link />`, but we also expose an imperative API for advanced usage:\n\n```jsx\nimport Router from 'next/router'\nexport default ({ url }) => (\n  <div>\n    <a onClick={ () => setTimeout(() => url.pushTo('/dynamic'), 100) }>\n      A route transition will happen after 100ms\n    </a>\n    {\n      // but we can prefetch it!\n      Router.prefetch('/dynamic')\n    }\n  </div>\n)\n```\n\n### Custom server and routing\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/custom-server\">Basic custom server</a></li>\n    <li><a href=\"./examples/custom-server-express\">Express integration</a></li>\n    <li><a href=\"./examples/custom-server-hapi\">Hapi integration</a></li>\n    <li><a href=\"./examples/custom-server-koa\">Koa integration</a></li>\n    <li><a href=\"./examples/parameterized-routing\">Parameterized routing</a></li>\n    <li><a href=\"./examples/ssr-caching\">SSR caching</a></li>\n  </ul>\n</details></p>\n\nTypically you start your next server with `next start`. It's possible, however, to start a server 100% programmatically in order to customize routes, use route patterns, etc\n\nThis example makes `/a` resolve to `./pages/b`, and `/b` resolve to `./pages/a`:\n\n```js\nconst { createServer } = require('http')\nconst { parse } = require('url')\nconst next = require('next')\n\nconst dev = process.env.NODE_ENV !== 'production'\nconst app = next({ dev })\nconst handle = app.getRequestHandler()\n\napp.prepare().then(() => {\n  createServer((req, res) => {\n    // Be sure to pass `true` as the second argument to `url.parse`.\n    // This tells it to parse the query portion of the URL.\n    const parsedUrl = parse(req.url, true)\n    const { pathname, query } = parsedUrl\n\n    if (pathname === '/a') {\n      app.render(req, res, '/b', query)\n    } else if (pathname === '/b') {\n      app.render(req, res, '/a', query)\n    } else {\n      handle(req, res, parsedUrl)\n    }\n  })\n  .listen(3000, (err) => {\n    if (err) throw err\n    console.log('> Ready on http://localhost:3000')\n  })\n})\n```\n\nThe `next` API is as follows:\n- `next(path: string, opts: object)` - `path` is where the Next project is located\n- `next(opts: object)`\n\nSupported options:\n- `dev` (`bool`) whether to launch Next.js in dev mode - default `false`\n- `dir` (`string`) where the Next project is located - default `'.'`\n- `quiet` (`bool`) Hide error messages containing server information - default `false`\n- `conf` (`object`) the same object you would use in `next.config.js` - default `{}`\n\nThen, change your `start` script to `NODE_ENV=production node server.js`.\n\n### Dynamic Import\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul>\n    <li><a href=\"./examples/with-dynamic-import\">With Dynamic Import</a></li>\n  </ul>\n</details></p>\n\nNext.js supports TC39 [dynamic import proposal](https://github.com/tc39/proposal-dynamic-import) for JavaScript.\nWith that, you could import JavaScript modules (inc. React Components) dynamically and work with them.\n\nYou can think dynamic imports as another way to split your code into manageable chunks.\nSince Next.js supports dynamic imports with SSR, you could do amazing things with it.\n\nHere are a few ways to use dynamic imports.\n\n#### 1. Basic Usage (Also does SSR)\n\n```js\nimport dynamic from 'next/dynamic'\nconst DynamicComponent = dynamic(import('../components/hello'))\n\nexport default () => (\n  <div>\n    <Header />\n    <DynamicComponent />\n    <p>HOME PAGE is here!</p>\n  </div>\n)\n```\n\n#### 2. With Custom Loading Component\n\n```js\nimport dynamic from 'next/dynamic'\nconst DynamicComponentWithCustomLoading = dynamic(\n  import('../components/hello2'),\n  {\n    loading: () => (<p>...</p>)\n  }\n)\n\nexport default () => (\n  <div>\n    <Header />\n    <DynamicComponentWithCustomLoading />\n    <p>HOME PAGE is here!</p>\n  </div>\n)\n```\n\n#### 3. With No SSR\n\n```js\nimport dynamic from 'next/dynamic'\nconst DynamicComponentWithNoSSR = dynamic(\n  import('../components/hello3'),\n  { ssr: false }\n)\n\nexport default () => (\n  <div>\n    <Header />\n    <DynamicComponentWithNoSSR />\n    <p>HOME PAGE is here!</p>\n  </div>\n)\n```\n\n#### 4. With Multiple Modules At Once\n\n```js\nimport dynamic from 'next/dynamic'\n\nconst HelloBundle = dynamic({\n  modules: (props) => {\n    const components = {\n      Hello1: import('../components/hello1'),\n      Hello2: import('../components/hello2')\n    }\n\n    // Add remove components based on props\n\n    return components\n  },\n  render: (props, { Hello1, Hello2 }) => (\n    <div>\n      <h1>{props.title}</h1>\n      <Hello1 />\n      <Hello2 />\n    </div>\n  )\n})\n\nexport default () => (\n  <HelloBundle title=\"Dynamic Bundle\"/>\n)\n```\n\n### Custom `<Document>`\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/with-styled-components\">Styled components custom document</a></li></ul>\n  <ul><li><a href=\"./examples/with-amp\">Google AMP</a></li></ul>\n</details></p>\n\nPages in `Next.js` skip the definition of the surrounding document's markup. For example, you never include `<html>`, `<body>`, etc. To override that default behavior, you must create a file at `./pages/_document.js`, where you can extend the `Document` class:\n\n```jsx\n// ./pages/_document.js\nimport Document, { Head, Main, NextScript } from 'next/document'\nimport flush from 'styled-jsx/server'\n\nexport default class MyDocument extends Document {\n  static getInitialProps ({ renderPage }) {\n    const {html, head, errorHtml, chunks} = renderPage()\n    const styles = flush()\n    return { html, head, errorHtml, chunks, styles }\n  }\n\n  render () {\n    return (\n     <html>\n       <Head>\n         <style>{`body { margin: 0 } /* custom! */`}</style>\n       </Head>\n       <body className=\"custom_class\">\n         {this.props.customValue}\n         <Main />\n         <NextScript />\n       </body>\n     </html>\n    )\n  }\n}\n```\n\nThe `ctx` object is equivalent to the one received in all [`getInitialProps`](#fetching-data-and-component-lifecycle) hooks, with one addition:\n\n- `renderPage` (`Function`) a callback that executes the actual React rendering logic (synchronously). It's useful to decorate this function in order to support server-rendering wrappers like Aphrodite's [`renderStatic`](https://github.com/Khan/aphrodite#server-side-rendering)\n\n__Note: React-components outside of `<Main />` will not be initialised by the browser. If you need shared components in all your pages (like a menu or a toolbar), do _not_ add application logic  here, but take a look at [this example](https://github.com/zeit/next.js/tree/master/examples/layout-component).__\n\n### Custom error handling\n\n404 or 500 errors are handled both client and server side by a default component `error.js`. If you wish to override it, define a `_error.js` in the pages folder:\n\n```jsx\nimport React from 'react'\nexport default class Error extends React.Component {\n  static getInitialProps ({ res, jsonPageRes }) {\n    const statusCode = res ? res.statusCode : (jsonPageRes ? jsonPageRes.status : null)\n    return { statusCode }\n  }\n\n  render () {\n    return (\n      <p>{\n        this.props.statusCode\n        ? `An error ${this.props.statusCode} occurred on server`\n        : 'An error occurred on client'\n      }</p>\n    )\n  }\n}\n```\n\n### Reusing the built-in error page\n\nIf you want to render the built-in error page you can by using `next/error`:\n\n```jsx\nimport React from 'react'\nimport Error from 'next/error'\nimport fetch from 'isomorphic-fetch'\n\nexport default class Page extends React.Component {\n  static async getInitialProps () {\n    const res = await fetch('https://api.github.com/repos/zeit/next.js')\n    const statusCode = res.statusCode > 200 ? res.statusCode : false\n    const json = await res.json()\n    return { statusCode, stars: json.stargazers_count }\n  }\n\n  render () {\n    if(this.props.statusCode) {\n        return <Error statusCode={this.props.statusCode} />\n    }\n\n    return (\n      <div>Next stars: {this.props.stars}</div>\n    )\n  }\n}\n```\n\n> If you have created a custom error page you have to import your own `_error` component instead of `next/error`\n\n### Custom configuration\n\nFor custom advanced behavior of Next.js, you can create a `next.config.js` in the root of your project directory (next to `pages/` and `package.json`).\n\nNote: `next.config.js` is a regular Node.js module, not a JSON file. It gets used by the Next server and build phases, and not included in the browser build.\n\n```javascript\n// next.config.js\nmodule.exports = {\n  /* config options here */\n}\n```\n\n#### Setting a custom build directory\n\nYou can specify a name to use for a custom build directory. For example, the following config will create a `build` folder instead of a `.next` folder. If no configuration is specified then next will create a `.next` folder.\n\n```javascript\n// next.config.js\nmodule.exports = {\n  distDir: 'build'\n}\n```\n\n### Customizing webpack config\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/with-webpack-bundle-analyzer\">Custom webpack bundle analyzer</a></li></ul>\n</details></p>\n\nIn order to extend our usage of `webpack`, you can define a function that extends its config via `next.config.js`.\n\n```js\n// This file is not going through babel transformation.\n// So, we write it in vanilla JS\n// (But you could use ES2015 features supported by your Node.js version)\n\nmodule.exports = {\n  webpack: (config, { dev }) => {\n    // Perform customizations to webpack config\n\n    // Important: return the modified config\n    return config\n  },\n  webpackDevMiddleware: (config) => {\n    // Perform customizations to webpack dev middleware config\n\n    // Important: return the modified config\n    return config\n  }\n}\n```\n\n*Warning: Adding loaders to support new file types (css, less, svg, etc.) is __not__ recommended because only the client code gets bundled via webpack and thus it won't work on the initial server rendering. Babel plugins are a good alternative because they're applied consistently between server/client rendering (e.g. [babel-plugin-inline-react-svg](https://github.com/kesne/babel-plugin-inline-react-svg)).*\n\n### Customizing babel config\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/with-custom-babel-config\">Custom babel configuration</a></li></ul>\n</details></p>\n\nIn order to extend our usage of `babel`, you can simply define a `.babelrc` file at the root of your app. This file is optional.\n\nIf found, we're going to consider it the *source of truth*, therefore it needs to define what next needs as well, which is the `next/babel` preset.\n\nThis is designed so that you are not surprised by modifications we could make to the babel configurations.\n\nHere's an example `.babelrc` file:\n\n```js\n{\n  \"presets\": [\n    \"next/babel\",\n    \"stage-0\"\n  ],\n}\n```\n\n### CDN support with Asset Prefix\n\nTo set up a CDN, you can set up the `assetPrefix` setting and configure your CDN's origin to resolve to the domain that Next.js is hosted on.\n\n```js\nconst isProd = process.env.NODE_ENV === 'production'\nmodule.exports = {\n  // You may only need to add assetPrefix in the production.\n  assetPrefix: isProd ? 'https://cdn.mydomain.com' : ''\n}\n```\n\nNote: Next.js will automatically use that prefix the scripts it loads, but this has no effect whatsoever on `/static`. If you want to serve those assets over the CDN, you'll have to introduce the prefix yourself. One way of introducing a prefix that works inside your components and varies by environment is documented [in this example](https://github.com/zeit/next.js/tree/master/examples/with-universal-configuration).\n\n## Production deployment\n\nTo deploy, instead of running `next`, you want to build for production usage ahead of time. Therefore, building and starting are separate commands:\n\n```bash\nnext build\nnext start\n```\n\nFor example, to deploy with [`now`](https://zeit.co/now) a `package.json` like follows is recommended:\n\n```json\n{\n  \"name\": \"my-app\",\n  \"dependencies\": {\n    \"next\": \"latest\"\n  },\n  \"scripts\": {\n    \"dev\": \"next\",\n    \"build\": \"next build\",\n    \"start\": \"next start\"\n  }\n}\n```\n\nThen run `now` and enjoy!\n\nNext.js can be deployed to other hosting solutions too. Please have a look at the ['Deployment'](https://github.com/zeit/next.js/wiki/Deployment) section of the wiki.\n\nNote: we recommend putting `.next`, or your custom dist folder (Please have a look at ['Custom Config'](https://github.com/zeit/next.js#custom-configuration). You can set a custom folder in config, `.npmignore`, or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder).\n\n## Static HTML export\n\n<p><details>\n  <summary><b>Examples</b></summary>\n  <ul><li><a href=\"./examples/with-static-export\">Static export</a></li></ul>\n</details></p>\n\nThis is a way to run your Next.js app as a standalone static app without any Node.js server. The export app supports almost every feature of Next.js including dynamic urls, prefetching, preloading and dynamic imports.\n\n### Usage\n\nSimply develop your app as you normally do with Next.js. Then create a custom Next.js [config](https://github.com/zeit/next.js#custom-configuration) as shown below:\n\n```js\n// next.config.js\nmodule.exports = {\n  exportPathMap: function () {\n    return {\n      \"/\": { page: \"/\" },\n      \"/about\": { page: \"/about\" },\n      \"/p/hello-nextjs\": { page: \"/post\", query: { title: \"hello-nextjs\" } },\n      \"/p/learn-nextjs\": { page: \"/post\", query: { title: \"learn-nextjs\" } },\n      \"/p/deploy-nextjs\": { page: \"/post\", query: { title: \"deploy-nextjs\" } }\n    }\n  },\n}\n```\n\nIn that, you specify what are the pages you need to export as static HTML.\n\nThen simply run these commands:\n\n```sh\nnext build\nnext export\n```\n\nFor that you may need to add a NPM script to `package.json` like this:\n\n```json\n{\n    \"scripts\": {\n        \"build\": \"next build && next export\"\n    }\n}\n```\n\nAnd run it at once with:\n\n```sh\nnpm run build\n```\n\nThen you've a static version of your app in the “out\" directory.\n\n> You can also customize the output directory. For that run `next export -h` for the help.\n\nNow you can deploy that directory to any static hosting service. Note that there is an additional step for deploying to GitHub Pages, [documented here](https://github.com/zeit/next.js/wiki/Deploying-a-Next.js-app-into-GitHub-Pages).\n\nFor an example, simply visit the “out” directory and run following command to deploy your app to [ZEIT now](https://zeit.co/now).\n\n```sh\nnow\n```\n\n### Limitation\n\nWith next export, we build HTML version of your app when you run the command `next export`. In that time, we'll run the `getInitialProps` functions of your pages.\n\nSo, you could only use `pathname`, `query` and `asPath` fields of the `context` object passed to `getInitialProps`. You can't use `req` or `res` fields.\n\n> Basically, you won't be able to render HTML content dynamically as we pre-build HTML files. If you need that, you need run your app with `next start`.\n\n## Recipes\n\n- [Setting up 301 redirects](https://www.raygesualdo.com/posts/301-redirects-with-nextjs/)\n- [Dealing with SSR and server only modules](https://arunoda.me/blog/ssr-and-server-only-modules)\n\n## FAQ\n\n<details>\n  <summary>Is this production ready?</summary>\n  Next.js has been powering https://zeit.co since its inception.\n\n  We’re ecstatic about both the developer experience and end-user performance, so we decided to share it with the community.\n</details>\n\n<details>\n  <summary>How big is it?</summary>\n\nThe client side bundle size should be measured in a per-app basis.\nA small Next main bundle is around 65kb gzipped.\n\n</details>\n\n<details>\n  <summary>Is this like `create-react-app`?</summary>\n\nYes and No.\n\nYes in that both make your life easier.\n\nNo in that it enforces a _structure_ so that we can do more advanced things like:\n- Server side rendering\n- Automatic code splitting\n\nIn addition, Next.js provides two built-in features that are critical for every single website:\n- Routing with lazy component loading: `<Link>` (by importing `next/link`)\n- A way for components to alter `<head>`: `<Head>` (by importing `next/head`)\n\nIf you want to create re-usable React components that you can embed in your Next.js app or other React applications, using `create-react-app` is a great idea. You can later `import` it and keep your codebase clean!\n\n</details>\n\n<details>\n  <summary>How do I use CSS-in-JS solutions?</summary>\n\nNext.js bundles [styled-jsx](https://github.com/zeit/styled-jsx) supporting scoped css. However you can use any CSS-in-JS solution in your Next app by just including your favorite library [as mentioned before](#css-in-js) in the document.\n</details>\n\n<details>\n  <summary>How do I use CSS preprocessors like SASS / SCSS / LESS?</summary>\n\nNext.js bundles [styled-jsx](https://github.com/zeit/styled-jsx) supporting scoped css. However you can use any CSS preprocessor solution in your Next app by following one of these examples:\n\n- [with-external-scoped-css](./examples/with-external-scoped-css)\n- [with-scoped-stylesheets-and-postcss](./examples/with-scoped-stylesheets-and-postcss)\n- [with-global-stylesheet](./examples/with-global-stylesheet)\n\n</details>\n\n\n<details>\n  <summary>What syntactic features are transpiled? How do I change them?</summary>\n\nWe track V8. Since V8 has wide support for ES6 and `async` and `await`, we transpile those. Since V8 doesn’t support class decorators, we don’t transpile those.\n\nSee [this](https://github.com/zeit/next.js/blob/master/server/build/webpack.js#L79) and [this](https://github.com/zeit/next.js/issues/26)\n\n</details>\n\n<details>\n  <summary>Why a new Router?</summary>\n\nNext.js is special in that:\n\n- Routes don’t need to be known ahead of time\n- Routes are always lazy-loadable\n- Top-level components can define `getInitialProps` that should _block_ the loading of the route (either when server-rendering or lazy-loading)\n\nAs a result, we were able to introduce a very simple approach to routing that consists of two pieces:\n\n- Every top level component receives a `url` object to inspect the url or perform modifications to the history\n- A `<Link />` component is used to wrap elements like anchors (`<a/>`) to perform client-side transitions\n\nWe tested the flexibility of the routing with some interesting scenarios. For an example, check out [nextgram](https://github.com/zeit/nextgram).\n\n</details>\n\n<details>\n<summary>How do I define a custom fancy route?</summary>\n\nWe [added](#custom-server-and-routing) the ability to map between an arbitrary URL and any component by supplying a request handler.\n\nOn the client side, we have a parameter call `as` on `<Link>` that _decorates_ the URL differently from the URL it _fetches_.\n</details>\n\n<details>\n<summary>How do I fetch data?</summary>\n\nIt’s up to you. `getInitialProps` is an `async` function (or a regular function that returns a `Promise`). It can retrieve data from anywhere.\n</details>\n\n<details>\n  <summary>Can I use it with GraphQL?</summary>\n\nYes! Here's an example with [Apollo](./examples/with-apollo).\n\n</details>\n\n<details>\n<summary>Can I use it with Redux?</summary>\n\nYes! Here's an [example](./examples/with-redux)\n</details>\n\n<details>\n<summary>Why aren't routes I have for my static export accessible in the development server?</summary>\n\nThis is a known issue with the architecture of Next.js. Until a solution is built into the framework, take a look at [this example solution](https://github.com/zeit/next.js/wiki/Centralizing-Routing) to centralize your routing.\n</details>\n\n<details>\n<summary>Can I use Next with my favorite Javascript library or toolkit?</summary>\n\nSince our first release we've had **many** example contributions, you can check them out in the [examples](./examples) directory\n</details>\n\n<details>\n<summary>What is this inspired by?</summary>\n\nMany of the goals we set out to accomplish were the ones listed in [The 7 principles of Rich Web Applications](http://rauchg.com/2014/7-principles-of-rich-web-applications/) by Guillermo Rauch.\n\nThe ease-of-use of PHP is a great inspiration. We feel Next.js is a suitable replacement for many scenarios where you otherwise would use PHP to output HTML.\n\nUnlike PHP, we benefit from the ES6 module system and every file exports a **component or function** that can be easily imported for lazy evaluation or testing.\n\nAs we were researching options for server-rendering React that didn’t involve a large number of steps, we came across [react-page](https://github.com/facebookarchive/react-page) (now deprecated), a similar approach to Next.js by the creator of React Jordan Walke.\n\n</details>\n\n## Contributing\n\nPlease see our [contributing.md](./contributing.md)\n\n## Authors\n\n- Arunoda Susiripala ([@arunoda](https://twitter.com/arunoda)) – ▲ZEIT\n- Tim Neutkens ([@timneutkens](https://github.com/timneutkens))\n- Naoyuki Kanezawa ([@nkzawa](https://twitter.com/nkzawa)) – ▲ZEIT\n- Tony Kovanen ([@tonykovanen](https://twitter.com/tonykovanen)) – ▲ZEIT\n- Guillermo Rauch ([@rauchg](https://twitter.com/rauchg)) – ▲ZEIT\n- Dan Zajdband ([@impronunciable](https://twitter.com/impronunciable)) – Knight-Mozilla / Coral Project\n","readmeFilename":"readme.md","license":"MIT","description":"Minimalistic framework for server-rendered React applications","homepage":"https://github.com/zeit/next.js","repository":{"type":"git","url":"git+https://github.com/zeit/next.js.git"},"bugs":{"url":"https://github.com/zeit/next.js/issues"},"users":{"mwheeler":true,"klaytonfaria":true,"highlanderkev":true,"markthethomas":true,"necanicum":true,"t32k":true,"zhen":true,"soenkekluth":true,"modood":true,"ferchoriverar":true,"ferrari":true,"sternelee":true,"awayken":true,"panlw":true,"moxiong":true,"kakrot":true,"meadowcottage":true,"daniellink":true,"jameschen":true,"mhaidarh":true,"whathejoe":true,"gamersdelight":true,"t4t5":true,"rardoz":true,"chinawolf_wyp":true,"lqweb":true},"_attachments":{}}
\ No newline at end of file
diff --git a/test/workers/package/versions.spec.js b/test/workers/package/versions.spec.js
index bd14d4c7dc7db9e45df6ef7efe6f3c5298c9dc51..d0539257b73f3c6b2d26b79b619c5a54b362bbe9 100644
--- a/test/workers/package/versions.spec.js
+++ b/test/workers/package/versions.spec.js
@@ -3,6 +3,7 @@ const qJson = require('../../_fixtures/npm/01.json');
 const helmetJson = require('../../_fixtures/npm/02.json');
 const coffeelintJson = require('../../_fixtures/npm/coffeelint.json');
 const webpackJson = require('../../_fixtures/npm/webpack.json');
+const nextJson = require('../../_fixtures/npm/next.json');
 
 let config;
 
@@ -346,6 +347,12 @@ describe('workers/package/versions', () => {
       const res = versions.determineUpgrades(webpackJson, config);
       expect(res).toHaveLength(3);
     });
+    it('does not jump  major unstable', () => {
+      config.currentVersion = '^4.4.0-canary.3';
+      config.pinVersions = false;
+      const res = versions.determineUpgrades(nextJson, config);
+      expect(res).toHaveLength(0);
+    });
   });
   describe('.isRange(input)', () => {
     it('rejects simple semver', () => {