Skip to content

Instantly share code, notes, and snippets.

@electricmonk
Created October 19, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electricmonk/93896810f0d8807fbe08 to your computer and use it in GitHub Desktop.
Save electricmonk/93896810f0d8807fbe08 to your computer and use it in GitHub Desktop.
nodegit fails to fetch binary from S3
Sending build context to Docker daemon
Step 0 : FROM node:0.12.7
---> ad146b89f331
Step 1 : WORKDIR /app
---> Using cache
---> f0d0fe6b0739
Step 2 : ADD ./package.json /app/
---> Using cache
---> 4f574b9a2063
Step 3 : RUN npm config set loglevel verbose
---> Using cache
---> 0447198d8c55
Step 4 : RUN npm install
---> Running in f7a9bb0ce59a
npm info it worked if it ends with ok
npm verb cli [ 'node', '/usr/local/bin/npm', 'install' ]
npm info using npm@2.14.1
npm info using node@v0.12.7
npm verb readDependencies loading dependencies from /app/package.json
npm WARN package.json nodegit-docker-bug@1.0.0 No description
npm WARN package.json nodegit-docker-bug@1.0.0 No repository field.
npm WARN package.json nodegit-docker-bug@1.0.0 No README data
npm verb install where, deps [ '/app', [ 'nodegit' ] ]
npm verb install where, peers [ '/app', [] ]
npm verb installManyTop reading for lifecycle /app/package.json
npm info preinstall nodegit-docker-bug@1.0.0
npm verb readDependencies loading dependencies from /app/package.json
npm verb cache add spec nodegit@^0.5.0
npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for nodegit
npm verb addNameRange registry:https://registry.npmjs.org/nodegit not in flight; fetching
npm verb request uri https://registry.npmjs.org/nodegit
npm verb request no auth needed
npm info attempt registry request try #1 at 7:55:39 PM
npm verb request id db2e004e1ff23de2
npm http request GET https://registry.npmjs.org/nodegit
npm http 200 https://registry.npmjs.org/nodegit
npm verb get saving nodegit to /root/.npm/registry.npmjs.org/nodegit/.cache.json
npm verb makeDirectory /root/.npm creation not in flight; initializing
npm verb addNamed "0.5.0" is a plain semver version for nodegit
npm verb addRemoteTarball https://registry.npmjs.org/nodegit/-/nodegit-0.5.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/nodegit/-/nodegit-0.5.0.tgz',
npm verb addRemoteTarball 'eef154cc377b97724a066673a3713d9d01175a46' ]
npm info retry fetch attempt 1 at 7:55:40 PM
npm info attempt registry request try #1 at 7:55:40 PM
npm http fetch GET https://registry.npmjs.org/nodegit/-/nodegit-0.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/nodegit/-/nodegit-0.5.0.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/nodegit/-/nodegit-0.5.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for nodegit@0.5.0
npm verb afterAdd /root/.npm/nodegit/0.5.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/nodegit/0.5.0/package/package.json written
npm info install nodegit@0.5.0 into /app
npm info installOne nodegit@0.5.0
npm verb installOne of nodegit to /app not in flight; installing
npm verb makeDirectory /root/.npm/_locks creation not in flight; initializing
npm verb lock using /root/.npm/_locks/nodegit-34ff02666f7ddaec.lock for /app/node_modules/nodegit
npm verb unbuild node_modules/nodegit
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit
npm verb tar unpack /root/.npm/nodegit/0.5.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit
npm verb write writing to /app/node_modules/nodegit/package.json
npm info preinstall nodegit@0.5.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/node-pre-gyp/package.json
npm info package.json node-pre-gyp@0.6.11 license should be a valid SPDX license expression
npm verb cache add spec npm@^3.3.3
npm verb addNamed ">=3.3.3 <4.0.0" is a valid semver range for npm
npm verb addNameRange registry:https://registry.npmjs.org/npm not in flight; fetching
npm verb cache add spec promisify-node@^0.2.1
npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for promisify-node
npm verb addNameRange registry:https://registry.npmjs.org/promisify-node not in flight; fetching
npm verb request uri https://registry.npmjs.org/npm
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:29 PM
npm http request GET https://registry.npmjs.org/npm
npm verb cache add spec which-native-nodish@^1.1.3
npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for which-native-nodish
npm verb addNameRange registry:https://registry.npmjs.org/which-native-nodish not in flight; fetching
npm verb cache add spec fs-extra@^0.24.0
npm verb addNamed ">=0.24.0 <0.25.0" is a valid semver range for fs-extra
npm verb addNameRange registry:https://registry.npmjs.org/fs-extra not in flight; fetching
npm verb cache add spec nodegit-promise@^3.0.2
npm verb addNamed ">=3.0.2 <4.0.0" is a valid semver range for nodegit-promise
npm verb addNameRange registry:https://registry.npmjs.org/nodegit-promise not in flight; fetching
npm verb request uri https://registry.npmjs.org/promisify-node
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:29 PM
npm http request GET https://registry.npmjs.org/promisify-node
npm verb request uri https://registry.npmjs.org/which-native-nodish
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:29 PM
npm http request GET https://registry.npmjs.org/which-native-nodish
npm verb request uri https://registry.npmjs.org/fs-extra
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:29 PM
npm http request GET https://registry.npmjs.org/fs-extra
npm verb request uri https://registry.npmjs.org/nodegit-promise
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:29 PM
npm http request GET https://registry.npmjs.org/nodegit-promise
npm http 200 https://registry.npmjs.org/promisify-node
npm verb get saving promisify-node to /root/.npm/registry.npmjs.org/promisify-node/.cache.json
npm verb addNamed "0.2.1" is a plain semver version for promisify-node
npm verb addRemoteTarball https://registry.npmjs.org/promisify-node/-/promisify-node-0.2.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/promisify-node/-/promisify-node-0.2.1.tgz',
npm verb addRemoteTarball '88067c37a5015d20941b9a10949a3da6c15f47a6' ]
npm info retry fetch attempt 1 at 7:56:30 PM
npm info attempt registry request try #1 at 7:56:30 PM
npm http fetch GET https://registry.npmjs.org/promisify-node/-/promisify-node-0.2.1.tgz
npm http 200 https://registry.npmjs.org/nodegit-promise
npm verb get saving nodegit-promise to /root/.npm/registry.npmjs.org/nodegit-promise/.cache.json
npm verb addNamed "3.0.3" is a plain semver version for nodegit-promise
npm verb addRemoteTarball https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-3.0.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-3.0.3.tgz',
npm verb addRemoteTarball 'b6c5e38b26de928a3e01e5d2cf1248f71250714c' ]
npm info retry fetch attempt 1 at 7:56:30 PM
npm info attempt registry request try #1 at 7:56:30 PM
npm http fetch GET https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-3.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/promisify-node/-/promisify-node-0.2.1.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/promisify-node/-/promisify-node-0.2.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for promisify-node@0.2.1
npm verb afterAdd /root/.npm/promisify-node/0.2.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/promisify-node/0.2.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-3.0.3.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/nodegit-promise/-/nodegit-promise-3.0.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for nodegit-promise@3.0.3
npm verb afterAdd /root/.npm/nodegit-promise/3.0.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/nodegit-promise/3.0.3/package/package.json written
npm http 200 https://registry.npmjs.org/which-native-nodish
npm verb get saving which-native-nodish to /root/.npm/registry.npmjs.org/which-native-nodish/.cache.json
npm verb addNamed "1.1.3" is a plain semver version for which-native-nodish
npm verb addRemoteTarball https://registry.npmjs.org/which-native-nodish/-/which-native-nodish-1.1.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/which-native-nodish/-/which-native-nodish-1.1.3.tgz',
npm verb addRemoteTarball '8f4535a6727e955c2180a820716e7d5460b4dbdb' ]
npm info retry fetch attempt 1 at 7:56:30 PM
npm info attempt registry request try #1 at 7:56:30 PM
npm http fetch GET https://registry.npmjs.org/which-native-nodish/-/which-native-nodish-1.1.3.tgz
npm http 200 https://registry.npmjs.org/fs-extra
npm verb get saving fs-extra to /root/.npm/registry.npmjs.org/fs-extra/.cache.json
npm verb addNamed "0.24.0" is a plain semver version for fs-extra
npm verb addRemoteTarball https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz',
npm verb addRemoteTarball 'd4e4342a96675cb7846633a6099249332b539952' ]
npm info retry fetch attempt 1 at 7:56:31 PM
npm info attempt registry request try #1 at 7:56:31 PM
npm http fetch GET https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz
npm http fetch 200 https://registry.npmjs.org/which-native-nodish/-/which-native-nodish-1.1.3.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/which-native-nodish/-/which-native-nodish-1.1.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for which-native-nodish@1.1.3
npm verb afterAdd /root/.npm/which-native-nodish/1.1.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/which-native-nodish/1.1.3/package/package.json written
npm http fetch 200 https://registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/fs-extra/-/fs-extra-0.24.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for fs-extra@0.24.0
npm verb afterAdd /root/.npm/fs-extra/0.24.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/fs-extra/0.24.0/package/package.json written
npm http 200 https://registry.npmjs.org/npm
npm verb get saving npm to /root/.npm/registry.npmjs.org/npm/.cache.json
npm verb addNamed "3.3.8" is a plain semver version for npm
npm verb addRemoteTarball https://registry.npmjs.org/npm/-/npm-3.3.8.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/npm/-/npm-3.3.8.tgz',
npm verb addRemoteTarball '7bbcc33b2921b7abe677bb1966773158cf47ea9e' ]
npm info retry fetch attempt 1 at 7:56:36 PM
npm info attempt registry request try #1 at 7:56:36 PM
npm http fetch GET https://registry.npmjs.org/npm/-/npm-3.3.8.tgz
npm http fetch 200 https://registry.npmjs.org/npm/-/npm-3.3.8.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/npm/-/npm-3.3.8.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for npm@3.3.8
npm verb afterAdd /root/.npm/npm/3.3.8/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/npm/3.3.8/package/package.json written
npm verb installMany node-pre-gyp@0.6.11 was bundled with nodegit@0.5.0
npm info install promisify-node@0.2.1 into /app/node_modules/nodegit
npm info install nodegit-promise@3.0.3 into /app/node_modules/nodegit
npm info install which-native-nodish@1.1.3 into /app/node_modules/nodegit
npm info install fs-extra@0.24.0 into /app/node_modules/nodegit
npm info install npm@3.3.8 into /app/node_modules/nodegit
npm info installOne promisify-node@0.2.1
npm verb installOne of promisify-node to /app/node_modules/nodegit not in flight; installing
npm info installOne nodegit-promise@3.0.3
npm verb installOne of nodegit-promise to /app/node_modules/nodegit not in flight; installing
npm info installOne which-native-nodish@1.1.3
npm verb installOne of which-native-nodish to /app/node_modules/nodegit not in flight; installing
npm info installOne fs-extra@0.24.0
npm verb installOne of fs-extra to /app/node_modules/nodegit not in flight; installing
npm info installOne npm@3.3.8
npm verb installOne of npm to /app/node_modules/nodegit not in flight; installing
npm verb lock using /root/.npm/_locks/promisify-node-937b203df5ff7ebc.lock for /app/node_modules/nodegit/node_modules/promisify-node
npm verb lock using /root/.npm/_locks/nodegit-promise-ad37bfa07cc6cbd6.lock for /app/node_modules/nodegit/node_modules/nodegit-promise
npm verb lock using /root/.npm/_locks/which-native-nodish-f201e4ae09d48c9d.lock for /app/node_modules/nodegit/node_modules/which-native-nodish
npm verb lock using /root/.npm/_locks/fs-extra-568ad18d621018a4.lock for /app/node_modules/nodegit/node_modules/fs-extra
npm verb lock using /root/.npm/_locks/npm-b84250166f8bf0db.lock for /app/node_modules/nodegit/node_modules/npm
npm verb unbuild node_modules/nodegit/node_modules/nodegit-promise
npm verb unbuild node_modules/nodegit/node_modules/fs-extra
npm verb unbuild node_modules/nodegit/node_modules/promisify-node
npm verb unbuild node_modules/nodegit/node_modules/npm
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/nodegit-promise
npm verb unbuild node_modules/nodegit/node_modules/which-native-nodish
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/promisify-node
npm verb tar unpack /root/.npm/nodegit-promise/3.0.3/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/nodegit-promise
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/nodegit-promise
npm verb tar unpack /root/.npm/fs-extra/0.24.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra
npm verb tar unpack /root/.npm/promisify-node/0.2.1/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/promisify-node
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/promisify-node
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish
npm verb tar unpack /root/.npm/npm/3.3.8/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/npm
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm
npm verb tar unpack /root/.npm/which-native-nodish/1.1.3/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/which-native-nodish
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish
npm verb write writing to /app/node_modules/nodegit/node_modules/which-native-nodish/package.json
npm info preinstall which-native-nodish@1.1.3
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/promisify-node/package.json
npm info preinstall promisify-node@0.2.1
npm verb cache add spec find-parent-dir@^0.3.0
npm verb cache add spec nodegit-promise@^1.0.0
npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for find-parent-dir
npm verb addNameRange registry:https://registry.npmjs.org/find-parent-dir not in flight; fetching
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for nodegit-promise
npm verb addNameRange registry:https://registry.npmjs.org/nodegit-promise not in flight; fetching
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/promisify-node/package.json
npm verb request uri https://registry.npmjs.org/find-parent-dir
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm http request GET https://registry.npmjs.org/find-parent-dir
npm verb request uri https://registry.npmjs.org/nodegit-promise
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm verb etag "1CPSM4D8FXIFFQJ3Z09G2NB4U"
npm http request GET https://registry.npmjs.org/nodegit-promise
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/promisify-node/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/promisify-node
npm info build /app/node_modules/nodegit/node_modules/promisify-node
npm info linkStuff promisify-node@0.2.1
npm verb linkBins promisify-node@0.2.1
npm verb linkMans promisify-node@0.2.1
npm verb rebuildBundles promisify-node@0.2.1
npm info install promisify-node@0.2.1
npm info postinstall promisify-node@0.2.1
npm verb unlock done using /root/.npm/_locks/promisify-node-937b203df5ff7ebc.lock for /app/node_modules/nodegit/node_modules/promisify-node
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/package.json
npm info preinstall fs-extra@0.24.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/nodegit-promise/package.json
npm info preinstall nodegit-promise@3.0.3
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/nodegit-promise/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/nodegit-promise/package.json
npm verb cache add spec path-is-absolute@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
npm verb addNameRange registry:https://registry.npmjs.org/path-is-absolute not in flight; fetching
npm verb cache add spec rimraf@^2.2.8
npm verb addNamed ">=2.2.8 <3.0.0" is a valid semver range for rimraf
npm verb addNameRange registry:https://registry.npmjs.org/rimraf not in flight; fetching
npm verb request uri https://registry.npmjs.org/path-is-absolute
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm http request GET https://registry.npmjs.org/path-is-absolute
npm verb cache add spec graceful-fs@^4.1.2
npm verb addNamed ">=4.1.2 <5.0.0" is a valid semver range for graceful-fs
npm verb addNameRange registry:https://registry.npmjs.org/graceful-fs not in flight; fetching
npm verb cache add spec jsonfile@^2.1.0
npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for jsonfile
npm verb addNameRange registry:https://registry.npmjs.org/jsonfile not in flight; fetching
npm verb request uri https://registry.npmjs.org/rimraf
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm http request GET https://registry.npmjs.org/rimraf
npm verb request uri https://registry.npmjs.org/graceful-fs
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm http request GET https://registry.npmjs.org/graceful-fs
npm verb request uri https://registry.npmjs.org/jsonfile
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm http request GET https://registry.npmjs.org/jsonfile
npm verb cache add spec asap@~2.0.3
npm verb addNamed ">=2.0.3 <2.1.0" is a valid semver range for asap
npm verb addNameRange registry:https://registry.npmjs.org/asap not in flight; fetching
npm verb request uri https://registry.npmjs.org/asap
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:42 PM
npm http request GET https://registry.npmjs.org/asap
npm http 200 https://registry.npmjs.org/find-parent-dir
npm verb get saving find-parent-dir to /root/.npm/registry.npmjs.org/find-parent-dir/.cache.json
npm http 304 https://registry.npmjs.org/nodegit-promise
npm verb etag https://registry.npmjs.org/nodegit-promise from cache
npm verb get saving nodegit-promise to /root/.npm/registry.npmjs.org/nodegit-promise/.cache.json
npm verb addNamed "0.3.0" is a plain semver version for find-parent-dir
npm verb addNamed "1.0.2" is a plain semver version for nodegit-promise
npm verb addRemoteTarball https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz',
npm verb addRemoteTarball '33c44b429ab2b2f0646299c5f9f718f376ff8d54' ]
npm verb addRemoteTarball https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-1.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-1.0.2.tgz',
npm verb addRemoteTarball '90c067cc6e8dc0ba4f854e40d17773f0ea2c7447' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-1.0.2.tgz
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz
npm http 200 https://registry.npmjs.org/path-is-absolute
npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
npm verb addRemoteTarball https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz',
npm verb addRemoteTarball '263dada66ab3f2fb10bf7f9d24dd8f3e570ef912' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
npm http 200 https://registry.npmjs.org/jsonfile
npm verb get saving jsonfile to /root/.npm/registry.npmjs.org/jsonfile/.cache.json
npm verb addNamed "2.2.3" is a plain semver version for jsonfile
npm http 200 https://registry.npmjs.org/asap
npm verb get saving asap to /root/.npm/registry.npmjs.org/asap/.cache.json
npm verb addRemoteTarball https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz',
npm verb addRemoteTarball 'e252b99a6af901d3ec41f332589c90509a7bc605' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
npm verb addNamed "2.0.3" is a plain semver version for asap
npm verb addRemoteTarball https://registry.npmjs.org/asap/-/asap-2.0.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/asap/-/asap-2.0.3.tgz',
npm verb addRemoteTarball '1fc1d1564ee11620dfca6d67029850913f9f4679' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/asap/-/asap-2.0.3.tgz
npm http 200 https://registry.npmjs.org/graceful-fs
npm verb get saving graceful-fs to /root/.npm/registry.npmjs.org/graceful-fs/.cache.json
npm verb addNamed "4.1.2" is a plain semver version for graceful-fs
npm verb addRemoteTarball https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz',
npm verb addRemoteTarball 'fe2239b7574972e67e41f808823f9bfa4a991e37' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
npm http 200 https://registry.npmjs.org/rimraf
npm verb get saving rimraf to /root/.npm/registry.npmjs.org/rimraf/.cache.json
npm verb addNamed "2.4.3" is a plain semver version for rimraf
npm verb addRemoteTarball https://registry.npmjs.org/rimraf/-/rimraf-2.4.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/rimraf/-/rimraf-2.4.3.tgz',
npm verb addRemoteTarball 'e5b51c9437a4c582adb955e9f28cf8d945e272af' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/rimraf/-/rimraf-2.4.3.tgz
npm http fetch 200 https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for find-parent-dir@0.3.0
npm verb afterAdd /root/.npm/find-parent-dir/0.3.0/package/package.json not in flight; writing
npm http fetch 200 https://registry.npmjs.org/nodegit-promise/-/nodegit-promise-1.0.2.tgz
npm verb afterAdd /root/.npm/find-parent-dir/0.3.0/package/package.json written
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/nodegit-promise/-/nodegit-promise-1.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for nodegit-promise@1.0.2
npm verb afterAdd /root/.npm/nodegit-promise/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/nodegit-promise/1.0.2/package/package.json written
npm info install find-parent-dir@0.3.0 into /app/node_modules/nodegit/node_modules/which-native-nodish
npm info install nodegit-promise@1.0.2 into /app/node_modules/nodegit/node_modules/which-native-nodish
npm info installOne find-parent-dir@0.3.0
npm verb installOne of find-parent-dir to /app/node_modules/nodegit/node_modules/which-native-nodish not in flight; installing
npm info installOne nodegit-promise@1.0.2
npm verb installOne of nodegit-promise to /app/node_modules/nodegit/node_modules/which-native-nodish not in flight; installing
npm verb lock using /root/.npm/_locks/find-parent-dir-a31d475f293ca61b.lock for /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm verb lock using /root/.npm/_locks/nodegit-promise-069a1e56eba1b633.lock for /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm verb unbuild node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm verb unbuild node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm verb tar unpack /root/.npm/nodegit-promise/1.0.2/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm verb tar unpack /root/.npm/find-parent-dir/0.3.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm verb write writing to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir/package.json
npm info preinstall find-parent-dir@0.3.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm info build /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm info linkStuff find-parent-dir@0.3.0
npm verb linkBins find-parent-dir@0.3.0
npm verb linkMans find-parent-dir@0.3.0
npm verb rebuildBundles find-parent-dir@0.3.0
npm info install find-parent-dir@0.3.0
npm info postinstall find-parent-dir@0.3.0
npm verb unlock done using /root/.npm/_locks/find-parent-dir-a31d475f293ca61b.lock for /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/find-parent-dir
npm verb write writing to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/package.json
npm info preinstall nodegit-promise@1.0.2
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/package.json
npm verb cache add spec asap@~1.0.0
npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for asap
npm verb addNameRange registry:https://registry.npmjs.org/asap not in flight; fetching
npm verb get https://registry.npmjs.org/asap not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for asap
npm verb addRemoteTarball https://registry.npmjs.org/asap/-/asap-1.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/asap/-/asap-1.0.0.tgz',
npm verb addRemoteTarball 'b2a45da5fdfa20b0496fc3768cc27c12fa916a7d' ]
npm info retry fetch attempt 1 at 7:56:43 PM
npm info attempt registry request try #1 at 7:56:43 PM
npm http fetch GET https://registry.npmjs.org/asap/-/asap-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for path-is-absolute@1.0.0
npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
npm http fetch 200 https://registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/asap/-/asap-2.0.3.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/jsonfile/-/jsonfile-2.2.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for jsonfile@2.2.3
npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/asap/-/asap-2.0.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for asap@2.0.3
npm verb afterAdd /root/.npm/jsonfile/2.2.3/package/package.json written
npm verb afterAdd /root/.npm/asap/2.0.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/asap/2.0.3/package/package.json written
npm info install asap@2.0.3 into /app/node_modules/nodegit/node_modules/nodegit-promise
npm info installOne asap@2.0.3
npm verb installOne of asap to /app/node_modules/nodegit/node_modules/nodegit-promise not in flight; installing
npm verb lock using /root/.npm/_locks/asap-2b8fe2da5fd9893f.lock for /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm verb unbuild node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm verb tar unpack /root/.npm/asap/2.0.3/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm verb write writing to /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap/package.json
npm info preinstall asap@2.0.3
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm info build /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm info linkStuff asap@2.0.3
npm verb linkBins asap@2.0.3
npm verb linkMans asap@2.0.3
npm verb rebuildBundles asap@2.0.3
npm info install asap@2.0.3
npm http fetch 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz
npm info postinstall asap@2.0.3
npm verb unlock done using /root/.npm/_locks/asap-2b8fe2da5fd9893f.lock for /app/node_modules/nodegit/node_modules/nodegit-promise/node_modules/asap
npm verb about to build /app/node_modules/nodegit/node_modules/nodegit-promise
npm info build /app/node_modules/nodegit/node_modules/nodegit-promise
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for graceful-fs@4.1.2
npm info linkStuff nodegit-promise@3.0.3
npm http fetch 200 https://registry.npmjs.org/rimraf/-/rimraf-2.4.3.tgz
npm verb linkBins nodegit-promise@3.0.3
npm verb linkMans nodegit-promise@3.0.3
npm verb rebuildBundles nodegit-promise@3.0.3
npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json not in flight; writing
npm verb rebuildBundles [ 'asap' ]
npm info install nodegit-promise@3.0.3
npm info postinstall nodegit-promise@3.0.3
npm verb afterAdd /root/.npm/graceful-fs/4.1.2/package/package.json written
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/rimraf/-/rimraf-2.4.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for rimraf@2.4.3
npm verb unlock done using /root/.npm/_locks/nodegit-promise-ad37bfa07cc6cbd6.lock for /app/node_modules/nodegit/node_modules/nodegit-promise
npm verb afterAdd /root/.npm/rimraf/2.4.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/rimraf/2.4.3/package/package.json written
npm info install path-is-absolute@1.0.0 into /app/node_modules/nodegit/node_modules/fs-extra
npm info install jsonfile@2.2.3 into /app/node_modules/nodegit/node_modules/fs-extra
npm info install graceful-fs@4.1.2 into /app/node_modules/nodegit/node_modules/fs-extra
npm info install rimraf@2.4.3 into /app/node_modules/nodegit/node_modules/fs-extra
npm info installOne path-is-absolute@1.0.0
npm verb installOne of path-is-absolute to /app/node_modules/nodegit/node_modules/fs-extra not in flight; installing
npm info installOne jsonfile@2.2.3
npm verb installOne of jsonfile to /app/node_modules/nodegit/node_modules/fs-extra not in flight; installing
npm info installOne graceful-fs@4.1.2
npm verb installOne of graceful-fs to /app/node_modules/nodegit/node_modules/fs-extra not in flight; installing
npm info installOne rimraf@2.4.3
npm verb installOne of rimraf to /app/node_modules/nodegit/node_modules/fs-extra not in flight; installing
npm verb lock using /root/.npm/_locks/path-is-absolute-e6fe9477236281b9.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm verb lock using /root/.npm/_locks/jsonfile-3f9852d1a7e54fb6.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb lock using /root/.npm/_locks/graceful-fs-95d5ebf4f6f863bb.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm verb lock using /root/.npm/_locks/rimraf-140d7b36cec072fc.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm verb tar unpack /root/.npm/path-is-absolute/1.0.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm verb tar unpack /root/.npm/jsonfile/2.2.3/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb tar unpack /root/.npm/graceful-fs/4.1.2/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm verb tar unpack /root/.npm/rimraf/2.4.3/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute/package.json
npm info preinstall path-is-absolute@1.0.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm info preinstall rimraf@2.4.3
npm info preinstall jsonfile@2.2.3
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile/package.json
npm info linkStuff path-is-absolute@1.0.0
npm verb linkBins path-is-absolute@1.0.0
npm verb linkMans path-is-absolute@1.0.0
npm verb rebuildBundles path-is-absolute@1.0.0
npm info install path-is-absolute@1.0.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/package.json
npm info postinstall path-is-absolute@1.0.0
npm verb unlock done using /root/.npm/_locks/path-is-absolute-e6fe9477236281b9.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/path-is-absolute
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs/package.json
npm verb cache add spec glob@^5.0.14
npm verb addNamed ">=5.0.14 <6.0.0" is a valid semver range for glob
npm verb addNameRange registry:https://registry.npmjs.org/glob not in flight; fetching
npm info preinstall graceful-fs@4.1.2
npm verb request uri https://registry.npmjs.org/glob
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:43 PM
npm http request GET https://registry.npmjs.org/glob
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs/package.json
npm info linkStuff jsonfile@2.2.3
npm verb linkBins jsonfile@2.2.3
npm verb linkMans jsonfile@2.2.3
npm verb rebuildBundles jsonfile@2.2.3
npm info install jsonfile@2.2.3
npm info postinstall jsonfile@2.2.3
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs/package.json
npm verb unlock done using /root/.npm/_locks/jsonfile-3f9852d1a7e54fb6.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/jsonfile
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm info linkStuff graceful-fs@4.1.2
npm http fetch 200 https://registry.npmjs.org/asap/-/asap-1.0.0.tgz
npm verb linkBins graceful-fs@4.1.2
npm verb linkMans graceful-fs@4.1.2
npm verb rebuildBundles graceful-fs@4.1.2
npm info install graceful-fs@4.1.2
npm info postinstall graceful-fs@4.1.2
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/asap/-/asap-1.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for asap@1.0.0
npm verb unlock done using /root/.npm/_locks/graceful-fs-95d5ebf4f6f863bb.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/graceful-fs
npm verb afterAdd /root/.npm/asap/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/asap/1.0.0/package/package.json written
npm info install asap@1.0.0 into /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm info installOne asap@1.0.0
npm verb installOne of asap to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise not in flight; installing
npm verb lock using /root/.npm/_locks/asap-81d77a0106b2a6d5.lock for /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm verb unbuild node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm verb tar unpack /root/.npm/asap/1.0.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm verb write writing to /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap/package.json
npm info preinstall asap@1.0.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm info build /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm info linkStuff asap@1.0.0
npm verb linkBins asap@1.0.0
npm verb linkMans asap@1.0.0
npm verb rebuildBundles asap@1.0.0
npm info install asap@1.0.0
npm info postinstall asap@1.0.0
npm verb unlock done using /root/.npm/_locks/asap-81d77a0106b2a6d5.lock for /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise/node_modules/asap
npm verb about to build /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm info build /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm info linkStuff nodegit-promise@1.0.2
npm verb linkBins nodegit-promise@1.0.2
npm verb linkMans nodegit-promise@1.0.2
npm verb rebuildBundles nodegit-promise@1.0.2
npm verb rebuildBundles [ 'asap' ]
npm info install nodegit-promise@1.0.2
npm info postinstall nodegit-promise@1.0.2
npm verb unlock done using /root/.npm/_locks/nodegit-promise-069a1e56eba1b633.lock for /app/node_modules/nodegit/node_modules/which-native-nodish/node_modules/nodegit-promise
npm verb about to build /app/node_modules/nodegit/node_modules/which-native-nodish
npm info build /app/node_modules/nodegit/node_modules/which-native-nodish
npm info linkStuff which-native-nodish@1.1.3
npm verb linkBins which-native-nodish@1.1.3
npm verb link bins [ { 'which-native-nodish': 'bin/cmd.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans which-native-nodish@1.1.3
npm verb rebuildBundles which-native-nodish@1.1.3
npm verb rebuildBundles [ 'find-parent-dir', 'nodegit-promise' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/.bin/which-native-nodish
npm info install which-native-nodish@1.1.3
npm info postinstall which-native-nodish@1.1.3
npm verb unlock done using /root/.npm/_locks/which-native-nodish-f201e4ae09d48c9d.lock for /app/node_modules/nodegit/node_modules/which-native-nodish
npm http 200 https://registry.npmjs.org/glob
npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
npm verb addNamed "5.0.15" is a plain semver version for glob
npm verb addRemoteTarball https://registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/glob/-/glob-5.0.15.tgz',
npm verb addRemoteTarball '1bc936b9e02f4a603fcc222ecf7633d30b8b93b1' ]
npm info retry fetch attempt 1 at 7:56:44 PM
npm info attempt registry request try #1 at 7:56:44 PM
npm http fetch GET https://registry.npmjs.org/glob/-/glob-5.0.15.tgz
npm http fetch 200 https://registry.npmjs.org/glob/-/glob-5.0.15.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/glob/-/glob-5.0.15.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for glob@5.0.15
npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json written
npm info install glob@5.0.15 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm info installOne glob@5.0.15
npm verb installOne of glob to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf not in flight; installing
npm verb lock using /root/.npm/_locks/glob-de00e3ccb5e08afd.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm verb tar unpack /root/.npm/glob/5.0.15/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/package.json
npm info preinstall glob@5.0.15
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/package.json
npm verb cache add spec inflight@^1.0.4
npm verb cache add spec inherits@2
npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
npm verb addNameRange registry:https://registry.npmjs.org/inflight not in flight; fetching
npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
npm verb addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
npm verb cache add spec minimatch@2 || 3
npm verb addNamed ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0" is a valid semver range for minimatch
npm verb addNameRange registry:https://registry.npmjs.org/minimatch not in flight; fetching
npm verb cache add spec once@^1.3.0
npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for once
npm verb addNameRange registry:https://registry.npmjs.org/once not in flight; fetching
npm verb request uri https://registry.npmjs.org/inflight
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:45 PM
npm http request GET https://registry.npmjs.org/inflight
npm verb request uri https://registry.npmjs.org/inherits
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:45 PM
npm http request GET https://registry.npmjs.org/inherits
npm verb request uri https://registry.npmjs.org/minimatch
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:45 PM
npm http request GET https://registry.npmjs.org/minimatch
npm verb request uri https://registry.npmjs.org/once
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:45 PM
npm http request GET https://registry.npmjs.org/once
npm http 200 https://registry.npmjs.org/inflight
npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
npm http 200 https://registry.npmjs.org/inherits
npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
npm http 200 https://registry.npmjs.org/once
npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
npm verb addNamed "1.0.4" is a plain semver version for inflight
npm verb addNamed "1.3.2" is a plain semver version for once
npm verb addNamed "2.0.1" is a plain semver version for inherits
npm verb addRemoteTarball https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz',
npm verb addRemoteTarball '6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a' ]
npm verb addRemoteTarball https://registry.npmjs.org/once/-/once-1.3.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/once/-/once-1.3.2.tgz',
npm verb addRemoteTarball 'd8feeca93b039ec1dcdee7741c92bdac5e28081b' ]
npm verb addRemoteTarball https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz',
npm verb addRemoteTarball 'b17d08d326b4423e568eff719f91b0b1cbdf69f1' ]
npm info retry fetch attempt 1 at 7:56:45 PM
npm info attempt registry request try #1 at 7:56:45 PM
npm http fetch GET https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
npm info retry fetch attempt 1 at 7:56:45 PM
npm info attempt registry request try #1 at 7:56:45 PM
npm http fetch GET https://registry.npmjs.org/once/-/once-1.3.2.tgz
npm info retry fetch attempt 1 at 7:56:45 PM
npm info attempt registry request try #1 at 7:56:45 PM
npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm http 200 https://registry.npmjs.org/minimatch
npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
npm verb addNamed "3.0.0" is a plain semver version for minimatch
npm verb addRemoteTarball https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz',
npm verb addRemoteTarball '5236157a51e4f004c177fb3c527ff7dd78f0ef83' ]
npm info retry fetch attempt 1 at 7:56:45 PM
npm info attempt registry request try #1 at 7:56:45 PM
npm http fetch GET https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/once/-/once-1.3.2.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/inflight/-/inflight-1.0.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for inflight@1.0.4
npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/once/-/once-1.3.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for once@1.3.2
npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/inherits/-/inherits-2.0.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for inherits@2.0.1
npm verb afterAdd /root/.npm/once/1.3.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/once/1.3.2/package/package.json written
npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for minimatch@3.0.0
npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/minimatch/3.0.0/package/package.json written
npm info install inflight@1.0.4 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm info install once@1.3.2 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm info install inherits@2.0.1 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm info install minimatch@3.0.0 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm info installOne inflight@1.0.4
npm verb installOne of inflight to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob not in flight; installing
npm info installOne once@1.3.2
npm verb installOne of once to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob not in flight; installing
npm info installOne inherits@2.0.1
npm verb installOne of inherits to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob not in flight; installing
npm info installOne minimatch@3.0.0
npm verb installOne of minimatch to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob not in flight; installing
npm verb lock using /root/.npm/_locks/once-a249ffd5de635588.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb lock using /root/.npm/_locks/inherits-6e49529516cf1433.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb lock using /root/.npm/_locks/minimatch-29a13335ad7bf305.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm verb lock using /root/.npm/_locks/inflight-fe99a021f43d2828.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm verb tar unpack /root/.npm/once/1.3.2/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb tar unpack /root/.npm/minimatch/3.0.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm verb tar unpack /root/.npm/inherits/2.0.1/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb tar unpack /root/.npm/inflight/1.0.4/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/package.json
npm info preinstall once@1.3.2
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json
npm info preinstall inherits@2.0.1
npm info preinstall inflight@1.0.4
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json
npm verb cache add spec wrappy@1
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
npm verb addNameRange registry:https://registry.npmjs.org/wrappy not in flight; fetching
npm verb request uri https://registry.npmjs.org/wrappy
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:46 PM
npm http request GET https://registry.npmjs.org/wrappy
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb cache add spec wrappy@1
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
npm verb addNameRange registry:https://registry.npmjs.org/wrappy already in flight; waiting
npm info linkStuff inherits@2.0.1
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json
npm verb linkBins inherits@2.0.1
npm verb linkMans inherits@2.0.1
npm verb rebuildBundles inherits@2.0.1
npm info preinstall minimatch@3.0.0
npm info install inherits@2.0.1
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json
npm info postinstall inherits@2.0.1
npm verb unlock done using /root/.npm/_locks/inherits-6e49529516cf1433.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inherits
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json
npm verb cache add spec brace-expansion@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
npm verb addNameRange registry:https://registry.npmjs.org/brace-expansion not in flight; fetching
npm verb request uri https://registry.npmjs.org/brace-expansion
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:46 PM
npm http request GET https://registry.npmjs.org/brace-expansion
npm http 200 https://registry.npmjs.org/wrappy
npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
npm verb addNamed "1.0.1" is a plain semver version for wrappy
npm verb addNamed "1.0.1" is a plain semver version for wrappy
npm verb addRemoteTarball https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz',
npm verb addRemoteTarball '1e65969965ccbc2db4548c6b84a6f2c5aedd4739' ]
npm verb addRemoteTarball https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz already in flight; waiting
npm info retry fetch attempt 1 at 7:56:46 PM
npm info attempt registry request try #1 at 7:56:46 PM
npm http fetch GET https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
npm http 200 https://registry.npmjs.org/brace-expansion
npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
npm verb addNamed "1.1.1" is a plain semver version for brace-expansion
npm verb addRemoteTarball https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz',
npm verb addRemoteTarball 'da5fb78aef4c44c9e4acf525064fb3208ebab045' ]
npm info retry fetch attempt 1 at 7:56:46 PM
npm info attempt registry request try #1 at 7:56:46 PM
npm http fetch GET https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for wrappy@1.0.1
npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json already in flight; not writing
npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
npm info install wrappy@1.0.1 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm info installOne wrappy@1.0.1
npm verb installOne of wrappy to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once not in flight; installing
npm info install wrappy@1.0.1 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm info installOne wrappy@1.0.1
npm verb installOne of wrappy to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight not in flight; installing
npm verb lock using /root/.npm/_locks/wrappy-4fc5d5b72963c3be.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm verb lock using /root/.npm/_locks/wrappy-fe3a210373e38061.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm verb tar unpack /root/.npm/wrappy/1.0.1/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm http fetch 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for brace-expansion@1.1.1
npm verb afterAdd /root/.npm/brace-expansion/1.1.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/brace-expansion/1.1.1/package/package.json written
npm info install brace-expansion@1.1.1 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm info installOne brace-expansion@1.1.1
npm verb installOne of brace-expansion to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch not in flight; installing
npm verb lock using /root/.npm/_locks/brace-expansion-de549f6d405bafcf.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm verb tar unpack /root/.npm/brace-expansion/1.1.1/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json
npm info preinstall wrappy@1.0.1
npm info preinstall wrappy@1.0.1
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm info linkStuff wrappy@1.0.1
npm info linkStuff wrappy@1.0.1
npm verb linkBins wrappy@1.0.1
npm verb linkMans wrappy@1.0.1
npm verb rebuildBundles wrappy@1.0.1
npm info install wrappy@1.0.1
npm verb linkBins wrappy@1.0.1
npm verb linkMans wrappy@1.0.1
npm verb rebuildBundles wrappy@1.0.1
npm info install wrappy@1.0.1
npm info postinstall wrappy@1.0.1
npm info postinstall wrappy@1.0.1
npm verb unlock done using /root/.npm/_locks/wrappy-fe3a210373e38061.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb unlock done using /root/.npm/_locks/wrappy-4fc5d5b72963c3be.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm info linkStuff once@1.3.2
npm info linkStuff inflight@1.0.4
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
npm verb linkBins once@1.3.2
npm verb linkMans once@1.3.2
npm verb rebuildBundles once@1.3.2
npm info preinstall brace-expansion@1.1.1
npm verb rebuildBundles [ 'wrappy' ]
npm info install once@1.3.2
npm verb linkBins inflight@1.0.4
npm verb linkMans inflight@1.0.4
npm verb rebuildBundles inflight@1.0.4
npm verb rebuildBundles [ 'wrappy' ]
npm info install inflight@1.0.4
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
npm info postinstall once@1.3.2
npm info postinstall inflight@1.0.4
npm verb unlock done using /root/.npm/_locks/once-a249ffd5de635588.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/once
npm verb unlock done using /root/.npm/_locks/inflight-fe99a021f43d2828.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/inflight
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
npm verb cache add spec balanced-match@^0.2.0
npm verb cache add spec concat-map@0.0.1
npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for balanced-match
npm verb addNameRange registry:https://registry.npmjs.org/balanced-match not in flight; fetching
npm verb addNamed "0.0.1" is a plain semver version for concat-map
npm verb addNameVersion registry:https://registry.npmjs.org/concat-map not in flight; fetching
npm verb request uri https://registry.npmjs.org/balanced-match
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:47 PM
npm http request GET https://registry.npmjs.org/balanced-match
npm verb request uri https://registry.npmjs.org/concat-map
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:47 PM
npm http request GET https://registry.npmjs.org/concat-map
npm http 200 https://registry.npmjs.org/balanced-match
npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
npm http 200 https://registry.npmjs.org/concat-map
npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
npm verb addNamed "0.2.0" is a plain semver version for balanced-match
npm verb addRemoteTarball https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz',
npm verb addRemoteTarball 'd8a96bd77fd68df7793a73036a3ba0d5405d477b' ]
npm verb addRemoteTarball https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz',
npm verb addRemoteTarball '38f6730c03aab6d5edbb52bd934885e756d71674' ]
npm info retry fetch attempt 1 at 7:56:47 PM
npm info attempt registry request try #1 at 7:56:47 PM
npm http fetch GET https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
npm info retry fetch attempt 1 at 7:56:47 PM
npm info attempt registry request try #1 at 7:56:47 PM
npm http fetch GET https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for concat-map@0.0.1
npm verb addTmpTarball /tmp/npm-6-5452cd0e/registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for balanced-match@0.2.0
npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/balanced-match/0.2.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
npm verb afterAdd /root/.npm/balanced-match/0.2.0/package/package.json written
npm info install concat-map@0.0.1 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm info install balanced-match@0.2.0 into /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm info installOne concat-map@0.0.1
npm verb installOne of concat-map to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion not in flight; installing
npm info installOne balanced-match@0.2.0
npm verb installOne of balanced-match to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion not in flight; installing
npm verb lock using /root/.npm/_locks/concat-map-665cdcea1bee0bbb.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb lock using /root/.npm/_locks/balanced-match-d082e92ac904d13d.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb unbuild node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm verb tar unpack /root/.npm/concat-map/0.0.1/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb tar unpack /root/.npm/balanced-match/0.2.0/package.tgz
npm verb tar unpacking to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
npm info preinstall concat-map@0.0.1
npm verb write writing to /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
npm info preinstall balanced-match@0.2.0
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm info linkStuff concat-map@0.0.1
npm verb linkBins concat-map@0.0.1
npm verb linkMans concat-map@0.0.1
npm verb rebuildBundles concat-map@0.0.1
npm info install concat-map@0.0.1
npm info linkStuff balanced-match@0.2.0
npm info postinstall concat-map@0.0.1
npm verb unlock done using /root/.npm/_locks/concat-map-665cdcea1bee0bbb.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map
npm verb linkBins balanced-match@0.2.0
npm verb linkMans balanced-match@0.2.0
npm verb rebuildBundles balanced-match@0.2.0
npm info install balanced-match@0.2.0
npm info postinstall balanced-match@0.2.0
npm verb unlock done using /root/.npm/_locks/balanced-match-d082e92ac904d13d.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm info linkStuff brace-expansion@1.1.1
npm verb linkBins brace-expansion@1.1.1
npm verb linkMans brace-expansion@1.1.1
npm verb rebuildBundles brace-expansion@1.1.1
npm verb rebuildBundles [ 'balanced-match', 'concat-map' ]
npm info install brace-expansion@1.1.1
npm info postinstall brace-expansion@1.1.1
npm verb unlock done using /root/.npm/_locks/brace-expansion-de549f6d405bafcf.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm info linkStuff minimatch@3.0.0
npm verb linkBins minimatch@3.0.0
npm verb linkMans minimatch@3.0.0
npm verb rebuildBundles minimatch@3.0.0
npm verb rebuildBundles [ 'brace-expansion' ]
npm info install minimatch@3.0.0
npm info postinstall minimatch@3.0.0
npm verb unlock done using /root/.npm/_locks/minimatch-29a13335ad7bf305.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob/node_modules/minimatch
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm info linkStuff glob@5.0.15
npm verb linkBins glob@5.0.15
npm verb linkMans glob@5.0.15
npm verb rebuildBundles glob@5.0.15
npm verb rebuildBundles [ 'inflight', 'inherits', 'minimatch', 'once' ]
npm info install glob@5.0.15
npm info postinstall glob@5.0.15
npm verb unlock done using /root/.npm/_locks/glob-de00e3ccb5e08afd.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf/node_modules/glob
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm info build /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm info linkStuff rimraf@2.4.3
npm verb linkBins rimraf@2.4.3
npm verb link bins [ { rimraf: './bin.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/fs-extra/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans rimraf@2.4.3
npm verb rebuildBundles rimraf@2.4.3
npm verb rebuildBundles [ 'glob' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/fs-extra/node_modules/.bin/rimraf
npm info install rimraf@2.4.3
npm info postinstall rimraf@2.4.3
npm verb unlock done using /root/.npm/_locks/rimraf-140d7b36cec072fc.lock for /app/node_modules/nodegit/node_modules/fs-extra/node_modules/rimraf
npm verb about to build /app/node_modules/nodegit/node_modules/fs-extra
npm info build /app/node_modules/nodegit/node_modules/fs-extra
npm info linkStuff fs-extra@0.24.0
npm verb linkBins fs-extra@0.24.0
npm verb linkMans fs-extra@0.24.0
npm verb rebuildBundles fs-extra@0.24.0
npm verb rebuildBundles [ '.bin', 'graceful-fs', 'jsonfile', 'path-is-absolute', 'rimraf' ]
npm info install fs-extra@0.24.0
npm info postinstall fs-extra@0.24.0
npm verb unlock done using /root/.npm/_locks/fs-extra-568ad18d621018a4.lock for /app/node_modules/nodegit/node_modules/fs-extra
npm verb write writing to /app/node_modules/nodegit/node_modules/npm/package.json
npm info preinstall npm@3.3.8
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/npm/package.json
npm verb readDependencies loading dependencies from /app/node_modules/nodegit/node_modules/npm/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/abbrev/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ansi/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ansi-regex/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ansi-styles/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ansicolors/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ansistyles/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/aproba/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/archy/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/are-we-there-yet/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/array-index/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/asap/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/asn1/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/assert-plus/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/async/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/async-some/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/aws-sign2/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/balanced-match/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/bl/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/block-stream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/bluebird/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/boom/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/brace-expansion/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/builtin-modules/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/builtins/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/caseless/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/chalk/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/chownr/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/clone/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/cmd-shim/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/columnify/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/combined-stream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/commander/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/concat-map/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/concat-stream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/config-chain/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/core-util-is/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/cryptiles/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ctype/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/debug/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/debuglog/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/defaults/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/delayed-stream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/delegates/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/dezalgo/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/editor/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/escape-string-regexp/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/extend/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/forever-agent/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/form-data/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/fs-vacuum/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/fs-write-stream-atomic/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/fstream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/fstream-ignore/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/fstream-npm/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/gauge/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/generate-function/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/generate-object-property/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/glob/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/graceful-fs/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/graceful-readlink/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/har-validator/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/has-ansi/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/has-unicode/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/hawk/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/hoek/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/hosted-git-info/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/http-signature/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/iferr/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/inflight/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/inherits/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ini/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/init-package-json/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/is-absolute/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/is-builtin-module/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/is-my-json-valid/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/is-property/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/is-relative/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/isarray/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/isstream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/jju/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/json-parse-helpfulerror/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/json-stringify-safe/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/jsonpointer/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lockfile/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._arraycopy/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._arrayeach/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseassign/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basecallback/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseclone/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basecopy/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basedifference/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseflatten/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basefor/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseindexof/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseisequal/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basetostring/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseuniq/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._bindcallback/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._cacheindexof/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._createcache/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._createpadding/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._getnative/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._isiterateecall/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.clonedeep/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.isarguments/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.isarray/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.istypedarray/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.keys/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.pad/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.padleft/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.padright/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.pairs/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.repeat/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.restparam/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.union/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.uniq/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.without/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/lru-cache/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/mime-db/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/mime-types/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/minimatch/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/minimist/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/mkdirp/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/ms/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/mute-stream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/node-gyp/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/node-uuid/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/nopt/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/normalize-git-url/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/normalize-package-data/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/npm-cache-filename/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/npm-install-checks/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/npm-package-arg/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/npm-registry-client/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/npm-user-validate/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/npmlog/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/oauth-sign/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/once/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/opener/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/os-homedir/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/os-tmpdir/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/osenv/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/path-array/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/path-is-absolute/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/path-is-inside/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/process-nextick-args/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/promzard/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/proto-list/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/qs/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/read/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/read-cmd-shim/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/read-installed/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/read-package-json/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/read-package-tree/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/readable-stream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/readdir-scoped-modules/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/realize-package-specifier/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/request/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/retry/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/rimraf/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/semver/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/sha/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/sigmund/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/slide/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/sntp/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/sorted-object/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-correct/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-exceptions/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-expression-parse/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-license-ids/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/string_decoder/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/stringstream/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/strip-ansi/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/supports-color/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/tar/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/text-table/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/tough-cookie/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/tunnel-agent/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/typedarray/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/uid-number/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/umask/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/unique-filename/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/unique-slug/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/unpipe/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/util-deprecate/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/util-extend/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/validate-npm-package-license/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/validate-npm-package-name/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/wcwidth/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/which/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/wrappy/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/write-file-atomic/package.json
npm verb targetResolver reading package data from /app/node_modules/nodegit/node_modules/npm/node_modules/xtend/package.json
npm info package.json array-index@0.1.1 No license field.
npm info package.json cmd-shim@2.0.1 license should be a valid SPDX license expression
npm info package.json config-chain@1.1.9 No license field.
npm info package.json is-absolute@0.1.7 license should be a valid SPDX license expression
npm info package.json is-relative@0.1.3 No license field.
npm info package.json jju@1.2.1 license should be a valid SPDX license expression
npm info package.json ms@0.7.1 No license field.
npm info package.json wcwidth@1.0.0 No repository field.
npm verb installMany abbrev@1.0.7 was bundled with npm@3.3.8
npm verb installMany ansicolors@0.3.2 was bundled with npm@3.3.8
npm verb installMany ansistyles@0.1.3 was bundled with npm@3.3.8
npm verb installMany aproba@1.0.1 was bundled with npm@3.3.8
npm verb installMany archy@1.0.0 was bundled with npm@3.3.8
npm verb installMany async-some@1.0.2 was bundled with npm@3.3.8
npm verb installMany chownr@1.0.1 was bundled with npm@3.3.8
npm verb installMany cmd-shim@2.0.1 was bundled with npm@3.3.8
npm verb installMany columnify@1.5.2 was bundled with npm@3.3.8
npm verb installMany config-chain@1.1.9 was bundled with npm@3.3.8
npm verb installMany dezalgo@1.0.3 was bundled with npm@3.3.8
npm verb installMany editor@1.0.0 was bundled with npm@3.3.8
npm verb installMany fs-vacuum@1.2.7 was bundled with npm@3.3.8
npm verb installMany fs-write-stream-atomic@1.0.4 was bundled with npm@3.3.8
npm verb installMany fstream@1.0.8 was bundled with npm@3.3.8
npm verb installMany fstream-npm@1.0.5 was bundled with npm@3.3.8
npm verb installMany glob@5.0.15 was bundled with npm@3.3.8
npm verb installMany graceful-fs@4.1.2 was bundled with npm@3.3.8
npm verb installMany has-unicode@1.0.0 was bundled with npm@3.3.8
npm verb installMany hosted-git-info@2.1.4 was bundled with npm@3.3.8
npm verb installMany iferr@0.1.5 was bundled with npm@3.3.8
npm verb installMany inflight@1.0.4 was bundled with npm@3.3.8
npm verb installMany inherits@2.0.1 was bundled with npm@3.3.8
npm verb installMany ini@1.3.4 was bundled with npm@3.3.8
npm verb installMany init-package-json@1.9.1 was bundled with npm@3.3.8
npm verb installMany lockfile@1.0.1 was bundled with npm@3.3.8
npm verb installMany lodash.clonedeep@3.0.2 was bundled with npm@3.3.8
npm verb installMany lodash.union@3.1.0 was bundled with npm@3.3.8
npm verb installMany lodash.uniq@3.2.2 was bundled with npm@3.3.8
npm verb installMany lodash.without@3.2.1 was bundled with npm@3.3.8
npm verb installMany mkdirp@0.5.1 was bundled with npm@3.3.8
npm verb installMany node-gyp@3.0.3 was bundled with npm@3.3.8
npm verb installMany nopt@3.0.4 was bundled with npm@3.3.8
npm verb installMany normalize-git-url@3.0.1 was bundled with npm@3.3.8
npm verb installMany normalize-package-data@2.3.4 was bundled with npm@3.3.8
npm verb installMany npm-cache-filename@1.0.2 was bundled with npm@3.3.8
npm verb installMany npm-install-checks@2.0.1 was bundled with npm@3.3.8
npm verb installMany npm-package-arg@4.0.2 was bundled with npm@3.3.8
npm verb installMany npm-registry-client@7.0.7 was bundled with npm@3.3.8
npm verb installMany npm-user-validate@0.1.2 was bundled with npm@3.3.8
npm verb installMany npmlog@1.2.1 was bundled with npm@3.3.8
npm verb installMany once@1.3.2 was bundled with npm@3.3.8
npm verb installMany opener@1.4.1 was bundled with npm@3.3.8
npm verb installMany osenv@0.1.3 was bundled with npm@3.3.8
npm verb installMany path-is-inside@1.0.1 was bundled with npm@3.3.8
npm verb installMany read@1.0.7 was bundled with npm@3.3.8
npm verb installMany read-cmd-shim@1.0.1 was bundled with npm@3.3.8
npm verb installMany read-installed@4.0.3 was bundled with npm@3.3.8
npm verb installMany read-package-json@2.0.1 was bundled with npm@3.3.8
npm verb installMany read-package-tree@5.1.2 was bundled with npm@3.3.8
npm verb installMany realize-package-specifier@3.0.1 was bundled with npm@3.3.8
npm verb installMany retry@0.8.0 was bundled with npm@3.3.8
npm verb installMany rimraf@2.4.3 was bundled with npm@3.3.8
npm verb installMany semver@5.0.3 was bundled with npm@3.3.8
npm verb installMany sha@2.0.1 was bundled with npm@3.3.8
npm verb installMany slide@1.1.6 was bundled with npm@3.3.8
npm verb installMany sorted-object@1.0.0 was bundled with npm@3.3.8
npm verb installMany tar@2.2.1 was bundled with npm@3.3.8
npm verb installMany text-table@0.2.0 was bundled with npm@3.3.8
npm verb installMany uid-number@0.0.6 was bundled with npm@3.3.8
npm verb installMany umask@1.1.0 was bundled with npm@3.3.8
npm verb installMany unique-filename@1.0.0 was bundled with npm@3.3.8
npm verb installMany unpipe@1.0.0 was bundled with npm@3.3.8
npm verb installMany validate-npm-package-name@2.2.2 was bundled with npm@3.3.8
npm verb installMany which@1.1.2 was bundled with npm@3.3.8
npm verb installMany wrappy@1.0.1 was bundled with npm@3.3.8
npm verb installMany write-file-atomic@1.1.3 was bundled with npm@3.3.8
npm verb about to build /app/node_modules/nodegit/node_modules/npm
npm info build /app/node_modules/nodegit/node_modules/npm
npm info linkStuff npm@3.3.8
npm verb linkBins npm@3.3.8
npm verb link bins [ { npm: './bin/npm-cli.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans npm@3.3.8
npm verb rebuildBundles npm@3.3.8
npm verb rebuildBundles [ 'abbrev',
npm verb rebuildBundles 'ansi',
npm verb rebuildBundles 'ansi-regex',
npm verb rebuildBundles 'ansi-styles',
npm verb rebuildBundles 'ansicolors',
npm verb rebuildBundles 'ansistyles',
npm verb rebuildBundles 'aproba',
npm verb rebuildBundles 'archy',
npm verb rebuildBundles 'are-we-there-yet',
npm verb rebuildBundles 'array-index',
npm verb rebuildBundles 'asap',
npm verb rebuildBundles 'asn1',
npm verb rebuildBundles 'assert-plus',
npm verb rebuildBundles 'async',
npm verb rebuildBundles 'async-some',
npm verb rebuildBundles 'aws-sign2',
npm verb rebuildBundles 'balanced-match',
npm verb rebuildBundles 'bl',
npm verb rebuildBundles 'block-stream',
npm verb rebuildBundles 'bluebird',
npm verb rebuildBundles 'boom',
npm verb rebuildBundles 'brace-expansion',
npm verb rebuildBundles 'builtin-modules',
npm verb rebuildBundles 'builtins',
npm verb rebuildBundles 'caseless',
npm verb rebuildBundles 'chalk',
npm verb rebuildBundles 'chownr',
npm verb rebuildBundles 'clone',
npm verb rebuildBundles 'cmd-shim',
npm verb rebuildBundles 'columnify',
npm verb rebuildBundles 'combined-stream',
npm verb rebuildBundles 'commander',
npm verb rebuildBundles 'concat-map',
npm verb rebuildBundles 'concat-stream',
npm verb rebuildBundles 'config-chain',
npm verb rebuildBundles 'core-util-is',
npm verb rebuildBundles 'cryptiles',
npm verb rebuildBundles 'ctype',
npm verb rebuildBundles 'debug',
npm verb rebuildBundles 'debuglog',
npm verb rebuildBundles 'defaults',
npm verb rebuildBundles 'delayed-stream',
npm verb rebuildBundles 'delegates',
npm verb rebuildBundles 'dezalgo',
npm verb rebuildBundles 'editor',
npm verb rebuildBundles 'escape-string-regexp',
npm verb rebuildBundles 'extend',
npm verb rebuildBundles 'forever-agent',
npm verb rebuildBundles 'form-data',
npm verb rebuildBundles 'fs-vacuum',
npm verb rebuildBundles 'fs-write-stream-atomic',
npm verb rebuildBundles 'fstream',
npm verb rebuildBundles 'fstream-ignore',
npm verb rebuildBundles 'fstream-npm',
npm verb rebuildBundles 'gauge',
npm verb rebuildBundles 'generate-function',
npm verb rebuildBundles 'generate-object-property',
npm verb rebuildBundles 'glob',
npm verb rebuildBundles 'graceful-fs',
npm verb rebuildBundles 'graceful-readlink',
npm verb rebuildBundles 'har-validator',
npm verb rebuildBundles 'has-ansi',
npm verb rebuildBundles 'has-unicode',
npm verb rebuildBundles 'hawk',
npm verb rebuildBundles 'hoek',
npm verb rebuildBundles 'hosted-git-info',
npm verb rebuildBundles 'http-signature',
npm verb rebuildBundles 'iferr',
npm verb rebuildBundles 'inflight',
npm verb rebuildBundles 'inherits',
npm verb rebuildBundles 'ini',
npm verb rebuildBundles 'init-package-json',
npm verb rebuildBundles 'is-absolute',
npm verb rebuildBundles 'is-builtin-module',
npm verb rebuildBundles 'is-my-json-valid',
npm verb rebuildBundles 'is-property',
npm verb rebuildBundles 'is-relative',
npm verb rebuildBundles 'isarray',
npm verb rebuildBundles 'isstream',
npm verb rebuildBundles 'jju',
npm verb rebuildBundles 'json-parse-helpfulerror',
npm verb rebuildBundles 'json-stringify-safe',
npm verb rebuildBundles 'jsonpointer',
npm verb rebuildBundles 'lockfile',
npm verb rebuildBundles 'lodash._arraycopy',
npm verb rebuildBundles 'lodash._arrayeach',
npm verb rebuildBundles 'lodash._baseassign',
npm verb rebuildBundles 'lodash._basecallback',
npm verb rebuildBundles 'lodash._baseclone',
npm verb rebuildBundles 'lodash._basecopy',
npm verb rebuildBundles 'lodash._basedifference',
npm verb rebuildBundles 'lodash._baseflatten',
npm verb rebuildBundles 'lodash._basefor',
npm verb rebuildBundles 'lodash._baseindexof',
npm verb rebuildBundles 'lodash._baseisequal',
npm verb rebuildBundles 'lodash._basetostring',
npm verb rebuildBundles 'lodash._baseuniq',
npm verb rebuildBundles 'lodash._bindcallback',
npm verb rebuildBundles 'lodash._cacheindexof',
npm verb rebuildBundles 'lodash._createcache',
npm verb rebuildBundles 'lodash._createpadding',
npm verb rebuildBundles 'lodash._getnative',
npm verb rebuildBundles 'lodash._isiterateecall',
npm verb rebuildBundles 'lodash.clonedeep',
npm verb rebuildBundles 'lodash.isarguments',
npm verb rebuildBundles 'lodash.isarray',
npm verb rebuildBundles 'lodash.istypedarray',
npm verb rebuildBundles 'lodash.keys',
npm verb rebuildBundles 'lodash.pad',
npm verb rebuildBundles 'lodash.padleft',
npm verb rebuildBundles 'lodash.padright',
npm verb rebuildBundles 'lodash.pairs',
npm verb rebuildBundles 'lodash.repeat',
npm verb rebuildBundles 'lodash.restparam',
npm verb rebuildBundles 'lodash.union',
npm verb rebuildBundles 'lodash.uniq',
npm verb rebuildBundles 'lodash.without',
npm verb rebuildBundles 'lru-cache',
npm verb rebuildBundles 'mime-db',
npm verb rebuildBundles 'mime-types',
npm verb rebuildBundles 'minimatch',
npm verb rebuildBundles 'minimist',
npm verb rebuildBundles 'mkdirp',
npm verb rebuildBundles 'ms',
npm verb rebuildBundles 'mute-stream',
npm verb rebuildBundles 'node-gyp',
npm verb rebuildBundles 'node-uuid',
npm verb rebuildBundles 'nopt',
npm verb rebuildBundles 'normalize-git-url',
npm verb rebuildBundles 'normalize-package-data',
npm verb rebuildBundles 'npm-cache-filename',
npm verb rebuildBundles 'npm-install-checks',
npm verb rebuildBundles 'npm-package-arg',
npm verb rebuildBundles 'npm-registry-client',
npm verb rebuildBundles 'npm-user-validate',
npm verb rebuildBundles 'npmlog',
npm verb rebuildBundles 'oauth-sign',
npm verb rebuildBundles 'once',
npm verb rebuildBundles 'opener',
npm verb rebuildBundles 'os-homedir',
npm verb rebuildBundles 'os-tmpdir',
npm verb rebuildBundles 'osenv',
npm verb rebuildBundles 'path-array',
npm verb rebuildBundles 'path-is-absolute',
npm verb rebuildBundles 'path-is-inside',
npm verb rebuildBundles 'process-nextick-args',
npm verb rebuildBundles 'promzard',
npm verb rebuildBundles 'proto-list',
npm verb rebuildBundles 'qs',
npm verb rebuildBundles 'read',
npm verb rebuildBundles 'read-cmd-shim',
npm verb rebuildBundles 'read-installed',
npm verb rebuildBundles 'read-package-json',
npm verb rebuildBundles 'read-package-tree',
npm verb rebuildBundles 'readable-stream',
npm verb rebuildBundles 'readdir-scoped-modules',
npm verb rebuildBundles 'realize-package-specifier',
npm verb rebuildBundles 'request',
npm verb rebuildBundles 'retry',
npm verb rebuildBundles 'rimraf',
npm verb rebuildBundles 'semver',
npm verb rebuildBundles 'sha',
npm verb rebuildBundles 'sigmund',
npm verb rebuildBundles 'slide',
npm verb rebuildBundles 'sntp',
npm verb rebuildBundles 'sorted-object',
npm verb rebuildBundles 'spdx-correct',
npm verb rebuildBundles 'spdx-exceptions',
npm verb rebuildBundles 'spdx-expression-parse',
npm verb rebuildBundles 'spdx-license-ids',
npm verb rebuildBundles 'string_decoder',
npm verb rebuildBundles 'stringstream',
npm verb rebuildBundles 'strip-ansi',
npm verb rebuildBundles 'supports-color',
npm verb rebuildBundles 'tar',
npm verb rebuildBundles 'text-table',
npm verb rebuildBundles 'tough-cookie',
npm verb rebuildBundles 'tunnel-agent',
npm verb rebuildBundles 'typedarray',
npm verb rebuildBundles 'uid-number',
npm verb rebuildBundles 'umask',
npm verb rebuildBundles 'unique-filename',
npm verb rebuildBundles 'unique-slug',
npm verb rebuildBundles 'unpipe',
npm verb rebuildBundles 'util-deprecate',
npm verb rebuildBundles 'util-extend',
npm verb rebuildBundles 'validate-npm-package-license',
npm verb rebuildBundles 'validate-npm-package-name',
npm verb rebuildBundles 'wcwidth',
npm verb rebuildBundles 'which',
npm verb rebuildBundles 'wrappy',
npm verb rebuildBundles 'write-file-atomic',
npm verb rebuildBundles 'xtend' ]
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/abbrev
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/.bin/npm
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/abbrev
npm info preinstall abbrev@1.0.7
npm info linkStuff abbrev@1.0.7
npm verb linkBins abbrev@1.0.7
npm verb linkMans abbrev@1.0.7
npm verb rebuildBundles abbrev@1.0.7
npm info install abbrev@1.0.7
npm info postinstall abbrev@1.0.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ansi
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ansi
npm info preinstall ansi@0.3.0
npm info linkStuff ansi@0.3.0
npm verb linkBins ansi@0.3.0
npm verb linkMans ansi@0.3.0
npm verb rebuildBundles ansi@0.3.0
npm info install ansi@0.3.0
npm info postinstall ansi@0.3.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ansi-regex
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ansi-regex
npm info preinstall ansi-regex@2.0.0
npm info linkStuff ansi-regex@2.0.0
npm verb linkBins ansi-regex@2.0.0
npm verb linkMans ansi-regex@2.0.0
npm verb rebuildBundles ansi-regex@2.0.0
npm info install ansi-regex@2.0.0
npm info postinstall ansi-regex@2.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ansi-styles
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ansi-styles
npm info preinstall ansi-styles@2.1.0
npm info linkStuff ansi-styles@2.1.0
npm verb linkBins ansi-styles@2.1.0
npm verb linkMans ansi-styles@2.1.0
npm verb rebuildBundles ansi-styles@2.1.0
npm info install ansi-styles@2.1.0
npm info postinstall ansi-styles@2.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ansicolors
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ansicolors
npm info preinstall ansicolors@0.3.2
npm info linkStuff ansicolors@0.3.2
npm verb linkBins ansicolors@0.3.2
npm verb linkMans ansicolors@0.3.2
npm verb rebuildBundles ansicolors@0.3.2
npm info install ansicolors@0.3.2
npm info postinstall ansicolors@0.3.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ansistyles
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ansistyles
npm info preinstall ansistyles@0.1.3
npm info linkStuff ansistyles@0.1.3
npm verb linkBins ansistyles@0.1.3
npm verb linkMans ansistyles@0.1.3
npm verb rebuildBundles ansistyles@0.1.3
npm info install ansistyles@0.1.3
npm info postinstall ansistyles@0.1.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/aproba
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/aproba
npm info preinstall aproba@1.0.1
npm info linkStuff aproba@1.0.1
npm verb linkBins aproba@1.0.1
npm verb linkMans aproba@1.0.1
npm verb rebuildBundles aproba@1.0.1
npm info install aproba@1.0.1
npm info postinstall aproba@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/archy
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/archy
npm info preinstall archy@1.0.0
npm info linkStuff archy@1.0.0
npm verb linkBins archy@1.0.0
npm verb linkMans archy@1.0.0
npm verb rebuildBundles archy@1.0.0
npm info install archy@1.0.0
npm info postinstall archy@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/are-we-there-yet
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/are-we-there-yet
npm info preinstall are-we-there-yet@1.0.4
npm info linkStuff are-we-there-yet@1.0.4
npm verb linkBins are-we-there-yet@1.0.4
npm verb linkMans are-we-there-yet@1.0.4
npm verb rebuildBundles are-we-there-yet@1.0.4
npm info install are-we-there-yet@1.0.4
npm info postinstall are-we-there-yet@1.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/array-index
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/array-index
npm info preinstall array-index@0.1.1
npm info linkStuff array-index@0.1.1
npm verb linkBins array-index@0.1.1
npm verb linkMans array-index@0.1.1
npm verb rebuildBundles array-index@0.1.1
npm info install array-index@0.1.1
npm info postinstall array-index@0.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/asap
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/asap
npm info preinstall asap@2.0.3
npm info linkStuff asap@2.0.3
npm verb linkBins asap@2.0.3
npm verb linkMans asap@2.0.3
npm verb rebuildBundles asap@2.0.3
npm info install asap@2.0.3
npm info postinstall asap@2.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/asn1
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/asn1
npm info preinstall asn1@0.1.11
npm info linkStuff asn1@0.1.11
npm verb linkBins asn1@0.1.11
npm verb linkMans asn1@0.1.11
npm verb rebuildBundles asn1@0.1.11
npm info install asn1@0.1.11
npm info postinstall asn1@0.1.11
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/assert-plus
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/assert-plus
npm info preinstall assert-plus@0.1.5
npm info linkStuff assert-plus@0.1.5
npm verb linkBins assert-plus@0.1.5
npm verb linkMans assert-plus@0.1.5
npm verb rebuildBundles assert-plus@0.1.5
npm info install assert-plus@0.1.5
npm info postinstall assert-plus@0.1.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/async
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/async
npm info preinstall async@1.4.2
npm info linkStuff async@1.4.2
npm verb linkBins async@1.4.2
npm verb linkMans async@1.4.2
npm verb rebuildBundles async@1.4.2
npm info install async@1.4.2
npm info postinstall async@1.4.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/async-some
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/async-some
npm info preinstall async-some@1.0.2
npm info linkStuff async-some@1.0.2
npm verb linkBins async-some@1.0.2
npm verb linkMans async-some@1.0.2
npm verb rebuildBundles async-some@1.0.2
npm info install async-some@1.0.2
npm info postinstall async-some@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/aws-sign2
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/aws-sign2
npm info preinstall aws-sign2@0.5.0
npm info linkStuff aws-sign2@0.5.0
npm verb linkBins aws-sign2@0.5.0
npm verb linkMans aws-sign2@0.5.0
npm verb rebuildBundles aws-sign2@0.5.0
npm info install aws-sign2@0.5.0
npm info postinstall aws-sign2@0.5.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/balanced-match
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/balanced-match
npm info preinstall balanced-match@0.2.0
npm info linkStuff balanced-match@0.2.0
npm verb linkBins balanced-match@0.2.0
npm verb linkMans balanced-match@0.2.0
npm verb rebuildBundles balanced-match@0.2.0
npm info install balanced-match@0.2.0
npm info postinstall balanced-match@0.2.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/bl
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/bl
npm info preinstall bl@1.0.0
npm info linkStuff bl@1.0.0
npm verb linkBins bl@1.0.0
npm verb linkMans bl@1.0.0
npm verb rebuildBundles bl@1.0.0
npm verb rebuildBundles [ 'readable-stream' ]
npm info install bl@1.0.0
npm info postinstall bl@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/block-stream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/block-stream
npm info preinstall block-stream@0.0.8
npm info linkStuff block-stream@0.0.8
npm verb linkBins block-stream@0.0.8
npm verb linkMans block-stream@0.0.8
npm verb rebuildBundles block-stream@0.0.8
npm info install block-stream@0.0.8
npm info postinstall block-stream@0.0.8
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/bluebird
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/bluebird
npm info preinstall bluebird@2.10.1
npm info linkStuff bluebird@2.10.1
npm verb linkBins bluebird@2.10.1
npm verb linkMans bluebird@2.10.1
npm verb rebuildBundles bluebird@2.10.1
npm info install bluebird@2.10.1
npm info postinstall bluebird@2.10.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/boom
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/boom
npm info preinstall boom@2.9.0
npm info linkStuff boom@2.9.0
npm verb linkBins boom@2.9.0
npm verb linkMans boom@2.9.0
npm verb rebuildBundles boom@2.9.0
npm info install boom@2.9.0
npm info postinstall boom@2.9.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/brace-expansion
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/brace-expansion
npm info preinstall brace-expansion@1.1.1
npm info linkStuff brace-expansion@1.1.1
npm verb linkBins brace-expansion@1.1.1
npm verb linkMans brace-expansion@1.1.1
npm verb rebuildBundles brace-expansion@1.1.1
npm info install brace-expansion@1.1.1
npm info postinstall brace-expansion@1.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/builtin-modules
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/builtin-modules
npm info preinstall builtin-modules@1.1.0
npm info linkStuff builtin-modules@1.1.0
npm verb linkBins builtin-modules@1.1.0
npm verb linkMans builtin-modules@1.1.0
npm verb rebuildBundles builtin-modules@1.1.0
npm info install builtin-modules@1.1.0
npm info postinstall builtin-modules@1.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/builtins
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/builtins
npm info preinstall builtins@0.0.7
npm info linkStuff builtins@0.0.7
npm verb linkBins builtins@0.0.7
npm verb linkMans builtins@0.0.7
npm verb rebuildBundles builtins@0.0.7
npm info install builtins@0.0.7
npm info postinstall builtins@0.0.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/caseless
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/caseless
npm info preinstall caseless@0.11.0
npm info linkStuff caseless@0.11.0
npm verb linkBins caseless@0.11.0
npm verb linkMans caseless@0.11.0
npm verb rebuildBundles caseless@0.11.0
npm info install caseless@0.11.0
npm info postinstall caseless@0.11.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/chalk
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/chalk
npm info preinstall chalk@1.1.1
npm info linkStuff chalk@1.1.1
npm verb linkBins chalk@1.1.1
npm verb linkMans chalk@1.1.1
npm verb rebuildBundles chalk@1.1.1
npm info install chalk@1.1.1
npm info postinstall chalk@1.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/chownr
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/chownr
npm info preinstall chownr@1.0.1
npm info linkStuff chownr@1.0.1
npm verb linkBins chownr@1.0.1
npm verb linkMans chownr@1.0.1
npm verb rebuildBundles chownr@1.0.1
npm info install chownr@1.0.1
npm info postinstall chownr@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/clone
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/clone
npm info preinstall clone@0.1.19
npm info linkStuff clone@0.1.19
npm verb linkBins clone@0.1.19
npm verb linkMans clone@0.1.19
npm verb rebuildBundles clone@0.1.19
npm info install clone@0.1.19
npm info postinstall clone@0.1.19
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/cmd-shim
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/cmd-shim
npm info preinstall cmd-shim@2.0.1
npm info linkStuff cmd-shim@2.0.1
npm verb linkBins cmd-shim@2.0.1
npm verb linkMans cmd-shim@2.0.1
npm verb rebuildBundles cmd-shim@2.0.1
npm verb rebuildBundles [ 'graceful-fs' ]
npm info install cmd-shim@2.0.1
npm info postinstall cmd-shim@2.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/columnify
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/columnify
npm info preinstall columnify@1.5.2
npm info linkStuff columnify@1.5.2
npm verb linkBins columnify@1.5.2
npm verb linkMans columnify@1.5.2
npm verb rebuildBundles columnify@1.5.2
npm info install columnify@1.5.2
npm info postinstall columnify@1.5.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/combined-stream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/combined-stream
npm info preinstall combined-stream@1.0.5
npm info linkStuff combined-stream@1.0.5
npm verb linkBins combined-stream@1.0.5
npm verb linkMans combined-stream@1.0.5
npm verb rebuildBundles combined-stream@1.0.5
npm info install combined-stream@1.0.5
npm info postinstall combined-stream@1.0.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/commander
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/commander
npm info preinstall commander@2.8.1
npm info linkStuff commander@2.8.1
npm verb linkBins commander@2.8.1
npm verb linkMans commander@2.8.1
npm verb rebuildBundles commander@2.8.1
npm info install commander@2.8.1
npm info postinstall commander@2.8.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/concat-map
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/concat-map
npm info preinstall concat-map@0.0.1
npm info linkStuff concat-map@0.0.1
npm verb linkBins concat-map@0.0.1
npm verb linkMans concat-map@0.0.1
npm verb rebuildBundles concat-map@0.0.1
npm info install concat-map@0.0.1
npm info postinstall concat-map@0.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/concat-stream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/concat-stream
npm info preinstall concat-stream@1.5.0
npm info linkStuff concat-stream@1.5.0
npm verb linkBins concat-stream@1.5.0
npm verb linkMans concat-stream@1.5.0
npm verb rebuildBundles concat-stream@1.5.0
npm verb rebuildBundles [ 'readable-stream' ]
npm info install concat-stream@1.5.0
npm info postinstall concat-stream@1.5.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/config-chain
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/config-chain
npm info preinstall config-chain@1.1.9
npm info linkStuff config-chain@1.1.9
npm verb linkBins config-chain@1.1.9
npm verb linkMans config-chain@1.1.9
npm verb rebuildBundles config-chain@1.1.9
npm info install config-chain@1.1.9
npm info postinstall config-chain@1.1.9
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/core-util-is
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/core-util-is
npm info preinstall core-util-is@1.0.1
npm info linkStuff core-util-is@1.0.1
npm verb linkBins core-util-is@1.0.1
npm verb linkMans core-util-is@1.0.1
npm verb rebuildBundles core-util-is@1.0.1
npm info install core-util-is@1.0.1
npm info postinstall core-util-is@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/cryptiles
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/cryptiles
npm info preinstall cryptiles@2.0.5
npm info linkStuff cryptiles@2.0.5
npm verb linkBins cryptiles@2.0.5
npm verb linkMans cryptiles@2.0.5
npm verb rebuildBundles cryptiles@2.0.5
npm info install cryptiles@2.0.5
npm info postinstall cryptiles@2.0.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ctype
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ctype
npm info preinstall ctype@0.5.3
npm info linkStuff ctype@0.5.3
npm verb linkBins ctype@0.5.3
npm verb linkMans ctype@0.5.3
npm verb rebuildBundles ctype@0.5.3
npm info install ctype@0.5.3
npm info postinstall ctype@0.5.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/debug
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/debug
npm info preinstall debug@2.2.0
npm info linkStuff debug@2.2.0
npm verb linkBins debug@2.2.0
npm verb linkMans debug@2.2.0
npm verb rebuildBundles debug@2.2.0
npm info install debug@2.2.0
npm info postinstall debug@2.2.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/debuglog
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/debuglog
npm info preinstall debuglog@1.0.1
npm info linkStuff debuglog@1.0.1
npm verb linkBins debuglog@1.0.1
npm verb linkMans debuglog@1.0.1
npm verb rebuildBundles debuglog@1.0.1
npm info install debuglog@1.0.1
npm info postinstall debuglog@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/defaults
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/defaults
npm info preinstall defaults@1.0.2
npm info linkStuff defaults@1.0.2
npm verb linkBins defaults@1.0.2
npm verb linkMans defaults@1.0.2
npm verb rebuildBundles defaults@1.0.2
npm info install defaults@1.0.2
npm info postinstall defaults@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/delayed-stream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/delayed-stream
npm info preinstall delayed-stream@1.0.0
npm info linkStuff delayed-stream@1.0.0
npm verb linkBins delayed-stream@1.0.0
npm verb linkMans delayed-stream@1.0.0
npm verb rebuildBundles delayed-stream@1.0.0
npm info install delayed-stream@1.0.0
npm info postinstall delayed-stream@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/delegates
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/delegates
npm info preinstall delegates@0.1.0
npm info linkStuff delegates@0.1.0
npm verb linkBins delegates@0.1.0
npm verb linkMans delegates@0.1.0
npm verb rebuildBundles delegates@0.1.0
npm info install delegates@0.1.0
npm info postinstall delegates@0.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/dezalgo
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/dezalgo
npm info preinstall dezalgo@1.0.3
npm info linkStuff dezalgo@1.0.3
npm verb linkBins dezalgo@1.0.3
npm verb linkMans dezalgo@1.0.3
npm verb rebuildBundles dezalgo@1.0.3
npm info install dezalgo@1.0.3
npm info postinstall dezalgo@1.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/editor
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/editor
npm info preinstall editor@1.0.0
npm info linkStuff editor@1.0.0
npm verb linkBins editor@1.0.0
npm verb linkMans editor@1.0.0
npm verb rebuildBundles editor@1.0.0
npm info install editor@1.0.0
npm info postinstall editor@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/escape-string-regexp
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/escape-string-regexp
npm info preinstall escape-string-regexp@1.0.3
npm info linkStuff escape-string-regexp@1.0.3
npm verb linkBins escape-string-regexp@1.0.3
npm verb linkMans escape-string-regexp@1.0.3
npm verb rebuildBundles escape-string-regexp@1.0.3
npm info install escape-string-regexp@1.0.3
npm info postinstall escape-string-regexp@1.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/extend
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/extend
npm info preinstall extend@3.0.0
npm info linkStuff extend@3.0.0
npm verb linkBins extend@3.0.0
npm verb linkMans extend@3.0.0
npm verb rebuildBundles extend@3.0.0
npm info install extend@3.0.0
npm info postinstall extend@3.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/forever-agent
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/forever-agent
npm info preinstall forever-agent@0.6.1
npm info linkStuff forever-agent@0.6.1
npm verb linkBins forever-agent@0.6.1
npm verb linkMans forever-agent@0.6.1
npm verb rebuildBundles forever-agent@0.6.1
npm info install forever-agent@0.6.1
npm info postinstall forever-agent@0.6.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/form-data
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/form-data
npm info preinstall form-data@1.0.0-rc3
npm info linkStuff form-data@1.0.0-rc3
npm verb linkBins form-data@1.0.0-rc3
npm verb linkMans form-data@1.0.0-rc3
npm verb rebuildBundles form-data@1.0.0-rc3
npm info install form-data@1.0.0-rc3
npm info postinstall form-data@1.0.0-rc3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/fs-vacuum
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/fs-vacuum
npm info preinstall fs-vacuum@1.2.7
npm info linkStuff fs-vacuum@1.2.7
npm verb linkBins fs-vacuum@1.2.7
npm verb linkMans fs-vacuum@1.2.7
npm verb rebuildBundles fs-vacuum@1.2.7
npm info install fs-vacuum@1.2.7
npm info postinstall fs-vacuum@1.2.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/fs-write-stream-atomic
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/fs-write-stream-atomic
npm info preinstall fs-write-stream-atomic@1.0.4
npm info linkStuff fs-write-stream-atomic@1.0.4
npm verb linkBins fs-write-stream-atomic@1.0.4
npm verb linkMans fs-write-stream-atomic@1.0.4
npm verb rebuildBundles fs-write-stream-atomic@1.0.4
npm info install fs-write-stream-atomic@1.0.4
npm info postinstall fs-write-stream-atomic@1.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/fstream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/fstream
npm info preinstall fstream@1.0.8
npm info linkStuff fstream@1.0.8
npm verb linkBins fstream@1.0.8
npm verb linkMans fstream@1.0.8
npm verb rebuildBundles fstream@1.0.8
npm info install fstream@1.0.8
npm info postinstall fstream@1.0.8
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/fstream-ignore
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/fstream-ignore
npm info preinstall fstream-ignore@1.0.2
npm info linkStuff fstream-ignore@1.0.2
npm verb linkBins fstream-ignore@1.0.2
npm verb linkMans fstream-ignore@1.0.2
npm verb rebuildBundles fstream-ignore@1.0.2
npm info install fstream-ignore@1.0.2
npm info postinstall fstream-ignore@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/fstream-npm
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/fstream-npm
npm info preinstall fstream-npm@1.0.5
npm info linkStuff fstream-npm@1.0.5
npm verb linkBins fstream-npm@1.0.5
npm verb linkMans fstream-npm@1.0.5
npm verb rebuildBundles fstream-npm@1.0.5
npm info install fstream-npm@1.0.5
npm info postinstall fstream-npm@1.0.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/gauge
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/gauge
npm info preinstall gauge@1.2.2
npm info linkStuff gauge@1.2.2
npm verb linkBins gauge@1.2.2
npm verb linkMans gauge@1.2.2
npm verb rebuildBundles gauge@1.2.2
npm info install gauge@1.2.2
npm info postinstall gauge@1.2.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/generate-function
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/generate-function
npm info preinstall generate-function@2.0.0
npm info linkStuff generate-function@2.0.0
npm verb linkBins generate-function@2.0.0
npm verb linkMans generate-function@2.0.0
npm verb rebuildBundles generate-function@2.0.0
npm info install generate-function@2.0.0
npm info postinstall generate-function@2.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/generate-object-property
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/generate-object-property
npm info preinstall generate-object-property@1.2.0
npm info linkStuff generate-object-property@1.2.0
npm verb linkBins generate-object-property@1.2.0
npm verb linkMans generate-object-property@1.2.0
npm verb rebuildBundles generate-object-property@1.2.0
npm info install generate-object-property@1.2.0
npm info postinstall generate-object-property@1.2.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/glob
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/glob
npm info preinstall glob@5.0.15
npm info linkStuff glob@5.0.15
npm verb linkBins glob@5.0.15
npm verb linkMans glob@5.0.15
npm verb rebuildBundles glob@5.0.15
npm info install glob@5.0.15
npm info postinstall glob@5.0.15
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/graceful-fs
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/graceful-fs
npm info preinstall graceful-fs@4.1.2
npm info linkStuff graceful-fs@4.1.2
npm verb linkBins graceful-fs@4.1.2
npm verb linkMans graceful-fs@4.1.2
npm verb rebuildBundles graceful-fs@4.1.2
npm info install graceful-fs@4.1.2
npm info postinstall graceful-fs@4.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/graceful-readlink
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/graceful-readlink
npm info preinstall graceful-readlink@1.0.1
npm info linkStuff graceful-readlink@1.0.1
npm verb linkBins graceful-readlink@1.0.1
npm verb linkMans graceful-readlink@1.0.1
npm verb rebuildBundles graceful-readlink@1.0.1
npm info install graceful-readlink@1.0.1
npm info postinstall graceful-readlink@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/har-validator
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/har-validator
npm info preinstall har-validator@1.8.0
npm info linkStuff har-validator@1.8.0
npm verb linkBins har-validator@1.8.0
npm verb link bins [ { 'har-validator': 'bin/har-validator' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans har-validator@1.8.0
npm verb rebuildBundles har-validator@1.8.0
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/har-validator
npm info install har-validator@1.8.0
npm info postinstall har-validator@1.8.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/has-ansi
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/has-ansi
npm info preinstall has-ansi@2.0.0
npm info linkStuff has-ansi@2.0.0
npm verb linkBins has-ansi@2.0.0
npm verb linkMans has-ansi@2.0.0
npm verb rebuildBundles has-ansi@2.0.0
npm info install has-ansi@2.0.0
npm info postinstall has-ansi@2.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/has-unicode
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/has-unicode
npm info preinstall has-unicode@1.0.0
npm info linkStuff has-unicode@1.0.0
npm verb linkBins has-unicode@1.0.0
npm verb linkMans has-unicode@1.0.0
npm verb rebuildBundles has-unicode@1.0.0
npm info install has-unicode@1.0.0
npm info postinstall has-unicode@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/hawk
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/hawk
npm info preinstall hawk@3.1.0
npm info linkStuff hawk@3.1.0
npm verb linkBins hawk@3.1.0
npm verb linkMans hawk@3.1.0
npm verb rebuildBundles hawk@3.1.0
npm info install hawk@3.1.0
npm info postinstall hawk@3.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/hoek
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/hoek
npm info preinstall hoek@2.16.3
npm info linkStuff hoek@2.16.3
npm verb linkBins hoek@2.16.3
npm verb linkMans hoek@2.16.3
npm verb rebuildBundles hoek@2.16.3
npm info install hoek@2.16.3
npm info postinstall hoek@2.16.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/hosted-git-info
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/hosted-git-info
npm info preinstall hosted-git-info@2.1.4
npm info linkStuff hosted-git-info@2.1.4
npm verb linkBins hosted-git-info@2.1.4
npm verb linkMans hosted-git-info@2.1.4
npm verb rebuildBundles hosted-git-info@2.1.4
npm info install hosted-git-info@2.1.4
npm info postinstall hosted-git-info@2.1.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/http-signature
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/http-signature
npm info preinstall http-signature@0.11.0
npm info linkStuff http-signature@0.11.0
npm verb linkBins http-signature@0.11.0
npm verb linkMans http-signature@0.11.0
npm verb rebuildBundles http-signature@0.11.0
npm info install http-signature@0.11.0
npm info postinstall http-signature@0.11.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/iferr
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/iferr
npm info preinstall iferr@0.1.5
npm info linkStuff iferr@0.1.5
npm verb linkBins iferr@0.1.5
npm verb linkMans iferr@0.1.5
npm verb rebuildBundles iferr@0.1.5
npm info install iferr@0.1.5
npm info postinstall iferr@0.1.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/inflight
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/inflight
npm info preinstall inflight@1.0.4
npm info linkStuff inflight@1.0.4
npm verb linkBins inflight@1.0.4
npm verb linkMans inflight@1.0.4
npm verb rebuildBundles inflight@1.0.4
npm info install inflight@1.0.4
npm info postinstall inflight@1.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/inherits
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/inherits
npm info preinstall inherits@2.0.1
npm info linkStuff inherits@2.0.1
npm verb linkBins inherits@2.0.1
npm verb linkMans inherits@2.0.1
npm verb rebuildBundles inherits@2.0.1
npm info install inherits@2.0.1
npm info postinstall inherits@2.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ini
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ini
npm info preinstall ini@1.3.4
npm info linkStuff ini@1.3.4
npm verb linkBins ini@1.3.4
npm verb linkMans ini@1.3.4
npm verb rebuildBundles ini@1.3.4
npm info install ini@1.3.4
npm info postinstall ini@1.3.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/init-package-json
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/init-package-json
npm info preinstall init-package-json@1.9.1
npm info linkStuff init-package-json@1.9.1
npm verb linkBins init-package-json@1.9.1
npm verb linkMans init-package-json@1.9.1
npm verb rebuildBundles init-package-json@1.9.1
npm info install init-package-json@1.9.1
npm info postinstall init-package-json@1.9.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/is-absolute
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/is-absolute
npm info preinstall is-absolute@0.1.7
npm info linkStuff is-absolute@0.1.7
npm verb linkBins is-absolute@0.1.7
npm verb linkMans is-absolute@0.1.7
npm verb rebuildBundles is-absolute@0.1.7
npm info install is-absolute@0.1.7
npm info postinstall is-absolute@0.1.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/is-builtin-module
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/is-builtin-module
npm info preinstall is-builtin-module@1.0.0
npm info linkStuff is-builtin-module@1.0.0
npm verb linkBins is-builtin-module@1.0.0
npm verb linkMans is-builtin-module@1.0.0
npm verb rebuildBundles is-builtin-module@1.0.0
npm info install is-builtin-module@1.0.0
npm info postinstall is-builtin-module@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/is-my-json-valid
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/is-my-json-valid
npm info preinstall is-my-json-valid@2.12.2
npm info linkStuff is-my-json-valid@2.12.2
npm verb linkBins is-my-json-valid@2.12.2
npm verb linkMans is-my-json-valid@2.12.2
npm verb rebuildBundles is-my-json-valid@2.12.2
npm info install is-my-json-valid@2.12.2
npm info postinstall is-my-json-valid@2.12.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/is-property
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/is-property
npm info preinstall is-property@1.0.2
npm info linkStuff is-property@1.0.2
npm verb linkBins is-property@1.0.2
npm verb linkMans is-property@1.0.2
npm verb rebuildBundles is-property@1.0.2
npm info install is-property@1.0.2
npm info postinstall is-property@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/is-relative
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/is-relative
npm info preinstall is-relative@0.1.3
npm info linkStuff is-relative@0.1.3
npm verb linkBins is-relative@0.1.3
npm verb linkMans is-relative@0.1.3
npm verb rebuildBundles is-relative@0.1.3
npm info install is-relative@0.1.3
npm info postinstall is-relative@0.1.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/isarray
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/isarray
npm info preinstall isarray@0.0.1
npm info linkStuff isarray@0.0.1
npm verb linkBins isarray@0.0.1
npm verb linkMans isarray@0.0.1
npm verb rebuildBundles isarray@0.0.1
npm info install isarray@0.0.1
npm info postinstall isarray@0.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/isstream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/isstream
npm info preinstall isstream@0.1.2
npm info linkStuff isstream@0.1.2
npm verb linkBins isstream@0.1.2
npm verb linkMans isstream@0.1.2
npm verb rebuildBundles isstream@0.1.2
npm info install isstream@0.1.2
npm info postinstall isstream@0.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/jju
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/jju
npm info preinstall jju@1.2.1
npm info linkStuff jju@1.2.1
npm verb linkBins jju@1.2.1
npm verb linkMans jju@1.2.1
npm verb rebuildBundles jju@1.2.1
npm info install jju@1.2.1
npm info postinstall jju@1.2.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/json-parse-helpfulerror
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/json-parse-helpfulerror
npm info preinstall json-parse-helpfulerror@1.0.3
npm info linkStuff json-parse-helpfulerror@1.0.3
npm verb linkBins json-parse-helpfulerror@1.0.3
npm verb linkMans json-parse-helpfulerror@1.0.3
npm verb rebuildBundles json-parse-helpfulerror@1.0.3
npm info install json-parse-helpfulerror@1.0.3
npm info postinstall json-parse-helpfulerror@1.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/json-stringify-safe
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/json-stringify-safe
npm info preinstall json-stringify-safe@5.0.1
npm info linkStuff json-stringify-safe@5.0.1
npm verb linkBins json-stringify-safe@5.0.1
npm verb linkMans json-stringify-safe@5.0.1
npm verb rebuildBundles json-stringify-safe@5.0.1
npm info install json-stringify-safe@5.0.1
npm info postinstall json-stringify-safe@5.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/jsonpointer
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/jsonpointer
npm info preinstall jsonpointer@2.0.0
npm info linkStuff jsonpointer@2.0.0
npm verb linkBins jsonpointer@2.0.0
npm verb linkMans jsonpointer@2.0.0
npm verb rebuildBundles jsonpointer@2.0.0
npm info install jsonpointer@2.0.0
npm info postinstall jsonpointer@2.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lockfile
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lockfile
npm info preinstall lockfile@1.0.1
npm info linkStuff lockfile@1.0.1
npm verb linkBins lockfile@1.0.1
npm verb linkMans lockfile@1.0.1
npm verb rebuildBundles lockfile@1.0.1
npm info install lockfile@1.0.1
npm info postinstall lockfile@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._arraycopy
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._arraycopy
npm info preinstall lodash._arraycopy@3.0.0
npm info linkStuff lodash._arraycopy@3.0.0
npm verb linkBins lodash._arraycopy@3.0.0
npm verb linkMans lodash._arraycopy@3.0.0
npm verb rebuildBundles lodash._arraycopy@3.0.0
npm info install lodash._arraycopy@3.0.0
npm info postinstall lodash._arraycopy@3.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._arrayeach
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._arrayeach
npm info preinstall lodash._arrayeach@3.0.0
npm info linkStuff lodash._arrayeach@3.0.0
npm verb linkBins lodash._arrayeach@3.0.0
npm verb linkMans lodash._arrayeach@3.0.0
npm verb rebuildBundles lodash._arrayeach@3.0.0
npm info install lodash._arrayeach@3.0.0
npm info postinstall lodash._arrayeach@3.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseassign
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseassign
npm info preinstall lodash._baseassign@3.2.0
npm info linkStuff lodash._baseassign@3.2.0
npm verb linkBins lodash._baseassign@3.2.0
npm verb linkMans lodash._baseassign@3.2.0
npm verb rebuildBundles lodash._baseassign@3.2.0
npm info install lodash._baseassign@3.2.0
npm info postinstall lodash._baseassign@3.2.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basecallback
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basecallback
npm info preinstall lodash._basecallback@3.3.1
npm info linkStuff lodash._basecallback@3.3.1
npm verb linkBins lodash._basecallback@3.3.1
npm verb linkMans lodash._basecallback@3.3.1
npm verb rebuildBundles lodash._basecallback@3.3.1
npm info install lodash._basecallback@3.3.1
npm info postinstall lodash._basecallback@3.3.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseclone
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseclone
npm info preinstall lodash._baseclone@3.3.0
npm info linkStuff lodash._baseclone@3.3.0
npm verb linkBins lodash._baseclone@3.3.0
npm verb linkMans lodash._baseclone@3.3.0
npm verb rebuildBundles lodash._baseclone@3.3.0
npm info install lodash._baseclone@3.3.0
npm info postinstall lodash._baseclone@3.3.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basecopy
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basecopy
npm info preinstall lodash._basecopy@3.0.1
npm info linkStuff lodash._basecopy@3.0.1
npm verb linkBins lodash._basecopy@3.0.1
npm verb linkMans lodash._basecopy@3.0.1
npm verb rebuildBundles lodash._basecopy@3.0.1
npm info install lodash._basecopy@3.0.1
npm info postinstall lodash._basecopy@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basedifference
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basedifference
npm info preinstall lodash._basedifference@3.0.3
npm info linkStuff lodash._basedifference@3.0.3
npm verb linkBins lodash._basedifference@3.0.3
npm verb linkMans lodash._basedifference@3.0.3
npm verb rebuildBundles lodash._basedifference@3.0.3
npm info install lodash._basedifference@3.0.3
npm info postinstall lodash._basedifference@3.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseflatten
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseflatten
npm info preinstall lodash._baseflatten@3.1.4
npm info linkStuff lodash._baseflatten@3.1.4
npm verb linkBins lodash._baseflatten@3.1.4
npm verb linkMans lodash._baseflatten@3.1.4
npm verb rebuildBundles lodash._baseflatten@3.1.4
npm info install lodash._baseflatten@3.1.4
npm info postinstall lodash._baseflatten@3.1.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basefor
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basefor
npm info preinstall lodash._basefor@3.0.2
npm info linkStuff lodash._basefor@3.0.2
npm verb linkBins lodash._basefor@3.0.2
npm verb linkMans lodash._basefor@3.0.2
npm verb rebuildBundles lodash._basefor@3.0.2
npm info install lodash._basefor@3.0.2
npm info postinstall lodash._basefor@3.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseindexof
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseindexof
npm info preinstall lodash._baseindexof@3.1.0
npm info linkStuff lodash._baseindexof@3.1.0
npm verb linkBins lodash._baseindexof@3.1.0
npm verb linkMans lodash._baseindexof@3.1.0
npm verb rebuildBundles lodash._baseindexof@3.1.0
npm info install lodash._baseindexof@3.1.0
npm info postinstall lodash._baseindexof@3.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseisequal
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseisequal
npm info preinstall lodash._baseisequal@3.0.7
npm info linkStuff lodash._baseisequal@3.0.7
npm verb linkBins lodash._baseisequal@3.0.7
npm verb linkMans lodash._baseisequal@3.0.7
npm verb rebuildBundles lodash._baseisequal@3.0.7
npm info install lodash._baseisequal@3.0.7
npm info postinstall lodash._baseisequal@3.0.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basetostring
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._basetostring
npm info preinstall lodash._basetostring@3.0.1
npm info linkStuff lodash._basetostring@3.0.1
npm verb linkBins lodash._basetostring@3.0.1
npm verb linkMans lodash._basetostring@3.0.1
npm verb rebuildBundles lodash._basetostring@3.0.1
npm info install lodash._basetostring@3.0.1
npm info postinstall lodash._basetostring@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseuniq
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._baseuniq
npm info preinstall lodash._baseuniq@3.0.3
npm info linkStuff lodash._baseuniq@3.0.3
npm verb linkBins lodash._baseuniq@3.0.3
npm verb linkMans lodash._baseuniq@3.0.3
npm verb rebuildBundles lodash._baseuniq@3.0.3
npm info install lodash._baseuniq@3.0.3
npm info postinstall lodash._baseuniq@3.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._bindcallback
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._bindcallback
npm info preinstall lodash._bindcallback@3.0.1
npm info linkStuff lodash._bindcallback@3.0.1
npm verb linkBins lodash._bindcallback@3.0.1
npm verb linkMans lodash._bindcallback@3.0.1
npm verb rebuildBundles lodash._bindcallback@3.0.1
npm info install lodash._bindcallback@3.0.1
npm info postinstall lodash._bindcallback@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._cacheindexof
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._cacheindexof
npm info preinstall lodash._cacheindexof@3.0.2
npm info linkStuff lodash._cacheindexof@3.0.2
npm verb linkBins lodash._cacheindexof@3.0.2
npm verb linkMans lodash._cacheindexof@3.0.2
npm verb rebuildBundles lodash._cacheindexof@3.0.2
npm info install lodash._cacheindexof@3.0.2
npm info postinstall lodash._cacheindexof@3.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._createcache
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._createcache
npm info preinstall lodash._createcache@3.1.2
npm info linkStuff lodash._createcache@3.1.2
npm verb linkBins lodash._createcache@3.1.2
npm verb linkMans lodash._createcache@3.1.2
npm verb rebuildBundles lodash._createcache@3.1.2
npm info install lodash._createcache@3.1.2
npm info postinstall lodash._createcache@3.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._createpadding
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._createpadding
npm info preinstall lodash._createpadding@3.6.1
npm info linkStuff lodash._createpadding@3.6.1
npm verb linkBins lodash._createpadding@3.6.1
npm verb linkMans lodash._createpadding@3.6.1
npm verb rebuildBundles lodash._createpadding@3.6.1
npm info install lodash._createpadding@3.6.1
npm info postinstall lodash._createpadding@3.6.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._getnative
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._getnative
npm info preinstall lodash._getnative@3.9.1
npm info linkStuff lodash._getnative@3.9.1
npm verb linkBins lodash._getnative@3.9.1
npm verb linkMans lodash._getnative@3.9.1
npm verb rebuildBundles lodash._getnative@3.9.1
npm info install lodash._getnative@3.9.1
npm info postinstall lodash._getnative@3.9.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._isiterateecall
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash._isiterateecall
npm info preinstall lodash._isiterateecall@3.0.9
npm info linkStuff lodash._isiterateecall@3.0.9
npm verb linkBins lodash._isiterateecall@3.0.9
npm verb linkMans lodash._isiterateecall@3.0.9
npm verb rebuildBundles lodash._isiterateecall@3.0.9
npm info install lodash._isiterateecall@3.0.9
npm info postinstall lodash._isiterateecall@3.0.9
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.clonedeep
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.clonedeep
npm info preinstall lodash.clonedeep@3.0.2
npm info linkStuff lodash.clonedeep@3.0.2
npm verb linkBins lodash.clonedeep@3.0.2
npm verb linkMans lodash.clonedeep@3.0.2
npm verb rebuildBundles lodash.clonedeep@3.0.2
npm info install lodash.clonedeep@3.0.2
npm info postinstall lodash.clonedeep@3.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.isarguments
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.isarguments
npm info preinstall lodash.isarguments@3.0.4
npm info linkStuff lodash.isarguments@3.0.4
npm verb linkBins lodash.isarguments@3.0.4
npm verb linkMans lodash.isarguments@3.0.4
npm verb rebuildBundles lodash.isarguments@3.0.4
npm info install lodash.isarguments@3.0.4
npm info postinstall lodash.isarguments@3.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.isarray
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.isarray
npm info preinstall lodash.isarray@3.0.4
npm info linkStuff lodash.isarray@3.0.4
npm verb linkBins lodash.isarray@3.0.4
npm verb linkMans lodash.isarray@3.0.4
npm verb rebuildBundles lodash.isarray@3.0.4
npm info install lodash.isarray@3.0.4
npm info postinstall lodash.isarray@3.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.istypedarray
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.istypedarray
npm info preinstall lodash.istypedarray@3.0.2
npm info linkStuff lodash.istypedarray@3.0.2
npm verb linkBins lodash.istypedarray@3.0.2
npm verb linkMans lodash.istypedarray@3.0.2
npm verb rebuildBundles lodash.istypedarray@3.0.2
npm info install lodash.istypedarray@3.0.2
npm info postinstall lodash.istypedarray@3.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.keys
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.keys
npm info preinstall lodash.keys@3.1.2
npm info linkStuff lodash.keys@3.1.2
npm verb linkBins lodash.keys@3.1.2
npm verb linkMans lodash.keys@3.1.2
npm verb rebuildBundles lodash.keys@3.1.2
npm info install lodash.keys@3.1.2
npm info postinstall lodash.keys@3.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.pad
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.pad
npm info preinstall lodash.pad@3.1.1
npm info linkStuff lodash.pad@3.1.1
npm verb linkBins lodash.pad@3.1.1
npm verb linkMans lodash.pad@3.1.1
npm verb rebuildBundles lodash.pad@3.1.1
npm info install lodash.pad@3.1.1
npm info postinstall lodash.pad@3.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.padleft
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.padleft
npm info preinstall lodash.padleft@3.1.1
npm info linkStuff lodash.padleft@3.1.1
npm verb linkBins lodash.padleft@3.1.1
npm verb linkMans lodash.padleft@3.1.1
npm verb rebuildBundles lodash.padleft@3.1.1
npm info install lodash.padleft@3.1.1
npm info postinstall lodash.padleft@3.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.padright
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.padright
npm info preinstall lodash.padright@3.1.1
npm info linkStuff lodash.padright@3.1.1
npm verb linkBins lodash.padright@3.1.1
npm verb linkMans lodash.padright@3.1.1
npm verb rebuildBundles lodash.padright@3.1.1
npm info install lodash.padright@3.1.1
npm info postinstall lodash.padright@3.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.pairs
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.pairs
npm info preinstall lodash.pairs@3.0.1
npm info linkStuff lodash.pairs@3.0.1
npm verb linkBins lodash.pairs@3.0.1
npm verb linkMans lodash.pairs@3.0.1
npm verb rebuildBundles lodash.pairs@3.0.1
npm info install lodash.pairs@3.0.1
npm info postinstall lodash.pairs@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.repeat
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.repeat
npm info preinstall lodash.repeat@3.0.1
npm info linkStuff lodash.repeat@3.0.1
npm verb linkBins lodash.repeat@3.0.1
npm verb linkMans lodash.repeat@3.0.1
npm verb rebuildBundles lodash.repeat@3.0.1
npm info install lodash.repeat@3.0.1
npm info postinstall lodash.repeat@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.restparam
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.restparam
npm info preinstall lodash.restparam@3.6.1
npm info linkStuff lodash.restparam@3.6.1
npm verb linkBins lodash.restparam@3.6.1
npm verb linkMans lodash.restparam@3.6.1
npm verb rebuildBundles lodash.restparam@3.6.1
npm info install lodash.restparam@3.6.1
npm info postinstall lodash.restparam@3.6.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.union
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.union
npm info preinstall lodash.union@3.1.0
npm info linkStuff lodash.union@3.1.0
npm verb linkBins lodash.union@3.1.0
npm verb linkMans lodash.union@3.1.0
npm verb rebuildBundles lodash.union@3.1.0
npm info install lodash.union@3.1.0
npm info postinstall lodash.union@3.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.uniq
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.uniq
npm info preinstall lodash.uniq@3.2.2
npm info linkStuff lodash.uniq@3.2.2
npm verb linkBins lodash.uniq@3.2.2
npm verb linkMans lodash.uniq@3.2.2
npm verb rebuildBundles lodash.uniq@3.2.2
npm info install lodash.uniq@3.2.2
npm info postinstall lodash.uniq@3.2.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.without
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lodash.without
npm info preinstall lodash.without@3.2.1
npm info linkStuff lodash.without@3.2.1
npm verb linkBins lodash.without@3.2.1
npm verb linkMans lodash.without@3.2.1
npm verb rebuildBundles lodash.without@3.2.1
npm info install lodash.without@3.2.1
npm info postinstall lodash.without@3.2.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/lru-cache
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/lru-cache
npm info preinstall lru-cache@2.6.5
npm info linkStuff lru-cache@2.6.5
npm verb linkBins lru-cache@2.6.5
npm verb linkMans lru-cache@2.6.5
npm verb rebuildBundles lru-cache@2.6.5
npm info install lru-cache@2.6.5
npm info postinstall lru-cache@2.6.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/mime-db
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/mime-db
npm info preinstall mime-db@1.19.0
npm info linkStuff mime-db@1.19.0
npm verb linkBins mime-db@1.19.0
npm verb linkMans mime-db@1.19.0
npm verb rebuildBundles mime-db@1.19.0
npm info install mime-db@1.19.0
npm info postinstall mime-db@1.19.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/mime-types
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/mime-types
npm info preinstall mime-types@2.1.7
npm info linkStuff mime-types@2.1.7
npm verb linkBins mime-types@2.1.7
npm verb linkMans mime-types@2.1.7
npm verb rebuildBundles mime-types@2.1.7
npm info install mime-types@2.1.7
npm info postinstall mime-types@2.1.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/minimatch
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/minimatch
npm info preinstall minimatch@2.0.10
npm info linkStuff minimatch@2.0.10
npm verb linkBins minimatch@2.0.10
npm verb linkMans minimatch@2.0.10
npm verb rebuildBundles minimatch@2.0.10
npm info install minimatch@2.0.10
npm info postinstall minimatch@2.0.10
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/minimist
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/minimist
npm info preinstall minimist@0.0.8
npm info linkStuff minimist@0.0.8
npm verb linkBins minimist@0.0.8
npm verb linkMans minimist@0.0.8
npm verb rebuildBundles minimist@0.0.8
npm info install minimist@0.0.8
npm info postinstall minimist@0.0.8
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/mkdirp
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/mkdirp
npm info preinstall mkdirp@0.5.1
npm info linkStuff mkdirp@0.5.1
npm verb linkBins mkdirp@0.5.1
npm verb link bins [ { mkdirp: 'bin/cmd.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans mkdirp@0.5.1
npm verb rebuildBundles mkdirp@0.5.1
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/mkdirp
npm info install mkdirp@0.5.1
npm info postinstall mkdirp@0.5.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/ms
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/ms
npm info preinstall ms@0.7.1
npm info linkStuff ms@0.7.1
npm verb linkBins ms@0.7.1
npm verb linkMans ms@0.7.1
npm verb rebuildBundles ms@0.7.1
npm info install ms@0.7.1
npm info postinstall ms@0.7.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/mute-stream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/mute-stream
npm info preinstall mute-stream@0.0.5
npm info linkStuff mute-stream@0.0.5
npm verb linkBins mute-stream@0.0.5
npm verb linkMans mute-stream@0.0.5
npm verb rebuildBundles mute-stream@0.0.5
npm info install mute-stream@0.0.5
npm info postinstall mute-stream@0.0.5
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/node-gyp
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/node-gyp
npm info preinstall node-gyp@3.0.3
npm info linkStuff node-gyp@3.0.3
npm verb linkBins node-gyp@3.0.3
npm verb link bins [ { 'node-gyp': './bin/node-gyp.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans node-gyp@3.0.3
npm verb rebuildBundles node-gyp@3.0.3
npm verb rebuildBundles [ 'glob', 'minimatch', 'tar' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/node-gyp
npm info install node-gyp@3.0.3
npm info postinstall node-gyp@3.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/node-uuid
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/node-uuid
npm info preinstall node-uuid@1.4.3
npm info linkStuff node-uuid@1.4.3
npm verb linkBins node-uuid@1.4.3
npm verb link bins [ { uuid: './bin/uuid' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans node-uuid@1.4.3
npm verb rebuildBundles node-uuid@1.4.3
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/uuid
npm info install node-uuid@1.4.3
npm info postinstall node-uuid@1.4.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/nopt
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/nopt
npm info preinstall nopt@3.0.4
npm info linkStuff nopt@3.0.4
npm verb linkBins nopt@3.0.4
npm verb link bins [ { nopt: './bin/nopt.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans nopt@3.0.4
npm verb rebuildBundles nopt@3.0.4
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/nopt
npm info install nopt@3.0.4
npm info postinstall nopt@3.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/normalize-git-url
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/normalize-git-url
npm info preinstall normalize-git-url@3.0.1
npm info linkStuff normalize-git-url@3.0.1
npm verb linkBins normalize-git-url@3.0.1
npm verb linkMans normalize-git-url@3.0.1
npm verb rebuildBundles normalize-git-url@3.0.1
npm info install normalize-git-url@3.0.1
npm info postinstall normalize-git-url@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/normalize-package-data
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/normalize-package-data
npm info preinstall normalize-package-data@2.3.4
npm info linkStuff normalize-package-data@2.3.4
npm verb linkBins normalize-package-data@2.3.4
npm verb linkMans normalize-package-data@2.3.4
npm verb rebuildBundles normalize-package-data@2.3.4
npm info install normalize-package-data@2.3.4
npm info postinstall normalize-package-data@2.3.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/npm-cache-filename
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/npm-cache-filename
npm info preinstall npm-cache-filename@1.0.2
npm info linkStuff npm-cache-filename@1.0.2
npm verb linkBins npm-cache-filename@1.0.2
npm verb linkMans npm-cache-filename@1.0.2
npm verb rebuildBundles npm-cache-filename@1.0.2
npm info install npm-cache-filename@1.0.2
npm info postinstall npm-cache-filename@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/npm-install-checks
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/npm-install-checks
npm info preinstall npm-install-checks@2.0.1
npm info linkStuff npm-install-checks@2.0.1
npm verb linkBins npm-install-checks@2.0.1
npm verb linkMans npm-install-checks@2.0.1
npm verb rebuildBundles npm-install-checks@2.0.1
npm info install npm-install-checks@2.0.1
npm info postinstall npm-install-checks@2.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/npm-package-arg
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/npm-package-arg
npm info preinstall npm-package-arg@4.0.2
npm info linkStuff npm-package-arg@4.0.2
npm verb linkBins npm-package-arg@4.0.2
npm verb linkMans npm-package-arg@4.0.2
npm verb rebuildBundles npm-package-arg@4.0.2
npm info install npm-package-arg@4.0.2
npm info postinstall npm-package-arg@4.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/npm-registry-client
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/npm-registry-client
npm info preinstall npm-registry-client@7.0.7
npm info linkStuff npm-registry-client@7.0.7
npm verb linkBins npm-registry-client@7.0.7
npm verb linkMans npm-registry-client@7.0.7
npm verb rebuildBundles npm-registry-client@7.0.7
npm info install npm-registry-client@7.0.7
npm info postinstall npm-registry-client@7.0.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/npm-user-validate
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/npm-user-validate
npm info preinstall npm-user-validate@0.1.2
npm info linkStuff npm-user-validate@0.1.2
npm verb linkBins npm-user-validate@0.1.2
npm verb linkMans npm-user-validate@0.1.2
npm verb rebuildBundles npm-user-validate@0.1.2
npm info install npm-user-validate@0.1.2
npm info postinstall npm-user-validate@0.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/npmlog
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/npmlog
npm info preinstall npmlog@1.2.1
npm info linkStuff npmlog@1.2.1
npm verb linkBins npmlog@1.2.1
npm verb linkMans npmlog@1.2.1
npm verb rebuildBundles npmlog@1.2.1
npm info install npmlog@1.2.1
npm info postinstall npmlog@1.2.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/oauth-sign
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/oauth-sign
npm info preinstall oauth-sign@0.8.0
npm info linkStuff oauth-sign@0.8.0
npm verb linkBins oauth-sign@0.8.0
npm verb linkMans oauth-sign@0.8.0
npm verb rebuildBundles oauth-sign@0.8.0
npm info install oauth-sign@0.8.0
npm info postinstall oauth-sign@0.8.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/once
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/once
npm info preinstall once@1.3.2
npm info linkStuff once@1.3.2
npm verb linkBins once@1.3.2
npm verb linkMans once@1.3.2
npm verb rebuildBundles once@1.3.2
npm info install once@1.3.2
npm info postinstall once@1.3.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/opener
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/opener
npm info preinstall opener@1.4.1
npm info linkStuff opener@1.4.1
npm verb linkBins opener@1.4.1
npm verb link bins [ { opener: 'opener.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans opener@1.4.1
npm verb rebuildBundles opener@1.4.1
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/opener
npm info install opener@1.4.1
npm info postinstall opener@1.4.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/os-homedir
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/os-homedir
npm info preinstall os-homedir@1.0.1
npm info linkStuff os-homedir@1.0.1
npm verb linkBins os-homedir@1.0.1
npm verb linkMans os-homedir@1.0.1
npm verb rebuildBundles os-homedir@1.0.1
npm info install os-homedir@1.0.1
npm info postinstall os-homedir@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/os-tmpdir
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/os-tmpdir
npm info preinstall os-tmpdir@1.0.1
npm info linkStuff os-tmpdir@1.0.1
npm verb linkBins os-tmpdir@1.0.1
npm verb linkMans os-tmpdir@1.0.1
npm verb rebuildBundles os-tmpdir@1.0.1
npm info install os-tmpdir@1.0.1
npm info postinstall os-tmpdir@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/osenv
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/osenv
npm info preinstall osenv@0.1.3
npm info linkStuff osenv@0.1.3
npm verb linkBins osenv@0.1.3
npm verb linkMans osenv@0.1.3
npm verb rebuildBundles osenv@0.1.3
npm info install osenv@0.1.3
npm info postinstall osenv@0.1.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/path-array
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/path-array
npm info preinstall path-array@1.0.0
npm info linkStuff path-array@1.0.0
npm verb linkBins path-array@1.0.0
npm verb linkMans path-array@1.0.0
npm verb rebuildBundles path-array@1.0.0
npm info install path-array@1.0.0
npm info postinstall path-array@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/path-is-absolute
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/path-is-absolute
npm info preinstall path-is-absolute@1.0.0
npm info linkStuff path-is-absolute@1.0.0
npm verb linkBins path-is-absolute@1.0.0
npm verb linkMans path-is-absolute@1.0.0
npm verb rebuildBundles path-is-absolute@1.0.0
npm info install path-is-absolute@1.0.0
npm info postinstall path-is-absolute@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/path-is-inside
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/path-is-inside
npm info preinstall path-is-inside@1.0.1
npm info linkStuff path-is-inside@1.0.1
npm verb linkBins path-is-inside@1.0.1
npm verb linkMans path-is-inside@1.0.1
npm verb rebuildBundles path-is-inside@1.0.1
npm info install path-is-inside@1.0.1
npm info postinstall path-is-inside@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/process-nextick-args
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/process-nextick-args
npm info preinstall process-nextick-args@1.0.3
npm info linkStuff process-nextick-args@1.0.3
npm verb linkBins process-nextick-args@1.0.3
npm verb linkMans process-nextick-args@1.0.3
npm verb rebuildBundles process-nextick-args@1.0.3
npm info install process-nextick-args@1.0.3
npm info postinstall process-nextick-args@1.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/promzard
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/promzard
npm info preinstall promzard@0.3.0
npm info linkStuff promzard@0.3.0
npm verb linkBins promzard@0.3.0
npm verb linkMans promzard@0.3.0
npm verb rebuildBundles promzard@0.3.0
npm info install promzard@0.3.0
npm info postinstall promzard@0.3.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/proto-list
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/proto-list
npm info preinstall proto-list@1.2.4
npm info linkStuff proto-list@1.2.4
npm verb linkBins proto-list@1.2.4
npm verb linkMans proto-list@1.2.4
npm verb rebuildBundles proto-list@1.2.4
npm info install proto-list@1.2.4
npm info postinstall proto-list@1.2.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/qs
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/qs
npm info preinstall qs@5.1.0
npm info linkStuff qs@5.1.0
npm verb linkBins qs@5.1.0
npm verb linkMans qs@5.1.0
npm verb rebuildBundles qs@5.1.0
npm info install qs@5.1.0
npm info postinstall qs@5.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/read
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/read
npm info preinstall read@1.0.7
npm info linkStuff read@1.0.7
npm verb linkBins read@1.0.7
npm verb linkMans read@1.0.7
npm verb rebuildBundles read@1.0.7
npm info install read@1.0.7
npm info postinstall read@1.0.7
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/read-cmd-shim
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/read-cmd-shim
npm info preinstall read-cmd-shim@1.0.1
npm info linkStuff read-cmd-shim@1.0.1
npm verb linkBins read-cmd-shim@1.0.1
npm verb linkMans read-cmd-shim@1.0.1
npm verb rebuildBundles read-cmd-shim@1.0.1
npm info install read-cmd-shim@1.0.1
npm info postinstall read-cmd-shim@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/read-installed
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/read-installed
npm info preinstall read-installed@4.0.3
npm info linkStuff read-installed@4.0.3
npm verb linkBins read-installed@4.0.3
npm verb linkMans read-installed@4.0.3
npm verb rebuildBundles read-installed@4.0.3
npm info install read-installed@4.0.3
npm info postinstall read-installed@4.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/read-package-json
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/read-package-json
npm info preinstall read-package-json@2.0.1
npm info linkStuff read-package-json@2.0.1
npm verb linkBins read-package-json@2.0.1
npm verb linkMans read-package-json@2.0.1
npm verb rebuildBundles read-package-json@2.0.1
npm info install read-package-json@2.0.1
npm info postinstall read-package-json@2.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/read-package-tree
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/read-package-tree
npm info preinstall read-package-tree@5.1.2
npm info linkStuff read-package-tree@5.1.2
npm verb linkBins read-package-tree@5.1.2
npm verb linkMans read-package-tree@5.1.2
npm verb rebuildBundles read-package-tree@5.1.2
npm info install read-package-tree@5.1.2
npm info postinstall read-package-tree@5.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/readable-stream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/readable-stream
npm info preinstall readable-stream@1.1.13
npm info linkStuff readable-stream@1.1.13
npm verb linkBins readable-stream@1.1.13
npm verb linkMans readable-stream@1.1.13
npm verb rebuildBundles readable-stream@1.1.13
npm info install readable-stream@1.1.13
npm info postinstall readable-stream@1.1.13
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/readdir-scoped-modules
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/readdir-scoped-modules
npm info preinstall readdir-scoped-modules@1.0.2
npm info linkStuff readdir-scoped-modules@1.0.2
npm verb linkBins readdir-scoped-modules@1.0.2
npm verb linkMans readdir-scoped-modules@1.0.2
npm verb rebuildBundles readdir-scoped-modules@1.0.2
npm info install readdir-scoped-modules@1.0.2
npm info postinstall readdir-scoped-modules@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/realize-package-specifier
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/realize-package-specifier
npm info preinstall realize-package-specifier@3.0.1
npm info linkStuff realize-package-specifier@3.0.1
npm verb linkBins realize-package-specifier@3.0.1
npm verb linkMans realize-package-specifier@3.0.1
npm verb rebuildBundles realize-package-specifier@3.0.1
npm info install realize-package-specifier@3.0.1
npm info postinstall realize-package-specifier@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/request
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/request
npm info preinstall request@2.64.0
npm info linkStuff request@2.64.0
npm verb linkBins request@2.64.0
npm verb linkMans request@2.64.0
npm verb rebuildBundles request@2.64.0
npm info install request@2.64.0
npm info postinstall request@2.64.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/retry
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/retry
npm info preinstall retry@0.8.0
npm info linkStuff retry@0.8.0
npm verb linkBins retry@0.8.0
npm verb linkMans retry@0.8.0
npm verb rebuildBundles retry@0.8.0
npm info install retry@0.8.0
npm info postinstall retry@0.8.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/rimraf
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/rimraf
npm info preinstall rimraf@2.4.3
npm info linkStuff rimraf@2.4.3
npm verb linkBins rimraf@2.4.3
npm verb link bins [ { rimraf: './bin.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans rimraf@2.4.3
npm verb rebuildBundles rimraf@2.4.3
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/rimraf
npm info install rimraf@2.4.3
npm info postinstall rimraf@2.4.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/semver
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/semver
npm info preinstall semver@5.0.3
npm info linkStuff semver@5.0.3
npm verb linkBins semver@5.0.3
npm verb link bins [ { semver: './bin/semver' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans semver@5.0.3
npm verb rebuildBundles semver@5.0.3
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/semver
npm info install semver@5.0.3
npm info postinstall semver@5.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/sha
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/sha
npm info preinstall sha@2.0.1
npm info linkStuff sha@2.0.1
npm verb linkBins sha@2.0.1
npm verb linkMans sha@2.0.1
npm verb rebuildBundles sha@2.0.1
npm verb rebuildBundles [ 'readable-stream' ]
npm info install sha@2.0.1
npm info postinstall sha@2.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/sigmund
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/sigmund
npm info preinstall sigmund@1.0.1
npm info linkStuff sigmund@1.0.1
npm verb linkBins sigmund@1.0.1
npm verb linkMans sigmund@1.0.1
npm verb rebuildBundles sigmund@1.0.1
npm info install sigmund@1.0.1
npm info postinstall sigmund@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/slide
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/slide
npm info preinstall slide@1.1.6
npm info linkStuff slide@1.1.6
npm verb linkBins slide@1.1.6
npm verb linkMans slide@1.1.6
npm verb rebuildBundles slide@1.1.6
npm info install slide@1.1.6
npm info postinstall slide@1.1.6
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/sntp
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/sntp
npm info preinstall sntp@1.0.9
npm info linkStuff sntp@1.0.9
npm verb linkBins sntp@1.0.9
npm verb linkMans sntp@1.0.9
npm verb rebuildBundles sntp@1.0.9
npm info install sntp@1.0.9
npm info postinstall sntp@1.0.9
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/sorted-object
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/sorted-object
npm info preinstall sorted-object@1.0.0
npm info linkStuff sorted-object@1.0.0
npm verb linkBins sorted-object@1.0.0
npm verb linkMans sorted-object@1.0.0
npm verb rebuildBundles sorted-object@1.0.0
npm info install sorted-object@1.0.0
npm info postinstall sorted-object@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-correct
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-correct
npm info preinstall spdx-correct@1.0.1
npm info linkStuff spdx-correct@1.0.1
npm verb linkBins spdx-correct@1.0.1
npm verb linkMans spdx-correct@1.0.1
npm verb rebuildBundles spdx-correct@1.0.1
npm info install spdx-correct@1.0.1
npm info postinstall spdx-correct@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-exceptions
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-exceptions
npm info preinstall spdx-exceptions@1.0.2
npm info linkStuff spdx-exceptions@1.0.2
npm verb linkBins spdx-exceptions@1.0.2
npm verb linkMans spdx-exceptions@1.0.2
npm verb rebuildBundles spdx-exceptions@1.0.2
npm info install spdx-exceptions@1.0.2
npm info postinstall spdx-exceptions@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-expression-parse
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-expression-parse
npm info preinstall spdx-expression-parse@1.0.0
npm info linkStuff spdx-expression-parse@1.0.0
npm verb linkBins spdx-expression-parse@1.0.0
npm verb linkMans spdx-expression-parse@1.0.0
npm verb rebuildBundles spdx-expression-parse@1.0.0
npm info install spdx-expression-parse@1.0.0
npm info postinstall spdx-expression-parse@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-license-ids
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/spdx-license-ids
npm info preinstall spdx-license-ids@1.0.2
npm info linkStuff spdx-license-ids@1.0.2
npm verb linkBins spdx-license-ids@1.0.2
npm verb linkMans spdx-license-ids@1.0.2
npm verb rebuildBundles spdx-license-ids@1.0.2
npm info install spdx-license-ids@1.0.2
npm info postinstall spdx-license-ids@1.0.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/string_decoder
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/string_decoder
npm info preinstall string_decoder@0.10.31
npm info linkStuff string_decoder@0.10.31
npm verb linkBins string_decoder@0.10.31
npm verb linkMans string_decoder@0.10.31
npm verb rebuildBundles string_decoder@0.10.31
npm info install string_decoder@0.10.31
npm info postinstall string_decoder@0.10.31
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/stringstream
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/stringstream
npm info preinstall stringstream@0.0.4
npm info linkStuff stringstream@0.0.4
npm verb linkBins stringstream@0.0.4
npm verb linkMans stringstream@0.0.4
npm verb rebuildBundles stringstream@0.0.4
npm info install stringstream@0.0.4
npm info postinstall stringstream@0.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/strip-ansi
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/strip-ansi
npm info preinstall strip-ansi@3.0.0
npm info linkStuff strip-ansi@3.0.0
npm verb linkBins strip-ansi@3.0.0
npm verb linkMans strip-ansi@3.0.0
npm verb rebuildBundles strip-ansi@3.0.0
npm info install strip-ansi@3.0.0
npm info postinstall strip-ansi@3.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/supports-color
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/supports-color
npm info preinstall supports-color@2.0.0
npm info linkStuff supports-color@2.0.0
npm verb linkBins supports-color@2.0.0
npm verb linkMans supports-color@2.0.0
npm verb rebuildBundles supports-color@2.0.0
npm info install supports-color@2.0.0
npm info postinstall supports-color@2.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/tar
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/tar
npm info preinstall tar@2.2.1
npm info linkStuff tar@2.2.1
npm verb linkBins tar@2.2.1
npm verb linkMans tar@2.2.1
npm verb rebuildBundles tar@2.2.1
npm info install tar@2.2.1
npm info postinstall tar@2.2.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/text-table
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/text-table
npm info preinstall text-table@0.2.0
npm info linkStuff text-table@0.2.0
npm verb linkBins text-table@0.2.0
npm verb linkMans text-table@0.2.0
npm verb rebuildBundles text-table@0.2.0
npm info install text-table@0.2.0
npm info postinstall text-table@0.2.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/tough-cookie
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/tough-cookie
npm info preinstall tough-cookie@2.0.0
npm info linkStuff tough-cookie@2.0.0
npm verb linkBins tough-cookie@2.0.0
npm verb linkMans tough-cookie@2.0.0
npm verb rebuildBundles tough-cookie@2.0.0
npm info install tough-cookie@2.0.0
npm info postinstall tough-cookie@2.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/tunnel-agent
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/tunnel-agent
npm info preinstall tunnel-agent@0.4.1
npm info linkStuff tunnel-agent@0.4.1
npm verb linkBins tunnel-agent@0.4.1
npm verb linkMans tunnel-agent@0.4.1
npm verb rebuildBundles tunnel-agent@0.4.1
npm info install tunnel-agent@0.4.1
npm info postinstall tunnel-agent@0.4.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/typedarray
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/typedarray
npm info preinstall typedarray@0.0.6
npm info linkStuff typedarray@0.0.6
npm verb linkBins typedarray@0.0.6
npm verb linkMans typedarray@0.0.6
npm verb rebuildBundles typedarray@0.0.6
npm info install typedarray@0.0.6
npm info postinstall typedarray@0.0.6
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/uid-number
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/uid-number
npm info preinstall uid-number@0.0.6
npm info linkStuff uid-number@0.0.6
npm verb linkBins uid-number@0.0.6
npm verb linkMans uid-number@0.0.6
npm verb rebuildBundles uid-number@0.0.6
npm info install uid-number@0.0.6
npm info postinstall uid-number@0.0.6
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/umask
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/umask
npm info preinstall umask@1.1.0
npm info linkStuff umask@1.1.0
npm verb linkBins umask@1.1.0
npm verb linkMans umask@1.1.0
npm verb rebuildBundles umask@1.1.0
npm info install umask@1.1.0
npm info postinstall umask@1.1.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/unique-filename
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/unique-filename
npm info preinstall unique-filename@1.0.0
npm info linkStuff unique-filename@1.0.0
npm verb linkBins unique-filename@1.0.0
npm verb linkMans unique-filename@1.0.0
npm verb rebuildBundles unique-filename@1.0.0
npm info install unique-filename@1.0.0
npm info postinstall unique-filename@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/unique-slug
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/unique-slug
npm info preinstall unique-slug@1.0.0
npm info linkStuff unique-slug@1.0.0
npm verb linkBins unique-slug@1.0.0
npm verb linkMans unique-slug@1.0.0
npm verb rebuildBundles unique-slug@1.0.0
npm info install unique-slug@1.0.0
npm info postinstall unique-slug@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/unpipe
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/unpipe
npm info preinstall unpipe@1.0.0
npm info linkStuff unpipe@1.0.0
npm verb linkBins unpipe@1.0.0
npm verb linkMans unpipe@1.0.0
npm verb rebuildBundles unpipe@1.0.0
npm info install unpipe@1.0.0
npm info postinstall unpipe@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/util-deprecate
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/util-deprecate
npm info preinstall util-deprecate@1.0.1
npm info linkStuff util-deprecate@1.0.1
npm verb linkBins util-deprecate@1.0.1
npm verb linkMans util-deprecate@1.0.1
npm verb rebuildBundles util-deprecate@1.0.1
npm info install util-deprecate@1.0.1
npm info postinstall util-deprecate@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/util-extend
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/util-extend
npm info preinstall util-extend@1.0.1
npm info linkStuff util-extend@1.0.1
npm verb linkBins util-extend@1.0.1
npm verb linkMans util-extend@1.0.1
npm verb rebuildBundles util-extend@1.0.1
npm info install util-extend@1.0.1
npm info postinstall util-extend@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/validate-npm-package-license
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/validate-npm-package-license
npm info preinstall validate-npm-package-license@3.0.1
npm info linkStuff validate-npm-package-license@3.0.1
npm verb linkBins validate-npm-package-license@3.0.1
npm verb linkMans validate-npm-package-license@3.0.1
npm verb rebuildBundles validate-npm-package-license@3.0.1
npm info install validate-npm-package-license@3.0.1
npm info postinstall validate-npm-package-license@3.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/validate-npm-package-name
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/validate-npm-package-name
npm info preinstall validate-npm-package-name@2.2.2
npm info linkStuff validate-npm-package-name@2.2.2
npm verb linkBins validate-npm-package-name@2.2.2
npm verb linkMans validate-npm-package-name@2.2.2
npm verb rebuildBundles validate-npm-package-name@2.2.2
npm info install validate-npm-package-name@2.2.2
npm info postinstall validate-npm-package-name@2.2.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/wcwidth
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/wcwidth
npm info preinstall wcwidth@1.0.0
npm info linkStuff wcwidth@1.0.0
npm verb linkBins wcwidth@1.0.0
npm verb linkMans wcwidth@1.0.0
npm verb rebuildBundles wcwidth@1.0.0
npm info install wcwidth@1.0.0
npm info postinstall wcwidth@1.0.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/which
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/which
npm info preinstall which@1.1.2
npm info linkStuff which@1.1.2
npm verb linkBins which@1.1.2
npm verb link bins [ { which: './bin/which' },
npm verb link bins '/app/node_modules/nodegit/node_modules/npm/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans which@1.1.2
npm verb rebuildBundles which@1.1.2
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/npm/node_modules/.bin/which
npm info install which@1.1.2
npm info postinstall which@1.1.2
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/wrappy
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/wrappy
npm info preinstall wrappy@1.0.1
npm info linkStuff wrappy@1.0.1
npm verb linkBins wrappy@1.0.1
npm verb linkMans wrappy@1.0.1
npm verb rebuildBundles wrappy@1.0.1
npm info install wrappy@1.0.1
npm info postinstall wrappy@1.0.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/write-file-atomic
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/write-file-atomic
npm info preinstall write-file-atomic@1.1.3
npm info linkStuff write-file-atomic@1.1.3
npm verb linkBins write-file-atomic@1.1.3
npm verb linkMans write-file-atomic@1.1.3
npm verb rebuildBundles write-file-atomic@1.1.3
npm info install write-file-atomic@1.1.3
npm info postinstall write-file-atomic@1.1.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/npm/node_modules/xtend
npm info build /app/node_modules/nodegit/node_modules/npm/node_modules/xtend
npm info preinstall xtend@4.0.0
npm info linkStuff xtend@4.0.0
npm verb linkBins xtend@4.0.0
npm verb linkMans xtend@4.0.0
npm verb rebuildBundles xtend@4.0.0
npm info install xtend@4.0.0
npm info postinstall xtend@4.0.0
npm info install npm@3.3.8
npm info postinstall npm@3.3.8
npm verb unlock done using /root/.npm/_locks/npm-b84250166f8bf0db.lock for /app/node_modules/nodegit/node_modules/npm
npm verb about to build /app/node_modules/nodegit
npm info build /app/node_modules/nodegit
npm info linkStuff nodegit@0.5.0
npm verb linkBins nodegit@0.5.0
npm verb linkMans nodegit@0.5.0
npm verb rebuildBundles nodegit@0.5.0
npm verb rebuildBundles [ '.bin',
npm verb rebuildBundles 'fs-extra',
npm verb rebuildBundles 'node-pre-gyp',
npm verb rebuildBundles 'nodegit-promise',
npm verb rebuildBundles 'npm',
npm verb rebuildBundles 'promisify-node',
npm verb rebuildBundles 'which-native-nodish' ]
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp
npm info preinstall node-pre-gyp@0.6.11
npm info linkStuff node-pre-gyp@0.6.11
npm verb linkBins node-pre-gyp@0.6.11
npm verb link bins [ { 'node-pre-gyp': './bin/node-pre-gyp' },
npm verb link bins '/app/node_modules/nodegit/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans node-pre-gyp@0.6.11
npm verb rebuildBundles node-pre-gyp@0.6.11
npm verb rebuildBundles [ 'mkdirp',
npm verb rebuildBundles 'nopt',
npm verb rebuildBundles 'npmlog',
npm verb rebuildBundles 'rc',
npm verb rebuildBundles 'request',
npm verb rebuildBundles 'rimraf',
npm verb rebuildBundles 'semver',
npm verb rebuildBundles 'tar',
npm verb rebuildBundles 'tar-pack' ]
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/mkdirp
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/.bin/node-pre-gyp
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/mkdirp
npm info preinstall mkdirp@0.5.1
npm info linkStuff mkdirp@0.5.1
npm verb linkBins mkdirp@0.5.1
npm verb link bins [ { mkdirp: 'bin/cmd.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans mkdirp@0.5.1
npm verb rebuildBundles mkdirp@0.5.1
npm verb rebuildBundles [ 'minimist' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin/mkdirp
npm info install mkdirp@0.5.1
npm info postinstall mkdirp@0.5.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/nopt
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/nopt
npm info preinstall nopt@3.0.4
npm info linkStuff nopt@3.0.4
npm verb linkBins nopt@3.0.4
npm verb link bins [ { nopt: './bin/nopt.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans nopt@3.0.4
npm verb rebuildBundles nopt@3.0.4
npm verb rebuildBundles [ 'abbrev' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin/nopt
npm info install nopt@3.0.4
npm info postinstall nopt@3.0.4
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/npmlog
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/npmlog
npm info preinstall npmlog@1.2.1
npm info linkStuff npmlog@1.2.1
npm verb linkBins npmlog@1.2.1
npm verb linkMans npmlog@1.2.1
npm verb rebuildBundles npmlog@1.2.1
npm verb rebuildBundles [ 'ansi', 'are-we-there-yet', 'gauge' ]
npm info install npmlog@1.2.1
npm info postinstall npmlog@1.2.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/rc
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/rc
npm info preinstall rc@1.1.1
npm info linkStuff rc@1.1.1
npm verb linkBins rc@1.1.1
npm verb link bins [ { rc: './index.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans rc@1.1.1
npm verb rebuildBundles rc@1.1.1
npm verb rebuildBundles [ 'deep-extend', 'ini', 'minimist', 'strip-json-comments' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin/rc
npm info install rc@1.1.1
npm info postinstall rc@1.1.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/request
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/request
npm info preinstall request@2.63.0
npm info linkStuff request@2.63.0
npm verb linkBins request@2.63.0
npm verb linkMans request@2.63.0
npm verb rebuildBundles request@2.63.0
npm verb rebuildBundles [ 'aws-sign2',
npm verb rebuildBundles 'bl',
npm verb rebuildBundles 'caseless',
npm verb rebuildBundles 'combined-stream',
npm verb rebuildBundles 'extend',
npm verb rebuildBundles 'forever-agent',
npm verb rebuildBundles 'form-data',
npm verb rebuildBundles 'har-validator',
npm verb rebuildBundles 'hawk',
npm verb rebuildBundles 'http-signature',
npm verb rebuildBundles 'isstream',
npm verb rebuildBundles 'json-stringify-safe',
npm verb rebuildBundles 'mime-types',
npm verb rebuildBundles 'node-uuid',
npm verb rebuildBundles 'oauth-sign',
npm verb rebuildBundles 'qs',
npm verb rebuildBundles 'stringstream',
npm verb rebuildBundles 'tough-cookie',
npm verb rebuildBundles 'tunnel-agent' ]
npm info install request@2.63.0
npm info postinstall request@2.63.0
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/rimraf
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/rimraf
npm info preinstall rimraf@2.4.3
npm info linkStuff rimraf@2.4.3
npm verb linkBins rimraf@2.4.3
npm verb link bins [ { rimraf: './bin.js' },
npm verb link bins '/app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans rimraf@2.4.3
npm verb rebuildBundles rimraf@2.4.3
npm verb rebuildBundles [ 'glob' ]
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin/rimraf
npm info install rimraf@2.4.3
npm info postinstall rimraf@2.4.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/semver
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/semver
npm info preinstall semver@5.0.3
npm info linkStuff semver@5.0.3
npm verb linkBins semver@5.0.3
npm verb link bins [ { semver: './bin/semver' },
npm verb link bins '/app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin',
npm verb link bins false ]
npm verb linkMans semver@5.0.3
npm verb rebuildBundles semver@5.0.3
npm verb gentlyRm don't care about contents; nuking /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/.bin/semver
npm info install semver@5.0.3
npm info postinstall semver@5.0.3
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/tar
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/tar
npm info preinstall tar@2.2.1
npm info linkStuff tar@2.2.1
npm verb linkBins tar@2.2.1
npm verb linkMans tar@2.2.1
npm verb rebuildBundles tar@2.2.1
npm verb rebuildBundles [ 'block-stream', 'fstream', 'inherits' ]
npm info install tar@2.2.1
npm info postinstall tar@2.2.1
npm verb rebuild bundle /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/tar-pack
npm info build /app/node_modules/nodegit/node_modules/node-pre-gyp/node_modules/tar-pack
npm info preinstall tar-pack@2.0.0
npm info linkStuff tar-pack@2.0.0
npm verb linkBins tar-pack@2.0.0
npm verb linkMans tar-pack@2.0.0
npm verb rebuildBundles tar-pack@2.0.0
npm verb rebuildBundles [ 'debug',
npm verb rebuildBundles 'fstream',
npm verb rebuildBundles 'fstream-ignore',
npm verb rebuildBundles 'graceful-fs',
npm verb rebuildBundles 'once',
npm verb rebuildBundles 'readable-stream',
npm verb rebuildBundles 'rimraf',
npm verb rebuildBundles 'tar',
npm verb rebuildBundles 'uid-number' ]
npm info install tar-pack@2.0.0
npm info postinstall tar-pack@2.0.0
npm info install node-pre-gyp@0.6.11
npm info postinstall node-pre-gyp@0.6.11
npm info install nodegit@0.5.0

> nodegit@0.5.0 install /app/node_modules/nodegit
> node lifecycleScripts/install
[nodegit] Fetching binary from S3.
[nodegit] Failed to install prebuilt binary, building manually.
[nodegit] Regenerating and configuring code
npm info it worked if it ends with ok
npm verb cli [ 'node',
npm verb cli '/app/node_modules/nodegit/node_modules/.bin/npm',
npm verb cli 'install',
npm verb cli '--ignore-scripts' ]
npm info using npm@3.3.8
npm info using node@v0.12.7
npm verb request uri https://registry.npmjs.org/combyne
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm verb request id 64ef527fb0689bf3
npm http request GET https://registry.npmjs.org/combyne
npm verb request uri https://registry.npmjs.org/coveralls
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/coveralls
npm verb request uri https://registry.npmjs.org/istanbul
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/istanbul
npm verb request uri https://registry.npmjs.org/js-beautify
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/js-beautify
npm verb request uri https://registry.npmjs.org/jshint
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/jshint
npm verb request uri https://registry.npmjs.org/lcov-result-merger
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/lcov-result-merger
npm verb request uri https://registry.npmjs.org/lodash
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/lodash
npm verb request uri https://registry.npmjs.org/mocha
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/mocha
npm verb request uri https://registry.npmjs.org/nan
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/nan
npm verb request uri https://registry.npmjs.org/node-gyp
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/node-gyp
npm verb request uri https://registry.npmjs.org/nw-gyp
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/nw-gyp
npm verb request uri https://registry.npmjs.org/request
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/request
npm verb request uri https://registry.npmjs.org/tar
npm verb request no auth needed
npm info attempt registry request try #1 at 7:56:57 PM
npm http request GET https://registry.npmjs.org/tar
npm http 200 https://registry.npmjs.org/coveralls
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"28PD31F4126FRNWQLO505X2BW"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '57639',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '24',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1244-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.871226,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving coveralls to /root/.npm/registry.npmjs.org/coveralls/.cache.json
npm verb cache add spec coveralls@^2.11.4
npm verb addNamed ">=2.11.4 <3.0.0" is a valid semver range for coveralls
npm verb addNameRange registry:https://registry.npmjs.org/coveralls not in flight; fetching
npm verb get https://registry.npmjs.org/coveralls not expired, no request
npm verb addNamed "2.11.4" is a plain semver version for coveralls
npm verb addRemoteTarball https://registry.npmjs.org/coveralls/-/coveralls-2.11.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/coveralls/-/coveralls-2.11.4.tgz',
npm verb addRemoteTarball 'b42f4e156f6ba9419d27434a4289094f219267f7' ]
npm info retry fetch attempt 1 at 7:56:58 PM
npm info attempt registry request try #1 at 7:56:58 PM
npm http fetch GET https://registry.npmjs.org/coveralls/-/coveralls-2.11.4.tgz
npm http 200 https://registry.npmjs.org/js-beautify
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"AEO8E3KHAUEU4H8MSPHP8VN1O"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '81288',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '50',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1221-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.885081,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving js-beautify to /root/.npm/registry.npmjs.org/js-beautify/.cache.json
npm verb cache add spec js-beautify@^1.5.10
npm verb addNamed ">=1.5.10 <2.0.0" is a valid semver range for js-beautify
npm verb addNameRange registry:https://registry.npmjs.org/js-beautify not in flight; fetching
npm verb get https://registry.npmjs.org/js-beautify not expired, no request
npm verb addNamed "1.5.10" is a plain semver version for js-beautify
npm verb addRemoteTarball https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz',
npm verb addRemoteTarball '4d95371702699344a516ca26bf59f0a27bb75719' ]
npm info retry fetch attempt 1 at 7:56:58 PM
npm info attempt registry request try #1 at 7:56:58 PM
npm http fetch GET https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz
npm http 200 https://registry.npmjs.org/jshint
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"361UTSIZSMJ7UJDYVLAO353E"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '102950',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '20',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1250-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284619.883803,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving jshint to /root/.npm/registry.npmjs.org/jshint/.cache.json
npm verb cache add spec jshint@^2.8.0
npm verb addNamed ">=2.8.0 <3.0.0" is a valid semver range for jshint
npm verb addNameRange registry:https://registry.npmjs.org/jshint not in flight; fetching
npm verb get https://registry.npmjs.org/jshint not expired, no request
npm verb addNamed "2.8.0" is a plain semver version for jshint
npm verb addRemoteTarball https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz',
npm verb addRemoteTarball '1d09a3bd913c4cadfa81bf18d582bd85bffe0d44' ]
npm info retry fetch attempt 1 at 7:56:58 PM
npm info attempt registry request try #1 at 7:56:58 PM
npm http fetch GET https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz
npm http 200 https://registry.npmjs.org/istanbul
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"2M4KLAPD6OA0XO1G5MCCY3OZ8"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '269538',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '21',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1225-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.883130,VS0,VE1',
npm verb headers vary: 'Accept' }
npm verb get saving istanbul to /root/.npm/registry.npmjs.org/istanbul/.cache.json
npm verb cache add spec istanbul@^0.3.20
npm verb addNamed ">=0.3.20 <0.4.0" is a valid semver range for istanbul
npm verb addNameRange registry:https://registry.npmjs.org/istanbul not in flight; fetching
npm verb get https://registry.npmjs.org/istanbul not expired, no request
npm verb addNamed "0.3.22" is a plain semver version for istanbul
npm verb addRemoteTarball https://registry.npmjs.org/istanbul/-/istanbul-0.3.22.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/istanbul/-/istanbul-0.3.22.tgz',
npm verb addRemoteTarball '3e164d85021fe19c985d1f0e7ef0c3e22d012eb6' ]
npm info retry fetch attempt 1 at 7:56:58 PM
npm info attempt registry request try #1 at 7:56:58 PM
npm http fetch GET https://registry.npmjs.org/istanbul/-/istanbul-0.3.22.tgz
npm http 200 https://registry.npmjs.org/tar
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"8XKYJQ46I2UV2OIF3OHSBZ9CI"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '30424',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '5',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1239-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.897562,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving tar to /root/.npm/registry.npmjs.org/tar/.cache.json
npm verb cache add spec tar@^2.2.1
npm verb addNamed ">=2.2.1 <3.0.0" is a valid semver range for tar
npm verb addNameRange registry:https://registry.npmjs.org/tar not in flight; fetching
npm verb get https://registry.npmjs.org/tar not expired, no request
npm verb addNamed "2.2.1" is a plain semver version for tar
npm verb addRemoteTarball https://registry.npmjs.org/tar/-/tar-2.2.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/tar/-/tar-2.2.1.tgz',
npm verb addRemoteTarball '8e4d2a256c0e2185c6b18ad694aec968b83cb1d1' ]
npm info retry fetch attempt 1 at 7:56:58 PM
npm info attempt registry request try #1 at 7:56:58 PM
npm http fetch GET https://registry.npmjs.org/tar/-/tar-2.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/coveralls/-/coveralls-2.11.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/coveralls/-/coveralls-2.11.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for coveralls@2.11.4
npm http fetch 200 https://registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz
npm verb afterAdd /root/.npm/coveralls/2.11.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/coveralls/2.11.4/package/package.json written
npm http 200 https://registry.npmjs.org/lodash
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"7DIZ7NGT9R2DYON7LTIM9RUFB"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '109765',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '43',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1245-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284619.886163,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving lodash to /root/.npm/registry.npmjs.org/lodash/.cache.json
npm verb cache add spec lodash@^3.10.1
npm verb addNamed ">=3.10.1 <4.0.0" is a valid semver range for lodash
npm verb addNameRange registry:https://registry.npmjs.org/lodash not in flight; fetching
npm http fetch 200 https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz
npm verb get https://registry.npmjs.org/lodash not expired, no request
npm verb addNamed "3.10.1" is a plain semver version for lodash
npm verb addRemoteTarball https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz',
npm verb addRemoteTarball '5bf45e8e49ba4189e17d482789dfd15bd140b7b6' ]
npm info retry fetch attempt 1 at 7:56:58 PM
npm info attempt registry request try #1 at 7:56:58 PM
npm http fetch GET https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
npm http 200 https://registry.npmjs.org/lcov-result-merger
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"2QQ82YX0C4OS2HO4CNQUXV4QR"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '8527',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:00 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1226-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.885750,VS0,VE801',
npm verb headers vary: 'Accept' }
npm verb get saving lcov-result-merger to /root/.npm/registry.npmjs.org/lcov-result-merger/.cache.json
npm verb cache add spec lcov-result-merger@^1.0.2
npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for lcov-result-merger
npm verb addNameRange registry:https://registry.npmjs.org/lcov-result-merger not in flight; fetching
npm verb get https://registry.npmjs.org/lcov-result-merger not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for lcov-result-merger
npm verb addRemoteTarball https://registry.npmjs.org/lcov-result-merger/-/lcov-result-merger-1.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/lcov-result-merger/-/lcov-result-merger-1.0.2.tgz',
npm verb addRemoteTarball 'a7a1cf861daf32deb39949c2eee8c9a9ed475c18' ]
npm info retry fetch attempt 1 at 7:56:59 PM
npm info attempt registry request try #1 at 7:56:59 PM
npm http fetch GET https://registry.npmjs.org/lcov-result-merger/-/lcov-result-merger-1.0.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/js-beautify/-/js-beautify-1.5.10.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for js-beautify@1.5.10
npm verb afterAdd /root/.npm/js-beautify/1.5.10/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/js-beautify/1.5.10/package/package.json written
npm http 200 https://registry.npmjs.org/nan
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EEJEYBDBWDA07LWTXUI68JUWL"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '100017',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '31',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1229-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.889101,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving nan to /root/.npm/registry.npmjs.org/nan/.cache.json
npm http 200 https://registry.npmjs.org/combyne
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"15UJ5Z49BRACN9KWMQKQ4150Q"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '55967',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1220-FRA',
npm verb headers 'x-cache': 'MISS',
npm verb headers 'x-cache-hits': '0',
npm verb headers 'x-timer': 'S1445284619.886043,VS0,VE104',
npm verb headers vary: 'Accept' }
npm verb get saving combyne to /root/.npm/registry.npmjs.org/combyne/.cache.json
npm verb cache add spec nan@^2.0.9
npm verb addNamed ">=2.0.9 <3.0.0" is a valid semver range for nan
npm verb addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
npm verb get https://registry.npmjs.org/nan not expired, no request
npm verb addNamed "2.1.0" is a plain semver version for nan
npm verb addRemoteTarball https://registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/nan/-/nan-2.1.0.tgz',
npm verb addRemoteTarball '020a7ccedc63fdee85f85967d5607849e74abbe8' ]
npm http fetch 200 https://registry.npmjs.org/istanbul/-/istanbul-0.3.22.tgz
npm info retry fetch attempt 1 at 7:56:59 PM
npm info attempt registry request try #1 at 7:56:59 PM
npm http fetch GET https://registry.npmjs.org/nan/-/nan-2.1.0.tgz
npm verb cache add spec combyne@^0.8.1
npm verb addNamed ">=0.8.1 <0.9.0" is a valid semver range for combyne
npm verb addNameRange registry:https://registry.npmjs.org/combyne not in flight; fetching
npm verb get https://registry.npmjs.org/combyne not expired, no request
npm verb addNamed "0.8.1" is a plain semver version for combyne
npm verb addRemoteTarball https://registry.npmjs.org/combyne/-/combyne-0.8.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/combyne/-/combyne-0.8.1.tgz',
npm verb addRemoteTarball '589de47045d57156dc1ece185d64c389dccb47d8' ]
npm info retry fetch attempt 1 at 7:56:59 PM
npm info attempt registry request try #1 at 7:56:59 PM
npm http fetch GET https://registry.npmjs.org/combyne/-/combyne-0.8.1.tgz
npm http 200 https://registry.npmjs.org/nw-gyp
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"1Q7H2TDEH6MCKDKK2IHX7FOTR"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '16448',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1246-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.888776,VS0,VE106',
npm verb headers vary: 'Accept' }
npm verb get saving nw-gyp to /root/.npm/registry.npmjs.org/nw-gyp/.cache.json
npm verb cache add spec nw-gyp@^0.12.4
npm verb addNamed ">=0.12.4 <0.13.0" is a valid semver range for nw-gyp
npm verb addNameRange registry:https://registry.npmjs.org/nw-gyp not in flight; fetching
npm verb get https://registry.npmjs.org/nw-gyp not expired, no request
npm verb addNamed "0.12.4" is a plain semver version for nw-gyp
npm verb addRemoteTarball https://registry.npmjs.org/nw-gyp/-/nw-gyp-0.12.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/nw-gyp/-/nw-gyp-0.12.4.tgz',
npm verb addRemoteTarball '9cf479127b3f500cd8070f5a0e5138e1b1fe9f90' ]
npm info retry fetch attempt 1 at 7:56:59 PM
npm info attempt registry request try #1 at 7:56:59 PM
npm http fetch GET https://registry.npmjs.org/nw-gyp/-/nw-gyp-0.12.4.tgz
npm http fetch 200 https://registry.npmjs.org/tar/-/tar-2.2.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/istanbul/-/istanbul-0.3.22.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for istanbul@0.3.22
npm verb afterAdd /root/.npm/istanbul/0.3.22/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/istanbul/0.3.22/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/tar/-/tar-2.2.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for tar@2.2.1
npm verb afterAdd /root/.npm/tar/2.2.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/tar/2.2.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/lcov-result-merger/-/lcov-result-merger-1.0.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/lcov-result-merger/-/lcov-result-merger-1.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for lcov-result-merger@1.0.2
npm verb afterAdd /root/.npm/lcov-result-merger/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/lcov-result-merger/1.0.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz
npm http fetch 200 https://registry.npmjs.org/nan/-/nan-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/combyne/-/combyne-0.8.1.tgz
npm http 200 https://registry.npmjs.org/node-gyp
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EKRR1HRWG4UNBI6CFGJ0H257K"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '123222',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '19',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1221-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.902979,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving node-gyp to /root/.npm/registry.npmjs.org/node-gyp/.cache.json
npm verb cache add spec node-gyp@^3.0.3
npm verb addNamed ">=3.0.3 <4.0.0" is a valid semver range for node-gyp
npm verb addNameRange registry:https://registry.npmjs.org/node-gyp not in flight; fetching
npm verb get https://registry.npmjs.org/node-gyp not expired, no request
npm verb addNamed "3.0.3" is a plain semver version for node-gyp
npm verb addRemoteTarball https://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz',
npm verb addRemoteTarball '9b004219f4fa9efbfd78c5fc674aa12e58fb8694' ]
npm info retry fetch attempt 1 at 7:56:59 PM
npm info attempt registry request try #1 at 7:56:59 PM
npm http fetch GET https://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/nw-gyp/-/nw-gyp-0.12.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/nan/-/nan-2.1.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for nan@2.1.0
npm http 200 https://registry.npmjs.org/mocha
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"BMM2AFGI56GUD1WVWCATVEGDU"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '188368',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '51',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1227-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284619.887597,VS0,VE1',
npm verb headers vary: 'Accept' }
npm verb get saving mocha to /root/.npm/registry.npmjs.org/mocha/.cache.json
npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/nan/2.1.0/package/package.json written
npm verb cache add spec mocha@^2.3.3
npm verb addNamed ">=2.3.3 <3.0.0" is a valid semver range for mocha
npm verb addNameRange registry:https://registry.npmjs.org/mocha not in flight; fetching
npm verb get https://registry.npmjs.org/mocha not expired, no request
npm verb addNamed "2.3.3" is a plain semver version for mocha
npm verb addRemoteTarball https://registry.npmjs.org/mocha/-/mocha-2.3.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/mocha/-/mocha-2.3.3.tgz',
npm verb addRemoteTarball '96488c49bfd71d86a518cb941e291a83f48d8856' ]
npm info retry fetch attempt 1 at 7:56:59 PM
npm info attempt registry request try #1 at 7:56:59 PM
npm http fetch GET https://registry.npmjs.org/mocha/-/mocha-2.3.3.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/combyne/-/combyne-0.8.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for combyne@0.8.1
npm verb afterAdd /root/.npm/combyne/0.8.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/combyne/0.8.1/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/lodash/-/lodash-3.10.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for lodash@3.10.1
npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/lodash/3.10.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/nw-gyp/-/nw-gyp-0.12.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for nw-gyp@0.12.4
npm verb afterAdd /root/.npm/nw-gyp/0.12.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/nw-gyp/0.12.4/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/jshint/-/jshint-2.8.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for jshint@2.8.0
npm verb afterAdd /root/.npm/jshint/2.8.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/jshint/2.8.0/package/package.json written
npm http fetch 200 https://registry.npmjs.org/mocha/-/mocha-2.3.3.tgz
npm http 200 https://registry.npmjs.org/request
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"2XXTQGDTLZZNNELCPBG78G40O"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '175001',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:56:59 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '7',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1239-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284619.898347,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving request to /root/.npm/registry.npmjs.org/request/.cache.json
npm verb cache add spec request@^2.63.0
npm verb addNamed ">=2.63.0 <3.0.0" is a valid semver range for request
npm verb addNameRange registry:https://registry.npmjs.org/request not in flight; fetching
npm verb get https://registry.npmjs.org/request not expired, no request
npm verb addNamed "2.65.0" is a plain semver version for request
npm verb addRemoteTarball https://registry.npmjs.org/request/-/request-2.65.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/request/-/request-2.65.0.tgz',
npm verb addRemoteTarball 'cc1a3bc72b96254734fc34296da322f9486ddeba' ]
npm info retry fetch attempt 1 at 7:57:00 PM
npm info attempt registry request try #1 at 7:57:00 PM
npm http fetch GET https://registry.npmjs.org/request/-/request-2.65.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/mocha/-/mocha-2.3.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for mocha@2.3.3
npm verb afterAdd /root/.npm/mocha/2.3.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/mocha/2.3.3/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/node-gyp/-/node-gyp-3.0.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for node-gyp@3.0.3
npm verb afterAdd /root/.npm/node-gyp/3.0.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/node-gyp/3.0.3/package/package.json written
npm http fetch 200 https://registry.npmjs.org/request/-/request-2.65.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/request/-/request-2.65.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for request@2.65.0
npm verb afterAdd /root/.npm/request/2.65.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/request/2.65.0/package/package.json written
npm verb cache add spec request@2.40.0
npm verb addNamed "2.40.0" is a plain semver version for request
npm verb addNameVersion registry:https://registry.npmjs.org/request not in flight; fetching
npm verb request uri https://registry.npmjs.org/js-yaml
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:01 PM
npm http request GET https://registry.npmjs.org/js-yaml
npm verb request uri https://registry.npmjs.org/lcov-parse
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:01 PM
npm http request GET https://registry.npmjs.org/lcov-parse
npm verb request uri https://registry.npmjs.org/log-driver
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:01 PM
npm http request GET https://registry.npmjs.org/log-driver
npm verb get https://registry.npmjs.org/request not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/request/-/request-2.40.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/request/-/request-2.40.0.tgz',
npm verb addRemoteTarball '4dd670f696f1e6e842e66b4b5e839301ab9beb67' ]
npm info retry fetch attempt 1 at 7:57:01 PM
npm info attempt registry request try #1 at 7:57:01 PM
npm http fetch GET https://registry.npmjs.org/request/-/request-2.40.0.tgz
npm http 200 https://registry.npmjs.org/log-driver
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"G16JNC1P51HGP2TO097GGSAL"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '10519',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:03 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '25',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1222-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284623.147396,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving log-driver to /root/.npm/registry.npmjs.org/log-driver/.cache.json
npm verb cache add spec log-driver@1.2.4
npm verb addNamed "1.2.4" is a plain semver version for log-driver
npm verb addNameVersion registry:https://registry.npmjs.org/log-driver not in flight; fetching
npm verb get https://registry.npmjs.org/log-driver not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/log-driver/-/log-driver-1.2.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/log-driver/-/log-driver-1.2.4.tgz',
npm verb addRemoteTarball '2d62d7faef45d8a71341961a04b0761eca99cfa3' ]
npm info retry fetch attempt 1 at 7:57:01 PM
npm info attempt registry request try #1 at 7:57:01 PM
npm http fetch GET https://registry.npmjs.org/log-driver/-/log-driver-1.2.4.tgz
npm http 200 https://registry.npmjs.org/lcov-parse
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EVO6ASG4XT2LV2NWRIJGEUVNT"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '13468',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:03 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '25',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1240-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284623.148363,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving lcov-parse to /root/.npm/registry.npmjs.org/lcov-parse/.cache.json
npm http fetch 200 https://registry.npmjs.org/request/-/request-2.40.0.tgz
npm verb cache add spec lcov-parse@0.0.6
npm verb addNamed "0.0.6" is a plain semver version for lcov-parse
npm verb addNameVersion registry:https://registry.npmjs.org/lcov-parse not in flight; fetching
npm verb get https://registry.npmjs.org/lcov-parse not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.6.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.6.tgz',
npm verb addRemoteTarball '819e5da8bf0791f9d3f39eea5ed1868187f11175' ]
npm info retry fetch attempt 1 at 7:57:01 PM
npm info attempt registry request try #1 at 7:57:01 PM
npm http fetch GET https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.6.tgz
npm http 200 https://registry.npmjs.org/js-yaml
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"GDRHTP763J22YU61EQPKLL66"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '65137',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:03 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '15',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1230-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284623.139006,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving js-yaml to /root/.npm/registry.npmjs.org/js-yaml/.cache.json
npm verb cache add spec js-yaml@3.0.1
npm verb addNamed "3.0.1" is a plain semver version for js-yaml
npm verb addNameVersion registry:https://registry.npmjs.org/js-yaml not in flight; fetching
npm verb get https://registry.npmjs.org/js-yaml not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz',
npm verb addRemoteTarball '76405fea5bce30fc8f405d48c6dca7f0a32c6afe' ]
npm info retry fetch attempt 1 at 7:57:01 PM
npm info attempt registry request try #1 at 7:57:01 PM
npm http fetch GET https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/request/-/request-2.40.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for request@2.40.0
npm verb afterAdd /root/.npm/request/2.40.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/request/2.40.0/package/package.json written
npm http fetch 200 https://registry.npmjs.org/log-driver/-/log-driver-1.2.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/log-driver/-/log-driver-1.2.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for log-driver@1.2.4
npm verb afterAdd /root/.npm/log-driver/1.2.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/log-driver/1.2.4/package/package.json written
npm http fetch 200 https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.6.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.6.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for lcov-parse@0.0.6
npm verb afterAdd /root/.npm/lcov-parse/0.0.6/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/lcov-parse/0.0.6/package/package.json written
npm http fetch 200 https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for js-yaml@3.0.1
npm verb afterAdd /root/.npm/js-yaml/3.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/js-yaml/3.0.1/package/package.json written
npm verb request uri https://registry.npmjs.org/argparse
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:02 PM
npm http request GET https://registry.npmjs.org/argparse
npm verb request uri https://registry.npmjs.org/esprima
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:02 PM
npm http request GET https://registry.npmjs.org/esprima
npm http 200 https://registry.npmjs.org/argparse
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"1YVE94MY8B3O26I9J9JFXF27N"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '31151',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:04 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1234-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284624.197907,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving argparse to /root/.npm/registry.npmjs.org/argparse/.cache.json
npm verb cache add spec argparse@~ 0.1.11
npm verb addNamed ">=0.1.11 <0.2.0" is a valid semver range for argparse
npm verb addNameRange registry:https://registry.npmjs.org/argparse not in flight; fetching
npm verb get https://registry.npmjs.org/argparse not expired, no request
npm verb addNamed "0.1.16" is a plain semver version for argparse
npm verb addRemoteTarball https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz',
npm verb addRemoteTarball 'cfd01e0fbba3d6caed049fbd758d40f65196f57c' ]
npm info retry fetch attempt 1 at 7:57:02 PM
npm info attempt registry request try #1 at 7:57:02 PM
npm http fetch GET https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz
npm http 200 https://registry.npmjs.org/esprima
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"AVSCUW57SRTFITAKH26IJ4XIX"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '58651',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:04 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '34',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1234-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284624.199713,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
npm verb cache add spec esprima@~ 1.0.2
npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for esprima
npm verb addNameRange registry:https://registry.npmjs.org/esprima not in flight; fetching
npm verb get https://registry.npmjs.org/esprima not expired, no request
npm verb addNamed "1.0.4" is a plain semver version for esprima
npm verb addRemoteTarball https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz',
npm verb addRemoteTarball '9f557e08fc3b4d26ece9dd34f8fbf476b62585ad' ]
npm info retry fetch attempt 1 at 7:57:02 PM
npm info attempt registry request try #1 at 7:57:02 PM
npm http fetch GET https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/argparse/-/argparse-0.1.16.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for argparse@0.1.16
npm verb afterAdd /root/.npm/argparse/0.1.16/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/argparse/0.1.16/package/package.json written
npm http fetch 200 https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/esprima/-/esprima-1.0.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for esprima@1.0.4
npm verb afterAdd /root/.npm/esprima/1.0.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/esprima/1.0.4/package/package.json written
npm verb request uri https://registry.npmjs.org/underscore
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:03 PM
npm http request GET https://registry.npmjs.org/underscore
npm verb request uri https://registry.npmjs.org/underscore.string
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:03 PM
npm http request GET https://registry.npmjs.org/underscore.string
npm http 200 https://registry.npmjs.org/underscore.string
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"9HLXDOKWC1I2LOXJ9C352NREI"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '69237',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:05 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '46',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1239-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284625.357075,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving underscore.string to /root/.npm/registry.npmjs.org/underscore.string/.cache.json
npm http 200 https://registry.npmjs.org/underscore
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"E0XF5C5SKQJCA43E36HXZEGN4"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '41464',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:05 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '13',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1247-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284625.360009,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving underscore to /root/.npm/registry.npmjs.org/underscore/.cache.json
npm verb cache add spec underscore.string@~2.4.0
npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for underscore.string
npm verb addNameRange registry:https://registry.npmjs.org/underscore.string not in flight; fetching
npm verb cache add spec underscore@~1.7.0
npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for underscore
npm verb addNameRange registry:https://registry.npmjs.org/underscore not in flight; fetching
npm verb get https://registry.npmjs.org/underscore.string not expired, no request
npm verb addNamed "2.4.0" is a plain semver version for underscore.string
npm verb get https://registry.npmjs.org/underscore not expired, no request
npm verb addNamed "1.7.0" is a plain semver version for underscore
npm verb addRemoteTarball https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz',
npm verb addRemoteTarball '8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b' ]
npm verb addRemoteTarball https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz',
npm verb addRemoteTarball '6bbaf0877500d36be34ecaa584e0db9fef035209' ]
npm info retry fetch attempt 1 at 7:57:03 PM
npm info attempt registry request try #1 at 7:57:03 PM
npm http fetch GET https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz
npm info retry fetch attempt 1 at 7:57:03 PM
npm info attempt registry request try #1 at 7:57:03 PM
npm http fetch GET https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz
npm http fetch 200 https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for underscore.string@2.4.0
npm verb afterAdd /root/.npm/underscore.string/2.4.0/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/underscore/-/underscore-1.7.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for underscore@1.7.0
npm verb afterAdd /root/.npm/underscore.string/2.4.0/package/package.json written
npm verb afterAdd /root/.npm/underscore/1.7.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/underscore/1.7.0/package/package.json written
npm verb request uri https://registry.npmjs.org/qs
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/qs
npm verb request uri https://registry.npmjs.org/json-stringify-safe
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/json-stringify-safe
npm verb request uri https://registry.npmjs.org/mime-types
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/mime-types
npm verb request uri https://registry.npmjs.org/forever-agent
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/forever-agent
npm verb request uri https://registry.npmjs.org/node-uuid
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/node-uuid
npm verb request uri https://registry.npmjs.org/tough-cookie
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/tough-cookie
npm verb request uri https://registry.npmjs.org/form-data
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/form-data
npm verb request uri https://registry.npmjs.org/tunnel-agent
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/tunnel-agent
npm verb request uri https://registry.npmjs.org/http-signature
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/http-signature
npm verb request uri https://registry.npmjs.org/oauth-sign
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/oauth-sign
npm verb request uri https://registry.npmjs.org/hawk
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/hawk
npm verb request uri https://registry.npmjs.org/aws-sign2
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/aws-sign2
npm verb request uri https://registry.npmjs.org/stringstream
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:04 PM
npm http request GET https://registry.npmjs.org/stringstream
npm http 200 https://registry.npmjs.org/json-stringify-safe
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"HLAS35ZF4QD8OMMHQQENGKY9"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '6954',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '41',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1232-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.461667,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving json-stringify-safe to /root/.npm/registry.npmjs.org/json-stringify-safe/.cache.json
npm verb cache add spec json-stringify-safe@~5.0.0
npm verb addNamed ">=5.0.0 <5.1.0" is a valid semver range for json-stringify-safe
npm verb addNameRange registry:https://registry.npmjs.org/json-stringify-safe not in flight; fetching
npm verb get https://registry.npmjs.org/json-stringify-safe not expired, no request
npm verb addNamed "5.0.1" is a plain semver version for json-stringify-safe
npm verb addRemoteTarball https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz',
npm verb addRemoteTarball '1296a2d58fd45f19a0f6ce01d65701e2c735b6eb' ]
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
npm http 200 https://registry.npmjs.org/forever-agent
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"CWCRJ4EQTE7B8DNSNMGZFPBBZ"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '7953',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '40',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1228-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284626.470005,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving forever-agent to /root/.npm/registry.npmjs.org/forever-agent/.cache.json
npm verb cache add spec forever-agent@~0.5.0
npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for forever-agent
npm verb addNameRange registry:https://registry.npmjs.org/forever-agent not in flight; fetching
npm http 200 https://registry.npmjs.org/oauth-sign
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EDJNZ0SD5DV6ZTLTXN76D4X7I"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '8012',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '58',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1222-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '6',
npm verb headers 'x-timer': 'S1445284626.478053,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving oauth-sign to /root/.npm/registry.npmjs.org/oauth-sign/.cache.json
npm http 200 https://registry.npmjs.org/tunnel-agent
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"30KMJK91SDP6W3JC0MY3FD3ZC"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '4872',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '54',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1244-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284626.478844,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving tunnel-agent to /root/.npm/registry.npmjs.org/tunnel-agent/.cache.json
npm http 200 https://registry.npmjs.org/aws-sign2
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"27R48E29FV1E9H5GP3QGA5YV3"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '3749',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '20',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1226-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.482791,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving aws-sign2 to /root/.npm/registry.npmjs.org/aws-sign2/.cache.json
npm http 200 https://registry.npmjs.org/stringstream
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EDCDG6XME9JQMFSY5KBVIY7I0"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '8408',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '20',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1236-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284626.481946,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving stringstream to /root/.npm/registry.npmjs.org/stringstream/.cache.json
npm verb get https://registry.npmjs.org/forever-agent not expired, no request
npm verb addNamed "0.5.2" is a plain semver version for forever-agent
npm verb addRemoteTarball https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz',
npm verb addRemoteTarball '6d0e09c4921f94a27f63d3b49c5feff1ea4c5130' ]
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
npm verb cache add spec oauth-sign@~0.3.0
npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for oauth-sign
npm verb addNameRange registry:https://registry.npmjs.org/oauth-sign not in flight; fetching
npm verb cache add spec tunnel-agent@~0.4.0
npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for tunnel-agent
npm verb addNameRange registry:https://registry.npmjs.org/tunnel-agent not in flight; fetching
npm verb cache add spec aws-sign2@~0.5.0
npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for aws-sign2
npm verb addNameRange registry:https://registry.npmjs.org/aws-sign2 not in flight; fetching
npm verb cache add spec stringstream@~0.0.4
npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for stringstream
npm verb addNameRange registry:https://registry.npmjs.org/stringstream not in flight; fetching
npm verb get https://registry.npmjs.org/tunnel-agent not expired, no request
npm verb addNamed "0.4.1" is a plain semver version for tunnel-agent
npm verb get https://registry.npmjs.org/aws-sign2 not expired, no request
npm verb addNamed "0.5.0" is a plain semver version for aws-sign2
npm verb get https://registry.npmjs.org/stringstream not expired, no request
npm verb addNamed "0.0.4" is a plain semver version for stringstream
npm verb get https://registry.npmjs.org/oauth-sign not expired, no request
npm verb addNamed "0.3.0" is a plain semver version for oauth-sign
npm verb addRemoteTarball https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz',
npm verb addRemoteTarball 'bbeecff4d679ce753db9462761a88dfcec3c5ab3' ]
npm verb addRemoteTarball https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz',
npm verb addRemoteTarball 'c57103f7a17fc037f02d7c2e64b602ea223f7d63' ]
npm verb addRemoteTarball https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz',
npm verb addRemoteTarball '0f0e3423f942960b5692ac324a57dd093bc41a92' ]
npm verb addRemoteTarball https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz',
npm verb addRemoteTarball 'cb540f93bb2b22a7d5941691a288d60e8ea9386e' ]
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz
npm http 200 https://registry.npmjs.org/node-uuid
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"85RKQM7CYLSKWZELTMHO98MJI"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '19639',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '16',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1230-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284626.468959,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving node-uuid to /root/.npm/registry.npmjs.org/node-uuid/.cache.json
npm http 200 https://registry.npmjs.org/http-signature
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"945LXP85PHX299OXAMLK6TN4Z"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '22660',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '20',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1220-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.472496,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving http-signature to /root/.npm/registry.npmjs.org/http-signature/.cache.json
npm http 200 https://registry.npmjs.org/form-data
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"CZ34L70VQN0YY7G34GET1WGP8"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '31331',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '40',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1238-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.472435,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving form-data to /root/.npm/registry.npmjs.org/form-data/.cache.json
npm verb cache add spec node-uuid@~1.4.0
npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for node-uuid
npm verb addNameRange registry:https://registry.npmjs.org/node-uuid not in flight; fetching
npm verb cache add spec http-signature@~0.10.0
npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-signature
npm verb addNameRange registry:https://registry.npmjs.org/http-signature not in flight; fetching
npm verb cache add spec form-data@~0.1.0
npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for form-data
npm verb addNameRange registry:https://registry.npmjs.org/form-data not in flight; fetching
npm verb get https://registry.npmjs.org/node-uuid not expired, no request
npm verb addNamed "1.4.3" is a plain semver version for node-uuid
npm verb addRemoteTarball https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz',
npm verb addRemoteTarball '319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9' ]
npm verb get https://registry.npmjs.org/http-signature not expired, no request
npm verb addNamed "0.10.1" is a plain semver version for http-signature
npm verb addRemoteTarball https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz',
npm verb addRemoteTarball '4fbdac132559aa8323121e540779c0a012b27e66' ]
npm verb get https://registry.npmjs.org/form-data not expired, no request
npm verb addNamed "0.1.4" is a plain semver version for form-data
npm verb addRemoteTarball https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz',
npm verb addRemoteTarball '91abd788aba9702b1aabfa8bc01031a2ac9e3b12' ]
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
npm http 200 https://registry.npmjs.org/qs
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"A07NC3STXI3AXE2DQFJ2G9WWO"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '61817',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '43',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1228-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.454649,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving qs to /root/.npm/registry.npmjs.org/qs/.cache.json
npm http 200 https://registry.npmjs.org/mime-types
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"5E021C2P0BA35N73SRLTW02TQ"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '46341',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '43',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1245-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284626.463794,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving mime-types to /root/.npm/registry.npmjs.org/mime-types/.cache.json
npm verb cache add spec qs@~1.0.0
npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for qs
npm verb addNameRange registry:https://registry.npmjs.org/qs not in flight; fetching
npm http 200 https://registry.npmjs.org/tough-cookie
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"5H4E9AOT93BK8GS35Q6EB3DAR"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '56242',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '49',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1234-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.467783,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving tough-cookie to /root/.npm/registry.npmjs.org/tough-cookie/.cache.json
npm verb get https://registry.npmjs.org/qs not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for qs
npm verb addRemoteTarball https://registry.npmjs.org/qs/-/qs-1.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/qs/-/qs-1.0.2.tgz',
npm verb addRemoteTarball '50a93e2b5af6691c31bcea5dae78ee6ea1903768' ]
npm verb cache add spec mime-types@~1.0.1
npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for mime-types
npm verb addNameRange registry:https://registry.npmjs.org/mime-types not in flight; fetching
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/qs/-/qs-1.0.2.tgz
npm verb cache add spec tough-cookie@>=0.12.0
npm verb addNamed ">=0.12.0" is a valid semver range for tough-cookie
npm verb addNameRange registry:https://registry.npmjs.org/tough-cookie not in flight; fetching
npm verb get https://registry.npmjs.org/mime-types not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for mime-types
npm verb addRemoteTarball https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz',
npm verb addRemoteTarball '995ae1392ab8affcbfcb2641dd054e943c0d5dce' ]
npm verb get https://registry.npmjs.org/tough-cookie not expired, no request
npm verb addNamed "2.2.0" is a plain semver version for tough-cookie
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
npm verb addRemoteTarball https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz',
npm verb addRemoteTarball 'd4ce661075e5fddb7f20341d3f9931a6fbbadde0' ]
npm info retry fetch attempt 1 at 7:57:04 PM
npm info attempt registry request try #1 at 7:57:04 PM
npm http fetch GET https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz
npm http 200 https://registry.npmjs.org/hawk
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"1FCXI6W6ILUX4QROJNAZUZ236"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '85799',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:06 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '20',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1244-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284626.479037,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving hawk to /root/.npm/registry.npmjs.org/hawk/.cache.json
npm verb cache add spec hawk@1.1.1
npm verb addNamed "1.1.1" is a plain semver version for hawk
npm verb addNameVersion registry:https://registry.npmjs.org/hawk not in flight; fetching
npm verb get https://registry.npmjs.org/hawk not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz',
npm verb addRemoteTarball '87cd491f9b46e4e2aeaca335416766885d2d1ed9' ]
npm info retry fetch attempt 1 at 7:57:05 PM
npm info attempt registry request try #1 at 7:57:05 PM
npm http fetch GET https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for json-stringify-safe@5.0.1
npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/json-stringify-safe/5.0.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for forever-agent@0.5.2
npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/forever-agent/0.5.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for aws-sign2@0.5.0
npm http fetch 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz
npm http fetch 200 https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz
npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for tunnel-agent@0.4.1
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/oauth-sign/-/oauth-sign-0.3.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for oauth-sign@0.3.0
npm verb afterAdd /root/.npm/aws-sign2/0.5.0/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for stringstream@0.0.4
npm verb afterAdd /root/.npm/tunnel-agent/0.4.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/oauth-sign/0.3.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/stringstream/0.0.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/oauth-sign/0.3.0/package/package.json written
npm verb afterAdd /root/.npm/tunnel-agent/0.4.1/package/package.json written
npm verb afterAdd /root/.npm/stringstream/0.0.4/package/package.json written
npm http fetch 200 https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/form-data/-/form-data-0.1.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for form-data@0.1.4
npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/form-data/0.1.4/package/package.json written
npm http fetch 200 https://registry.npmjs.org/qs/-/qs-1.0.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/qs/-/qs-1.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for qs@1.0.2
npm verb afterAdd /root/.npm/qs/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/qs/1.0.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz
npm http fetch 200 https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for node-uuid@1.4.3
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for http-signature@0.10.1
npm verb afterAdd /root/.npm/node-uuid/1.4.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/node-uuid/1.4.3/package/package.json written
npm verb afterAdd /root/.npm/http-signature/0.10.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for mime-types@1.0.2
npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/mime-types/1.0.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for tough-cookie@2.2.0
npm verb afterAdd /root/.npm/tough-cookie/2.2.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/tough-cookie/2.2.0/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/hawk/-/hawk-1.1.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for hawk@1.1.1
npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/hawk/1.1.1/package/package.json written
npm verb request uri https://registry.npmjs.org/combined-stream
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:05 PM
npm http request GET https://registry.npmjs.org/combined-stream
npm verb request uri https://registry.npmjs.org/mime
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:05 PM
npm http request GET https://registry.npmjs.org/mime
npm verb request uri https://registry.npmjs.org/async
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:05 PM
npm http request GET https://registry.npmjs.org/async
npm http 200 https://registry.npmjs.org/mime
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"23W5K3UEGHI81FVPQV67TKUR7"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '19992',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:07 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '4',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1248-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284627.777445,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving mime to /root/.npm/registry.npmjs.org/mime/.cache.json
npm verb cache add spec mime@~1.2.11
npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
npm verb addNameRange registry:https://registry.npmjs.org/mime not in flight; fetching
npm http 200 https://registry.npmjs.org/combined-stream
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"B4WTGKY32M1VDZX0V45HEIVUL"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '20052',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:07 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '5',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1230-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284627.788137,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving combined-stream to /root/.npm/registry.npmjs.org/combined-stream/.cache.json
npm verb get https://registry.npmjs.org/mime not expired, no request
npm verb addNamed "1.2.11" is a plain semver version for mime
npm verb addRemoteTarball https://registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
npm verb addRemoteTarball '58203eed86e3a5ef17aed2b7d9ebd47f0a60dd10' ]
npm info retry fetch attempt 1 at 7:57:06 PM
npm info attempt registry request try #1 at 7:57:06 PM
npm http fetch GET https://registry.npmjs.org/mime/-/mime-1.2.11.tgz
npm verb cache add spec combined-stream@~0.0.4
npm verb addNamed ">=0.0.4 <0.1.0" is a valid semver range for combined-stream
npm verb addNameRange registry:https://registry.npmjs.org/combined-stream not in flight; fetching
npm verb get https://registry.npmjs.org/combined-stream not expired, no request
npm verb addNamed "0.0.7" is a plain semver version for combined-stream
npm verb addRemoteTarball https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz',
npm verb addRemoteTarball '0137e657baa5a7541c57ac37ac5fc07d73b4dc1f' ]
npm info retry fetch attempt 1 at 7:57:06 PM
npm info attempt registry request try #1 at 7:57:06 PM
npm http fetch GET https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
npm http 200 https://registry.npmjs.org/async
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"3V2H25WFF6SEBEU65D770FPSO"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '129070',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:07 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '44',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1241-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284627.788019,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
npm verb cache add spec async@~0.9.0
npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for async
npm verb addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
npm verb get https://registry.npmjs.org/async not expired, no request
npm verb addNamed "0.9.2" is a plain semver version for async
npm verb addRemoteTarball https://registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/async/-/async-0.9.2.tgz',
npm verb addRemoteTarball 'aea74d5e61c1f899613bf64bda66d4c78f2fd17d' ]
npm info retry fetch attempt 1 at 7:57:06 PM
npm info attempt registry request try #1 at 7:57:06 PM
npm http fetch GET https://registry.npmjs.org/async/-/async-0.9.2.tgz
npm http fetch 200 https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for combined-stream@0.0.7
npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/combined-stream/0.0.7/package/package.json written
npm http fetch 200 https://registry.npmjs.org/mime/-/mime-1.2.11.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/mime/-/mime-1.2.11.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for mime@1.2.11
npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/mime/1.2.11/package/package.json written
npm http fetch 200 https://registry.npmjs.org/async/-/async-0.9.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/async/-/async-0.9.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for async@0.9.2
npm verb afterAdd /root/.npm/async/0.9.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/async/0.9.2/package/package.json written
npm verb request uri https://registry.npmjs.org/delayed-stream
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:07 PM
npm http request GET https://registry.npmjs.org/delayed-stream
npm http 200 https://registry.npmjs.org/delayed-stream
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"3R3PDLMYOHW7LS95R001QU3HH"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '13299',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:09 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '51',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1222-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284629.378341,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving delayed-stream to /root/.npm/registry.npmjs.org/delayed-stream/.cache.json
npm verb cache add spec delayed-stream@0.0.5
npm verb addNamed "0.0.5" is a plain semver version for delayed-stream
npm verb addNameVersion registry:https://registry.npmjs.org/delayed-stream not in flight; fetching
npm verb get https://registry.npmjs.org/delayed-stream not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz',
npm verb addRemoteTarball 'd4b1f43a93e8296dfe02694f4680bc37a313c73f' ]
npm info retry fetch attempt 1 at 7:57:07 PM
npm info attempt registry request try #1 at 7:57:07 PM
npm http fetch GET https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for delayed-stream@0.0.5
npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/delayed-stream/0.0.5/package/package.json written
npm verb request uri https://registry.npmjs.org/hoek
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:08 PM
npm http request GET https://registry.npmjs.org/hoek
npm verb request uri https://registry.npmjs.org/boom
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:08 PM
npm http request GET https://registry.npmjs.org/boom
npm verb request uri https://registry.npmjs.org/cryptiles
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:08 PM
npm http request GET https://registry.npmjs.org/cryptiles
npm verb request uri https://registry.npmjs.org/sntp
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:08 PM
npm http request GET https://registry.npmjs.org/sntp
npm http 200 https://registry.npmjs.org/cryptiles
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"8NGQUEYF92R57JT4MWXP4WHVS"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '19224',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:10 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '1',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1229-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284630.261101,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving cryptiles to /root/.npm/registry.npmjs.org/cryptiles/.cache.json
npm verb cache add spec cryptiles@0.2.x
npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for cryptiles
npm verb addNameRange registry:https://registry.npmjs.org/cryptiles not in flight; fetching
npm verb get https://registry.npmjs.org/cryptiles not expired, no request
npm verb addNamed "0.2.2" is a plain semver version for cryptiles
npm verb addRemoteTarball https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz',
npm verb addRemoteTarball 'ed91ff1f17ad13d3748288594f8a48a0d26f325c' ]
npm info retry fetch attempt 1 at 7:57:08 PM
npm info attempt registry request try #1 at 7:57:08 PM
npm http fetch GET https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
npm http 200 https://registry.npmjs.org/boom
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"FYMXN28EULM0E2XY7UKZ47T3"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '61481',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:10 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '28',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1249-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284630.258767,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving boom to /root/.npm/registry.npmjs.org/boom/.cache.json
npm verb cache add spec boom@0.4.x
npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for boom
npm verb addNameRange registry:https://registry.npmjs.org/boom not in flight; fetching
npm verb get https://registry.npmjs.org/boom not expired, no request
npm verb addNamed "0.4.2" is a plain semver version for boom
npm verb addRemoteTarball https://registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/boom/-/boom-0.4.2.tgz',
npm verb addRemoteTarball '7a636e9ded4efcefb19cef4947a3c67dfaee911b' ]
npm info retry fetch attempt 1 at 7:57:08 PM
npm info attempt registry request try #1 at 7:57:08 PM
npm http fetch GET https://registry.npmjs.org/boom/-/boom-0.4.2.tgz
npm http 200 https://registry.npmjs.org/sntp
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"BIQL559CK9WWT2W3XDIZP620E"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '23641',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:10 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1241-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284630.259689,VS0,VE433',
npm verb headers vary: 'Accept' }
npm verb get saving sntp to /root/.npm/registry.npmjs.org/sntp/.cache.json
npm verb cache add spec sntp@0.2.x
npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for sntp
npm verb addNameRange registry:https://registry.npmjs.org/sntp not in flight; fetching
npm verb get https://registry.npmjs.org/sntp not expired, no request
npm verb addNamed "0.2.4" is a plain semver version for sntp
npm verb addRemoteTarball https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz',
npm verb addRemoteTarball 'fb885f18b0f3aad189f824862536bceeec750900' ]
npm info retry fetch attempt 1 at 7:57:09 PM
npm info attempt registry request try #1 at 7:57:09 PM
npm http fetch GET https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
npm http 200 https://registry.npmjs.org/hoek
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"A8Z5KFOM3B145X2BGB5KQYEE7"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '116246',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:10 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1220-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284630.257503,VS0,VE283',
npm verb headers vary: 'Accept' }
npm verb get saving hoek to /root/.npm/registry.npmjs.org/hoek/.cache.json
npm verb cache add spec hoek@0.9.x
npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for hoek
npm verb addNameRange registry:https://registry.npmjs.org/hoek not in flight; fetching
npm verb get https://registry.npmjs.org/hoek not expired, no request
npm verb addNamed "0.9.1" is a plain semver version for hoek
npm verb addRemoteTarball https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz',
npm verb addRemoteTarball '3d322462badf07716ea7eb85baf88079cddce505' ]
npm info retry fetch attempt 1 at 7:57:09 PM
npm info attempt registry request try #1 at 7:57:09 PM
npm http fetch GET https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
npm http fetch 200 https://registry.npmjs.org/boom/-/boom-0.4.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/boom/-/boom-0.4.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for boom@0.4.2
npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/boom/0.4.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for cryptiles@0.2.2
npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/cryptiles/0.2.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/sntp/-/sntp-0.2.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for sntp@0.2.4
npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/sntp/0.2.4/package/package.json written
npm http fetch 200 https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/hoek/-/hoek-0.9.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for hoek@0.9.1
npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/hoek/0.9.1/package/package.json written
npm verb request uri https://registry.npmjs.org/assert-plus
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:09 PM
npm http request GET https://registry.npmjs.org/assert-plus
npm verb request uri https://registry.npmjs.org/asn1
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:09 PM
npm http request GET https://registry.npmjs.org/asn1
npm verb request uri https://registry.npmjs.org/ctype
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:09 PM
npm http request GET https://registry.npmjs.org/ctype
npm http 200 https://registry.npmjs.org/assert-plus
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"C5SOKMJ8MQ2MDTCA9OQZJRNAT"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '8903',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:11 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '53',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1246-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284631.816400,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving assert-plus to /root/.npm/registry.npmjs.org/assert-plus/.cache.json
npm verb cache add spec assert-plus@^0.1.5
npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for assert-plus
npm verb addNameRange registry:https://registry.npmjs.org/assert-plus not in flight; fetching
npm verb get https://registry.npmjs.org/assert-plus not expired, no request
npm verb addNamed "0.1.5" is a plain semver version for assert-plus
npm verb addRemoteTarball https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz',
npm verb addRemoteTarball 'ee74009413002d84cec7219c6ac811812e723160' ]
npm info retry fetch attempt 1 at 7:57:10 PM
npm info attempt registry request try #1 at 7:57:10 PM
npm http fetch GET https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
npm http 200 https://registry.npmjs.org/asn1
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"8MZDEQY0TE5A5S43PFPN4Z679"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '18850',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:11 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '12',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1240-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284631.817458,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving asn1 to /root/.npm/registry.npmjs.org/asn1/.cache.json
npm http 200 https://registry.npmjs.org/ctype
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"7B13NJ25OLHMF8SVEORNTMPT9"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '14368',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:11 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '52',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1239-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284631.818615,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving ctype to /root/.npm/registry.npmjs.org/ctype/.cache.json
npm verb cache add spec asn1@0.1.11
npm verb addNamed "0.1.11" is a plain semver version for asn1
npm verb addNameVersion registry:https://registry.npmjs.org/asn1 not in flight; fetching
npm verb cache add spec ctype@0.5.3
npm verb addNamed "0.5.3" is a plain semver version for ctype
npm verb addNameVersion registry:https://registry.npmjs.org/ctype not in flight; fetching
npm verb get https://registry.npmjs.org/ctype not expired, no request
npm verb get https://registry.npmjs.org/asn1 not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz',
npm verb addRemoteTarball '82c18c2461f74114ef16c135224ad0b9144ca12f' ]
npm verb addRemoteTarball https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz',
npm verb addRemoteTarball '559be18376d08a4ec4dbe80877d27818639b2df7' ]
npm info retry fetch attempt 1 at 7:57:10 PM
npm info attempt registry request try #1 at 7:57:10 PM
npm http fetch GET https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
npm info retry fetch attempt 1 at 7:57:10 PM
npm info attempt registry request try #1 at 7:57:10 PM
npm http fetch GET https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
npm http fetch 200 https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for assert-plus@0.1.5
npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/assert-plus/0.1.5/package/package.json written
npm http fetch 200 https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/asn1/-/asn1-0.1.11.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for asn1@0.1.11
npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/asn1/0.1.11/package/package.json written
npm http fetch 200 https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/ctype/-/ctype-0.5.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for ctype@0.5.3
npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/ctype/0.5.3/package/package.json written
npm verb cache add spec async@1.x
npm verb cache add spec esprima@2.5.x
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for async
npm verb addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
npm verb addNamed ">=2.5.0 <2.6.0" is a valid semver range for esprima
npm verb addNameRange registry:https://registry.npmjs.org/esprima not in flight; fetching
npm verb request uri https://registry.npmjs.org/abbrev
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/abbrev
npm verb request uri https://registry.npmjs.org/escodegen
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/escodegen
npm verb request uri https://registry.npmjs.org/fileset
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/fileset
npm verb request uri https://registry.npmjs.org/handlebars
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/handlebars
npm verb request uri https://registry.npmjs.org/mkdirp
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/mkdirp
npm verb request uri https://registry.npmjs.org/nopt
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/nopt
npm verb request uri https://registry.npmjs.org/resolve
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/resolve
npm verb request uri https://registry.npmjs.org/supports-color
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/supports-color
npm verb request uri https://registry.npmjs.org/which
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/which
npm verb request uri https://registry.npmjs.org/wordwrap
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm http request GET https://registry.npmjs.org/wordwrap
npm verb request uri https://registry.npmjs.org/once
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:10 PM
npm verb etag "CG4CSZ7WMFUO49PBM5XJSO6GB"
npm http request GET https://registry.npmjs.org/once
npm verb get https://registry.npmjs.org/async not expired, no request
npm verb addNamed "1.4.2" is a plain semver version for async
npm verb get https://registry.npmjs.org/esprima not expired, no request
npm verb addNamed "2.5.0" is a plain semver version for esprima
npm verb addRemoteTarball https://registry.npmjs.org/async/-/async-1.4.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/async/-/async-1.4.2.tgz',
npm verb addRemoteTarball '6c9edcb11ced4f0dd2f2d40db0d49a109c088aab' ]
npm verb addRemoteTarball https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz',
npm verb addRemoteTarball 'f387a46fd344c1b1a39baf8c20bfb43b6d0058cc' ]
npm info retry fetch attempt 1 at 7:57:10 PM
npm info attempt registry request try #1 at 7:57:10 PM
npm http fetch GET https://registry.npmjs.org/async/-/async-1.4.2.tgz
npm info retry fetch attempt 1 at 7:57:10 PM
npm info attempt registry request try #1 at 7:57:10 PM
npm http fetch GET https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz
npm http 200 https://registry.npmjs.org/abbrev
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"F3Q3N6H2H59MS1PC9J6CMODYT"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '5421',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '60',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1223-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284632.891488,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving abbrev to /root/.npm/registry.npmjs.org/abbrev/.cache.json
npm verb cache add spec abbrev@1.0.x
npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for abbrev
npm verb addNameRange registry:https://registry.npmjs.org/abbrev not in flight; fetching
npm verb get https://registry.npmjs.org/abbrev not expired, no request
npm verb addNamed "1.0.7" is a plain semver version for abbrev
npm http 200 https://registry.npmjs.org/wordwrap
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '6792',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '7',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1250-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284632.907325,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
npm http 304 https://registry.npmjs.org/once
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"CG4CSZ7WMFUO49PBM5XJSO6GB"',
npm verb headers age: '39',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1238-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '4',
npm verb headers 'x-timer': 'S1445284632.907543,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/once from cache
npm verb get saving once to /root/.npm/registry.npmjs.org/once/.cache.json
npm http fetch 200 https://registry.npmjs.org/async/-/async-1.4.2.tgz
npm verb addRemoteTarball https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz',
npm verb addRemoteTarball '5b6035b2ee9d4fb5cf859f08a9be81b208491843' ]
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
npm verb cache add spec once@1.x
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for once
npm verb addNameRange registry:https://registry.npmjs.org/once not in flight; fetching
npm verb cache add spec wordwrap@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wordwrap
npm verb addNameRange registry:https://registry.npmjs.org/wordwrap not in flight; fetching
npm verb get https://registry.npmjs.org/once not expired, no request
npm verb addNamed "1.3.2" is a plain semver version for once
npm verb get https://registry.npmjs.org/wordwrap not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for wordwrap
npm verb addRemoteTarball https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz',
npm verb addRemoteTarball '27584810891456a4171c8d0226441ade90cbcaeb' ]
npm verb afterAdd /root/.npm/once/1.3.2/package/package.json not in flight; writing
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/async/-/async-1.4.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for async@1.4.2
npm verb afterAdd /root/.npm/once/1.3.2/package/package.json written
npm verb afterAdd /root/.npm/async/1.4.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/async/1.4.2/package/package.json written
npm http 200 https://registry.npmjs.org/fileset
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"26TXLYXMYOOWKMC7521B3WUG6"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '15408',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '6',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1241-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284632.886945,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving fileset to /root/.npm/registry.npmjs.org/fileset/.cache.json
npm verb cache add spec fileset@0.2.x
npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for fileset
npm verb addNameRange registry:https://registry.npmjs.org/fileset not in flight; fetching
npm verb get https://registry.npmjs.org/fileset not expired, no request
npm verb addNamed "0.2.1" is a plain semver version for fileset
npm verb addRemoteTarball https://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz',
npm verb addRemoteTarball '588ef8973c6623b2a76df465105696b96aac8067' ]
npm http 200 https://registry.npmjs.org/mkdirp
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"AX3EZVYG80BPU7C3KCWIPQE2C"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '23277',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '14',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1229-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284632.890074,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving mkdirp to /root/.npm/registry.npmjs.org/mkdirp/.cache.json
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz
npm http 200 https://registry.npmjs.org/nopt
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"F22GDGAACVD3ATRE3NVNUREBG"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '28853',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '16',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1238-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284632.891698,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving nopt to /root/.npm/registry.npmjs.org/nopt/.cache.json
npm http 200 https://registry.npmjs.org/supports-color
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"91QPISXHGSPQQAUI4IY5OE9UJ"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '20342',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '48',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1223-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '4',
npm verb headers 'x-timer': 'S1445284632.896755,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving supports-color to /root/.npm/registry.npmjs.org/supports-color/.cache.json
npm http 200 https://registry.npmjs.org/which
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"120NFT01U2TUD96TEVT782NG7"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '14524',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '57',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1221-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '4',
npm verb headers 'x-timer': 'S1445284632.898171,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving which to /root/.npm/registry.npmjs.org/which/.cache.json
npm http fetch 200 https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz
npm verb cache add spec mkdirp@0.5.x
npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for mkdirp
npm verb addNameRange registry:https://registry.npmjs.org/mkdirp not in flight; fetching
npm verb cache add spec nopt@3.x
npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for nopt
npm verb addNameRange registry:https://registry.npmjs.org/nopt not in flight; fetching
npm verb get https://registry.npmjs.org/mkdirp not expired, no request
npm verb addNamed "0.5.1" is a plain semver version for mkdirp
npm verb addRemoteTarball https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz',
npm verb addRemoteTarball '30057438eac6cf7f8c4767f38648d6697d75c903' ]
npm verb cache add spec supports-color@^3.1.0
npm verb addNamed ">=3.1.0 <4.0.0" is a valid semver range for supports-color
npm verb addNameRange registry:https://registry.npmjs.org/supports-color not in flight; fetching
npm verb cache add spec which@^1.1.1
npm verb addNamed ">=1.1.1 <2.0.0" is a valid semver range for which
npm verb addNameRange registry:https://registry.npmjs.org/which not in flight; fetching
npm verb get https://registry.npmjs.org/nopt not expired, no request
npm verb addNamed "3.0.4" is a plain semver version for nopt
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
npm verb addRemoteTarball https://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz',
npm verb addRemoteTarball 'dd63bc9c72a6e4e85b85cdc0ca314598facede5e' ]
npm verb get https://registry.npmjs.org/supports-color not expired, no request
npm verb addNamed "3.1.2" is a plain semver version for supports-color
npm verb addRemoteTarball https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz',
npm verb addRemoteTarball '72a262894d9d408b956ca05ff37b2ed8a6e2a2d5' ]
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz
npm verb get https://registry.npmjs.org/which not expired, no request
npm verb addNamed "1.2.0" is a plain semver version for which
npm verb addRemoteTarball https://registry.npmjs.org/which/-/which-1.2.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/which/-/which-1.2.0.tgz',
npm verb addRemoteTarball 'a5c8df5abc792f6ce9652c8d9ca8f3a91b77e59d' ]
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/which/-/which-1.2.0.tgz
npm http 200 https://registry.npmjs.org/handlebars
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"59HWXW1WL6CQAIDMP441SGK4"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '56952',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '24',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1240-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284632.889495,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving handlebars to /root/.npm/registry.npmjs.org/handlebars/.cache.json
npm verb cache add spec handlebars@^4.0.1
npm verb addNamed ">=4.0.1 <5.0.0" is a valid semver range for handlebars
npm verb addNameRange registry:https://registry.npmjs.org/handlebars not in flight; fetching
npm http 200 https://registry.npmjs.org/escodegen
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"8AS2JKVF6VX3DYHF1HJRHOQT4"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '63021',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '7',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1232-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284632.888909,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving escodegen to /root/.npm/registry.npmjs.org/escodegen/.cache.json
npm http 200 https://registry.npmjs.org/resolve
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"47XKTGBC6IGN93GF2ZSYE1SZ0"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '43177',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:12 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '18',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1232-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284632.892287,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving resolve to /root/.npm/registry.npmjs.org/resolve/.cache.json
npm verb get https://registry.npmjs.org/handlebars not expired, no request
npm verb addNamed "4.0.3" is a plain semver version for handlebars
npm verb addRemoteTarball https://registry.npmjs.org/handlebars/-/handlebars-4.0.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/handlebars/-/handlebars-4.0.3.tgz',
npm verb addRemoteTarball '3776991c55b1703b2dae9bf540fcba7595d14dfa' ]
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/handlebars/-/handlebars-4.0.3.tgz
npm verb cache add spec escodegen@1.7.x
npm verb addNamed ">=1.7.0 <1.8.0" is a valid semver range for escodegen
npm verb addNameRange registry:https://registry.npmjs.org/escodegen not in flight; fetching
npm verb cache add spec resolve@1.1.x
npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for resolve
npm verb addNameRange registry:https://registry.npmjs.org/resolve not in flight; fetching
npm verb get https://registry.npmjs.org/escodegen not expired, no request
npm verb addNamed "1.7.0" is a plain semver version for escodegen
npm verb addRemoteTarball https://registry.npmjs.org/escodegen/-/escodegen-1.7.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/escodegen/-/escodegen-1.7.0.tgz',
npm verb addRemoteTarball '4e299d8cc33087b7f29c19e2b9e84362abe35453' ]
npm verb get https://registry.npmjs.org/resolve not expired, no request
npm verb addNamed "1.1.6" is a plain semver version for resolve
npm verb addRemoteTarball https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz',
npm verb addRemoteTarball 'd3492ad054ca800f5befa612e61beac1eec98f8f' ]
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/escodegen/-/escodegen-1.7.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/esprima/-/esprima-2.5.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for esprima@2.5.0
npm info retry fetch attempt 1 at 7:57:11 PM
npm info attempt registry request try #1 at 7:57:11 PM
npm http fetch GET https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz
npm verb afterAdd /root/.npm/esprima/2.5.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/esprima/2.5.0/package/package.json written
npm http fetch 200 https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for abbrev@1.0.7
npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/abbrev/1.0.7/package/package.json written
npm http fetch 200 https://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/fileset/-/fileset-0.2.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for fileset@0.2.1
npm verb afterAdd /root/.npm/fileset/0.2.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/fileset/0.2.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for mkdirp@0.5.1
npm http fetch 200 https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json not in flight; writing
npm http fetch 200 https://registry.npmjs.org/nopt/-/nopt-3.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/which/-/which-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
npm verb afterAdd /root/.npm/mkdirp/0.5.1/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for supports-color@3.1.2
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/which/-/which-1.2.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for which@1.2.0
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/nopt/-/nopt-3.0.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for nopt@3.0.4
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@1.0.0
npm verb afterAdd /root/.npm/supports-color/3.1.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/which/1.2.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/supports-color/3.1.2/package/package.json written
npm verb afterAdd /root/.npm/which/1.2.0/package/package.json written
npm verb afterAdd /root/.npm/nopt/3.0.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/wordwrap/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/nopt/3.0.4/package/package.json written
npm verb afterAdd /root/.npm/wordwrap/1.0.0/package/package.json written
npm http fetch 200 https://registry.npmjs.org/resolve/-/resolve-1.1.6.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/resolve/-/resolve-1.1.6.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for resolve@1.1.6
npm verb afterAdd /root/.npm/resolve/1.1.6/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/resolve/1.1.6/package/package.json written
npm http fetch 200 https://registry.npmjs.org/handlebars/-/handlebars-4.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/escodegen/-/escodegen-1.7.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/escodegen/-/escodegen-1.7.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for escodegen@1.7.0
npm verb afterAdd /root/.npm/escodegen/1.7.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/escodegen/1.7.0/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/handlebars/-/handlebars-4.0.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for handlebars@4.0.3
npm verb afterAdd /root/.npm/handlebars/4.0.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/handlebars/4.0.3/package/package.json written
npm verb cache add spec esprima@^1.2.2
npm verb addNamed ">=1.2.2 <2.0.0" is a valid semver range for esprima
npm verb addNameRange registry:https://registry.npmjs.org/esprima not in flight; fetching
npm verb request uri https://registry.npmjs.org/estraverse
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:12 PM
npm http request GET https://registry.npmjs.org/estraverse
npm verb request uri https://registry.npmjs.org/esutils
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:12 PM
npm http request GET https://registry.npmjs.org/esutils
npm verb request uri https://registry.npmjs.org/optionator
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:12 PM
npm http request GET https://registry.npmjs.org/optionator
npm verb request uri https://registry.npmjs.org/source-map
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:12 PM
npm http request GET https://registry.npmjs.org/source-map
npm verb request uri https://registry.npmjs.org/esprima
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:12 PM
npm verb etag "AVSCUW57SRTFITAKH26IJ4XIX"
npm http request GET https://registry.npmjs.org/esprima
npm http 304 https://registry.npmjs.org/esprima
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:14 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"AVSCUW57SRTFITAKH26IJ4XIX"',
npm verb headers age: '44',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1241-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284634.827997,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/esprima from cache
npm verb get saving esprima to /root/.npm/registry.npmjs.org/esprima/.cache.json
npm verb addNamed "1.2.5" is a plain semver version for esprima
npm verb addRemoteTarball https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz',
npm verb addRemoteTarball '0993502feaf668138325756f30f9a51feeec11e9' ]
npm info retry fetch attempt 1 at 7:57:13 PM
npm info attempt registry request try #1 at 7:57:13 PM
npm http fetch GET https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz
npm http 200 https://registry.npmjs.org/estraverse
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EV5GZDJLXN0B3SALDNL0BLJ8H"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '37786',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:14 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '42',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1225-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284634.817611,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving estraverse to /root/.npm/registry.npmjs.org/estraverse/.cache.json
npm http 200 https://registry.npmjs.org/esutils
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"7VMH27EN8T99V4NDNMXTFFUJD"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '23110',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:14 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '51',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1231-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284634.826239,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving esutils to /root/.npm/registry.npmjs.org/esutils/.cache.json
npm http 200 https://registry.npmjs.org/optionator
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"6D6KN2DF21Z48DC0P10BY93JK"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '25305',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:14 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '43',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1242-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284634.826151,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving optionator to /root/.npm/registry.npmjs.org/optionator/.cache.json
npm verb cache add spec estraverse@^1.9.1
npm verb addNamed ">=1.9.1 <2.0.0" is a valid semver range for estraverse
npm verb addNameRange registry:https://registry.npmjs.org/estraverse not in flight; fetching
npm verb cache add spec esutils@^2.0.2
npm verb addNamed ">=2.0.2 <3.0.0" is a valid semver range for esutils
npm verb addNameRange registry:https://registry.npmjs.org/esutils not in flight; fetching
npm verb get https://registry.npmjs.org/estraverse not expired, no request
npm verb addNamed "1.9.3" is a plain semver version for estraverse
npm verb cache add spec optionator@^0.5.0
npm verb addNamed ">=0.5.0 <0.6.0" is a valid semver range for optionator
npm verb addNameRange registry:https://registry.npmjs.org/optionator not in flight; fetching
npm verb addRemoteTarball https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz',
npm verb addRemoteTarball 'af67f2dc922582415950926091a4005d29c9bb44' ]
npm verb get https://registry.npmjs.org/esutils not expired, no request
npm verb addNamed "2.0.2" is a plain semver version for esutils
npm info retry fetch attempt 1 at 7:57:13 PM
npm info attempt registry request try #1 at 7:57:13 PM
npm http fetch GET https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz
npm verb addRemoteTarball https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz',
npm verb addRemoteTarball '0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b' ]
npm verb get https://registry.npmjs.org/optionator not expired, no request
npm verb addNamed "0.5.0" is a plain semver version for optionator
npm verb addRemoteTarball https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz',
npm verb addRemoteTarball 'b75a8995a2d417df25b6e4e3862f50aa88651368' ]
npm info retry fetch attempt 1 at 7:57:13 PM
npm info attempt registry request try #1 at 7:57:13 PM
npm http fetch GET https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
npm info retry fetch attempt 1 at 7:57:13 PM
npm info attempt registry request try #1 at 7:57:13 PM
npm http fetch GET https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz
npm http 200 https://registry.npmjs.org/source-map
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"42K53LDDF1ONWC2DR3KJYJZ8J"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '133954',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:14 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '21',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1240-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284634.826984,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving source-map to /root/.npm/registry.npmjs.org/source-map/.cache.json
npm verb cache add spec source-map@~0.2.0
npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for source-map
npm verb addNameRange registry:https://registry.npmjs.org/source-map not in flight; fetching
npm verb get https://registry.npmjs.org/source-map not expired, no request
npm verb addNamed "0.2.0" is a plain semver version for source-map
npm verb addRemoteTarball https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz',
npm verb addRemoteTarball 'dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d' ]
npm info retry fetch attempt 1 at 7:57:13 PM
npm info attempt registry request try #1 at 7:57:13 PM
npm http fetch GET https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz
npm http fetch 200 https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz
npm http fetch 200 https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for estraverse@1.9.3
npm verb afterAdd /root/.npm/estraverse/1.9.3/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/esutils/-/esutils-2.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for esutils@2.0.2
npm verb afterAdd /root/.npm/estraverse/1.9.3/package/package.json written
npm verb afterAdd /root/.npm/esutils/2.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/esutils/2.0.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/optionator/-/optionator-0.5.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for optionator@0.5.0
npm verb afterAdd /root/.npm/optionator/0.5.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/optionator/0.5.0/package/package.json written
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/esprima/-/esprima-1.2.5.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for esprima@1.2.5
npm verb afterAdd /root/.npm/esprima/1.2.5/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/esprima/1.2.5/package/package.json written
npm http fetch 200 https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/source-map/-/source-map-0.2.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.2.0
npm verb afterAdd /root/.npm/source-map/0.2.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/source-map/0.2.0/package/package.json written
npm verb cache add spec wordwrap@~0.0.2
npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
npm verb addNameRange registry:https://registry.npmjs.org/wordwrap not in flight; fetching
npm verb request uri https://registry.npmjs.org/prelude-ls
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:15 PM
npm http request GET https://registry.npmjs.org/prelude-ls
npm verb request uri https://registry.npmjs.org/deep-is
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:15 PM
npm http request GET https://registry.npmjs.org/deep-is
npm verb request uri https://registry.npmjs.org/type-check
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:15 PM
npm http request GET https://registry.npmjs.org/type-check
npm verb request uri https://registry.npmjs.org/levn
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:15 PM
npm http request GET https://registry.npmjs.org/levn
npm verb request uri https://registry.npmjs.org/fast-levenshtein
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:15 PM
npm http request GET https://registry.npmjs.org/fast-levenshtein
npm verb get https://registry.npmjs.org/wordwrap not expired, no request
npm verb addNamed "0.0.3" is a plain semver version for wordwrap
npm verb addRemoteTarball https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz',
npm verb addRemoteTarball 'a3d5da6cd5c0bc0008d37234bbaf1bed63059107' ]
npm info retry fetch attempt 1 at 7:57:15 PM
npm info attempt registry request try #1 at 7:57:15 PM
npm http fetch GET https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
npm http 200 https://registry.npmjs.org/deep-is
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"C71N4NTDE1OUBIQZS3G1RS215"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '6503',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:16 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '7',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1238-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '173',
npm verb headers 'x-timer': 'S1445284636.072911,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving deep-is to /root/.npm/registry.npmjs.org/deep-is/.cache.json
npm verb cache add spec deep-is@~0.1.2
npm verb addNamed ">=0.1.2 <0.2.0" is a valid semver range for deep-is
npm verb addNameRange registry:https://registry.npmjs.org/deep-is not in flight; fetching
npm verb get https://registry.npmjs.org/deep-is not expired, no request
npm verb addNamed "0.1.3" is a plain semver version for deep-is
npm verb addRemoteTarball https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz',
npm verb addRemoteTarball 'b369d6fb5dbc13eecf524f91b070feedc357cf34' ]
npm info retry fetch attempt 1 at 7:57:16 PM
npm info attempt registry request try #1 at 7:57:16 PM
npm http fetch GET https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz
npm http 200 https://registry.npmjs.org/prelude-ls
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"8I0F2XAALLVC37LAFP3HBI7UT"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '16885',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:16 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '33',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1221-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284636.067107,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving prelude-ls to /root/.npm/registry.npmjs.org/prelude-ls/.cache.json
npm verb cache add spec prelude-ls@~1.1.1
npm verb addNamed ">=1.1.1 <1.2.0" is a valid semver range for prelude-ls
npm verb addNameRange registry:https://registry.npmjs.org/prelude-ls not in flight; fetching
npm verb get https://registry.npmjs.org/prelude-ls not expired, no request
npm verb addNamed "1.1.2" is a plain semver version for prelude-ls
npm verb addRemoteTarball https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz',
npm verb addRemoteTarball '21932a549f5e52ffd9a827f570e04be62a97da54' ]
npm http 200 https://registry.npmjs.org/type-check
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"2WF0CDU42G8YXBWZT9CFD5HQ5"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '15844',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:16 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '32',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1241-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284636.077781,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving type-check to /root/.npm/registry.npmjs.org/type-check/.cache.json
npm http 200 https://registry.npmjs.org/fast-levenshtein
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EB9VU8WOCVFM2ISF825UAKN7I"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '14626',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:16 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '33',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1231-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284636.081731,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving fast-levenshtein to /root/.npm/registry.npmjs.org/fast-levenshtein/.cache.json
npm info retry fetch attempt 1 at 7:57:16 PM
npm info attempt registry request try #1 at 7:57:16 PM
npm http fetch GET https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz
npm http 200 https://registry.npmjs.org/levn
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"BVULC5FGK01QU6XYFMPIJA3O4"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '19567',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:16 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '33',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1232-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284636.086803,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving levn to /root/.npm/registry.npmjs.org/levn/.cache.json
npm http fetch 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
npm verb cache add spec type-check@~0.3.1
npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for type-check
npm verb addNameRange registry:https://registry.npmjs.org/type-check not in flight; fetching
npm verb cache add spec fast-levenshtein@~1.0.0
npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for fast-levenshtein
npm verb addNameRange registry:https://registry.npmjs.org/fast-levenshtein not in flight; fetching
npm verb get https://registry.npmjs.org/type-check not expired, no request
npm verb addNamed "0.3.1" is a plain semver version for type-check
npm verb addRemoteTarball https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz',
npm verb addRemoteTarball '9233923c4da174d0ac5480ecfd6ef84c349eb58d' ]
npm verb get https://registry.npmjs.org/fast-levenshtein not expired, no request
npm verb addNamed "1.0.7" is a plain semver version for fast-levenshtein
npm verb addRemoteTarball https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz',
npm verb addRemoteTarball '0178dcdee023b92905193af0959e8a7639cfdcb9' ]
npm verb cache add spec levn@~0.2.5
npm verb addNamed ">=0.2.5 <0.3.0" is a valid semver range for levn
npm verb addNameRange registry:https://registry.npmjs.org/levn not in flight; fetching
npm info retry fetch attempt 1 at 7:57:16 PM
npm info attempt registry request try #1 at 7:57:16 PM
npm http fetch GET https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz
npm info retry fetch attempt 1 at 7:57:16 PM
npm info attempt registry request try #1 at 7:57:16 PM
npm http fetch GET https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz
npm verb get https://registry.npmjs.org/levn not expired, no request
npm verb addNamed "0.2.5" is a plain semver version for levn
npm verb addRemoteTarball https://registry.npmjs.org/levn/-/levn-0.2.5.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/levn/-/levn-0.2.5.tgz',
npm verb addRemoteTarball 'ba8d339d0ca4a610e3a3f145b9caf48807155054' ]
npm info retry fetch attempt 1 at 7:57:16 PM
npm info attempt registry request try #1 at 7:57:16 PM
npm http fetch GET https://registry.npmjs.org/levn/-/levn-0.2.5.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.3
npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json written
npm http fetch 200 https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for deep-is@0.1.3
npm verb afterAdd /root/.npm/deep-is/0.1.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/deep-is/0.1.3/package/package.json written
npm http fetch 200 https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for prelude-ls@1.1.2
npm http fetch 200 https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz
npm verb afterAdd /root/.npm/prelude-ls/1.1.2/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/type-check/-/type-check-0.3.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for type-check@0.3.1
npm verb afterAdd /root/.npm/prelude-ls/1.1.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz
npm verb afterAdd /root/.npm/type-check/0.3.1/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for fast-levenshtein@1.0.7
npm verb afterAdd /root/.npm/type-check/0.3.1/package/package.json written
npm verb afterAdd /root/.npm/fast-levenshtein/1.0.7/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/fast-levenshtein/1.0.7/package/package.json written
npm http fetch 200 https://registry.npmjs.org/levn/-/levn-0.2.5.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/levn/-/levn-0.2.5.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for levn@0.2.5
npm verb afterAdd /root/.npm/levn/0.2.5/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/levn/0.2.5/package/package.json written
npm verb request uri https://registry.npmjs.org/amdefine
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:16 PM
npm http request GET https://registry.npmjs.org/amdefine
npm http 200 https://registry.npmjs.org/amdefine
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"CQH8SW0THU42U5RKW7K6F1TRH"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '17397',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:17 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '9',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1226-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '740',
npm verb headers 'x-timer': 'S1445284637.007181,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving amdefine to /root/.npm/registry.npmjs.org/amdefine/.cache.json
npm verb cache add spec amdefine@>=0.0.4
npm verb addNamed ">=0.0.4" is a valid semver range for amdefine
npm verb addNameRange registry:https://registry.npmjs.org/amdefine not in flight; fetching
npm verb get https://registry.npmjs.org/amdefine not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for amdefine
npm verb addRemoteTarball https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz',
npm verb addRemoteTarball 'fd17474700cb5cc9c2b709f0be9d23ce3c198c33' ]
npm info retry fetch attempt 1 at 7:57:17 PM
npm info attempt registry request try #1 at 7:57:17 PM
npm http fetch GET https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for amdefine@1.0.0
npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/amdefine/1.0.0/package/package.json written
npm verb request uri https://registry.npmjs.org/minimatch
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:17 PM
npm verb etag "74Y2R4NV4FFDLR942180M8IG0"
npm http request GET https://registry.npmjs.org/minimatch
npm verb request uri https://registry.npmjs.org/glob
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:17 PM
npm verb etag "BZOCE8S48WO78UJ0LW96EMJRV"
npm http request GET https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/minimatch
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:17 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"74Y2R4NV4FFDLR942180M8IG0"',
npm verb headers age: '5',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1236-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284637.877350,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/minimatch from cache
npm verb get saving minimatch to /root/.npm/registry.npmjs.org/minimatch/.cache.json
npm http 304 https://registry.npmjs.org/glob
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:17 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"BZOCE8S48WO78UJ0LW96EMJRV"',
npm verb headers age: '15',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1245-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284637.878615,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/glob from cache
npm verb get saving glob to /root/.npm/registry.npmjs.org/glob/.cache.json
npm verb cache add spec minimatch@2.x
npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for minimatch
npm verb addNameRange registry:https://registry.npmjs.org/minimatch not in flight; fetching
npm verb cache add spec glob@5.x
npm verb addNamed ">=5.0.0 <6.0.0" is a valid semver range for glob
npm verb addNameRange registry:https://registry.npmjs.org/glob not in flight; fetching
npm verb get https://registry.npmjs.org/minimatch not expired, no request
npm verb addNamed "2.0.10" is a plain semver version for minimatch
npm verb addRemoteTarball https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz',
npm verb addRemoteTarball '8d087c39c6b38c001b97fca7ce6d0e1e80afbac7' ]
npm verb get https://registry.npmjs.org/glob not expired, no request
npm verb addNamed "5.0.15" is a plain semver version for glob
npm info retry fetch attempt 1 at 7:57:17 PM
npm info attempt registry request try #1 at 7:57:17 PM
npm http fetch GET https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/glob/5.0.15/package/package.json written
npm http fetch 200 https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for minimatch@2.0.10
npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/minimatch/2.0.10/package/package.json written
npm verb request uri https://registry.npmjs.org/inflight
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:18 PM
npm verb etag "AYD7KENJNHXM5Z0WKMT2D06HW"
npm http request GET https://registry.npmjs.org/inflight
npm verb request uri https://registry.npmjs.org/path-is-absolute
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:18 PM
npm verb etag "28JNKEBCL0V9HRWV1FZK3S0HB"
npm http request GET https://registry.npmjs.org/path-is-absolute
npm verb request uri https://registry.npmjs.org/inherits
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:18 PM
npm verb etag "83S1U6S25IVR6LLBMEY64SYT2"
npm http request GET https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/path-is-absolute
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:18 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"28JNKEBCL0V9HRWV1FZK3S0HB"',
npm verb headers age: '39',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1249-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '4',
npm verb headers 'x-timer': 'S1445284638.763326,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/path-is-absolute from cache
npm verb get saving path-is-absolute to /root/.npm/registry.npmjs.org/path-is-absolute/.cache.json
npm http 304 https://registry.npmjs.org/inherits
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:18 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"83S1U6S25IVR6LLBMEY64SYT2"',
npm verb headers age: '35',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1242-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '5',
npm verb headers 'x-timer': 'S1445284638.766797,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/inherits from cache
npm verb get saving inherits to /root/.npm/registry.npmjs.org/inherits/.cache.json
npm verb cache add spec path-is-absolute@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for path-is-absolute
npm verb addNameRange registry:https://registry.npmjs.org/path-is-absolute not in flight; fetching
npm verb cache add spec inherits@2
npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
npm verb addNameRange registry:https://registry.npmjs.org/inherits not in flight; fetching
npm verb get https://registry.npmjs.org/path-is-absolute not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for path-is-absolute
npm verb get https://registry.npmjs.org/inherits not expired, no request
npm verb addNamed "2.0.1" is a plain semver version for inherits
npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/path-is-absolute/1.0.0/package/package.json written
npm verb afterAdd /root/.npm/inherits/2.0.1/package/package.json written
npm http 304 https://registry.npmjs.org/inflight
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:18 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"AYD7KENJNHXM5Z0WKMT2D06HW"',
npm verb headers age: '47',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1248-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284638.757122,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/inflight from cache
npm verb get saving inflight to /root/.npm/registry.npmjs.org/inflight/.cache.json
npm verb cache add spec inflight@^1.0.4
npm verb addNamed ">=1.0.4 <2.0.0" is a valid semver range for inflight
npm verb addNameRange registry:https://registry.npmjs.org/inflight not in flight; fetching
npm verb get https://registry.npmjs.org/inflight not expired, no request
npm verb addNamed "1.0.4" is a plain semver version for inflight
npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/inflight/1.0.4/package/package.json written
npm verb request uri https://registry.npmjs.org/wrappy
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:19 PM
npm verb etag "BC9JAW6E2PQBS8NYYKIYUR99F"
npm http request GET https://registry.npmjs.org/wrappy
npm http 304 https://registry.npmjs.org/wrappy
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:19 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"BC9JAW6E2PQBS8NYYKIYUR99F"',
npm verb headers age: '45',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1221-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '7',
npm verb headers 'x-timer': 'S1445284639.421770,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/wrappy from cache
npm verb get saving wrappy to /root/.npm/registry.npmjs.org/wrappy/.cache.json
npm verb cache add spec wrappy@1
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for wrappy
npm verb addNameRange registry:https://registry.npmjs.org/wrappy not in flight; fetching
npm verb get https://registry.npmjs.org/wrappy not expired, no request
npm verb addNamed "1.0.1" is a plain semver version for wrappy
npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/wrappy/1.0.1/package/package.json written
npm verb request uri https://registry.npmjs.org/brace-expansion
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:19 PM
npm verb etag "ATCF3YPNIHUUCSFVP2K99PFFT"
npm http request GET https://registry.npmjs.org/brace-expansion
npm http 304 https://registry.npmjs.org/brace-expansion
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:19 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"ATCF3YPNIHUUCSFVP2K99PFFT"',
npm verb headers age: '16',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1232-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '171',
npm verb headers 'x-timer': 'S1445284639.807143,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/brace-expansion from cache
npm verb get saving brace-expansion to /root/.npm/registry.npmjs.org/brace-expansion/.cache.json
npm verb cache add spec brace-expansion@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
npm verb addNameRange registry:https://registry.npmjs.org/brace-expansion not in flight; fetching
npm verb get https://registry.npmjs.org/brace-expansion not expired, no request
npm verb addNamed "1.1.1" is a plain semver version for brace-expansion
npm verb afterAdd /root/.npm/brace-expansion/1.1.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/brace-expansion/1.1.1/package/package.json written
npm verb request uri https://registry.npmjs.org/balanced-match
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:19 PM
npm verb etag "VJOQR28QMCA3H5RIZBJEY5JU"
npm http request GET https://registry.npmjs.org/balanced-match
npm verb request uri https://registry.npmjs.org/concat-map
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:19 PM
npm verb etag "66LI2B4AH1989LYDFSL4P944A"
npm http request GET https://registry.npmjs.org/concat-map
npm http 304 https://registry.npmjs.org/balanced-match
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:20 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"VJOQR28QMCA3H5RIZBJEY5JU"',
npm verb headers age: '16',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1236-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284640.206624,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/balanced-match from cache
npm verb get saving balanced-match to /root/.npm/registry.npmjs.org/balanced-match/.cache.json
npm http 304 https://registry.npmjs.org/concat-map
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:20 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"66LI2B4AH1989LYDFSL4P944A"',
npm verb headers age: '50',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1250-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '4',
npm verb headers 'x-timer': 'S1445284640.208336,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/concat-map from cache
npm verb get saving concat-map to /root/.npm/registry.npmjs.org/concat-map/.cache.json
npm verb cache add spec concat-map@0.0.1
npm verb addNamed "0.0.1" is a plain semver version for concat-map
npm verb addNameVersion registry:https://registry.npmjs.org/concat-map not in flight; fetching
npm verb cache add spec balanced-match@^0.2.0
npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for balanced-match
npm verb addNameRange registry:https://registry.npmjs.org/balanced-match not in flight; fetching
npm verb get https://registry.npmjs.org/concat-map not expired, no request
npm verb get https://registry.npmjs.org/balanced-match not expired, no request
npm verb addNamed "0.2.0" is a plain semver version for balanced-match
npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/balanced-match/0.2.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/balanced-match/0.2.0/package/package.json written
npm verb afterAdd /root/.npm/concat-map/0.0.1/package/package.json written
npm verb cache add spec async@^1.4.0
npm verb cache add spec source-map@^0.4.4
npm verb addNamed ">=1.4.0 <2.0.0" is a valid semver range for async
npm verb addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
npm verb addNamed ">=0.4.4 <0.5.0" is a valid semver range for source-map
npm verb addNameRange registry:https://registry.npmjs.org/source-map not in flight; fetching
npm verb request uri https://registry.npmjs.org/optimist
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:20 PM
npm http request GET https://registry.npmjs.org/optimist
npm verb request uri https://registry.npmjs.org/uglify-js
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:20 PM
npm http request GET https://registry.npmjs.org/uglify-js
npm verb request uri https://registry.npmjs.org/async
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:20 PM
npm verb etag "3V2H25WFF6SEBEU65D770FPSO"
npm http request GET https://registry.npmjs.org/async
npm verb get https://registry.npmjs.org/source-map not expired, no request
npm verb addNamed "0.4.4" is a plain semver version for source-map
npm verb addRemoteTarball https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz',
npm verb addRemoteTarball 'eba4f5da9c0dc999de68032d8b4f76173652036b' ]
npm info retry fetch attempt 1 at 7:57:20 PM
npm info attempt registry request try #1 at 7:57:20 PM
npm http fetch GET https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
npm http 304 https://registry.npmjs.org/async
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:20 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"3V2H25WFF6SEBEU65D770FPSO"',
npm verb headers age: '57',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1248-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '4',
npm verb headers 'x-timer': 'S1445284640.647969,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/async from cache
npm verb get saving async to /root/.npm/registry.npmjs.org/async/.cache.json
npm verb addNamed "1.4.2" is a plain semver version for async
npm verb afterAdd /root/.npm/async/1.4.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/async/1.4.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/source-map/-/source-map-0.4.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.4.4
npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/source-map/0.4.4/package/package.json written
npm http 200 https://registry.npmjs.org/optimist
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"EUYQ2XOCWJJC6RCJ2A216TTAK"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '46459',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:20 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '24',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1240-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284640.641290,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving optimist to /root/.npm/registry.npmjs.org/optimist/.cache.json
npm verb cache add spec optimist@^0.6.1
npm verb addNamed ">=0.6.1 <0.7.0" is a valid semver range for optimist
npm verb addNameRange registry:https://registry.npmjs.org/optimist not in flight; fetching
npm verb get https://registry.npmjs.org/optimist not expired, no request
npm verb addNamed "0.6.1" is a plain semver version for optimist
npm verb addRemoteTarball https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
npm verb addRemoteTarball 'da3ea74686fa21a19a111c326e90eb15a0196686' ]
npm info retry fetch attempt 1 at 7:57:20 PM
npm info attempt registry request try #1 at 7:57:20 PM
npm http fetch GET https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/optimist/-/optimist-0.6.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for optimist@0.6.1
npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/optimist/0.6.1/package/package.json written
npm http 200 https://registry.npmjs.org/uglify-js
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"9SJNMK22H9C2SSRLW8PRI17M9"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '99583',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:20 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '17',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1241-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284640.752367,VS0,VE1',
npm verb headers vary: 'Accept' }
npm verb get saving uglify-js to /root/.npm/registry.npmjs.org/uglify-js/.cache.json
npm verb cache add spec uglify-js@~2.4
npm verb addNamed ">=2.4.0 <2.5.0" is a valid semver range for uglify-js
npm verb addNameRange registry:https://registry.npmjs.org/uglify-js not in flight; fetching
npm verb get https://registry.npmjs.org/uglify-js not expired, no request
npm verb addNamed "2.4.24" is a plain semver version for uglify-js
npm verb addRemoteTarball https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz',
npm verb addRemoteTarball 'fad5755c1e1577658bb06ff9ab6e548c95bebd6e' ]
npm info retry fetch attempt 1 at 7:57:21 PM
npm info attempt registry request try #1 at 7:57:21 PM
npm http fetch GET https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz
npm http fetch 200 https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/uglify-js/-/uglify-js-2.4.24.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for uglify-js@2.4.24
npm verb afterAdd /root/.npm/uglify-js/2.4.24/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/uglify-js/2.4.24/package/package.json written
npm verb cache add spec wordwrap@~0.0.2
npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
npm verb addNameRange registry:https://registry.npmjs.org/wordwrap not in flight; fetching
npm verb request uri https://registry.npmjs.org/minimist
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:22 PM
npm http request GET https://registry.npmjs.org/minimist
npm verb request uri https://registry.npmjs.org/wordwrap
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:22 PM
npm verb etag "73LBTAP4GYYX0WY7YM3IQ89SJ"
npm http request GET https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/wordwrap
npm verb headers { date: 'Mon, 19 Oct 2015 19:57:22 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers etag: '"73LBTAP4GYYX0WY7YM3IQ89SJ"',
npm verb headers age: '17',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1239-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284642.609827,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb etag https://registry.npmjs.org/wordwrap from cache
npm verb get saving wordwrap to /root/.npm/registry.npmjs.org/wordwrap/.cache.json
npm verb addNamed "0.0.3" is a plain semver version for wordwrap
npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/wordwrap/0.0.3/package/package.json written
npm http 200 https://registry.npmjs.org/minimist
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"DL1F8QEUSW2Z29NQFGXYFGJ4K"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '27119',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:22 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '43',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1226-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284642.610624,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving minimist to /root/.npm/registry.npmjs.org/minimist/.cache.json
npm verb cache add spec minimist@~0.0.1
npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
npm verb addNameRange registry:https://registry.npmjs.org/minimist not in flight; fetching
npm verb get https://registry.npmjs.org/minimist not expired, no request
npm verb addNamed "0.0.10" is a plain semver version for minimist
npm verb addRemoteTarball https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz',
npm verb addRemoteTarball 'de3f98543dbf96082be48ad1a0c7cda836301dcf' ]
npm info retry fetch attempt 1 at 7:57:22 PM
npm info attempt registry request try #1 at 7:57:22 PM
npm http fetch GET https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
npm http fetch 200 https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/minimist/-/minimist-0.0.10.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.10
npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/minimist/0.0.10/package/package.json written
npm verb cache add spec async@~0.2.6
npm verb cache add spec source-map@0.1.34
npm verb addNamed ">=0.2.6 <0.3.0" is a valid semver range for async
npm verb addNameRange registry:https://registry.npmjs.org/async not in flight; fetching
npm verb addNamed "0.1.34" is a plain semver version for source-map
npm verb addNameVersion registry:https://registry.npmjs.org/source-map not in flight; fetching
npm verb request uri https://registry.npmjs.org/uglify-to-browserify
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:23 PM
npm http request GET https://registry.npmjs.org/uglify-to-browserify
npm verb request uri https://registry.npmjs.org/yargs
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:23 PM
npm http request GET https://registry.npmjs.org/yargs
npm verb get https://registry.npmjs.org/async not expired, no request
npm verb addNamed "0.2.10" is a plain semver version for async
npm verb addRemoteTarball https://registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/async/-/async-0.2.10.tgz',
npm verb addRemoteTarball 'b6bbe0b0674b9d719708ca38de8c237cb526c3d1' ]
npm verb get https://registry.npmjs.org/source-map not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz',
npm verb addRemoteTarball 'a7cfe89aec7b1682c3b198d0acfb47d7d090566b' ]
npm info retry fetch attempt 1 at 7:57:23 PM
npm info attempt registry request try #1 at 7:57:23 PM
npm http fetch GET https://registry.npmjs.org/async/-/async-0.2.10.tgz
npm info retry fetch attempt 1 at 7:57:23 PM
npm info attempt registry request try #1 at 7:57:23 PM
npm http fetch GET https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
npm http 200 https://registry.npmjs.org/uglify-to-browserify
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"BEHQLBD9DR6K29JIICSDUTRUR"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '4775',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:23 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '26',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1232-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '2',
npm verb headers 'x-timer': 'S1445284643.517163,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving uglify-to-browserify to /root/.npm/registry.npmjs.org/uglify-to-browserify/.cache.json
npm verb cache add spec uglify-to-browserify@~1.0.0
npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for uglify-to-browserify
npm verb addNameRange registry:https://registry.npmjs.org/uglify-to-browserify not in flight; fetching
npm verb get https://registry.npmjs.org/uglify-to-browserify not expired, no request
npm verb addNamed "1.0.2" is a plain semver version for uglify-to-browserify
npm verb addRemoteTarball https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz',
npm verb addRemoteTarball '6e0924d6bda6b5afe349e39a6d632850a0f882b7' ]
npm info retry fetch attempt 1 at 7:57:23 PM
npm info attempt registry request try #1 at 7:57:23 PM
npm http fetch GET https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz
npm http fetch 200 https://registry.npmjs.org/async/-/async-0.2.10.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/async/-/async-0.2.10.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for async@0.2.10
npm verb afterAdd /root/.npm/async/0.2.10/package/package.json not in flight; writing
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/source-map/-/source-map-0.1.34.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for source-map@0.1.34
npm verb afterAdd /root/.npm/async/0.2.10/package/package.json written
npm verb afterAdd /root/.npm/source-map/0.1.34/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/source-map/0.1.34/package/package.json written
npm http 200 https://registry.npmjs.org/yargs
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"2IKBWBT0PMYUMMR6X8HW8EYC1"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '162801',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:23 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '51',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1238-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284643.517318,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving yargs to /root/.npm/registry.npmjs.org/yargs/.cache.json
npm verb cache add spec yargs@~3.5.4
npm verb addNamed ">=3.5.4 <3.6.0" is a valid semver range for yargs
npm verb addNameRange registry:https://registry.npmjs.org/yargs not in flight; fetching
npm verb get https://registry.npmjs.org/yargs not expired, no request
npm verb addNamed "3.5.4" is a plain semver version for yargs
npm verb addRemoteTarball https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz',
npm verb addRemoteTarball 'd8aff8f665e94c34bd259bdebd1bfaf0ddd35361' ]
npm info retry fetch attempt 1 at 7:57:23 PM
npm info attempt registry request try #1 at 7:57:23 PM
npm http fetch GET https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
npm http fetch 200 https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for uglify-to-browserify@1.0.2
npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/uglify-to-browserify/1.0.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/yargs/-/yargs-3.5.4.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for yargs@3.5.4
npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/yargs/3.5.4/package/package.json written
npm verb cache add spec wordwrap@0.0.2
npm verb addNamed "0.0.2" is a plain semver version for wordwrap
npm verb addNameVersion registry:https://registry.npmjs.org/wordwrap not in flight; fetching
npm verb request uri https://registry.npmjs.org/camelcase
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:24 PM
npm http request GET https://registry.npmjs.org/camelcase
npm verb request uri https://registry.npmjs.org/decamelize
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:24 PM
npm http request GET https://registry.npmjs.org/decamelize
npm verb request uri https://registry.npmjs.org/window-size
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:24 PM
npm http request GET https://registry.npmjs.org/window-size
npm verb get https://registry.npmjs.org/wordwrap not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz',
npm verb addRemoteTarball 'b79669bb42ecb409f83d583cad52ca17eaa1643f' ]
npm info retry fetch attempt 1 at 7:57:24 PM
npm info attempt registry request try #1 at 7:57:24 PM
npm http fetch GET https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
npm http 200 https://registry.npmjs.org/camelcase
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"51J9PP9OY7Y2CRJG22NZRFYP4"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '9279',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:24 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '53',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1239-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284644.757162,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving camelcase to /root/.npm/registry.npmjs.org/camelcase/.cache.json
npm verb cache add spec camelcase@^1.0.2
npm verb addNamed ">=1.0.2 <2.0.0" is a valid semver range for camelcase
npm verb addNameRange registry:https://registry.npmjs.org/camelcase not in flight; fetching
npm http 200 https://registry.npmjs.org/decamelize
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"4RYK3OOW6RQKWXIOVDVN0THU6"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '2986',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:24 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '2',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1229-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284644.765866,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving decamelize to /root/.npm/registry.npmjs.org/decamelize/.cache.json
npm http 200 https://registry.npmjs.org/window-size
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"C89P8BRHTO19Y89RGN0QYMS41"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '6381',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:24 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '45',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1240-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '3',
npm verb headers 'x-timer': 'S1445284644.768520,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving window-size to /root/.npm/registry.npmjs.org/window-size/.cache.json
npm verb get https://registry.npmjs.org/camelcase not expired, no request
npm verb addNamed "1.2.1" is a plain semver version for camelcase
npm verb addRemoteTarball https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz',
npm verb addRemoteTarball '9bb5304d2e0b56698b2c758b08a3eaa9daa58a39' ]
npm info retry fetch attempt 1 at 7:57:24 PM
npm info attempt registry request try #1 at 7:57:24 PM
npm http fetch GET https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
npm verb cache add spec window-size@0.1.0
npm verb addNamed "0.1.0" is a plain semver version for window-size
npm verb addNameVersion registry:https://registry.npmjs.org/window-size not in flight; fetching
npm verb cache add spec decamelize@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for decamelize
npm verb addNameRange registry:https://registry.npmjs.org/decamelize not in flight; fetching
npm verb get https://registry.npmjs.org/window-size not expired, no request
npm verb get https://registry.npmjs.org/decamelize not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for decamelize
npm verb addRemoteTarball https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz',
npm verb addRemoteTarball '5438cd2ea93b202efa3a19fe8887aee7c94f9c9d' ]
npm verb addRemoteTarball https://registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz',
npm verb addRemoteTarball '5287122f71691d4505b18ff2258dc400a5b23847' ]
npm info retry fetch attempt 1 at 7:57:24 PM
npm info attempt registry request try #1 at 7:57:24 PM
npm http fetch GET https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
npm info retry fetch attempt 1 at 7:57:24 PM
npm info attempt registry request try #1 at 7:57:24 PM
npm http fetch GET https://registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for wordwrap@0.0.2
npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/wordwrap/0.0.2/package/package.json written
npm http fetch 200 https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for camelcase@1.2.1
npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/camelcase/1.2.1/package/package.json written
npm http fetch 200 https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/decamelize/-/decamelize-1.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for decamelize@1.0.0
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/window-size/-/window-size-0.1.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for window-size@0.1.0
npm verb afterAdd /root/.npm/decamelize/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/decamelize/1.0.0/package/package.json written
npm verb afterAdd /root/.npm/window-size/0.1.0/package/package.json written
npm verb cache add spec minimist@0.0.8
npm verb addNamed "0.0.8" is a plain semver version for minimist
npm verb addNameVersion registry:https://registry.npmjs.org/minimist not in flight; fetching
npm verb get https://registry.npmjs.org/minimist not expired, no request
npm verb addRemoteTarball https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz',
npm verb addRemoteTarball '857fcabfc3397d2625b8228262e86aa7a011b05d' ]
npm info retry fetch attempt 1 at 7:57:25 PM
npm info attempt registry request try #1 at 7:57:25 PM
npm http fetch GET https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
npm http fetch 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/minimist/-/minimist-0.0.8.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for minimist@0.0.8
npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/minimist/0.0.8/package/package.json written
npm verb request uri https://registry.npmjs.org/has-flag
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:25 PM
npm http request GET https://registry.npmjs.org/has-flag
npm http 200 https://registry.npmjs.org/has-flag
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"4T7EPTGYJ52CHPBBL79K8LVK8"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '3307',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:25 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '49',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1250-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284645.976945,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving has-flag to /root/.npm/registry.npmjs.org/has-flag/.cache.json
npm verb cache add spec has-flag@^1.0.0
npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for has-flag
npm verb addNameRange registry:https://registry.npmjs.org/has-flag not in flight; fetching
npm verb get https://registry.npmjs.org/has-flag not expired, no request
npm verb addNamed "1.0.0" is a plain semver version for has-flag
npm verb addRemoteTarball https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz',
npm verb addRemoteTarball '9d9e793165ce017a00f00418c43f942a7b1d11fa' ]
npm info retry fetch attempt 1 at 7:57:26 PM
npm info attempt registry request try #1 at 7:57:26 PM
npm http fetch GET https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for has-flag@1.0.0
npm verb afterAdd /root/.npm/has-flag/1.0.0/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/has-flag/1.0.0/package/package.json written
npm verb request uri https://registry.npmjs.org/is-absolute
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:26 PM
npm http request GET https://registry.npmjs.org/is-absolute
npm http 200 https://registry.npmjs.org/is-absolute
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"361BQVD4MP7CF0P4Z45CVU6SJ"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '16588',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:26 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '31',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1225-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284646.747046,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving is-absolute to /root/.npm/registry.npmjs.org/is-absolute/.cache.json
npm verb cache add spec is-absolute@^0.1.7
npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for is-absolute
npm verb addNameRange registry:https://registry.npmjs.org/is-absolute not in flight; fetching
npm verb get https://registry.npmjs.org/is-absolute not expired, no request
npm verb addNamed "0.1.7" is a plain semver version for is-absolute
npm verb addRemoteTarball https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz',
npm verb addRemoteTarball '847491119fccb5fb436217cc737f7faad50f603f' ]
npm info retry fetch attempt 1 at 7:57:26 PM
npm info attempt registry request try #1 at 7:57:26 PM
npm http fetch GET https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
npm http fetch 200 https://registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/is-absolute/-/is-absolute-0.1.7.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for is-absolute@0.1.7
npm verb afterAdd /root/.npm/is-absolute/0.1.7/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/is-absolute/0.1.7/package/package.json written
npm verb request uri https://registry.npmjs.org/is-relative
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:27 PM
npm http request GET https://registry.npmjs.org/is-relative
npm http 200 https://registry.npmjs.org/is-relative
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"96AW5PE7LE078MLGG4XGGJNPM"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '10179',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:27 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '0',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1249-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284647.610034,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving is-relative to /root/.npm/registry.npmjs.org/is-relative/.cache.json
npm verb cache add spec is-relative@^0.1.0
npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for is-relative
npm verb addNameRange registry:https://registry.npmjs.org/is-relative not in flight; fetching
npm verb get https://registry.npmjs.org/is-relative not expired, no request
npm verb addNamed "0.1.3" is a plain semver version for is-relative
npm verb addRemoteTarball https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz',
npm verb addRemoteTarball '905fee8ae86f45b3ec614bc3c15c869df0876e82' ]
npm info retry fetch attempt 1 at 7:57:27 PM
npm info attempt registry request try #1 at 7:57:27 PM
npm http fetch GET https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/is-relative/-/is-relative-0.1.3.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for is-relative@0.1.3
npm verb afterAdd /root/.npm/is-relative/0.1.3/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/is-relative/0.1.3/package/package.json written
npm verb request uri https://registry.npmjs.org/config-chain
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:28 PM
npm http request GET https://registry.npmjs.org/config-chain
npm http 200 https://registry.npmjs.org/config-chain
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"C1BVJ0TJ7M0VQXZ23UR1O3CY2"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '23739',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers date: 'Mon, 19 Oct 2015 19:57:28 GMT',
npm verb headers via: '1.1 varnish',
npm verb headers age: '1',
npm verb headers connection: 'keep-alive',
npm verb headers 'x-served-by': 'cache-fra1242-FRA',
npm verb headers 'x-cache': 'HIT',
npm verb headers 'x-cache-hits': '1',
npm verb headers 'x-timer': 'S1445284648.391969,VS0,VE0',
npm verb headers vary: 'Accept' }
npm verb get saving config-chain to /root/.npm/registry.npmjs.org/config-chain/.cache.json
npm verb cache add spec config-chain@~1.1.5
npm verb addNamed ">=1.1.5 <1.2.0" is a valid semver range for config-chain
npm verb addNameRange registry:https://registry.npmjs.org/config-chain not in flight; fetching
npm verb get https://registry.npmjs.org/config-chain not expired, no request
npm verb addNamed "1.1.9" is a plain semver version for config-chain
npm verb addRemoteTarball https://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
npm verb addRemoteTarball [ 'https://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz',
npm verb addRemoteTarball '39ac7d4dca84faad926124c54cff25a53aa8bf6e' ]
npm info retry fetch attempt 1 at 7:57:28 PM
npm info attempt registry request try #1 at 7:57:28 PM
npm http fetch GET https://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
npm http fetch 200 https://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz
npm verb addTmpTarball /tmp/npm-36-e973f292/registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz not in flight; adding
npm verb addTmpTarball already have metadata; skipping unpack for config-chain@1.1.9
npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json not in flight; writing
npm verb afterAdd /root/.npm/config-chain/1.1.9/package/package.json written
npm verb request uri https://registry.npmjs.org/proto-list
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:28 PM
npm http request GET https://registry.npmjs.org/proto-list
npm verb request uri https://registry.npmjs.org/ini
npm verb request no auth needed
npm info attempt registry request try #1 at 7:57:28 PM
npm http request GET https://registry.npmjs.org/ini
npm http 200 https://registry.npmjs.org/proto-list
npm verb headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
npm verb headers etag: '"1EC5XUKN8V3HQ1E5A7O7S3GM6"',
npm verb headers 'content-type': 'application/json',
npm verb headers 'cache-control': 'max-age=60',
npm verb headers 'content-length': '6843',
npm verb headers 'accept-ranges': 'bytes',
npm verb headers
npm verb unsafe-perm in lifecycle false
npm info postinstall nodegit@0.5.0
npm verb unlock done using /root/.npm/_locks/nodegit-34ff02666f7ddaec.lock for /app/node_modules/nodegit
npm info build /app
npm info linkStuff nodegit-docker-bug@1.0.0
npm verb linkBins nodegit-docker-bug@1.0.0
npm verb linkMans nodegit-docker-bug@1.0.0
npm verb rebuildBundles nodegit-docker-bug@1.0.0
npm verb rebuildBundles [ 'nodegit' ]
npm info install nodegit-docker-bug@1.0.0
npm info postinstall nodegit-docker-bug@1.0.0
npm info prepublish nodegit-docker-bug@1.0.0
npm verb validateInstall loading /app/package.json for validation
nodegit@0.5.0 node_modules/nodegit
├── promisify-node@0.2.1
├── nodegit-promise@3.0.3 (asap@2.0.3)
├── which-native-nodish@1.1.3 (find-parent-dir@0.3.0, nodegit-promise@1.0.2)
├── fs-extra@0.24.0 (path-is-absolute@1.0.0, jsonfile@2.2.3, graceful-fs@4.1.2, rimraf@2.4.3)
└── npm@3.3.8
npm verb exit [ 0, true ]
npm info ok
 ---> 95b57dd75e9d
Removing intermediate container f7a9bb0ce59a
Step 5 : ADD . /app
---> 61ef38079dff
Removing intermediate container 52edc0d02426
Step 6 : CMD npm start
---> Running in 178e942fa56b
---> a49bc36a0a31
Removing intermediate container 178e942fa56b
Successfully built a49bc36a0a31
FROM node:0.12.7
WORKDIR /app
ADD ./package.json /app/
RUN npm config set loglevel verbose
RUN npm install
ADD . /app
CMD ["npm", "start"]
{
"name": "nodegit-docker-bug",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nodegit": "^0.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment