Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created December 3, 2014 21:53
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 WebPlatformDocs/61ba9af001b6225596c7 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/61ba9af001b6225596c7 to your computer and use it in GitHub Desktop.
Trying to install mozilla/fxa-auth-server from Ansible using https://github.com/mozilla/fxa-dev.git
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/bin/npm', 'install' ]
2 info using npm@1.3.6
3 info using node@v0.10.32
4 verbose node symlink /bin/node
5 info shrinkwrap file "/data/fxa-auth-server/npm-shrinkwrap.json"
6 verbose readDependencies returned deps { 'aws-sdk': 'https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz',
6 verbose readDependencies returned deps bigint: 'https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz',
6 verbose readDependencies returned deps 'binary-split': 'https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
6 verbose readDependencies returned deps 'browserid-crypto': 'https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
6 verbose readDependencies returned deps bunyan: 'https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz',
6 verbose readDependencies returned deps 'compute-cluster': 'https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
6 verbose readDependencies returned deps convict: 'https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
6 verbose readDependencies returned deps 'fxa-auth-mailer': 'https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
6 verbose readDependencies returned deps hapi: 'https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz',
6 verbose readDependencies returned deps 'hapi-auth-hawk': 'https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
6 verbose readDependencies returned deps hkdf: 'https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz',
6 verbose readDependencies returned deps joi: 'https://registry.npmjs.org/joi/-/joi-4.7.0.tgz',
6 verbose readDependencies returned deps jws: 'https://registry.npmjs.org/jws/-/jws-0.2.6.tgz',
6 verbose readDependencies returned deps 'p-promise': 'https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz',
6 verbose readDependencies returned deps poolee: 'https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
6 verbose readDependencies returned deps request: 'https://registry.npmjs.org/request/-/request-2.45.0.tgz',
6 verbose readDependencies returned deps 'scrypt-hash': 'https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
6 verbose readDependencies returned deps through: 'https://registry.npmjs.org/through/-/through-2.3.6.tgz',
6 verbose readDependencies returned deps uuid: 'https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz',
6 verbose readDependencies returned deps 'grunt-copyright': 'https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
6 verbose readDependencies returned deps sjcl: 'https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz',
6 verbose readDependencies returned deps hawk: 'https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz',
6 verbose readDependencies returned deps simplesmtp: 'https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
6 verbose readDependencies returned deps mailparser: 'https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
6 verbose readDependencies returned deps nock: 'https://registry.npmjs.org/nock/-/nock-0.48.1.tgz',
6 verbose readDependencies returned deps 'grunt-nsp-shrinkwrap': 'https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
6 verbose readDependencies returned deps grunt: 'https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
6 verbose readDependencies returned deps 'grunt-cli': 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
6 verbose readDependencies returned deps 'load-grunt-tasks': 'https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
6 verbose readDependencies returned deps tap: 'https://registry.npmjs.org/tap/-/tap-0.4.13.tgz',
6 verbose readDependencies returned deps ass: 'https://registry.npmjs.org/ass/-/ass-0.0.4.tgz',
6 verbose readDependencies returned deps 'grunt-contrib-jshint': 'https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
6 verbose readDependencies returned deps 'fxa-auth-db-mem': 'https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz' }
7 verbose install where, deps [ '/data/fxa-auth-server',
7 verbose install [ 'aws-sdk',
7 verbose install 'bigint',
7 verbose install 'binary-split',
7 verbose install 'browserid-crypto',
7 verbose install 'bunyan',
7 verbose install 'compute-cluster',
7 verbose install 'convict',
7 verbose install 'fxa-auth-mailer',
7 verbose install 'hapi',
7 verbose install 'hapi-auth-hawk',
7 verbose install 'hkdf',
7 verbose install 'joi',
7 verbose install 'jws',
7 verbose install 'p-promise',
7 verbose install 'poolee',
7 verbose install 'request',
7 verbose install 'scrypt-hash',
7 verbose install 'through',
7 verbose install 'uuid',
7 verbose install 'grunt-copyright',
7 verbose install 'sjcl',
7 verbose install 'hawk',
7 verbose install 'simplesmtp',
7 verbose install 'mailparser',
7 verbose install 'nock',
7 verbose install 'grunt-nsp-shrinkwrap',
7 verbose install 'grunt',
7 verbose install 'grunt-cli',
7 verbose install 'load-grunt-tasks',
7 verbose install 'tap',
7 verbose install 'ass',
7 verbose install 'grunt-contrib-jshint',
7 verbose install 'fxa-auth-db-mem' ] ]
8 info preinstall fxa-auth-server@1.24.1
9 info shrinkwrap file "/data/fxa-auth-server/npm-shrinkwrap.json"
10 verbose readDependencies returned deps { 'aws-sdk': 'https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz',
10 verbose readDependencies returned deps bigint: 'https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz',
10 verbose readDependencies returned deps 'binary-split': 'https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
10 verbose readDependencies returned deps 'browserid-crypto': 'https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
10 verbose readDependencies returned deps bunyan: 'https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz',
10 verbose readDependencies returned deps 'compute-cluster': 'https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
10 verbose readDependencies returned deps convict: 'https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
10 verbose readDependencies returned deps 'fxa-auth-mailer': 'https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
10 verbose readDependencies returned deps hapi: 'https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz',
10 verbose readDependencies returned deps 'hapi-auth-hawk': 'https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
10 verbose readDependencies returned deps hkdf: 'https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz',
10 verbose readDependencies returned deps joi: 'https://registry.npmjs.org/joi/-/joi-4.7.0.tgz',
10 verbose readDependencies returned deps jws: 'https://registry.npmjs.org/jws/-/jws-0.2.6.tgz',
10 verbose readDependencies returned deps 'p-promise': 'https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz',
10 verbose readDependencies returned deps poolee: 'https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
10 verbose readDependencies returned deps request: 'https://registry.npmjs.org/request/-/request-2.45.0.tgz',
10 verbose readDependencies returned deps 'scrypt-hash': 'https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
10 verbose readDependencies returned deps through: 'https://registry.npmjs.org/through/-/through-2.3.6.tgz',
10 verbose readDependencies returned deps uuid: 'https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz',
10 verbose readDependencies returned deps 'grunt-copyright': 'https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
10 verbose readDependencies returned deps sjcl: 'https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz',
10 verbose readDependencies returned deps hawk: 'https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz',
10 verbose readDependencies returned deps simplesmtp: 'https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
10 verbose readDependencies returned deps mailparser: 'https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
10 verbose readDependencies returned deps nock: 'https://registry.npmjs.org/nock/-/nock-0.48.1.tgz',
10 verbose readDependencies returned deps 'grunt-nsp-shrinkwrap': 'https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
10 verbose readDependencies returned deps grunt: 'https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
10 verbose readDependencies returned deps 'grunt-cli': 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
10 verbose readDependencies returned deps 'load-grunt-tasks': 'https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
10 verbose readDependencies returned deps tap: 'https://registry.npmjs.org/tap/-/tap-0.4.13.tgz',
10 verbose readDependencies returned deps ass: 'https://registry.npmjs.org/ass/-/ass-0.0.4.tgz',
10 verbose readDependencies returned deps 'grunt-contrib-jshint': 'https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
10 verbose readDependencies returned deps 'fxa-auth-db-mem': 'https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz' }
11 verbose cache add [ 'compute-cluster@https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
11 verbose cache add null ]
12 verbose cache add name=undefined spec="compute-cluster@https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz" args=["compute-cluster@https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz",null]
13 verbose parsed url { protocol: null,
13 verbose parsed url slashes: null,
13 verbose parsed url auth: null,
13 verbose parsed url host: null,
13 verbose parsed url port: null,
13 verbose parsed url hostname: null,
13 verbose parsed url hash: null,
13 verbose parsed url search: null,
13 verbose parsed url query: null,
13 verbose parsed url pathname: 'compute-cluster@https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
13 verbose parsed url path: 'compute-cluster@https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
13 verbose parsed url href: 'compute-cluster@https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz' }
14 verbose cache add name="compute-cluster" spec="https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz" args=["compute-cluster","https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz"]
15 verbose parsed url { protocol: 'https:',
15 verbose parsed url slashes: true,
15 verbose parsed url auth: null,
15 verbose parsed url host: 'registry.npmjs.org',
15 verbose parsed url port: null,
15 verbose parsed url hostname: 'registry.npmjs.org',
15 verbose parsed url hash: null,
15 verbose parsed url search: null,
15 verbose parsed url query: null,
15 verbose parsed url pathname: '/compute-cluster/-/compute-cluster-0.0.9.tgz',
15 verbose parsed url path: '/compute-cluster/-/compute-cluster-0.0.9.tgz',
15 verbose parsed url href: 'https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz' }
16 verbose cache add [ 'convict@https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
16 verbose cache add null ]
17 verbose cache add name=undefined spec="convict@https://registry.npmjs.org/convict/-/convict-0.6.0.tgz" args=["convict@https://registry.npmjs.org/convict/-/convict-0.6.0.tgz",null]
18 verbose parsed url { protocol: null,
18 verbose parsed url slashes: null,
18 verbose parsed url auth: null,
18 verbose parsed url host: null,
18 verbose parsed url port: null,
18 verbose parsed url hostname: null,
18 verbose parsed url hash: null,
18 verbose parsed url search: null,
18 verbose parsed url query: null,
18 verbose parsed url pathname: 'convict@https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
18 verbose parsed url path: 'convict@https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
18 verbose parsed url href: 'convict@https://registry.npmjs.org/convict/-/convict-0.6.0.tgz' }
19 verbose cache add name="convict" spec="https://registry.npmjs.org/convict/-/convict-0.6.0.tgz" args=["convict","https://registry.npmjs.org/convict/-/convict-0.6.0.tgz"]
20 verbose parsed url { protocol: 'https:',
20 verbose parsed url slashes: true,
20 verbose parsed url auth: null,
20 verbose parsed url host: 'registry.npmjs.org',
20 verbose parsed url port: null,
20 verbose parsed url hostname: 'registry.npmjs.org',
20 verbose parsed url hash: null,
20 verbose parsed url search: null,
20 verbose parsed url query: null,
20 verbose parsed url pathname: '/convict/-/convict-0.6.0.tgz',
20 verbose parsed url path: '/convict/-/convict-0.6.0.tgz',
20 verbose parsed url href: 'https://registry.npmjs.org/convict/-/convict-0.6.0.tgz' }
21 verbose cache add [ 'fxa-auth-mailer@https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
21 verbose cache add null ]
22 verbose cache add name=undefined spec="fxa-auth-mailer@https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz" args=["fxa-auth-mailer@https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz",null]
23 verbose parsed url { protocol: null,
23 verbose parsed url slashes: null,
23 verbose parsed url auth: null,
23 verbose parsed url host: null,
23 verbose parsed url port: null,
23 verbose parsed url hostname: null,
23 verbose parsed url hash: null,
23 verbose parsed url search: null,
23 verbose parsed url query: null,
23 verbose parsed url pathname: 'fxa-auth-mailer@https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
23 verbose parsed url path: 'fxa-auth-mailer@https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
23 verbose parsed url href: 'fxa-auth-mailer@https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz' }
24 verbose cache add name="fxa-auth-mailer" spec="https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz" args=["fxa-auth-mailer","https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz"]
25 verbose parsed url { protocol: 'https:',
25 verbose parsed url slashes: true,
25 verbose parsed url auth: null,
25 verbose parsed url host: 'registry.npmjs.org',
25 verbose parsed url port: null,
25 verbose parsed url hostname: 'registry.npmjs.org',
25 verbose parsed url hash: null,
25 verbose parsed url search: null,
25 verbose parsed url query: null,
25 verbose parsed url pathname: '/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
25 verbose parsed url path: '/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
25 verbose parsed url href: 'https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz' }
26 silly lockFile 047b2d8d-luster-compute-cluster-0-0-9-tgz https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz
27 verbose lock https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz /root/.npm/047b2d8d-luster-compute-cluster-0-0-9-tgz.lock
28 verbose cache add [ 'hapi@https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz',
28 verbose cache add null ]
29 verbose cache add name=undefined spec="hapi@https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz" args=["hapi@https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz",null]
30 verbose parsed url { protocol: null,
30 verbose parsed url slashes: null,
30 verbose parsed url auth: null,
30 verbose parsed url host: null,
30 verbose parsed url port: null,
30 verbose parsed url hostname: null,
30 verbose parsed url hash: null,
30 verbose parsed url search: null,
30 verbose parsed url query: null,
30 verbose parsed url pathname: 'hapi@https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz',
30 verbose parsed url path: 'hapi@https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz',
30 verbose parsed url href: 'hapi@https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz' }
31 verbose cache add name="hapi" spec="https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz" args=["hapi","https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz"]
32 verbose parsed url { protocol: 'https:',
32 verbose parsed url slashes: true,
32 verbose parsed url auth: null,
32 verbose parsed url host: 'registry.npmjs.org',
32 verbose parsed url port: null,
32 verbose parsed url hostname: 'registry.npmjs.org',
32 verbose parsed url hash: null,
32 verbose parsed url search: null,
32 verbose parsed url query: null,
32 verbose parsed url pathname: '/hapi/-/hapi-7.0.0.tgz',
32 verbose parsed url path: '/hapi/-/hapi-7.0.0.tgz',
32 verbose parsed url href: 'https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz' }
33 silly lockFile 6e412073-ry-npmjs-org-hapi-hapi-7-0-0-tgz https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz
34 verbose lock https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz /root/.npm/6e412073-ry-npmjs-org-hapi-hapi-7-0-0-tgz.lock
35 silly lockFile 8d74d449-js-org-convict-convict-0-6-0-tgz https://registry.npmjs.org/convict/-/convict-0.6.0.tgz
36 verbose lock https://registry.npmjs.org/convict/-/convict-0.6.0.tgz /root/.npm/8d74d449-js-org-convict-convict-0-6-0-tgz.lock
37 verbose cache add [ 'hapi-auth-hawk@https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
37 verbose cache add null ]
38 verbose cache add name=undefined spec="hapi-auth-hawk@https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz" args=["hapi-auth-hawk@https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz",null]
39 verbose parsed url { protocol: null,
39 verbose parsed url slashes: null,
39 verbose parsed url auth: null,
39 verbose parsed url host: null,
39 verbose parsed url port: null,
39 verbose parsed url hostname: null,
39 verbose parsed url hash: null,
39 verbose parsed url search: null,
39 verbose parsed url query: null,
39 verbose parsed url pathname: 'hapi-auth-hawk@https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
39 verbose parsed url path: 'hapi-auth-hawk@https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
39 verbose parsed url href: 'hapi-auth-hawk@https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz' }
40 verbose cache add name="hapi-auth-hawk" spec="https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz" args=["hapi-auth-hawk","https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz"]
41 verbose parsed url { protocol: 'https:',
41 verbose parsed url slashes: true,
41 verbose parsed url auth: null,
41 verbose parsed url host: 'registry.npmjs.org',
41 verbose parsed url port: null,
41 verbose parsed url hostname: 'registry.npmjs.org',
41 verbose parsed url hash: null,
41 verbose parsed url search: null,
41 verbose parsed url query: null,
41 verbose parsed url pathname: '/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
41 verbose parsed url path: '/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
41 verbose parsed url href: 'https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz' }
42 silly lockFile aa35f182-th-hawk-hapi-auth-hawk-1-1-1-tgz https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz
43 verbose lock https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz /root/.npm/aa35f182-th-hawk-hapi-auth-hawk-1-1-1-tgz.lock
44 silly lockFile 5665d115-mailer-fxa-auth-mailer-1-0-6-tgz https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz
45 verbose lock https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz /root/.npm/5665d115-mailer-fxa-auth-mailer-1-0-6-tgz.lock
46 verbose addRemoteTarball [ 'https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
46 verbose addRemoteTarball null ]
47 verbose cache add [ 'hkdf@https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz',
47 verbose cache add null ]
48 verbose cache add name=undefined spec="hkdf@https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz" args=["hkdf@https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz",null]
49 verbose parsed url { protocol: null,
49 verbose parsed url slashes: null,
49 verbose parsed url auth: null,
49 verbose parsed url host: null,
49 verbose parsed url port: null,
49 verbose parsed url hostname: null,
49 verbose parsed url hash: null,
49 verbose parsed url search: null,
49 verbose parsed url query: null,
49 verbose parsed url pathname: 'hkdf@https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz',
49 verbose parsed url path: 'hkdf@https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz',
49 verbose parsed url href: 'hkdf@https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz' }
50 verbose cache add name="hkdf" spec="https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz" args=["hkdf","https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz"]
51 verbose parsed url { protocol: 'https:',
51 verbose parsed url slashes: true,
51 verbose parsed url auth: null,
51 verbose parsed url host: 'registry.npmjs.org',
51 verbose parsed url port: null,
51 verbose parsed url hostname: 'registry.npmjs.org',
51 verbose parsed url hash: null,
51 verbose parsed url search: null,
51 verbose parsed url query: null,
51 verbose parsed url pathname: '/hkdf/-/hkdf-0.0.2.tgz',
51 verbose parsed url path: '/hkdf/-/hkdf-0.0.2.tgz',
51 verbose parsed url href: 'https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz' }
52 silly lockFile 07ea6ad1-ry-npmjs-org-hkdf-hkdf-0-0-2-tgz https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz
53 verbose lock https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz /root/.npm/07ea6ad1-ry-npmjs-org-hkdf-hkdf-0-0-2-tgz.lock
54 verbose addRemoteTarball [ 'https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz', null ]
55 verbose addRemoteTarball [ 'https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
55 verbose addRemoteTarball null ]
56 verbose cache add [ 'joi@https://registry.npmjs.org/joi/-/joi-4.7.0.tgz', null ]
57 verbose cache add name=undefined spec="joi@https://registry.npmjs.org/joi/-/joi-4.7.0.tgz" args=["joi@https://registry.npmjs.org/joi/-/joi-4.7.0.tgz",null]
58 verbose parsed url { protocol: null,
58 verbose parsed url slashes: null,
58 verbose parsed url auth: null,
58 verbose parsed url host: null,
58 verbose parsed url port: null,
58 verbose parsed url hostname: null,
58 verbose parsed url hash: null,
58 verbose parsed url search: null,
58 verbose parsed url query: null,
58 verbose parsed url pathname: 'joi@https://registry.npmjs.org/joi/-/joi-4.7.0.tgz',
58 verbose parsed url path: 'joi@https://registry.npmjs.org/joi/-/joi-4.7.0.tgz',
58 verbose parsed url href: 'joi@https://registry.npmjs.org/joi/-/joi-4.7.0.tgz' }
59 verbose cache add name="joi" spec="https://registry.npmjs.org/joi/-/joi-4.7.0.tgz" args=["joi","https://registry.npmjs.org/joi/-/joi-4.7.0.tgz"]
60 verbose parsed url { protocol: 'https:',
60 verbose parsed url slashes: true,
60 verbose parsed url auth: null,
60 verbose parsed url host: 'registry.npmjs.org',
60 verbose parsed url port: null,
60 verbose parsed url hostname: 'registry.npmjs.org',
60 verbose parsed url hash: null,
60 verbose parsed url search: null,
60 verbose parsed url query: null,
60 verbose parsed url pathname: '/joi/-/joi-4.7.0.tgz',
60 verbose parsed url path: '/joi/-/joi-4.7.0.tgz',
60 verbose parsed url href: 'https://registry.npmjs.org/joi/-/joi-4.7.0.tgz' }
61 silly lockFile 00161bb7-stry-npmjs-org-joi-joi-4-7-0-tgz https://registry.npmjs.org/joi/-/joi-4.7.0.tgz
62 verbose lock https://registry.npmjs.org/joi/-/joi-4.7.0.tgz /root/.npm/00161bb7-stry-npmjs-org-joi-joi-4-7-0-tgz.lock
63 verbose addRemoteTarball [ 'https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz',
63 verbose addRemoteTarball null ]
64 verbose addRemoteTarball [ 'https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
64 verbose addRemoteTarball null ]
65 verbose cache add [ 'jws@https://registry.npmjs.org/jws/-/jws-0.2.6.tgz', null ]
66 verbose cache add name=undefined spec="jws@https://registry.npmjs.org/jws/-/jws-0.2.6.tgz" args=["jws@https://registry.npmjs.org/jws/-/jws-0.2.6.tgz",null]
67 verbose parsed url { protocol: null,
67 verbose parsed url slashes: null,
67 verbose parsed url auth: null,
67 verbose parsed url host: null,
67 verbose parsed url port: null,
67 verbose parsed url hostname: null,
67 verbose parsed url hash: null,
67 verbose parsed url search: null,
67 verbose parsed url query: null,
67 verbose parsed url pathname: 'jws@https://registry.npmjs.org/jws/-/jws-0.2.6.tgz',
67 verbose parsed url path: 'jws@https://registry.npmjs.org/jws/-/jws-0.2.6.tgz',
67 verbose parsed url href: 'jws@https://registry.npmjs.org/jws/-/jws-0.2.6.tgz' }
68 verbose cache add name="jws" spec="https://registry.npmjs.org/jws/-/jws-0.2.6.tgz" args=["jws","https://registry.npmjs.org/jws/-/jws-0.2.6.tgz"]
69 verbose parsed url { protocol: 'https:',
69 verbose parsed url slashes: true,
69 verbose parsed url auth: null,
69 verbose parsed url host: 'registry.npmjs.org',
69 verbose parsed url port: null,
69 verbose parsed url hostname: 'registry.npmjs.org',
69 verbose parsed url hash: null,
69 verbose parsed url search: null,
69 verbose parsed url query: null,
69 verbose parsed url pathname: '/jws/-/jws-0.2.6.tgz',
69 verbose parsed url path: '/jws/-/jws-0.2.6.tgz',
69 verbose parsed url href: 'https://registry.npmjs.org/jws/-/jws-0.2.6.tgz' }
70 silly lockFile 52177600-stry-npmjs-org-jws-jws-0-2-6-tgz https://registry.npmjs.org/jws/-/jws-0.2.6.tgz
71 verbose lock https://registry.npmjs.org/jws/-/jws-0.2.6.tgz /root/.npm/52177600-stry-npmjs-org-jws-jws-0-2-6-tgz.lock
72 verbose addRemoteTarball [ 'https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz', null ]
73 info retry fetch attempt 1 at 16:33:56
74 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/tmp.tgz
75 info retry fetch attempt 1 at 16:33:56
76 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/tmp.tgz
77 info retry fetch attempt 1 at 16:33:56
78 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/tmp.tgz
79 verbose cache add [ 'p-promise@https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz',
79 verbose cache add null ]
80 verbose cache add name=undefined spec="p-promise@https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz" args=["p-promise@https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz",null]
81 verbose parsed url { protocol: null,
81 verbose parsed url slashes: null,
81 verbose parsed url auth: null,
81 verbose parsed url host: null,
81 verbose parsed url port: null,
81 verbose parsed url hostname: null,
81 verbose parsed url hash: null,
81 verbose parsed url search: null,
81 verbose parsed url query: null,
81 verbose parsed url pathname: 'p-promise@https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz',
81 verbose parsed url path: 'p-promise@https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz',
81 verbose parsed url href: 'p-promise@https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz' }
82 verbose cache add name="p-promise" spec="https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz" args=["p-promise","https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz"]
83 verbose parsed url { protocol: 'https:',
83 verbose parsed url slashes: true,
83 verbose parsed url auth: null,
83 verbose parsed url host: 'registry.npmjs.org',
83 verbose parsed url port: null,
83 verbose parsed url hostname: 'registry.npmjs.org',
83 verbose parsed url hash: null,
83 verbose parsed url search: null,
83 verbose parsed url query: null,
83 verbose parsed url pathname: '/p-promise/-/p-promise-0.4.8.tgz',
83 verbose parsed url path: '/p-promise/-/p-promise-0.4.8.tgz',
83 verbose parsed url href: 'https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz' }
84 silly lockFile 57ee37cb-rg-p-promise-p-promise-0-4-8-tgz https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz
85 verbose lock https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz /root/.npm/57ee37cb-rg-p-promise-p-promise-0-4-8-tgz.lock
86 verbose cache add [ 'poolee@https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
86 verbose cache add null ]
87 verbose cache add name=undefined spec="poolee@https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz" args=["poolee@https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz",null]
88 verbose parsed url { protocol: null,
88 verbose parsed url slashes: null,
88 verbose parsed url auth: null,
88 verbose parsed url host: null,
88 verbose parsed url port: null,
88 verbose parsed url hostname: null,
88 verbose parsed url hash: null,
88 verbose parsed url search: null,
88 verbose parsed url query: null,
88 verbose parsed url pathname: 'poolee@https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
88 verbose parsed url path: 'poolee@https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
88 verbose parsed url href: 'poolee@https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz' }
89 verbose cache add name="poolee" spec="https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz" args=["poolee","https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz"]
90 verbose parsed url { protocol: 'https:',
90 verbose parsed url slashes: true,
90 verbose parsed url auth: null,
90 verbose parsed url host: 'registry.npmjs.org',
90 verbose parsed url port: null,
90 verbose parsed url hostname: 'registry.npmjs.org',
90 verbose parsed url hash: null,
90 verbose parsed url search: null,
90 verbose parsed url query: null,
90 verbose parsed url pathname: '/poolee/-/poolee-0.4.15.tgz',
90 verbose parsed url path: '/poolee/-/poolee-0.4.15.tgz',
90 verbose parsed url href: 'https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz' }
91 silly lockFile 5d94d820-mjs-org-poolee-poolee-0-4-15-tgz https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz
92 verbose lock https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz /root/.npm/5d94d820-mjs-org-poolee-poolee-0-4-15-tgz.lock
93 verbose cache add [ 'request@https://registry.npmjs.org/request/-/request-2.45.0.tgz',
93 verbose cache add null ]
94 verbose cache add name=undefined spec="request@https://registry.npmjs.org/request/-/request-2.45.0.tgz" args=["request@https://registry.npmjs.org/request/-/request-2.45.0.tgz",null]
95 verbose parsed url { protocol: null,
95 verbose parsed url slashes: null,
95 verbose parsed url auth: null,
95 verbose parsed url host: null,
95 verbose parsed url port: null,
95 verbose parsed url hostname: null,
95 verbose parsed url hash: null,
95 verbose parsed url search: null,
95 verbose parsed url query: null,
95 verbose parsed url pathname: 'request@https://registry.npmjs.org/request/-/request-2.45.0.tgz',
95 verbose parsed url path: 'request@https://registry.npmjs.org/request/-/request-2.45.0.tgz',
95 verbose parsed url href: 'request@https://registry.npmjs.org/request/-/request-2.45.0.tgz' }
96 verbose cache add name="request" spec="https://registry.npmjs.org/request/-/request-2.45.0.tgz" args=["request","https://registry.npmjs.org/request/-/request-2.45.0.tgz"]
97 verbose parsed url { protocol: 'https:',
97 verbose parsed url slashes: true,
97 verbose parsed url auth: null,
97 verbose parsed url host: 'registry.npmjs.org',
97 verbose parsed url port: null,
97 verbose parsed url hostname: 'registry.npmjs.org',
97 verbose parsed url hash: null,
97 verbose parsed url search: null,
97 verbose parsed url query: null,
97 verbose parsed url pathname: '/request/-/request-2.45.0.tgz',
97 verbose parsed url path: '/request/-/request-2.45.0.tgz',
97 verbose parsed url href: 'https://registry.npmjs.org/request/-/request-2.45.0.tgz' }
98 silly lockFile 9d53e79c-s-org-request-request-2-45-0-tgz https://registry.npmjs.org/request/-/request-2.45.0.tgz
99 verbose lock https://registry.npmjs.org/request/-/request-2.45.0.tgz /root/.npm/9d53e79c-s-org-request-request-2-45-0-tgz.lock
100 verbose cache add [ 'scrypt-hash@https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
100 verbose cache add null ]
101 verbose cache add name=undefined spec="scrypt-hash@https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz" args=["scrypt-hash@https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz",null]
102 verbose parsed url { protocol: null,
102 verbose parsed url slashes: null,
102 verbose parsed url auth: null,
102 verbose parsed url host: null,
102 verbose parsed url port: null,
102 verbose parsed url hostname: null,
102 verbose parsed url hash: null,
102 verbose parsed url search: null,
102 verbose parsed url query: null,
102 verbose parsed url pathname: 'scrypt-hash@https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
102 verbose parsed url path: 'scrypt-hash@https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
102 verbose parsed url href: 'scrypt-hash@https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz' }
103 verbose cache add name="scrypt-hash" spec="https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz" args=["scrypt-hash","https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz"]
104 verbose parsed url { protocol: 'https:',
104 verbose parsed url slashes: true,
104 verbose parsed url auth: null,
104 verbose parsed url host: 'registry.npmjs.org',
104 verbose parsed url port: null,
104 verbose parsed url hostname: 'registry.npmjs.org',
104 verbose parsed url hash: null,
104 verbose parsed url search: null,
104 verbose parsed url query: null,
104 verbose parsed url pathname: '/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
104 verbose parsed url path: '/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
104 verbose parsed url href: 'https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz' }
105 silly lockFile 951f4ddc-crypt-hash-scrypt-hash-1-1-8-tgz https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz
106 verbose lock https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz /root/.npm/951f4ddc-crypt-hash-scrypt-hash-1-1-8-tgz.lock
107 verbose cache add [ 'through@https://registry.npmjs.org/through/-/through-2.3.6.tgz',
107 verbose cache add null ]
108 verbose cache add name=undefined spec="through@https://registry.npmjs.org/through/-/through-2.3.6.tgz" args=["through@https://registry.npmjs.org/through/-/through-2.3.6.tgz",null]
109 verbose parsed url { protocol: null,
109 verbose parsed url slashes: null,
109 verbose parsed url auth: null,
109 verbose parsed url host: null,
109 verbose parsed url port: null,
109 verbose parsed url hostname: null,
109 verbose parsed url hash: null,
109 verbose parsed url search: null,
109 verbose parsed url query: null,
109 verbose parsed url pathname: 'through@https://registry.npmjs.org/through/-/through-2.3.6.tgz',
109 verbose parsed url path: 'through@https://registry.npmjs.org/through/-/through-2.3.6.tgz',
109 verbose parsed url href: 'through@https://registry.npmjs.org/through/-/through-2.3.6.tgz' }
110 verbose cache add name="through" spec="https://registry.npmjs.org/through/-/through-2.3.6.tgz" args=["through","https://registry.npmjs.org/through/-/through-2.3.6.tgz"]
111 verbose parsed url { protocol: 'https:',
111 verbose parsed url slashes: true,
111 verbose parsed url auth: null,
111 verbose parsed url host: 'registry.npmjs.org',
111 verbose parsed url port: null,
111 verbose parsed url hostname: 'registry.npmjs.org',
111 verbose parsed url hash: null,
111 verbose parsed url search: null,
111 verbose parsed url query: null,
111 verbose parsed url pathname: '/through/-/through-2.3.6.tgz',
111 verbose parsed url path: '/through/-/through-2.3.6.tgz',
111 verbose parsed url href: 'https://registry.npmjs.org/through/-/through-2.3.6.tgz' }
112 silly lockFile 3e390d03-js-org-through-through-2-3-6-tgz https://registry.npmjs.org/through/-/through-2.3.6.tgz
113 verbose lock https://registry.npmjs.org/through/-/through-2.3.6.tgz /root/.npm/3e390d03-js-org-through-through-2-3-6-tgz.lock
114 verbose cache add [ 'uuid@https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz',
114 verbose cache add null ]
115 verbose cache add name=undefined spec="uuid@https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz" args=["uuid@https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz",null]
116 verbose parsed url { protocol: null,
116 verbose parsed url slashes: null,
116 verbose parsed url auth: null,
116 verbose parsed url host: null,
116 verbose parsed url port: null,
116 verbose parsed url hostname: null,
116 verbose parsed url hash: null,
116 verbose parsed url search: null,
116 verbose parsed url query: null,
116 verbose parsed url pathname: 'uuid@https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz',
116 verbose parsed url path: 'uuid@https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz',
116 verbose parsed url href: 'uuid@https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz' }
117 verbose cache add name="uuid" spec="https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz" args=["uuid","https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz"]
118 verbose parsed url { protocol: 'https:',
118 verbose parsed url slashes: true,
118 verbose parsed url auth: null,
118 verbose parsed url host: 'registry.npmjs.org',
118 verbose parsed url port: null,
118 verbose parsed url hostname: 'registry.npmjs.org',
118 verbose parsed url hash: null,
118 verbose parsed url search: null,
118 verbose parsed url query: null,
118 verbose parsed url pathname: '/uuid/-/uuid-1.4.1.tgz',
118 verbose parsed url path: '/uuid/-/uuid-1.4.1.tgz',
118 verbose parsed url href: 'https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz' }
119 silly lockFile 9f388b49-ry-npmjs-org-uuid-uuid-1-4-1-tgz https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz
120 verbose lock https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz /root/.npm/9f388b49-ry-npmjs-org-uuid-uuid-1-4-1-tgz.lock
121 verbose cache add [ 'grunt-copyright@https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
121 verbose cache add null ]
122 verbose cache add name=undefined spec="grunt-copyright@https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz" args=["grunt-copyright@https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz",null]
123 verbose parsed url { protocol: null,
123 verbose parsed url slashes: null,
123 verbose parsed url auth: null,
123 verbose parsed url host: null,
123 verbose parsed url port: null,
123 verbose parsed url hostname: null,
123 verbose parsed url hash: null,
123 verbose parsed url search: null,
123 verbose parsed url query: null,
123 verbose parsed url pathname: 'grunt-copyright@https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
123 verbose parsed url path: 'grunt-copyright@https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
123 verbose parsed url href: 'grunt-copyright@https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz' }
124 verbose cache add name="grunt-copyright" spec="https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz" args=["grunt-copyright","https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz"]
125 verbose parsed url { protocol: 'https:',
125 verbose parsed url slashes: true,
125 verbose parsed url auth: null,
125 verbose parsed url host: 'registry.npmjs.org',
125 verbose parsed url port: null,
125 verbose parsed url hostname: 'registry.npmjs.org',
125 verbose parsed url hash: null,
125 verbose parsed url search: null,
125 verbose parsed url query: null,
125 verbose parsed url pathname: '/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
125 verbose parsed url path: '/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
125 verbose parsed url href: 'https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz' }
126 silly lockFile 9c571bfc-yright-grunt-copyright-0-1-0-tgz https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz
127 verbose lock https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz /root/.npm/9c571bfc-yright-grunt-copyright-0-1-0-tgz.lock
128 verbose cache add [ 'sjcl@https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz',
128 verbose cache add null ]
129 verbose cache add name=undefined spec="sjcl@https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz" args=["sjcl@https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz",null]
130 verbose parsed url { protocol: null,
130 verbose parsed url slashes: null,
130 verbose parsed url auth: null,
130 verbose parsed url host: null,
130 verbose parsed url port: null,
130 verbose parsed url hostname: null,
130 verbose parsed url hash: null,
130 verbose parsed url search: null,
130 verbose parsed url query: null,
130 verbose parsed url pathname: 'sjcl@https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz',
130 verbose parsed url path: 'sjcl@https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz',
130 verbose parsed url href: 'sjcl@https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz' }
131 verbose cache add name="sjcl" spec="https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz" args=["sjcl","https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz"]
132 verbose parsed url { protocol: 'https:',
132 verbose parsed url slashes: true,
132 verbose parsed url auth: null,
132 verbose parsed url host: 'registry.npmjs.org',
132 verbose parsed url port: null,
132 verbose parsed url hostname: 'registry.npmjs.org',
132 verbose parsed url hash: null,
132 verbose parsed url search: null,
132 verbose parsed url query: null,
132 verbose parsed url pathname: '/sjcl/-/sjcl-1.0.1.tgz',
132 verbose parsed url path: '/sjcl/-/sjcl-1.0.1.tgz',
132 verbose parsed url href: 'https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz' }
133 silly lockFile 5b90587a-ry-npmjs-org-sjcl-sjcl-1-0-1-tgz https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz
134 verbose lock https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz /root/.npm/5b90587a-ry-npmjs-org-sjcl-sjcl-1-0-1-tgz.lock
135 verbose cache add [ 'hawk@https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz',
135 verbose cache add null ]
136 verbose cache add name=undefined spec="hawk@https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz" args=["hawk@https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz",null]
137 verbose parsed url { protocol: null,
137 verbose parsed url slashes: null,
137 verbose parsed url auth: null,
137 verbose parsed url host: null,
137 verbose parsed url port: null,
137 verbose parsed url hostname: null,
137 verbose parsed url hash: null,
137 verbose parsed url search: null,
137 verbose parsed url query: null,
137 verbose parsed url pathname: 'hawk@https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz',
137 verbose parsed url path: 'hawk@https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz',
137 verbose parsed url href: 'hawk@https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz' }
138 verbose cache add name="hawk" spec="https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz" args=["hawk","https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz"]
139 verbose parsed url { protocol: 'https:',
139 verbose parsed url slashes: true,
139 verbose parsed url auth: null,
139 verbose parsed url host: 'registry.npmjs.org',
139 verbose parsed url port: null,
139 verbose parsed url hostname: 'registry.npmjs.org',
139 verbose parsed url hash: null,
139 verbose parsed url search: null,
139 verbose parsed url query: null,
139 verbose parsed url pathname: '/hawk/-/hawk-2.3.0.tgz',
139 verbose parsed url path: '/hawk/-/hawk-2.3.0.tgz',
139 verbose parsed url href: 'https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz' }
140 silly lockFile b17b52ce-ry-npmjs-org-hawk-hawk-2-3-0-tgz https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz
141 verbose lock https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz /root/.npm/b17b52ce-ry-npmjs-org-hawk-hawk-2-3-0-tgz.lock
142 verbose cache add [ 'simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
142 verbose cache add null ]
143 verbose cache add name=undefined spec="simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz" args=["simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz",null]
144 verbose parsed url { protocol: null,
144 verbose parsed url slashes: null,
144 verbose parsed url auth: null,
144 verbose parsed url host: null,
144 verbose parsed url port: null,
144 verbose parsed url hostname: null,
144 verbose parsed url hash: null,
144 verbose parsed url search: null,
144 verbose parsed url query: null,
144 verbose parsed url pathname: 'simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
144 verbose parsed url path: 'simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
144 verbose parsed url href: 'simplesmtp@https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz' }
145 verbose cache add name="simplesmtp" spec="https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz" args=["simplesmtp","https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz"]
146 verbose parsed url { protocol: 'https:',
146 verbose parsed url slashes: true,
146 verbose parsed url auth: null,
146 verbose parsed url host: 'registry.npmjs.org',
146 verbose parsed url port: null,
146 verbose parsed url hostname: 'registry.npmjs.org',
146 verbose parsed url hash: null,
146 verbose parsed url search: null,
146 verbose parsed url query: null,
146 verbose parsed url pathname: '/simplesmtp/-/simplesmtp-0.3.33.tgz',
146 verbose parsed url path: '/simplesmtp/-/simplesmtp-0.3.33.tgz',
146 verbose parsed url href: 'https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz' }
147 silly lockFile 746469e1-simplesmtp-simplesmtp-0-3-33-tgz https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz
148 verbose lock https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz /root/.npm/746469e1-simplesmtp-simplesmtp-0-3-33-tgz.lock
149 verbose cache add [ 'mailparser@https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
149 verbose cache add null ]
150 verbose cache add name=undefined spec="mailparser@https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz" args=["mailparser@https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz",null]
151 verbose parsed url { protocol: null,
151 verbose parsed url slashes: null,
151 verbose parsed url auth: null,
151 verbose parsed url host: null,
151 verbose parsed url port: null,
151 verbose parsed url hostname: null,
151 verbose parsed url hash: null,
151 verbose parsed url search: null,
151 verbose parsed url query: null,
151 verbose parsed url pathname: 'mailparser@https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
151 verbose parsed url path: 'mailparser@https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
151 verbose parsed url href: 'mailparser@https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz' }
152 verbose cache add name="mailparser" spec="https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz" args=["mailparser","https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz"]
153 verbose parsed url { protocol: 'https:',
153 verbose parsed url slashes: true,
153 verbose parsed url auth: null,
153 verbose parsed url host: 'registry.npmjs.org',
153 verbose parsed url port: null,
153 verbose parsed url hostname: 'registry.npmjs.org',
153 verbose parsed url hash: null,
153 verbose parsed url search: null,
153 verbose parsed url query: null,
153 verbose parsed url pathname: '/mailparser/-/mailparser-0.4.6.tgz',
153 verbose parsed url path: '/mailparser/-/mailparser-0.4.6.tgz',
153 verbose parsed url href: 'https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz' }
154 silly lockFile c8591a85--mailparser-mailparser-0-4-6-tgz https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz
155 verbose lock https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz /root/.npm/c8591a85--mailparser-mailparser-0-4-6-tgz.lock
156 verbose cache add [ 'nock@https://registry.npmjs.org/nock/-/nock-0.48.1.tgz',
156 verbose cache add null ]
157 verbose cache add name=undefined spec="nock@https://registry.npmjs.org/nock/-/nock-0.48.1.tgz" args=["nock@https://registry.npmjs.org/nock/-/nock-0.48.1.tgz",null]
158 verbose parsed url { protocol: null,
158 verbose parsed url slashes: null,
158 verbose parsed url auth: null,
158 verbose parsed url host: null,
158 verbose parsed url port: null,
158 verbose parsed url hostname: null,
158 verbose parsed url hash: null,
158 verbose parsed url search: null,
158 verbose parsed url query: null,
158 verbose parsed url pathname: 'nock@https://registry.npmjs.org/nock/-/nock-0.48.1.tgz',
158 verbose parsed url path: 'nock@https://registry.npmjs.org/nock/-/nock-0.48.1.tgz',
158 verbose parsed url href: 'nock@https://registry.npmjs.org/nock/-/nock-0.48.1.tgz' }
159 verbose cache add name="nock" spec="https://registry.npmjs.org/nock/-/nock-0.48.1.tgz" args=["nock","https://registry.npmjs.org/nock/-/nock-0.48.1.tgz"]
160 verbose parsed url { protocol: 'https:',
160 verbose parsed url slashes: true,
160 verbose parsed url auth: null,
160 verbose parsed url host: 'registry.npmjs.org',
160 verbose parsed url port: null,
160 verbose parsed url hostname: 'registry.npmjs.org',
160 verbose parsed url hash: null,
160 verbose parsed url search: null,
160 verbose parsed url query: null,
160 verbose parsed url pathname: '/nock/-/nock-0.48.1.tgz',
160 verbose parsed url path: '/nock/-/nock-0.48.1.tgz',
160 verbose parsed url href: 'https://registry.npmjs.org/nock/-/nock-0.48.1.tgz' }
161 silly lockFile 527b9661-y-npmjs-org-nock-nock-0-48-1-tgz https://registry.npmjs.org/nock/-/nock-0.48.1.tgz
162 verbose lock https://registry.npmjs.org/nock/-/nock-0.48.1.tgz /root/.npm/527b9661-y-npmjs-org-nock-nock-0-48-1-tgz.lock
163 verbose cache add [ 'grunt-nsp-shrinkwrap@https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
163 verbose cache add null ]
164 verbose cache add name=undefined spec="grunt-nsp-shrinkwrap@https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz" args=["grunt-nsp-shrinkwrap@https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz",null]
165 verbose parsed url { protocol: null,
165 verbose parsed url slashes: null,
165 verbose parsed url auth: null,
165 verbose parsed url host: null,
165 verbose parsed url port: null,
165 verbose parsed url hostname: null,
165 verbose parsed url hash: null,
165 verbose parsed url search: null,
165 verbose parsed url query: null,
165 verbose parsed url pathname: 'grunt-nsp-shrinkwrap@https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
165 verbose parsed url path: 'grunt-nsp-shrinkwrap@https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
165 verbose parsed url href: 'grunt-nsp-shrinkwrap@https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz' }
166 verbose cache add name="grunt-nsp-shrinkwrap" spec="https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz" args=["grunt-nsp-shrinkwrap","https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz"]
167 verbose parsed url { protocol: 'https:',
167 verbose parsed url slashes: true,
167 verbose parsed url auth: null,
167 verbose parsed url host: 'registry.npmjs.org',
167 verbose parsed url port: null,
167 verbose parsed url hostname: 'registry.npmjs.org',
167 verbose parsed url hash: null,
167 verbose parsed url search: null,
167 verbose parsed url query: null,
167 verbose parsed url pathname: '/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
167 verbose parsed url path: '/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
167 verbose parsed url href: 'https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz' }
168 silly lockFile 09427a96-p-grunt-nsp-shrinkwrap-0-0-3-tgz https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz
169 verbose lock https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz /root/.npm/09427a96-p-grunt-nsp-shrinkwrap-0-0-3-tgz.lock
170 verbose cache add [ 'grunt@https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
170 verbose cache add null ]
171 verbose cache add name=undefined spec="grunt@https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz" args=["grunt@https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",null]
172 verbose parsed url { protocol: null,
172 verbose parsed url slashes: null,
172 verbose parsed url auth: null,
172 verbose parsed url host: null,
172 verbose parsed url port: null,
172 verbose parsed url hostname: null,
172 verbose parsed url hash: null,
172 verbose parsed url search: null,
172 verbose parsed url query: null,
172 verbose parsed url pathname: 'grunt@https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
172 verbose parsed url path: 'grunt@https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
172 verbose parsed url href: 'grunt@https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz' }
173 verbose cache add name="grunt" spec="https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz" args=["grunt","https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz"]
174 verbose parsed url { protocol: 'https:',
174 verbose parsed url slashes: true,
174 verbose parsed url auth: null,
174 verbose parsed url host: 'registry.npmjs.org',
174 verbose parsed url port: null,
174 verbose parsed url hostname: 'registry.npmjs.org',
174 verbose parsed url hash: null,
174 verbose parsed url search: null,
174 verbose parsed url query: null,
174 verbose parsed url pathname: '/grunt/-/grunt-0.4.5.tgz',
174 verbose parsed url path: '/grunt/-/grunt-0.4.5.tgz',
174 verbose parsed url href: 'https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz' }
175 silly lockFile ea6cf2d1--npmjs-org-grunt-grunt-0-4-5-tgz https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
176 verbose lock https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz /root/.npm/ea6cf2d1--npmjs-org-grunt-grunt-0-4-5-tgz.lock
177 verbose cache add [ 'grunt-cli@https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
177 verbose cache add null ]
178 verbose cache add name=undefined spec="grunt-cli@https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz" args=["grunt-cli@https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz",null]
179 verbose parsed url { protocol: null,
179 verbose parsed url slashes: null,
179 verbose parsed url auth: null,
179 verbose parsed url host: null,
179 verbose parsed url port: null,
179 verbose parsed url hostname: null,
179 verbose parsed url hash: null,
179 verbose parsed url search: null,
179 verbose parsed url query: null,
179 verbose parsed url pathname: 'grunt-cli@https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
179 verbose parsed url path: 'grunt-cli@https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
179 verbose parsed url href: 'grunt-cli@https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz' }
180 verbose cache add name="grunt-cli" spec="https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz" args=["grunt-cli","https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz"]
181 verbose parsed url { protocol: 'https:',
181 verbose parsed url slashes: true,
181 verbose parsed url auth: null,
181 verbose parsed url host: 'registry.npmjs.org',
181 verbose parsed url port: null,
181 verbose parsed url hostname: 'registry.npmjs.org',
181 verbose parsed url hash: null,
181 verbose parsed url search: null,
181 verbose parsed url query: null,
181 verbose parsed url pathname: '/grunt-cli/-/grunt-cli-0.1.13.tgz',
181 verbose parsed url path: '/grunt-cli/-/grunt-cli-0.1.13.tgz',
181 verbose parsed url href: 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz' }
182 silly lockFile ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
183 verbose lock https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz /root/.npm/ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz.lock
184 verbose cache add [ 'load-grunt-tasks@https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
184 verbose cache add null ]
185 verbose cache add name=undefined spec="load-grunt-tasks@https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz" args=["load-grunt-tasks@https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz",null]
186 verbose parsed url { protocol: null,
186 verbose parsed url slashes: null,
186 verbose parsed url auth: null,
186 verbose parsed url host: null,
186 verbose parsed url port: null,
186 verbose parsed url hostname: null,
186 verbose parsed url hash: null,
186 verbose parsed url search: null,
186 verbose parsed url query: null,
186 verbose parsed url pathname: 'load-grunt-tasks@https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
186 verbose parsed url path: 'load-grunt-tasks@https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
186 verbose parsed url href: 'load-grunt-tasks@https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz' }
187 verbose cache add name="load-grunt-tasks" spec="https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz" args=["load-grunt-tasks","https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz"]
188 verbose parsed url { protocol: 'https:',
188 verbose parsed url slashes: true,
188 verbose parsed url auth: null,
188 verbose parsed url host: 'registry.npmjs.org',
188 verbose parsed url port: null,
188 verbose parsed url hostname: 'registry.npmjs.org',
188 verbose parsed url hash: null,
188 verbose parsed url search: null,
188 verbose parsed url query: null,
188 verbose parsed url pathname: '/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
188 verbose parsed url path: '/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
188 verbose parsed url href: 'https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz' }
189 silly lockFile ce4f2fc3-tasks-load-grunt-tasks-0-6-0-tgz https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz
190 verbose lock https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz /root/.npm/ce4f2fc3-tasks-load-grunt-tasks-0-6-0-tgz.lock
191 verbose cache add [ 'tap@https://registry.npmjs.org/tap/-/tap-0.4.13.tgz', null ]
192 verbose cache add name=undefined spec="tap@https://registry.npmjs.org/tap/-/tap-0.4.13.tgz" args=["tap@https://registry.npmjs.org/tap/-/tap-0.4.13.tgz",null]
193 verbose parsed url { protocol: null,
193 verbose parsed url slashes: null,
193 verbose parsed url auth: null,
193 verbose parsed url host: null,
193 verbose parsed url port: null,
193 verbose parsed url hostname: null,
193 verbose parsed url hash: null,
193 verbose parsed url search: null,
193 verbose parsed url query: null,
193 verbose parsed url pathname: 'tap@https://registry.npmjs.org/tap/-/tap-0.4.13.tgz',
193 verbose parsed url path: 'tap@https://registry.npmjs.org/tap/-/tap-0.4.13.tgz',
193 verbose parsed url href: 'tap@https://registry.npmjs.org/tap/-/tap-0.4.13.tgz' }
194 verbose cache add name="tap" spec="https://registry.npmjs.org/tap/-/tap-0.4.13.tgz" args=["tap","https://registry.npmjs.org/tap/-/tap-0.4.13.tgz"]
195 verbose parsed url { protocol: 'https:',
195 verbose parsed url slashes: true,
195 verbose parsed url auth: null,
195 verbose parsed url host: 'registry.npmjs.org',
195 verbose parsed url port: null,
195 verbose parsed url hostname: 'registry.npmjs.org',
195 verbose parsed url hash: null,
195 verbose parsed url search: null,
195 verbose parsed url query: null,
195 verbose parsed url pathname: '/tap/-/tap-0.4.13.tgz',
195 verbose parsed url path: '/tap/-/tap-0.4.13.tgz',
195 verbose parsed url href: 'https://registry.npmjs.org/tap/-/tap-0.4.13.tgz' }
196 silly lockFile f0aea57d-try-npmjs-org-tap-tap-0-4-13-tgz https://registry.npmjs.org/tap/-/tap-0.4.13.tgz
197 verbose lock https://registry.npmjs.org/tap/-/tap-0.4.13.tgz /root/.npm/f0aea57d-try-npmjs-org-tap-tap-0-4-13-tgz.lock
198 verbose cache add [ 'ass@https://registry.npmjs.org/ass/-/ass-0.0.4.tgz', null ]
199 verbose cache add name=undefined spec="ass@https://registry.npmjs.org/ass/-/ass-0.0.4.tgz" args=["ass@https://registry.npmjs.org/ass/-/ass-0.0.4.tgz",null]
200 verbose parsed url { protocol: null,
200 verbose parsed url slashes: null,
200 verbose parsed url auth: null,
200 verbose parsed url host: null,
200 verbose parsed url port: null,
200 verbose parsed url hostname: null,
200 verbose parsed url hash: null,
200 verbose parsed url search: null,
200 verbose parsed url query: null,
200 verbose parsed url pathname: 'ass@https://registry.npmjs.org/ass/-/ass-0.0.4.tgz',
200 verbose parsed url path: 'ass@https://registry.npmjs.org/ass/-/ass-0.0.4.tgz',
200 verbose parsed url href: 'ass@https://registry.npmjs.org/ass/-/ass-0.0.4.tgz' }
201 verbose cache add name="ass" spec="https://registry.npmjs.org/ass/-/ass-0.0.4.tgz" args=["ass","https://registry.npmjs.org/ass/-/ass-0.0.4.tgz"]
202 verbose parsed url { protocol: 'https:',
202 verbose parsed url slashes: true,
202 verbose parsed url auth: null,
202 verbose parsed url host: 'registry.npmjs.org',
202 verbose parsed url port: null,
202 verbose parsed url hostname: 'registry.npmjs.org',
202 verbose parsed url hash: null,
202 verbose parsed url search: null,
202 verbose parsed url query: null,
202 verbose parsed url pathname: '/ass/-/ass-0.0.4.tgz',
202 verbose parsed url path: '/ass/-/ass-0.0.4.tgz',
202 verbose parsed url href: 'https://registry.npmjs.org/ass/-/ass-0.0.4.tgz' }
203 silly lockFile 08634c4f-stry-npmjs-org-ass-ass-0-0-4-tgz https://registry.npmjs.org/ass/-/ass-0.0.4.tgz
204 verbose lock https://registry.npmjs.org/ass/-/ass-0.0.4.tgz /root/.npm/08634c4f-stry-npmjs-org-ass-ass-0-0-4-tgz.lock
205 verbose cache add [ 'grunt-contrib-jshint@https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
205 verbose cache add null ]
206 verbose cache add name=undefined spec="grunt-contrib-jshint@https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz" args=["grunt-contrib-jshint@https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz",null]
207 verbose parsed url { protocol: null,
207 verbose parsed url slashes: null,
207 verbose parsed url auth: null,
207 verbose parsed url host: null,
207 verbose parsed url port: null,
207 verbose parsed url hostname: null,
207 verbose parsed url hash: null,
207 verbose parsed url search: null,
207 verbose parsed url query: null,
207 verbose parsed url pathname: 'grunt-contrib-jshint@https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
207 verbose parsed url path: 'grunt-contrib-jshint@https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
207 verbose parsed url href: 'grunt-contrib-jshint@https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz' }
208 verbose cache add name="grunt-contrib-jshint" spec="https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz" args=["grunt-contrib-jshint","https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz"]
209 verbose parsed url { protocol: 'https:',
209 verbose parsed url slashes: true,
209 verbose parsed url auth: null,
209 verbose parsed url host: 'registry.npmjs.org',
209 verbose parsed url port: null,
209 verbose parsed url hostname: 'registry.npmjs.org',
209 verbose parsed url hash: null,
209 verbose parsed url search: null,
209 verbose parsed url query: null,
209 verbose parsed url pathname: '/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
209 verbose parsed url path: '/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
209 verbose parsed url href: 'https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz' }
210 silly lockFile 97fbf99a--grunt-contrib-jshint-0-10-0-tgz https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
211 verbose lock https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz /root/.npm/97fbf99a--grunt-contrib-jshint-0-10-0-tgz.lock
212 verbose cache add [ 'fxa-auth-db-mem@https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
212 verbose cache add null ]
213 verbose cache add name=undefined spec="fxa-auth-db-mem@https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz" args=["fxa-auth-db-mem@https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz",null]
214 verbose parsed url { protocol: null,
214 verbose parsed url slashes: null,
214 verbose parsed url auth: null,
214 verbose parsed url host: null,
214 verbose parsed url port: null,
214 verbose parsed url hostname: null,
214 verbose parsed url hash: null,
214 verbose parsed url search: null,
214 verbose parsed url query: null,
214 verbose parsed url pathname: 'fxa-auth-db-mem@https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
214 verbose parsed url path: 'fxa-auth-db-mem@https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
214 verbose parsed url href: 'fxa-auth-db-mem@https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz' }
215 verbose cache add name="fxa-auth-db-mem" spec="https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz" args=["fxa-auth-db-mem","https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz"]
216 verbose parsed url { protocol: 'https:',
216 verbose parsed url slashes: true,
216 verbose parsed url auth: null,
216 verbose parsed url host: 'registry.npmjs.org',
216 verbose parsed url port: null,
216 verbose parsed url hostname: 'registry.npmjs.org',
216 verbose parsed url hash: null,
216 verbose parsed url search: null,
216 verbose parsed url query: null,
216 verbose parsed url pathname: '/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
216 verbose parsed url path: '/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
216 verbose parsed url href: 'https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz' }
217 silly lockFile 99497a13-b-mem-fxa-auth-db-mem-0-18-2-tgz https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz
218 verbose lock https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz /root/.npm/99497a13-b-mem-fxa-auth-db-mem-0-18-2-tgz.lock
219 verbose cache add [ 'aws-sdk@https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz',
219 verbose cache add null ]
220 verbose cache add name=undefined spec="aws-sdk@https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz" args=["aws-sdk@https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz",null]
221 verbose parsed url { protocol: null,
221 verbose parsed url slashes: null,
221 verbose parsed url auth: null,
221 verbose parsed url host: null,
221 verbose parsed url port: null,
221 verbose parsed url hostname: null,
221 verbose parsed url hash: null,
221 verbose parsed url search: null,
221 verbose parsed url query: null,
221 verbose parsed url pathname: 'aws-sdk@https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz',
221 verbose parsed url path: 'aws-sdk@https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz',
221 verbose parsed url href: 'aws-sdk@https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz' }
222 verbose cache add name="aws-sdk" spec="https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz" args=["aws-sdk","https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz"]
223 verbose parsed url { protocol: 'https:',
223 verbose parsed url slashes: true,
223 verbose parsed url auth: null,
223 verbose parsed url host: 'registry.npmjs.org',
223 verbose parsed url port: null,
223 verbose parsed url hostname: 'registry.npmjs.org',
223 verbose parsed url hash: null,
223 verbose parsed url search: null,
223 verbose parsed url query: null,
223 verbose parsed url pathname: '/aws-sdk/-/aws-sdk-2.0.21.tgz',
223 verbose parsed url path: '/aws-sdk/-/aws-sdk-2.0.21.tgz',
223 verbose parsed url href: 'https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz' }
224 silly lockFile b9e2c517-s-org-aws-sdk-aws-sdk-2-0-21-tgz https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz
225 verbose lock https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz /root/.npm/b9e2c517-s-org-aws-sdk-aws-sdk-2-0-21-tgz.lock
226 verbose cache add [ 'bigint@https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz',
226 verbose cache add null ]
227 verbose cache add name=undefined spec="bigint@https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz" args=["bigint@https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz",null]
228 verbose parsed url { protocol: null,
228 verbose parsed url slashes: null,
228 verbose parsed url auth: null,
228 verbose parsed url host: null,
228 verbose parsed url port: null,
228 verbose parsed url hostname: null,
228 verbose parsed url hash: null,
228 verbose parsed url search: null,
228 verbose parsed url query: null,
228 verbose parsed url pathname: 'bigint@https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz',
228 verbose parsed url path: 'bigint@https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz',
228 verbose parsed url href: 'bigint@https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz' }
229 verbose cache add name="bigint" spec="https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz" args=["bigint","https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz"]
230 verbose parsed url { protocol: 'https:',
230 verbose parsed url slashes: true,
230 verbose parsed url auth: null,
230 verbose parsed url host: 'registry.npmjs.org',
230 verbose parsed url port: null,
230 verbose parsed url hostname: 'registry.npmjs.org',
230 verbose parsed url hash: null,
230 verbose parsed url search: null,
230 verbose parsed url query: null,
230 verbose parsed url pathname: '/bigint/-/bigint-0.4.2.tgz',
230 verbose parsed url path: '/bigint/-/bigint-0.4.2.tgz',
230 verbose parsed url href: 'https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz' }
231 silly lockFile 80a017d3-pmjs-org-bigint-bigint-0-4-2-tgz https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz
232 verbose lock https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz /root/.npm/80a017d3-pmjs-org-bigint-bigint-0-4-2-tgz.lock
233 verbose cache add [ 'binary-split@https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
233 verbose cache add null ]
234 verbose cache add name=undefined spec="binary-split@https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz" args=["binary-split@https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz",null]
235 verbose parsed url { protocol: null,
235 verbose parsed url slashes: null,
235 verbose parsed url auth: null,
235 verbose parsed url host: null,
235 verbose parsed url port: null,
235 verbose parsed url hostname: null,
235 verbose parsed url hash: null,
235 verbose parsed url search: null,
235 verbose parsed url query: null,
235 verbose parsed url pathname: 'binary-split@https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
235 verbose parsed url path: 'binary-split@https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
235 verbose parsed url href: 'binary-split@https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz' }
236 verbose cache add name="binary-split" spec="https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz" args=["binary-split","https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz"]
237 verbose parsed url { protocol: 'https:',
237 verbose parsed url slashes: true,
237 verbose parsed url auth: null,
237 verbose parsed url host: 'registry.npmjs.org',
237 verbose parsed url port: null,
237 verbose parsed url hostname: 'registry.npmjs.org',
237 verbose parsed url hash: null,
237 verbose parsed url search: null,
237 verbose parsed url query: null,
237 verbose parsed url pathname: '/binary-split/-/binary-split-0.1.2.tgz',
237 verbose parsed url path: '/binary-split/-/binary-split-0.1.2.tgz',
237 verbose parsed url href: 'https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz' }
238 silly lockFile 4eebe0da-ary-split-binary-split-0-1-2-tgz https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz
239 verbose lock https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz /root/.npm/4eebe0da-ary-split-binary-split-0-1-2-tgz.lock
240 verbose cache add [ 'browserid-crypto@https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
240 verbose cache add null ]
241 verbose cache add name=undefined spec="browserid-crypto@https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz" args=["browserid-crypto@https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz",null]
242 verbose parsed url { protocol: null,
242 verbose parsed url slashes: null,
242 verbose parsed url auth: null,
242 verbose parsed url host: null,
242 verbose parsed url port: null,
242 verbose parsed url hostname: null,
242 verbose parsed url hash: null,
242 verbose parsed url search: null,
242 verbose parsed url query: null,
242 verbose parsed url pathname: 'browserid-crypto@https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
242 verbose parsed url path: 'browserid-crypto@https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
242 verbose parsed url href: 'browserid-crypto@https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz' }
243 verbose cache add name="browserid-crypto" spec="https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz" args=["browserid-crypto","https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz"]
244 verbose parsed url { protocol: 'https:',
244 verbose parsed url slashes: true,
244 verbose parsed url auth: null,
244 verbose parsed url host: 'registry.npmjs.org',
244 verbose parsed url port: null,
244 verbose parsed url hostname: 'registry.npmjs.org',
244 verbose parsed url hash: null,
244 verbose parsed url search: null,
244 verbose parsed url query: null,
244 verbose parsed url pathname: '/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
244 verbose parsed url path: '/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
244 verbose parsed url href: 'https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz' }
245 silly lockFile 4abe4eca-rypto-browserid-crypto-0-7-0-tgz https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz
246 verbose lock https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz /root/.npm/4abe4eca-rypto-browserid-crypto-0-7-0-tgz.lock
247 verbose addRemoteTarball [ 'https://registry.npmjs.org/joi/-/joi-4.7.0.tgz', null ]
248 info retry fetch attempt 1 at 16:33:56
249 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/tmp.tgz
250 verbose cache add [ 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz',
250 verbose cache add null ]
251 verbose cache add name=undefined spec="bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz" args=["bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz",null]
252 verbose parsed url { protocol: null,
252 verbose parsed url slashes: null,
252 verbose parsed url auth: null,
252 verbose parsed url host: null,
252 verbose parsed url port: null,
252 verbose parsed url hostname: null,
252 verbose parsed url hash: null,
252 verbose parsed url search: null,
252 verbose parsed url query: null,
252 verbose parsed url pathname: 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz',
252 verbose parsed url path: 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz',
252 verbose parsed url href: 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz' }
253 verbose cache add name="bunyan" spec="https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz" args=["bunyan","https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz"]
254 verbose parsed url { protocol: 'https:',
254 verbose parsed url slashes: true,
254 verbose parsed url auth: null,
254 verbose parsed url host: 'registry.npmjs.org',
254 verbose parsed url port: null,
254 verbose parsed url hostname: 'registry.npmjs.org',
254 verbose parsed url hash: null,
254 verbose parsed url search: null,
254 verbose parsed url query: null,
254 verbose parsed url pathname: '/bunyan/-/bunyan-1.2.0.tgz',
254 verbose parsed url path: '/bunyan/-/bunyan-1.2.0.tgz',
254 verbose parsed url href: 'https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz' }
255 silly lockFile 2db40760-pmjs-org-bunyan-bunyan-1-2-0-tgz https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz
256 verbose lock https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz /root/.npm/2db40760-pmjs-org-bunyan-bunyan-1-2-0-tgz.lock
257 verbose addRemoteTarball [ 'https://registry.npmjs.org/jws/-/jws-0.2.6.tgz', null ]
258 info retry fetch attempt 1 at 16:33:56
259 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/tmp.tgz
260 http GET https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz
261 info retry fetch attempt 1 at 16:33:56
262 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/tmp.tgz
263 http GET https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz
264 info retry fetch attempt 1 at 16:33:56
265 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/tmp.tgz
266 http GET https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz
267 verbose addRemoteTarball [ 'https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz',
267 verbose addRemoteTarball null ]
268 verbose addRemoteTarball [ 'https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
268 verbose addRemoteTarball null ]
269 verbose addRemoteTarball [ 'https://registry.npmjs.org/request/-/request-2.45.0.tgz',
269 verbose addRemoteTarball null ]
270 verbose addRemoteTarball [ 'https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
270 verbose addRemoteTarball null ]
271 verbose addRemoteTarball [ 'https://registry.npmjs.org/through/-/through-2.3.6.tgz',
271 verbose addRemoteTarball null ]
272 verbose addRemoteTarball [ 'https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz', null ]
273 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz',
273 verbose addRemoteTarball null ]
274 verbose addRemoteTarball [ 'https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz', null ]
275 verbose addRemoteTarball [ 'https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz', null ]
276 verbose addRemoteTarball [ 'https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
276 verbose addRemoteTarball null ]
277 verbose addRemoteTarball [ 'https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
277 verbose addRemoteTarball null ]
278 verbose addRemoteTarball [ 'https://registry.npmjs.org/nock/-/nock-0.48.1.tgz', null ]
279 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz',
279 verbose addRemoteTarball null ]
280 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz', null ]
281 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
281 verbose addRemoteTarball null ]
282 verbose addRemoteTarball [ 'https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
282 verbose addRemoteTarball null ]
283 verbose addRemoteTarball [ 'https://registry.npmjs.org/tap/-/tap-0.4.13.tgz', null ]
284 verbose addRemoteTarball [ 'https://registry.npmjs.org/ass/-/ass-0.0.4.tgz', null ]
285 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
285 verbose addRemoteTarball null ]
286 verbose addRemoteTarball [ 'https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
286 verbose addRemoteTarball null ]
287 verbose addRemoteTarball [ 'https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz',
287 verbose addRemoteTarball null ]
288 verbose addRemoteTarball [ 'https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz', null ]
289 verbose addRemoteTarball [ 'https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
289 verbose addRemoteTarball null ]
290 verbose addRemoteTarball [ 'https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz',
290 verbose addRemoteTarball null ]
291 info retry fetch attempt 1 at 16:33:56
292 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/tmp.tgz
293 http GET https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz
294 info retry fetch attempt 1 at 16:33:56
295 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/tmp.tgz
296 info retry fetch attempt 1 at 16:33:56
297 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/tmp.tgz
298 info retry fetch attempt 1 at 16:33:56
299 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/tmp.tgz
300 info retry fetch attempt 1 at 16:33:56
301 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/tmp.tgz
302 info retry fetch attempt 1 at 16:33:56
303 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/tmp.tgz
304 info retry fetch attempt 1 at 16:33:56
305 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/tmp.tgz
306 info retry fetch attempt 1 at 16:33:56
307 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/tmp.tgz
308 info retry fetch attempt 1 at 16:33:56
309 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/tmp.tgz
310 info retry fetch attempt 1 at 16:33:56
311 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/tmp.tgz
312 info retry fetch attempt 1 at 16:33:56
313 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/tmp.tgz
314 info retry fetch attempt 1 at 16:33:56
315 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/tmp.tgz
316 info retry fetch attempt 1 at 16:33:56
317 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/tmp.tgz
318 info retry fetch attempt 1 at 16:33:56
319 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/tmp.tgz
320 info retry fetch attempt 1 at 16:33:56
321 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/tmp.tgz
322 info retry fetch attempt 1 at 16:33:56
323 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/tmp.tgz
324 info retry fetch attempt 1 at 16:33:56
325 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/tmp.tgz
326 info retry fetch attempt 1 at 16:33:56
327 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/tmp.tgz
328 info retry fetch attempt 1 at 16:33:56
329 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/tmp.tgz
330 info retry fetch attempt 1 at 16:33:56
331 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/tmp.tgz
332 info retry fetch attempt 1 at 16:33:56
333 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/tmp.tgz
334 info retry fetch attempt 1 at 16:33:56
335 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/tmp.tgz
336 info retry fetch attempt 1 at 16:33:56
337 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/tmp.tgz
338 info retry fetch attempt 1 at 16:33:56
339 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/tmp.tgz
340 verbose addRemoteTarball [ 'https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz', null ]
341 info retry fetch attempt 1 at 16:33:56
342 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/tmp.tgz
343 http GET https://registry.npmjs.org/joi/-/joi-4.7.0.tgz
344 http GET https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz
345 http GET https://registry.npmjs.org/convict/-/convict-0.6.0.tgz
346 info retry fetch attempt 1 at 16:33:56
347 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/tmp.tgz
348 http GET https://registry.npmjs.org/jws/-/jws-0.2.6.tgz
349 http GET https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz
350 http GET https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz
351 http GET https://registry.npmjs.org/request/-/request-2.45.0.tgz
352 http GET https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz
353 http GET https://registry.npmjs.org/through/-/through-2.3.6.tgz
354 http GET https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz
355 http GET https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz
356 http GET https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz
357 http GET https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz
358 http GET https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz
359 http GET https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz
360 http GET https://registry.npmjs.org/nock/-/nock-0.48.1.tgz
361 http GET https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz
362 http GET https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
363 http GET https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
364 http GET https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz
365 http GET https://registry.npmjs.org/tap/-/tap-0.4.13.tgz
366 http GET https://registry.npmjs.org/ass/-/ass-0.0.4.tgz
367 http GET https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
368 http GET https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz
369 http GET https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz
370 http GET https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz
371 http GET https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz
372 http GET https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz
373 http GET https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz
374 http 200 https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz
375 http 200 https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz
376 http 200 https://registry.npmjs.org/joi/-/joi-4.7.0.tgz
377 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/tmp.tgz
378 silly lockFile 95d3bcb7-6329-0-31465429486706853-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
379 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package /root/.npm/95d3bcb7-6329-0-31465429486706853-package.lock
380 silly lockFile 20d83a1f-6329-0-31465429486706853-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/tmp.tgz
381 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/tmp.tgz /root/.npm/20d83a1f-6329-0-31465429486706853-tmp-tgz.lock
382 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/tmp.tgz
383 silly lockFile d08f5708-36326-0-7794215506874025-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
384 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package /root/.npm/d08f5708-36326-0-7794215506874025-package.lock
385 silly lockFile 83f12f00-36326-0-7794215506874025-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/tmp.tgz
386 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/tmp.tgz /root/.npm/83f12f00-36326-0-7794215506874025-tmp-tgz.lock
387 silly gunzTarPerm modes [ '755', '644' ]
388 silly gunzTarPerm modes [ '755', '644' ]
389 silly gunzTarPerm extractEntry package.json
390 silly gunzTarPerm modified mode [ 'package.json', 509, 493 ]
391 silly gunzTarPerm extractEntry package.json
392 http 200 https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz
393 http 200 https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz
394 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/tmp.tgz
395 silly lockFile 2a244f81-36330-0-3174557411111891-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
396 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package /root/.npm/2a244f81-36330-0-3174557411111891-package.lock
397 silly lockFile fe75fea3-36330-0-3174557411111891-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/tmp.tgz
398 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/tmp.tgz /root/.npm/fe75fea3-36330-0-3174557411111891-tmp-tgz.lock
399 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/tmp.tgz
400 silly lockFile 63728a95-327-0-040212870575487614-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
401 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package /root/.npm/63728a95-327-0-040212870575487614-package.lock
402 silly lockFile 6317490e-327-0-040212870575487614-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/tmp.tgz
403 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/tmp.tgz /root/.npm/6317490e-327-0-040212870575487614-tmp-tgz.lock
404 silly gunzTarPerm extractEntry .npmignore
405 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ]
406 silly gunzTarPerm extractEntry README.md
407 silly gunzTarPerm modified mode [ 'README.md', 509, 493 ]
408 silly gunzTarPerm extractEntry .npmignore
409 silly gunzTarPerm extractEntry README.md
410 silly gunzTarPerm modes [ '755', '644' ]
411 silly gunzTarPerm modes [ '755', '644' ]
412 silly gunzTarPerm extractEntry package.json
413 silly gunzTarPerm extractEntry package.json
414 silly gunzTarPerm extractEntry LICENSE
415 silly gunzTarPerm modified mode [ 'LICENSE', 509, 493 ]
416 silly gunzTarPerm extractEntry index.js
417 silly gunzTarPerm modified mode [ 'index.js', 509, 493 ]
418 silly gunzTarPerm extractEntry LICENSE
419 silly gunzTarPerm extractEntry ChangeLog
420 silly gunzTarPerm extractEntry .npmignore
421 silly gunzTarPerm extractEntry README.md
422 silly gunzTarPerm extractEntry .npmignore
423 silly gunzTarPerm extractEntry config.js
424 http 200 https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz
425 silly gunzTarPerm extractEntry .travis.yml
426 silly gunzTarPerm modified mode [ '.travis.yml', 509, 493 ]
427 silly gunzTarPerm extractEntry Makefile
428 silly gunzTarPerm modified mode [ 'Makefile', 509, 493 ]
429 silly gunzTarPerm extractEntry .travis.yml
430 silly gunzTarPerm extractEntry lib/compute-cluster.js
431 silly gunzTarPerm extractEntry index.js
432 silly gunzTarPerm extractEntry hkdf.py
433 silly gunzTarPerm extractEntry index.js
434 silly gunzTarPerm extractEntry log.js
435 silly gunzTarPerm extractEntry hkdf.pyc
436 silly gunzTarPerm extractEntry lib/hkdf.js
437 silly gunzTarPerm extractEntry scripts/run_all_tests.sh
438 silly gunzTarPerm extractEntry test/all-test.js
439 silly gunzTarPerm extractEntry test.py
440 silly gunzTarPerm extractEntry translator.js
441 silly gunzTarPerm extractEntry mailer.js
442 silly gunzTarPerm extractEntry lib/index.js
443 silly gunzTarPerm modified mode [ 'lib/index.js', 509, 493 ]
444 silly gunzTarPerm extractEntry test/bewit.js
445 silly gunzTarPerm modified mode [ 'test/bewit.js', 509, 493 ]
446 silly gunzTarPerm extractEntry test/hawk.js
447 silly gunzTarPerm modified mode [ 'test/hawk.js', 509, 493 ]
448 silly gunzTarPerm extractEntry stress/stress.js
449 silly gunzTarPerm extractEntry bin/server.js
450 silly gunzTarPerm extractEntry templates/index.js
451 silly gunzTarPerm extractEntry templates/reset.html
452 silly gunzTarPerm extractEntry templates/reset.txt
453 silly gunzTarPerm extractEntry templates/verify.html
454 silly gunzTarPerm extractEntry templates/verify.txt
455 silly gunzTarPerm extractEntry test/mail_helper.js
456 silly gunzTarPerm extractEntry test/local/translator_tests.js
457 silly gunzTarPerm extractEntry stress/worker.js
458 silly gunzTarPerm extractEntry test/basic-test.js
459 silly gunzTarPerm extractEntry test/child-death-test.js
460 silly gunzTarPerm extractEntry test/child-env-test.js
461 silly gunzTarPerm extractEntry test/information-output-test.js
462 silly gunzTarPerm extractEntry test/inside-nodecluster-test.js
463 silly gunzTarPerm extractEntry test/maximum-backlog-test.js
464 silly gunzTarPerm extractEntry test/maximum-duration-test.js
465 silly gunzTarPerm extractEntry test/workers/echo.js
466 silly gunzTarPerm extractEntry test/workers/getenv.js
467 silly gunzTarPerm extractEntry test/workers/sleep.js
468 silly gunzTarPerm extractEntry example/after.js
469 silly gunzTarPerm extractEntry example/after_worker.js
470 silly gunzTarPerm extractEntry example/before.js
471 silly gunzTarPerm extractEntry example/simple.js
472 silly gunzTarPerm extractEntry example/simple_worker.js
473 http 200 https://registry.npmjs.org/convict/-/convict-0.6.0.tgz
474 http 200 https://registry.npmjs.org/jws/-/jws-0.2.6.tgz
475 http 200 https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz
476 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/tmp.tgz
477 silly lockFile 622ef39d-6326-0-16397887817583978-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
478 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package /root/.npm/622ef39d-6326-0-16397887817583978-package.lock
479 silly lockFile b172728f-6326-0-16397887817583978-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/tmp.tgz
480 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/tmp.tgz /root/.npm/b172728f-6326-0-16397887817583978-tmp-tgz.lock
481 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/tmp.tgz
482 silly lockFile 97cf2537-6333-0-33266456238925457-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
483 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package /root/.npm/97cf2537-6333-0-33266456238925457-package.lock
484 silly lockFile fb5a252e-6333-0-33266456238925457-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/tmp.tgz
485 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/tmp.tgz /root/.npm/fb5a252e-6333-0-33266456238925457-tmp-tgz.lock
486 silly gunzTarPerm modes [ '755', '644' ]
487 silly lockFile 2a244f81-36330-0-3174557411111891-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
488 silly lockFile 2a244f81-36330-0-3174557411111891-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
489 silly gunzTarPerm modes [ '755', '644' ]
490 silly lockFile fe75fea3-36330-0-3174557411111891-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/tmp.tgz
491 silly lockFile fe75fea3-36330-0-3174557411111891-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/tmp.tgz
492 verbose tar pack [ '/root/.npm/hkdf/0.0.2/package.tgz',
492 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package' ]
493 verbose tarball /root/.npm/hkdf/0.0.2/package.tgz
494 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
495 silly lockFile 2a244f81-36330-0-3174557411111891-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
496 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package /root/.npm/2a244f81-36330-0-3174557411111891-package.lock
497 silly lockFile 77fe46f7--root-npm-hkdf-0-0-2-package-tgz tar:///root/.npm/hkdf/0.0.2/package.tgz
498 verbose lock tar:///root/.npm/hkdf/0.0.2/package.tgz /root/.npm/77fe46f7--root-npm-hkdf-0-0-2-package-tgz.lock
499 silly gunzTarPerm extractEntry package.json
500 silly gunzTarPerm extractEntry package.json
501 silly gunzTarPerm extractEntry .npmignore
502 silly gunzTarPerm extractEntry README.md
503 silly gunzTarPerm extractEntry .npmignore
504 silly gunzTarPerm extractEntry LICENSE
505 http 200 https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz
506 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/tmp.tgz
507 silly lockFile 9fbfe4e6-36339-0-4184534917585552-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
508 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package /root/.npm/9fbfe4e6-36339-0-4184534917585552-package.lock
509 silly lockFile 4bba5618-36339-0-4184534917585552-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/tmp.tgz
510 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/tmp.tgz /root/.npm/4bba5618-36339-0-4184534917585552-tmp-tgz.lock
511 http 200 https://registry.npmjs.org/request/-/request-2.45.0.tgz
512 silly gunzTarPerm extractEntry LICENSE
513 silly gunzTarPerm extractEntry CONTRIBUTING.md
514 silly gunzTarPerm extractEntry index.js
515 silly gunzTarPerm extractEntry .jshintrc
516 silly gunzTarPerm modes [ '755', '644' ]
517 silly gunzTarPerm extractEntry package.json
518 silly gunzTarPerm extractEntry .istanbul.yml
519 silly gunzTarPerm extractEntry .editorconfig
520 silly gunzTarPerm extractEntry .travis.yml
521 silly gunzTarPerm extractEntry Makefile
522 silly gunzTarPerm extractEntry .npmignore
523 silly gunzTarPerm extractEntry LICENSE
524 silly gunzTarPerm extractEntry readme.md
525 silly gunzTarPerm extractEntry test/jws.test.js
526 silly gunzTarPerm extractEntry test/data.txt
527 http 200 https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz
528 silly gunzTarPerm extractEntry index.js
529 silly gunzTarPerm extractEntry .travis.yml
530 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/tmp.tgz
531 silly lockFile eb66ba2e-36342-0-6812701269518584-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
532 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package /root/.npm/eb66ba2e-36342-0-6812701269518584-package.lock
533 silly lockFile 99934087-36342-0-6812701269518584-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/tmp.tgz
534 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/tmp.tgz /root/.npm/99934087-36342-0-6812701269518584-tmp-tgz.lock
535 silly lockFile 95d3bcb7-6329-0-31465429486706853-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
536 silly lockFile 95d3bcb7-6329-0-31465429486706853-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
537 silly lockFile 20d83a1f-6329-0-31465429486706853-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/tmp.tgz
538 silly lockFile 20d83a1f-6329-0-31465429486706853-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/tmp.tgz
539 silly gunzTarPerm modes [ '755', '644' ]
540 verbose tar pack [ '/root/.npm/hapi-auth-hawk/1.1.1/package.tgz',
540 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package' ]
541 verbose tarball /root/.npm/hapi-auth-hawk/1.1.1/package.tgz
542 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
543 silly lockFile 95d3bcb7-6329-0-31465429486706853-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
544 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package /root/.npm/95d3bcb7-6329-0-31465429486706853-package.lock
545 silly lockFile 37a8effa-hapi-auth-hawk-1-1-1-package-tgz tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz
546 verbose lock tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz /root/.npm/37a8effa-hapi-auth-hawk-1-1-1-package-tgz.lock
547 silly gunzTarPerm extractEntry lib/endpoint.js
548 silly gunzTarPerm extractEntry lib/error.js
549 silly gunzTarPerm extractEntry lib/pinger.js
550 silly gunzTarPerm extractEntry lib/pool.js
551 silly gunzTarPerm extractEntry lib/request_set.js
552 silly gunzTarPerm extractEntry readme.md
553 silly gunzTarPerm extractEntry test/endpoint_test.js
554 silly gunzTarPerm extractEntry test/integration_test.js
555 silly gunzTarPerm extractEntry test/pool_test.js
556 silly gunzTarPerm extractEntry test/requestset_test.js
557 silly gunzTarPerm extractEntry package.json
558 silly gunzTarPerm extractEntry .travis.yml
559 silly gunzTarPerm extractEntry .npmignore
560 silly gunzTarPerm extractEntry README.md
561 silly gunzTarPerm extractEntry lib/convict.js
562 silly gunzTarPerm extractEntry ChangeLog
563 silly lockFile 63728a95-327-0-040212870575487614-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
564 silly lockFile 63728a95-327-0-040212870575487614-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
565 silly gunzTarPerm extractEntry test.js
566 silly gunzTarPerm extractEntry bench.js
567 silly lockFile 6317490e-327-0-040212870575487614-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/tmp.tgz
568 silly lockFile 6317490e-327-0-040212870575487614-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/tmp.tgz
569 http 200 https://registry.npmjs.org/through/-/through-2.3.6.tgz
570 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/tmp.tgz
571 silly lockFile a1d8ad66-6345-0-10045998333953321-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
572 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package /root/.npm/a1d8ad66-6345-0-10045998333953321-package.lock
573 silly lockFile 30600028-6345-0-10045998333953321-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/tmp.tgz
574 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/tmp.tgz /root/.npm/30600028-6345-0-10045998333953321-tmp-tgz.lock
575 verbose tar pack [ '/root/.npm/fxa-auth-mailer/1.0.6/package.tgz',
575 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package' ]
576 verbose tarball /root/.npm/fxa-auth-mailer/1.0.6/package.tgz
577 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
578 silly lockFile 63728a95-327-0-040212870575487614-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
579 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package /root/.npm/63728a95-327-0-040212870575487614-package.lock
580 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
581 verbose lock tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz /root/.npm/b59eee00-xa-auth-mailer-1-0-6-package-tgz.lock
582 silly gunzTarPerm modes [ '755', '644' ]
583 silly gunzTarPerm extractEntry index.js
584 silly gunzTarPerm extractEntry .license
585 silly gunzTarPerm extractEntry package.json
586 silly gunzTarPerm extractEntry index.js
587 silly gunzTarPerm extractEntry .travis.yml
588 http 200 https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz
589 silly gunzTarPerm extractEntry crypto_scrypt.h
590 silly gunzTarPerm extractEntry .travis.yml
591 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/tmp.tgz
592 silly lockFile 567588e0-36331-0-5830377491656691-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
593 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package /root/.npm/567588e0-36331-0-5830377491656691-package.lock
594 silly lockFile 6cabad8f-36331-0-5830377491656691-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/tmp.tgz
595 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/tmp.tgz /root/.npm/6cabad8f-36331-0-5830377491656691-tmp-tgz.lock
596 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/tmp.tgz
597 silly lockFile 8c4b3825-36346-0-6176873517688364-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
598 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package /root/.npm/8c4b3825-36346-0-6176873517688364-package.lock
599 silly lockFile d546cc51-36346-0-6176873517688364-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/tmp.tgz
600 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/tmp.tgz /root/.npm/d546cc51-36346-0-6176873517688364-tmp-tgz.lock
601 silly gunzTarPerm modes [ '755', '644' ]
602 silly gunzTarPerm modes [ '755', '644' ]
603 silly lockFile 2a244f81-36330-0-3174557411111891-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
604 silly lockFile 2a244f81-36330-0-3174557411111891-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436330-0.3174557411111891/package
605 silly lockFile 77fe46f7--root-npm-hkdf-0-0-2-package-tgz tar:///root/.npm/hkdf/0.0.2/package.tgz
606 silly lockFile 77fe46f7--root-npm-hkdf-0-0-2-package-tgz tar:///root/.npm/hkdf/0.0.2/package.tgz
607 silly gunzTarPerm extractEntry LICENSE.APACHE2
608 silly gunzTarPerm extractEntry LICENSE.MIT
609 silly gunzTarPerm extractEntry node_scrypt.cc
610 silly gunzTarPerm extractEntry binding.gyp
611 silly gunzTarPerm extractEntry crypto_scrypt-sse.c
612 silly gunzTarPerm extractEntry package.json
613 silly gunzTarPerm modified mode [ 'package.json', 509, 493 ]
614 silly gunzTarPerm extractEntry package.json
615 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/tmp.tgz
616 silly lockFile 9aeec9f4-6342-0-07754294155165553-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
617 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package /root/.npm/9aeec9f4-6342-0-07754294155165553-package.lock
618 silly lockFile 68a5ee54-6342-0-07754294155165553-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/tmp.tgz
619 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/tmp.tgz /root/.npm/68a5ee54-6342-0-07754294155165553-tmp-tgz.lock
620 http 200 https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz
621 silly gunzTarPerm extractEntry .npmignore
622 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ]
623 silly gunzTarPerm extractEntry README.md
624 silly gunzTarPerm modified mode [ 'README.md', 509, 493 ]
625 silly lockFile fbc48033-root-npm-hkdf-0-0-2-package /root/.npm/hkdf/0.0.2/package
626 verbose lock /root/.npm/hkdf/0.0.2/package /root/.npm/fbc48033-root-npm-hkdf-0-0-2-package.lock
627 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/tmp.tgz
628 silly lockFile 9aa536b2-36347-0-1084875026717782-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
629 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package /root/.npm/9aa536b2-36347-0-1084875026717782-package.lock
630 silly lockFile 27cb2b2d-36347-0-1084875026717782-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/tmp.tgz
631 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/tmp.tgz /root/.npm/27cb2b2d-36347-0-1084875026717782-tmp-tgz.lock
632 silly gunzTarPerm extractEntry .npmignore
633 silly gunzTarPerm extractEntry README.md
634 silly gunzTarPerm modes [ '755', '644' ]
635 silly lockFile fbc48033-root-npm-hkdf-0-0-2-package /root/.npm/hkdf/0.0.2/package
636 silly lockFile fbc48033-root-npm-hkdf-0-0-2-package /root/.npm/hkdf/0.0.2/package
637 silly gunzTarPerm modes [ '755', '644' ]
638 verbose tar unpack /root/.npm/hkdf/0.0.2/package.tgz
639 silly lockFile d7bcc8db-tar-root-npm-hkdf-0-0-2-package tar:///root/.npm/hkdf/0.0.2/package
640 verbose lock tar:///root/.npm/hkdf/0.0.2/package /root/.npm/d7bcc8db-tar-root-npm-hkdf-0-0-2-package.lock
641 silly lockFile 77fe46f7--root-npm-hkdf-0-0-2-package-tgz tar:///root/.npm/hkdf/0.0.2/package.tgz
642 verbose lock tar:///root/.npm/hkdf/0.0.2/package.tgz /root/.npm/77fe46f7--root-npm-hkdf-0-0-2-package-tgz.lock
643 http 200 https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz
644 silly gunzTarPerm modes [ '755', '644' ]
645 silly gunzTarPerm extractEntry readme.markdown
646 silly gunzTarPerm extractEntry test/async.js
647 silly gunzTarPerm extractEntry package.json
648 silly gunzTarPerm extractEntry LICENSE
649 silly gunzTarPerm modified mode [ 'LICENSE', 509, 493 ]
650 silly gunzTarPerm extractEntry package.json
651 silly gunzTarPerm extractEntry rng-browser.js
652 silly gunzTarPerm extractEntry rng.js
653 silly gunzTarPerm extractEntry .npmignore
654 silly gunzTarPerm extractEntry README.md
655 silly gunzTarPerm extractEntry package.json
656 silly gunzTarPerm extractEntry .npmignore
657 silly gunzTarPerm extractEntry README.md
658 silly gunzTarPerm extractEntry test/auto-destroy.js
659 silly gunzTarPerm extractEntry test/buffering.js
660 silly gunzTarPerm extractEntry index.js
661 silly gunzTarPerm modified mode [ 'index.js', 509, 493 ]
662 silly gunzTarPerm extractEntry Makefile
663 silly gunzTarPerm modified mode [ 'Makefile', 509, 493 ]
664 http 200 https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz
665 silly gunzTarPerm extractEntry .npmignore
666 silly gunzTarPerm extractEntry README.md
667 silly gunzTarPerm extractEntry uuid.js
668 silly gunzTarPerm extractEntry benchmark/README.md
669 silly gunzTarPerm extractEntry benchmark/benchmark.js
670 silly gunzTarPerm extractEntry benchmark/bench.gnu
671 silly gunzTarPerm extractEntry benchmark/bench.sh
672 silly gunzTarPerm extractEntry benchmark/benchmark-native.c
673 silly gunzTarPerm extractEntry LICENSE.md
674 silly gunzTarPerm extractEntry misc/compare.js
675 silly gunzTarPerm extractEntry misc/perf.js
676 silly gunzTarPerm extractEntry .travis.yml
677 silly gunzTarPerm extractEntry test/test.js
678 silly gunzTarPerm extractEntry test/mocha.opts
679 http 200 https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz
680 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/tmp.tgz
681 silly lockFile 679e37ae-36349-0-4859323655255139-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
682 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package /root/.npm/679e37ae-36349-0-4859323655255139-package.lock
683 silly lockFile 095d94ff-36349-0-4859323655255139-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/tmp.tgz
684 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/tmp.tgz /root/.npm/095d94ff-36349-0-4859323655255139-tmp-tgz.lock
685 silly gunzTarPerm extractEntry LICENSE
686 silly lockFile d08f5708-36326-0-7794215506874025-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
687 silly lockFile d08f5708-36326-0-7794215506874025-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
688 silly gunzTarPerm extractEntry LICENSE
689 silly gunzTarPerm extractEntry Gruntfile.js
690 silly gunzTarPerm modes [ '755', '644' ]
691 silly lockFile 83f12f00-36326-0-7794215506874025-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/tmp.tgz
692 silly lockFile 83f12f00-36326-0-7794215506874025-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/tmp.tgz
693 silly gunzTarPerm extractEntry test/end.js
694 silly gunzTarPerm extractEntry index.js
695 silly gunzTarPerm extractEntry hkdf.py
696 verbose tar pack [ '/root/.npm/compute-cluster/0.0.9/package.tgz',
696 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package' ]
697 verbose tarball /root/.npm/compute-cluster/0.0.9/package.tgz
698 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
699 silly lockFile d08f5708-36326-0-7794215506874025-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
700 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package /root/.npm/d08f5708-36326-0-7794215506874025-package.lock
701 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
702 verbose lock tar:///root/.npm/compute-cluster/0.0.9/package.tgz /root/.npm/cc931478-ompute-cluster-0-0-9-package-tgz.lock
703 http 200 https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz
704 silly gunzTarPerm extractEntry package.json
705 silly gunzTarPerm extractEntry index.js
706 silly gunzTarPerm extractEntry request.js
707 silly gunzTarPerm extractEntry .jshintrc
708 silly gunzTarPerm extractEntry tasks/copyright.js
709 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/tmp.tgz
710 silly lockFile cd244dc9-36350-0-5554858641698956-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
711 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package /root/.npm/cd244dc9-36350-0-5554858641698956-package.lock
712 silly lockFile 7e68a5d9-36350-0-5554858641698956-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/tmp.tgz
713 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/tmp.tgz /root/.npm/7e68a5d9-36350-0-5554858641698956-tmp-tgz.lock
714 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/tmp.tgz
715 silly lockFile 33606f01-436336-0-505815909942612-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
716 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package /root/.npm/33606f01-436336-0-505815909942612-package.lock
717 silly lockFile d530fc5c-436336-0-505815909942612-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/tmp.tgz
718 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/tmp.tgz /root/.npm/d530fc5c-436336-0-505815909942612-tmp-tgz.lock
719 silly gunzTarPerm extractEntry .npmignore
720 silly gunzTarPerm extractEntry README.md
721 silly gunzTarPerm extractEntry hkdf.pyc
722 silly gunzTarPerm extractEntry lib/hkdf.js
723 silly gunzTarPerm extractEntry scripts/run_all_tests.sh
724 silly gunzTarPerm extractEntry test/all-test.js
725 silly gunzTarPerm extractEntry test.py
726 silly gunzTarPerm extractEntry test/index.js
727 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/tmp.tgz
728 silly lockFile 57420d8d-36328-0-5374668000731617-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
729 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package /root/.npm/57420d8d-36328-0-5374668000731617-package.lock
730 silly lockFile ae4c1cd2-36328-0-5374668000731617-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/tmp.tgz
731 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/tmp.tgz /root/.npm/ae4c1cd2-36328-0-5374668000731617-tmp-tgz.lock
732 silly gunzTarPerm modes [ '755', '644' ]
733 silly gunzTarPerm modes [ '755', '644' ]
734 silly gunzTarPerm modes [ '755', '644' ]
735 silly gunzTarPerm extractEntry package.json
736 silly gunzTarPerm extractEntry package.json
737 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ]
738 silly gunzTarPerm extractEntry LICENSE
739 http 200 https://registry.npmjs.org/nock/-/nock-0.48.1.tgz
740 silly gunzTarPerm extractEntry package.json
741 silly gunzTarPerm modified mode [ 'package.json', 509, 493 ]
742 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/tmp.tgz
743 silly lockFile 0e3dabac-36349-0-5301321935839951-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
744 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package /root/.npm/0e3dabac-36349-0-5301321935839951-package.lock
745 silly lockFile 0185c9fd-36349-0-5301321935839951-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/tmp.tgz
746 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/tmp.tgz /root/.npm/0185c9fd-36349-0-5301321935839951-tmp-tgz.lock
747 silly gunzTarPerm extractEntry .npmignore
748 silly gunzTarPerm extractEntry README.md
749 silly gunzTarPerm extractEntry .npmignore
750 silly gunzTarPerm modified mode [ '.npmignore', 438, 420 ]
751 silly gunzTarPerm extractEntry README.md
752 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ]
753 silly lockFile 622ef39d-6326-0-16397887817583978-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
754 silly lockFile 622ef39d-6326-0-16397887817583978-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
755 silly lockFile b172728f-6326-0-16397887817583978-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/tmp.tgz
756 silly lockFile b172728f-6326-0-16397887817583978-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/tmp.tgz
757 silly gunzTarPerm extractEntry .npmignore
758 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ]
759 silly gunzTarPerm extractEntry README.md
760 silly gunzTarPerm modified mode [ 'README.md', 509, 493 ]
761 silly lockFile 97cf2537-6333-0-33266456238925457-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
762 silly lockFile 97cf2537-6333-0-33266456238925457-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
763 silly gunzTarPerm modes [ '755', '644' ]
764 silly lockFile fb5a252e-6333-0-33266456238925457-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/tmp.tgz
765 silly lockFile fb5a252e-6333-0-33266456238925457-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/tmp.tgz
766 http 200 https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
767 http 200 https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz
768 silly gunzTarPerm extractEntry index.js
769 silly gunzTarPerm extractEntry CHANGELOG.md
770 verbose tar pack [ '/root/.npm/convict/0.6.0/package.tgz',
770 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package' ]
771 verbose tarball /root/.npm/convict/0.6.0/package.tgz
772 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
773 silly lockFile 622ef39d-6326-0-16397887817583978-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
774 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package /root/.npm/622ef39d-6326-0-16397887817583978-package.lock
775 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
776 verbose lock tar:///root/.npm/convict/0.6.0/package.tgz /root/.npm/aa61ff5e-ot-npm-convict-0-6-0-package-tgz.lock
777 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/tmp.tgz
778 silly lockFile a6116cb0-36351-0-6032554942648858-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
779 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package /root/.npm/a6116cb0-36351-0-6032554942648858-package.lock
780 silly lockFile 51f4a112-36351-0-6032554942648858-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/tmp.tgz
781 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/tmp.tgz /root/.npm/51f4a112-36351-0-6032554942648858-tmp-tgz.lock
782 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/tmp.tgz
783 silly lockFile 65eddef8-6351-0-31167135993018746-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
784 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package /root/.npm/65eddef8-6351-0-31167135993018746-package.lock
785 silly lockFile ca10573d-6351-0-31167135993018746-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/tmp.tgz
786 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/tmp.tgz /root/.npm/ca10573d-6351-0-31167135993018746-tmp-tgz.lock
787 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/tmp.tgz
788 silly lockFile f083e874-36352-0-4697077125310898-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
789 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package /root/.npm/f083e874-36352-0-4697077125310898-package.lock
790 silly lockFile 65fce59a-36352-0-4697077125310898-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/tmp.tgz
791 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/tmp.tgz /root/.npm/65fce59a-36352-0-4697077125310898-tmp-tgz.lock
792 verbose tar pack [ '/root/.npm/jws/0.2.6/package.tgz',
792 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package' ]
793 verbose tarball /root/.npm/jws/0.2.6/package.tgz
794 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
795 silly lockFile 97cf2537-6333-0-33266456238925457-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
796 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package /root/.npm/97cf2537-6333-0-33266456238925457-package.lock
797 silly lockFile e1fdec34-r-root-npm-jws-0-2-6-package-tgz tar:///root/.npm/jws/0.2.6/package.tgz
798 verbose lock tar:///root/.npm/jws/0.2.6/package.tgz /root/.npm/e1fdec34-r-root-npm-jws-0-2-6-package-tgz.lock
799 silly gunzTarPerm modes [ '755', '644' ]
800 silly gunzTarPerm extractEntry package.json
801 silly gunzTarPerm modified mode [ 'package.json', 509, 493 ]
802 silly gunzTarPerm extractEntry LICENSE
803 silly gunzTarPerm extractEntry .travis.yml
804 silly gunzTarPerm extractEntry LICENSE
805 silly gunzTarPerm modified mode [ 'LICENSE', 438, 420 ]
806 silly gunzTarPerm extractEntry all.js
807 silly gunzTarPerm modified mode [ 'all.js', 438, 420 ]
808 silly gunzTarPerm modes [ '755', '644' ]
809 silly gunzTarPerm modes [ '755', '644' ]
810 silly gunzTarPerm extractEntry LICENSE
811 silly gunzTarPerm modified mode [ 'LICENSE', 509, 493 ]
812 silly gunzTarPerm extractEntry index.js
813 silly gunzTarPerm modified mode [ 'index.js', 509, 493 ]
814 silly gunzTarPerm extractEntry .npmignore
815 silly gunzTarPerm modified mode [ '.npmignore', 436, 420 ]
816 silly gunzTarPerm extractEntry README.md
817 silly gunzTarPerm modified mode [ 'README.md', 509, 493 ]
818 http 200 https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
819 silly gunzTarPerm extractEntry package.json
820 silly gunzTarPerm extractEntry package.json
821 silly gunzTarPerm extractEntry package.json
822 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/tmp.tgz
823 silly lockFile 0e3a62e5-353-0-046701844315975904-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
824 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package /root/.npm/0e3a62e5-353-0-046701844315975904-package.lock
825 silly lockFile 305f42a5-353-0-046701844315975904-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/tmp.tgz
826 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/tmp.tgz /root/.npm/305f42a5-353-0-046701844315975904-tmp-tgz.lock
827 silly gunzTarPerm extractEntry lib/datetime.js
828 silly gunzTarPerm extractEntry lib/mailparser.js
829 silly gunzTarPerm extractEntry lib/streams.js
830 silly gunzTarPerm extractEntry test/mailparser.js
831 silly gunzTarPerm extractEntry test/nested.eml
832 silly gunzTarPerm extractEntry p-alt.js
833 silly gunzTarPerm modified mode [ 'p-alt.js', 438, 420 ]
834 silly gunzTarPerm extractEntry p.js
835 silly gunzTarPerm modified mode [ 'p.js', 438, 420 ]
836 silly gunzTarPerm modes [ '755', '644' ]
837 silly gunzTarPerm extractEntry .npmignore
838 silly gunzTarPerm extractEntry README.md
839 http 200 https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz
840 http 200 https://registry.npmjs.org/ass/-/ass-0.0.4.tgz
841 silly gunzTarPerm extractEntry .npmignore
842 silly gunzTarPerm extractEntry README.md
843 silly gunzTarPerm extractEntry .npmignore
844 silly gunzTarPerm extractEntry README.md
845 silly gunzTarPerm extractEntry bin/hapi
846 silly gunzTarPerm modified mode [ 'bin/hapi', 509, 493 ]
847 silly gunzTarPerm extractEntry Makefile
848 silly gunzTarPerm modified mode [ 'Makefile', 509, 493 ]
849 http 200 https://registry.npmjs.org/tap/-/tap-0.4.13.tgz
850 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/tmp.tgz
851 silly lockFile 2909b29a-36356-0-8440343104302883-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
852 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package /root/.npm/2909b29a-36356-0-8440343104302883-package.lock
853 silly lockFile fd1419e9-36356-0-8440343104302883-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/tmp.tgz
854 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/tmp.tgz /root/.npm/fd1419e9-36356-0-8440343104302883-tmp-tgz.lock
855 silly gunzTarPerm extractEntry LICENSE
856 silly gunzTarPerm modified mode [ 'LICENSE', 509, 493 ]
857 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/tmp.tgz
858 silly lockFile f725c643-6357-0-03327596071176231-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
859 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package /root/.npm/f725c643-6357-0-03327596071176231-package.lock
860 silly lockFile 433e28a0-6357-0-03327596071176231-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/tmp.tgz
861 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/tmp.tgz /root/.npm/433e28a0-6357-0-03327596071176231-tmp-tgz.lock
862 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/tmp.tgz
863 silly lockFile fc05edaa-436356-0-707370841410011-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
864 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package /root/.npm/fc05edaa-436356-0-707370841410011-package.lock
865 silly lockFile 607498ef-436356-0-707370841410011-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/tmp.tgz
866 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/tmp.tgz /root/.npm/607498ef-436356-0-707370841410011-tmp-tgz.lock
867 silly gunzTarPerm modes [ '755', '644' ]
868 http 200 https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
869 silly gunzTarPerm extractEntry package.json
870 silly gunzTarPerm modes [ '755', '644' ]
871 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/tmp.tgz
872 silly lockFile a6cf2374-36357-0-5453398667741567-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
873 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package /root/.npm/a6cf2374-36357-0-5453398667741567-package.lock
874 silly lockFile 2b2f6216-36357-0-5453398667741567-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/tmp.tgz
875 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/tmp.tgz /root/.npm/2b2f6216-36357-0-5453398667741567-tmp-tgz.lock
876 silly gunzTarPerm modes [ '755', '644' ]
877 silly gunzTarPerm extractEntry p.min.js
878 silly gunzTarPerm modified mode [ 'p.min.js', 438, 420 ]
879 silly gunzTarPerm extractEntry run.js
880 silly gunzTarPerm modified mode [ 'run.js', 438, 420 ]
881 silly gunzTarPerm extractEntry Gruntfile.js
882 silly gunzTarPerm extractEntry .jshintignore
883 http 200 https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz
884 http 200 https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz
885 silly gunzTarPerm extractEntry .npmignore
886 silly gunzTarPerm extractEntry README.md
887 silly gunzTarPerm modes [ '755', '644' ]
888 silly gunzTarPerm extractEntry index.js
889 silly gunzTarPerm modified mode [ 'index.js', 509, 493 ]
890 silly gunzTarPerm extractEntry component.json
891 silly gunzTarPerm modified mode [ 'component.json', 436, 420 ]
892 silly gunzTarPerm extractEntry .travis.yml
893 silly gunzTarPerm modified mode [ '.travis.yml', 509, 493 ]
894 silly gunzTarPerm extractEntry .gitattributes
895 silly gunzTarPerm modified mode [ '.gitattributes', 436, 420 ]
896 silly gunzTarPerm extractEntry package.json
897 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/tmp.tgz
898 silly lockFile 48c5c33b-6358-0-48878698889166117-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
899 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package /root/.npm/48c5c33b-6358-0-48878698889166117-package.lock
900 silly lockFile ff4b4e82-6358-0-48878698889166117-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/tmp.tgz
901 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/tmp.tgz /root/.npm/ff4b4e82-6358-0-48878698889166117-tmp-tgz.lock
902 silly gunzTarPerm extractEntry index.js
903 silly gunzTarPerm extractEntry CONTRIBUTING.md
904 silly gunzTarPerm extractEntry LICENSE-MIT
905 http 200 https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz
906 silly gunzTarPerm extractEntry package.json
907 http 200 https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz
908 silly gunzTarPerm extractEntry package.json
909 silly gunzTarPerm modes [ '755', '644' ]
910 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/tmp.tgz
911 silly lockFile faae265b-6360-0-09498867182992399-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
912 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package /root/.npm/faae265b-6360-0-09498867182992399-package.lock
913 silly lockFile 5cbf8473-6360-0-09498867182992399-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/tmp.tgz
914 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/tmp.tgz /root/.npm/5cbf8473-6360-0-09498867182992399-tmp-tgz.lock
915 silly gunzTarPerm extractEntry load-grunt-tasks.js
916 silly gunzTarPerm extractEntry readme.md
917 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/tmp.tgz
918 silly lockFile e311bebe-36360-0-6577585418708622-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
919 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package /root/.npm/e311bebe-36360-0-6577585418708622-package.lock
920 silly lockFile 9c76cb01-36360-0-6577585418708622-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/tmp.tgz
921 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/tmp.tgz /root/.npm/9c76cb01-36360-0-6577585418708622-tmp-tgz.lock
922 silly lockFile 9aa536b2-36347-0-1084875026717782-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
923 silly lockFile 9aa536b2-36347-0-1084875026717782-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
924 silly gunzTarPerm extractEntry .npmignore
925 silly gunzTarPerm extractEntry README.md
926 silly gunzTarPerm extractEntry package.json
927 silly gunzTarPerm extractEntry .jshintrc
928 silly gunzTarPerm extractEntry tasks/shrinkwrap.js
929 silly lockFile 27cb2b2d-36347-0-1084875026717782-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/tmp.tgz
930 silly lockFile 27cb2b2d-36347-0-1084875026717782-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/tmp.tgz
931 http 200 https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz
932 silly gunzTarPerm modes [ '755', '644' ]
933 silly gunzTarPerm extractEntry .npmignore
934 silly gunzTarPerm extractEntry README.md
935 silly gunzTarPerm extractEntry out.txt
936 silly gunzTarPerm modified mode [ 'out.txt', 438, 420 ]
937 silly gunzTarPerm extractEntry .travis.yml
938 silly gunzTarPerm modified mode [ '.travis.yml', 438, 420 ]
939 silly gunzTarPerm modes [ '755', '644' ]
940 silly gunzTarPerm extractEntry Gruntfile.js
941 silly gunzTarPerm extractEntry .travis.yml
942 silly gunzTarPerm extractEntry appveyor.yml
943 silly gunzTarPerm extractEntry internal-tasks/bump.js
944 silly gunzTarPerm extractEntry CONTRIBUTING.md
945 silly gunzTarPerm extractEntry disabled.appveyor.yml
946 silly gunzTarPerm extractEntry assets/reply_file_1.txt
947 silly gunzTarPerm extractEntry assets/reply_file_2.txt.gz
948 silly gunzTarPerm extractEntry package.json
949 silly gunzTarPerm extractEntry README.md
950 silly gunzTarPerm extractEntry LICENSE-MIT
951 verbose tar pack [ '/root/.npm/grunt-copyright/0.1.0/package.tgz',
951 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package' ]
952 verbose tarball /root/.npm/grunt-copyright/0.1.0/package.tgz
953 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
954 silly lockFile 9aa536b2-36347-0-1084875026717782-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
955 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package /root/.npm/9aa536b2-36347-0-1084875026717782-package.lock
956 silly lockFile b673a9fe-runt-copyright-0-1-0-package-tgz tar:///root/.npm/grunt-copyright/0.1.0/package.tgz
957 verbose lock tar:///root/.npm/grunt-copyright/0.1.0/package.tgz /root/.npm/b673a9fe-runt-copyright-0-1-0-package-tgz.lock
958 silly gunzTarPerm extractEntry docs/Governance.md
959 silly gunzTarPerm modified mode [ 'docs/Governance.md', 509, 493 ]
960 silly gunzTarPerm extractEntry lib/client.js
961 silly gunzTarPerm extractEntry lib/pool.js
962 silly gunzTarPerm extractEntry AUTHORS
963 silly gunzTarPerm modified mode [ 'AUTHORS', 508, 492 ]
964 silly gunzTarPerm extractEntry .travis.yml
965 silly gunzTarPerm modified mode [ '.travis.yml', 509, 493 ]
966 silly gunzTarPerm extractEntry docs/Reference.md
967 silly gunzTarPerm modified mode [ 'docs/Reference.md', 509, 493 ]
968 http 200 https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz
969 silly gunzTarPerm extractEntry package.json
970 silly gunzTarPerm extractEntry .npmignore
971 silly gunzTarPerm extractEntry db.js
972 silly gunzTarPerm extractEntry package.json
973 silly gunzTarPerm extractEntry LICENSE
974 silly gunzTarPerm extractEntry index.js
975 silly lockFile 95d3bcb7-6329-0-31465429486706853-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
976 silly lockFile 95d3bcb7-6329-0-31465429486706853-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436329-0.31465429486706853/package
977 silly gunzTarPerm extractEntry LICENSE
978 silly gunzTarPerm extractEntry coverage-example/lib/bar.js
979 silly gunzTarPerm extractEntry AUTHORS
980 silly gunzTarPerm extractEntry LICENSE-MIT
981 silly gunzTarPerm extractEntry test/adapter.js
982 silly gunzTarPerm modified mode [ 'test/adapter.js', 438, 420 ]
983 silly gunzTarPerm extractEntry test/tick-recursion.js
984 silly gunzTarPerm modified mode [ 'test/tick-recursion.js', 438, 420 ]
985 silly lockFile 37a8effa-hapi-auth-hawk-1-1-1-package-tgz tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz
986 silly lockFile 37a8effa-hapi-auth-hawk-1-1-1-package-tgz tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz
987 silly gunzTarPerm extractEntry .npmignore
988 silly gunzTarPerm extractEntry index.js
989 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/tmp.tgz
990 silly lockFile 999f5d86-36361-0-5771613656543195-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
991 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package /root/.npm/999f5d86-36361-0-5771613656543195-package.lock
992 silly lockFile 4e0cea59-36361-0-5771613656543195-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/tmp.tgz
993 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/tmp.tgz /root/.npm/4e0cea59-36361-0-5771613656543195-tmp-tgz.lock
994 silly gunzTarPerm extractEntry .npmignore
995 silly gunzTarPerm extractEntry index.js
996 silly gunzTarPerm extractEntry internal-tasks/subgrunt.js
997 silly gunzTarPerm extractEntry docs/Style.md
998 silly gunzTarPerm modified mode [ 'docs/Style.md', 509, 493 ]
999 silly gunzTarPerm extractEntry examples/auth.js
1000 silly gunzTarPerm modified mode [ 'examples/auth.js', 509, 493 ]
1001 silly gunzTarPerm extractEntry tasks/jshint.js
1002 silly gunzTarPerm extractEntry tasks/lib/jshint.js
1003 silly gunzTarPerm extractEntry lib/server.js
1004 silly gunzTarPerm extractEntry lib/simpleserver.js
1005 silly gunzTarPerm modes [ '755', '644' ]
1006 silly lockFile 63728a95-327-0-040212870575487614-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
1007 silly lockFile 63728a95-327-0-040212870575487614-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436327-0.040212870575487614/package
1008 silly gunzTarPerm extractEntry index.js
1009 silly gunzTarPerm extractEntry ChangeLog
1010 silly gunzTarPerm extractEntry example/package.json
1011 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
1012 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
1013 silly gunzTarPerm extractEntry coverage-example/lib/foo.js
1014 silly gunzTarPerm extractEntry coverage-example/test/bar.test.js
1015 silly gunzTarPerm extractEntry images/joi.png
1016 silly gunzTarPerm modified mode [ 'images/joi.png', 509, 493 ]
1017 silly gunzTarPerm extractEntry images/validation.png
1018 silly gunzTarPerm modified mode [ 'images/validation.png', 509, 493 ]
1019 silly lockFile 9b03f5d8-npm-hapi-auth-hawk-1-1-1-package /root/.npm/hapi-auth-hawk/1.1.1/package
1020 verbose lock /root/.npm/hapi-auth-hawk/1.1.1/package /root/.npm/9b03f5d8-npm-hapi-auth-hawk-1-1-1-package.lock
1021 silly gunzTarPerm extractEntry examples/simple.js
1022 silly gunzTarPerm extractEntry examples/perfect.js
1023 silly gunzTarPerm extractEntry lib/grunt.js
1024 silly gunzTarPerm extractEntry lib/grunt/cli.js
1025 silly lockFile 9b03f5d8-npm-hapi-auth-hawk-1-1-1-package /root/.npm/hapi-auth-hawk/1.1.1/package
1026 silly lockFile 9b03f5d8-npm-hapi-auth-hawk-1-1-1-package /root/.npm/hapi-auth-hawk/1.1.1/package
1027 silly lockFile a1d8ad66-6345-0-10045998333953321-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
1028 silly lockFile a1d8ad66-6345-0-10045998333953321-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
1029 silly gunzTarPerm extractEntry package.json
1030 silly gunzTarPerm extractEntry test.js
1031 silly gunzTarPerm extractEntry readme.md
1032 silly gunzTarPerm extractEntry bin/grunt
1033 silly gunzTarPerm extractEntry completion/bash
1034 verbose tar unpack /root/.npm/hapi-auth-hawk/1.1.1/package.tgz
1035 silly lockFile b33b4eff-npm-hapi-auth-hawk-1-1-1-package tar:///root/.npm/hapi-auth-hawk/1.1.1/package
1036 verbose lock tar:///root/.npm/hapi-auth-hawk/1.1.1/package /root/.npm/b33b4eff-npm-hapi-auth-hawk-1-1-1-package.lock
1037 silly lockFile 37a8effa-hapi-auth-hawk-1-1-1-package-tgz tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz
1038 verbose lock tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz /root/.npm/37a8effa-hapi-auth-hawk-1-1-1-package-tgz.lock
1039 silly lockFile 30600028-6345-0-10045998333953321-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/tmp.tgz
1040 silly lockFile 30600028-6345-0-10045998333953321-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/tmp.tgz
1041 silly gunzTarPerm extractEntry examples/extensions.js
1042 silly gunzTarPerm modified mode [ 'examples/extensions.js', 509, 493 ]
1043 silly gunzTarPerm extractEntry examples/socketio.js
1044 silly gunzTarPerm modified mode [ 'examples/socketio.js', 509, 493 ]
1045 silly lockFile ea69ac4b-pm-fxa-auth-mailer-1-0-6-package /root/.npm/fxa-auth-mailer/1.0.6/package
1046 verbose lock /root/.npm/fxa-auth-mailer/1.0.6/package /root/.npm/ea69ac4b-pm-fxa-auth-mailer-1-0-6-package.lock
1047 silly gunzTarPerm modes [ '755', '644' ]
1048 silly gunzTarPerm extractEntry .npmignore
1049 silly gunzTarPerm extractEntry README.md
1050 verbose tar pack [ '/root/.npm/through/2.3.6/package.tgz',
1050 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package' ]
1051 verbose tarball /root/.npm/through/2.3.6/package.tgz
1052 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
1053 silly lockFile a1d8ad66-6345-0-10045998333953321-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
1054 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package /root/.npm/a1d8ad66-6345-0-10045998333953321-package.lock
1055 silly lockFile 8846c0ec-ot-npm-through-2-3-6-package-tgz tar:///root/.npm/through/2.3.6/package.tgz
1056 verbose lock tar:///root/.npm/through/2.3.6/package.tgz /root/.npm/8846c0ec-ot-npm-through-2-3-6-package-tgz.lock
1057 silly lockFile eb66ba2e-36342-0-6812701269518584-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
1058 silly lockFile eb66ba2e-36342-0-6812701269518584-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
1059 silly lockFile ea69ac4b-pm-fxa-auth-mailer-1-0-6-package /root/.npm/fxa-auth-mailer/1.0.6/package
1060 silly lockFile ea69ac4b-pm-fxa-auth-mailer-1-0-6-package /root/.npm/fxa-auth-mailer/1.0.6/package
1061 silly gunzTarPerm extractEntry example/README.md
1062 silly gunzTarPerm extractEntry example/server.js
1063 silly lockFile 99934087-36342-0-6812701269518584-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/tmp.tgz
1064 silly lockFile 99934087-36342-0-6812701269518584-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/tmp.tgz
1065 silly gunzTarPerm extractEntry CONTRIBUTING.md
1066 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 508, 492 ]
1067 verbose tar unpack /root/.npm/fxa-auth-mailer/1.0.6/package.tgz
1068 silly lockFile b9c09644-pm-fxa-auth-mailer-1-0-6-package tar:///root/.npm/fxa-auth-mailer/1.0.6/package
1069 verbose lock tar:///root/.npm/fxa-auth-mailer/1.0.6/package /root/.npm/b9c09644-pm-fxa-auth-mailer-1-0-6-package.lock
1070 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
1071 verbose lock tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz /root/.npm/b59eee00-xa-auth-mailer-1-0-6-package-tgz.lock
1072 silly gunzTarPerm extractEntry examples/gen.js
1073 silly gunzTarPerm extractEntry test/rand.js
1074 silly gunzTarPerm extractEntry test/invertm.js
1075 silly gunzTarPerm extractEntry test/primes.js
1076 silly gunzTarPerm extractEntry test/mod.js
1077 silly gunzTarPerm extractEntry test/cmp.js
1078 silly gunzTarPerm extractEntry test/create.js
1079 silly gunzTarPerm extractEntry test/arithmetic.js
1080 silly gunzTarPerm extractEntry test/bit_length.js
1081 silly gunzTarPerm extractEntry test/seed.js
1082 silly gunzTarPerm extractEntry test/buf.js
1083 silly gunzTarPerm extractEntry test/gcd.js
1084 silly gunzTarPerm extractEntry test/bitwise.js
1085 silly gunzTarPerm extractEntry test/pow.js
1086 silly gunzTarPerm extractEntry test/shift.js
1087 silly gunzTarPerm extractEntry wscript
1088 silly gunzTarPerm extractEntry .travis.yml
1089 silly gunzTarPerm extractEntry bigint.cc
1090 silly gunzTarPerm extractEntry README.markdown
1091 silly gunzTarPerm extractEntry binding.gyp
1092 silly gunzTarPerm extractEntry CHANGELOG.md
1093 silly gunzTarPerm extractEntry lib/cookies.js
1094 silly gunzTarPerm extractEntry test.json
1095 silly gunzTarPerm extractEntry lib/grunt/config.js
1096 silly gunzTarPerm extractEntry lib/grunt/event.js
1097 silly gunzTarPerm extractEntry completion/zsh
1098 silly gunzTarPerm extractEntry lib/cli.js
1099 silly gunzTarPerm extractEntry lib/completion.js
1100 silly gunzTarPerm extractEntry lib/info.js
1101 silly gunzTarPerm modes [ '755', '644' ]
1102 silly gunzTarPerm extractEntry examples/favicon.js
1103 silly gunzTarPerm modified mode [ 'examples/favicon.js', 509, 493 ]
1104 silly gunzTarPerm extractEntry examples/errors.js
1105 silly gunzTarPerm modified mode [ 'examples/errors.js', 509, 493 ]
1106 silly gunzTarPerm extractEntry package.json
1107 silly gunzTarPerm extractEntry coverage-example/test/baz.test.js
1108 silly gunzTarPerm extractEntry coverage-example/test/foo.test.js
1109 verbose tar pack [ '/root/.npm/scrypt-hash/1.1.8/package.tgz',
1109 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package' ]
1110 verbose tarball /root/.npm/scrypt-hash/1.1.8/package.tgz
1111 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
1112 silly lockFile eb66ba2e-36342-0-6812701269518584-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
1113 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package /root/.npm/eb66ba2e-36342-0-6812701269518584-package.lock
1114 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
1115 verbose lock tar:///root/.npm/scrypt-hash/1.1.8/package.tgz /root/.npm/6b59799d-pm-scrypt-hash-1-1-8-package-tgz.lock
1116 silly gunzTarPerm extractEntry lib/alternatives.js
1117 silly gunzTarPerm modified mode [ 'lib/alternatives.js', 509, 493 ]
1118 silly gunzTarPerm extractEntry lib/boolean.js
1119 silly gunzTarPerm modified mode [ 'lib/boolean.js', 509, 493 ]
1120 silly gunzTarPerm extractEntry LICENSE
1121 silly gunzTarPerm extractEntry bundle-prelim.js
1122 silly gunzTarPerm extractEntry .npmignore
1123 silly gunzTarPerm extractEntry README.md
1124 silly gunzTarPerm extractEntry package.json
1125 silly lockFile 2909b29a-36356-0-8440343104302883-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
1126 silly lockFile 2909b29a-36356-0-8440343104302883-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
1127 silly gunzTarPerm extractEntry example/stub.js
1128 silly gunzTarPerm extractEntry example/test.js
1129 silly lockFile fd1419e9-36356-0-8440343104302883-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/tmp.tgz
1130 silly lockFile fd1419e9-36356-0-8440343104302883-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/tmp.tgz
1131 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/tmp.tgz
1132 silly lockFile 06cc8824-36364-0-9865598068572581-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
1133 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package /root/.npm/06cc8824-36364-0-9865598068572581-package.lock
1134 silly lockFile b8b70346-36364-0-9865598068572581-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/tmp.tgz
1135 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/tmp.tgz /root/.npm/b8b70346-36364-0-9865598068572581-tmp-tgz.lock
1136 silly gunzTarPerm extractEntry examples/files.js
1137 silly gunzTarPerm modified mode [ 'examples/files.js', 509, 493 ]
1138 silly gunzTarPerm extractEntry examples/injection.js
1139 silly gunzTarPerm modified mode [ 'examples/injection.js', 509, 493 ]
1140 silly gunzTarPerm extractEntry lib/grunt/fail.js
1141 silly gunzTarPerm extractEntry lib/grunt/file.js
1142 silly gunzTarPerm extractEntry .npmignore
1143 silly gunzTarPerm extractEntry config.js
1144 silly gunzTarPerm modes [ '755', '644' ]
1145 silly gunzTarPerm extractEntry lib/cast.js
1146 silly gunzTarPerm modified mode [ 'lib/cast.js', 509, 493 ]
1147 silly gunzTarPerm extractEntry lib/date.js
1148 silly gunzTarPerm modified mode [ 'lib/date.js', 509, 493 ]
1149 verbose tar pack [ '/root/.npm/load-grunt-tasks/0.6.0/package.tgz',
1149 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package' ]
1150 verbose tarball /root/.npm/load-grunt-tasks/0.6.0/package.tgz
1151 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
1152 silly lockFile 2909b29a-36356-0-8440343104302883-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
1153 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package /root/.npm/2909b29a-36356-0-8440343104302883-package.lock
1154 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
1155 verbose lock tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz /root/.npm/309573d1-ad-grunt-tasks-0-6-0-package-tgz.lock
1156 silly gunzTarPerm extractEntry bundle.js
1157 silly gunzTarPerm extractEntry index.js
1158 silly gunzTarPerm extractEntry bin/tap-http.js
1159 silly gunzTarPerm extractEntry bin/tap-reader.js
1160 silly gunzTarPerm extractEntry LICENSE
1161 silly gunzTarPerm extractEntry index.js
1162 silly gunzTarPerm extractEntry examples/cache.js
1163 silly gunzTarPerm modified mode [ 'examples/cache.js', 509, 493 ]
1164 silly gunzTarPerm extractEntry examples/methods.js
1165 silly gunzTarPerm modified mode [ 'examples/methods.js', 509, 493 ]
1166 silly gunzTarPerm extractEntry lib/copy.js
1167 silly gunzTarPerm extractEntry lib/debug.js
1168 silly gunzTarPerm extractEntry package.json
1169 silly gunzTarPerm extractEntry lib/binary.js
1170 silly gunzTarPerm modified mode [ 'lib/binary.js', 509, 493 ]
1171 silly gunzTarPerm extractEntry lib/function.js
1172 silly gunzTarPerm modified mode [ 'lib/function.js', 509, 493 ]
1173 silly gunzTarPerm extractEntry test/p.js
1174 silly gunzTarPerm modified mode [ 'test/p.js', 438, 420 ]
1175 silly gunzTarPerm extractEntry test/perf.js
1176 silly gunzTarPerm modified mode [ 'test/perf.js', 438, 420 ]
1177 silly gunzTarPerm extractEntry index.js
1178 silly gunzTarPerm extractEntry log.js
1179 silly gunzTarPerm extractEntry .npmignore
1180 silly gunzTarPerm extractEntry README.md
1181 silly gunzTarPerm extractEntry .jshintrc
1182 silly gunzTarPerm extractEntry lib/common.js
1183 silly gunzTarPerm extractEntry .travis.yml
1184 silly gunzTarPerm extractEntry Makefile
1185 silly gunzTarPerm extractEntry lib/default-match.js
1186 silly lockFile a6116cb0-36351-0-6032554942648858-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
1187 silly lockFile a6116cb0-36351-0-6032554942648858-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
1188 silly lockFile d7bcc8db-tar-root-npm-hkdf-0-0-2-package tar:///root/.npm/hkdf/0.0.2/package
1189 silly lockFile d7bcc8db-tar-root-npm-hkdf-0-0-2-package tar:///root/.npm/hkdf/0.0.2/package
1190 silly gunzTarPerm extractEntry bin/tap.js
1191 silly lockFile 51f4a112-36351-0-6032554942648858-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/tmp.tgz
1192 silly lockFile 51f4a112-36351-0-6032554942648858-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/tmp.tgz
1193 silly lockFile 77fe46f7--root-npm-hkdf-0-0-2-package-tgz tar:///root/.npm/hkdf/0.0.2/package.tgz
1194 silly lockFile 77fe46f7--root-npm-hkdf-0-0-2-package-tgz tar:///root/.npm/hkdf/0.0.2/package.tgz
1195 silly gunzTarPerm extractEntry mailer.js
1196 silly gunzTarPerm extractEntry translator.js
1197 verbose tar pack [ '/root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz',
1197 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package' ]
1198 verbose tarball /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1199 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
1200 silly lockFile a6116cb0-36351-0-6032554942648858-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
1201 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package /root/.npm/a6116cb0-36351-0-6032554942648858-package.lock
1202 silly lockFile 52e02461-nsp-shrinkwrap-0-0-3-package-tgz tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1203 verbose lock tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz /root/.npm/52e02461-nsp-shrinkwrap-0-0-3-package-tgz.lock
1204 silly gunzTarPerm extractEntry lib/delayed_body.js
1205 silly gunzTarPerm extractEntry lib/intercept.js
1206 verbose chmod /root/.npm/hkdf/0.0.2/package.tgz 644
1207 verbose chown /root/.npm/hkdf/0.0.2/package.tgz [ 0, 0 ]
1208 silly gunzTarPerm extractEntry lib/serialize.js
1209 silly gunzTarPerm extractEntry lib/reporters/html.js
1210 silly gunzTarPerm extractEntry lib/grunt/help.js
1211 silly gunzTarPerm extractEntry lib/grunt/option.js
1212 silly lockFile 07ea6ad1-ry-npmjs-org-hkdf-hkdf-0-0-2-tgz https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz
1213 silly lockFile 07ea6ad1-ry-npmjs-org-hkdf-hkdf-0-0-2-tgz https://registry.npmjs.org/hkdf/-/hkdf-0.0.2.tgz
1214 silly gunzTarPerm extractEntry bin/bunyan
1215 info already installed hkdf@0.0.2
1216 silly gunzTarPerm extractEntry example/lib/math.js
1217 silly gunzTarPerm extractEntry example/test/test-example.js
1218 silly gunzTarPerm extractEntry .travis.yml
1219 silly gunzTarPerm modified mode [ '.travis.yml', 509, 493 ]
1220 silly gunzTarPerm extractEntry images/hawk.png
1221 silly gunzTarPerm modified mode [ 'images/hawk.png', 509, 493 ]
1222 silly lockFile 9aa536b2-36347-0-1084875026717782-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
1223 silly lockFile 9aa536b2-36347-0-1084875026717782-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.1084875026717782/package
1224 silly lockFile 97cf2537-6333-0-33266456238925457-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
1225 silly lockFile 97cf2537-6333-0-33266456238925457-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436333-0.33266456238925457/package
1226 silly lockFile b673a9fe-runt-copyright-0-1-0-package-tgz tar:///root/.npm/grunt-copyright/0.1.0/package.tgz
1227 silly lockFile b673a9fe-runt-copyright-0-1-0-package-tgz tar:///root/.npm/grunt-copyright/0.1.0/package.tgz
1228 silly lockFile e1fdec34-r-root-npm-jws-0-2-6-package-tgz tar:///root/.npm/jws/0.2.6/package.tgz
1229 silly lockFile e1fdec34-r-root-npm-jws-0-2-6-package-tgz tar:///root/.npm/jws/0.2.6/package.tgz
1230 silly gunzTarPerm extractEntry examples/server.js
1231 silly gunzTarPerm modified mode [ 'examples/server.js', 509, 493 ]
1232 silly gunzTarPerm extractEntry examples/stream.js
1233 silly gunzTarPerm modified mode [ 'examples/stream.js', 509, 493 ]
1234 silly lockFile 48c5c33b-6358-0-48878698889166117-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
1235 silly lockFile 48c5c33b-6358-0-48878698889166117-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
1236 silly lockFile ff4b4e82-6358-0-48878698889166117-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/tmp.tgz
1237 silly lockFile ff4b4e82-6358-0-48878698889166117-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/tmp.tgz
1238 silly gunzTarPerm extractEntry test-timing.js
1239 silly gunzTarPerm extractEntry bundle.sh
1240 silly gunzTarPerm extractEntry bin/server.js
1241 silly gunzTarPerm extractEntry templates/index.js
1242 silly gunzTarPerm extractEntry templates/reset.html
1243 silly gunzTarPerm extractEntry templates/reset.txt
1244 silly gunzTarPerm extractEntry templates/verify.html
1245 silly gunzTarPerm extractEntry templates/verify.txt
1246 silly gunzTarPerm extractEntry test/mail_helper.js
1247 silly gunzTarPerm extractEntry test/local/translator_tests.js
1248 silly gunzTarPerm extractEntry lib/index.js
1249 silly gunzTarPerm extractEntry test/bewit.js
1250 silly gunzTarPerm extractEntry test/hawk.js
1251 silly gunzTarPerm extractEntry lib/grunt/task.js
1252 silly gunzTarPerm extractEntry lib/grunt/template.js
1253 silly lockFile 622ef39d-6326-0-16397887817583978-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
1254 silly lockFile 622ef39d-6326-0-16397887817583978-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.16397887817583978/package
1255 silly gunzTarPerm extractEntry Makefile
1256 silly gunzTarPerm extractEntry CHANGES.md
1257 silly gunzTarPerm extractEntry lib/match_body.js
1258 silly gunzTarPerm extractEntry lib/mixin.js
1259 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
1260 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
1261 verbose tar pack [ '/root/.npm/fxa-auth-db-mem/0.18.2/package.tgz',
1261 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package' ]
1262 verbose tarball /root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1263 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
1264 silly lockFile 48c5c33b-6358-0-48878698889166117-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
1265 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package /root/.npm/48c5c33b-6358-0-48878698889166117-package.lock
1266 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1267 verbose lock tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz /root/.npm/4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz.lock
1268 silly gunzTarPerm extractEntry lib/reporters/json.js
1269 silly gunzTarPerm extractEntry resources/coverage-template.html
1270 silly lockFile 2f881551-pm-grunt-copyright-0-1-0-package /root/.npm/grunt-copyright/0.1.0/package
1271 verbose lock /root/.npm/grunt-copyright/0.1.0/package /root/.npm/2f881551-pm-grunt-copyright-0-1-0-package.lock
1272 silly lockFile b60546d9-root-npm-jws-0-2-6-package /root/.npm/jws/0.2.6/package
1273 verbose lock /root/.npm/jws/0.2.6/package /root/.npm/b60546d9-root-npm-jws-0-2-6-package.lock
1274 silly gunzTarPerm extractEntry lib/main.js
1275 silly gunzTarPerm extractEntry lib/tap-browser-harness.js
1276 silly gunzTarPerm extractEntry images/logo.png
1277 silly gunzTarPerm modified mode [ 'images/logo.png', 509, 493 ]
1278 silly gunzTarPerm extractEntry Makefile
1279 silly gunzTarPerm modified mode [ 'Makefile', 509, 493 ]
1280 silly gunzTarPerm extractEntry lib/browser.js
1281 silly gunzTarPerm modified mode [ 'lib/browser.js', 509, 493 ]
1282 silly gunzTarPerm extractEntry lib/client.js
1283 silly gunzTarPerm modified mode [ 'lib/client.js', 509, 493 ]
1284 silly gunzTarPerm extractEntry lib/crypto.js
1285 silly gunzTarPerm modified mode [ 'lib/crypto.js', 509, 493 ]
1286 silly gunzTarPerm extractEntry lib/index.js
1287 silly gunzTarPerm modified mode [ 'lib/index.js', 509, 493 ]
1288 silly gunzTarPerm extractEntry lib/server.js
1289 silly gunzTarPerm modified mode [ 'lib/server.js', 509, 493 ]
1290 silly gunzTarPerm extractEntry lib/utils.js
1291 silly gunzTarPerm modified mode [ 'lib/utils.js', 509, 493 ]
1292 silly gunzTarPerm extractEntry test/browser.js
1293 silly gunzTarPerm modified mode [ 'test/browser.js', 509, 493 ]
1294 silly gunzTarPerm extractEntry test/client.js
1295 silly gunzTarPerm modified mode [ 'test/client.js', 509, 493 ]
1296 silly gunzTarPerm extractEntry test/crypto.js
1297 silly gunzTarPerm modified mode [ 'test/crypto.js', 509, 493 ]
1298 silly gunzTarPerm extractEntry test/index.js
1299 silly gunzTarPerm modified mode [ 'test/index.js', 509, 493 ]
1300 silly gunzTarPerm extractEntry test/message.js
1301 silly gunzTarPerm modified mode [ 'test/message.js', 509, 493 ]
1302 silly gunzTarPerm extractEntry test/readme.js
1303 silly gunzTarPerm modified mode [ 'test/readme.js', 509, 493 ]
1304 silly gunzTarPerm extractEntry test/server.js
1305 silly gunzTarPerm modified mode [ 'test/server.js', 509, 493 ]
1306 silly gunzTarPerm extractEntry test/uri.js
1307 silly gunzTarPerm modified mode [ 'test/uri.js', 509, 493 ]
1308 silly gunzTarPerm extractEntry test/utils.js
1309 silly gunzTarPerm modified mode [ 'test/utils.js', 509, 493 ]
1310 silly gunzTarPerm extractEntry example/usage.js
1311 silly gunzTarPerm modified mode [ 'example/usage.js', 509, 493 ]
1312 silly lockFile 2f881551-pm-grunt-copyright-0-1-0-package /root/.npm/grunt-copyright/0.1.0/package
1313 silly lockFile 2f881551-pm-grunt-copyright-0-1-0-package /root/.npm/grunt-copyright/0.1.0/package
1314 silly lockFile b60546d9-root-npm-jws-0-2-6-package /root/.npm/jws/0.2.6/package
1315 silly lockFile b60546d9-root-npm-jws-0-2-6-package /root/.npm/jws/0.2.6/package
1316 verbose tar unpack /root/.npm/grunt-copyright/0.1.0/package.tgz
1317 silly lockFile 32442736-pm-grunt-copyright-0-1-0-package tar:///root/.npm/grunt-copyright/0.1.0/package
1318 verbose lock tar:///root/.npm/grunt-copyright/0.1.0/package /root/.npm/32442736-pm-grunt-copyright-0-1-0-package.lock
1319 silly lockFile b673a9fe-runt-copyright-0-1-0-package-tgz tar:///root/.npm/grunt-copyright/0.1.0/package.tgz
1320 verbose lock tar:///root/.npm/grunt-copyright/0.1.0/package.tgz /root/.npm/b673a9fe-runt-copyright-0-1-0-package-tgz.lock
1321 verbose tar unpack /root/.npm/jws/0.2.6/package.tgz
1322 silly lockFile 8f61add7-tar-root-npm-jws-0-2-6-package tar:///root/.npm/jws/0.2.6/package
1323 verbose lock tar:///root/.npm/jws/0.2.6/package /root/.npm/8f61add7-tar-root-npm-jws-0-2-6-package.lock
1324 silly lockFile e1fdec34-r-root-npm-jws-0-2-6-package-tgz tar:///root/.npm/jws/0.2.6/package.tgz
1325 verbose lock tar:///root/.npm/jws/0.2.6/package.tgz /root/.npm/e1fdec34-r-root-npm-jws-0-2-6-package-tgz.lock
1326 silly lockFile cd2b2298-root-npm-convict-0-6-0-package /root/.npm/convict/0.6.0/package
1327 verbose lock /root/.npm/convict/0.6.0/package /root/.npm/cd2b2298-root-npm-convict-0-6-0-package.lock
1328 silly lockFile 2909b29a-36356-0-8440343104302883-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
1329 silly lockFile 2909b29a-36356-0-8440343104302883-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.8440343104302883/package
1330 silly gunzTarPerm extractEntry lib/recorder.js
1331 silly gunzTarPerm extractEntry lib/request_overrider.js
1332 silly gunzTarPerm modes [ '755', '644' ]
1333 silly gunzTarPerm modes [ '755', '644' ]
1334 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
1335 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
1336 silly lockFile e311bebe-36360-0-6577585418708622-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
1337 silly lockFile e311bebe-36360-0-6577585418708622-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
1338 silly lockFile cd2b2298-root-npm-convict-0-6-0-package /root/.npm/convict/0.6.0/package
1339 silly lockFile cd2b2298-root-npm-convict-0-6-0-package /root/.npm/convict/0.6.0/package
1340 silly lockFile 9c76cb01-36360-0-6577585418708622-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/tmp.tgz
1341 silly lockFile 9c76cb01-36360-0-6577585418708622-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/tmp.tgz
1342 silly gunzTarPerm extractEntry lib/tap-consumer.js
1343 silly gunzTarPerm extractEntry lib/tap-cov-html.js
1344 verbose tar unpack /root/.npm/convict/0.6.0/package.tgz
1345 silly lockFile 3a0ca0d0-r-root-npm-convict-0-6-0-package tar:///root/.npm/convict/0.6.0/package
1346 verbose lock tar:///root/.npm/convict/0.6.0/package /root/.npm/3a0ca0d0-r-root-npm-convict-0-6-0-package.lock
1347 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
1348 verbose lock tar:///root/.npm/convict/0.6.0/package.tgz /root/.npm/aa61ff5e-ot-npm-convict-0-6-0-package-tgz.lock
1349 silly gunzTarPerm extractEntry package.json
1350 silly gunzTarPerm modes [ '755', '644' ]
1351 silly gunzTarPerm extractEntry package.json
1352 verbose tar pack [ '/root/.npm/binary-split/0.1.2/package.tgz',
1352 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package' ]
1353 verbose tarball /root/.npm/binary-split/0.1.2/package.tgz
1354 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
1355 silly lockFile e311bebe-36360-0-6577585418708622-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
1356 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package /root/.npm/e311bebe-36360-0-6577585418708622-package.lock
1357 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
1358 verbose lock tar:///root/.npm/binary-split/0.1.2/package.tgz /root/.npm/4775602d-m-binary-split-0-1-2-package-tgz.lock
1359 silly gunzTarPerm extractEntry lib/scope.js
1360 silly gunzTarPerm extractEntry lib/socket.js
1361 silly lockFile 526ecacd-m-load-grunt-tasks-0-6-0-package /root/.npm/load-grunt-tasks/0.6.0/package
1362 verbose lock /root/.npm/load-grunt-tasks/0.6.0/package /root/.npm/526ecacd-m-load-grunt-tasks-0-6-0-package.lock
1363 silly gunzTarPerm extractEntry lib/util/task.js
1364 silly gunzTarPerm extractEntry lib/tap-assert.js
1365 silly gunzTarPerm extractEntry lib/tap-harness.js
1366 silly gunzTarPerm extractEntry .npmignore
1367 silly gunzTarPerm extractEntry README.md
1368 silly gunzTarPerm extractEntry .npmignore
1369 silly gunzTarPerm extractEntry LICENSE
1370 silly lockFile 526ecacd-m-load-grunt-tasks-0-6-0-package /root/.npm/load-grunt-tasks/0.6.0/package
1371 silly lockFile 526ecacd-m-load-grunt-tasks-0-6-0-package /root/.npm/load-grunt-tasks/0.6.0/package
1372 verbose tar unpack /root/.npm/load-grunt-tasks/0.6.0/package.tgz
1373 silly lockFile e23fdeb6-m-load-grunt-tasks-0-6-0-package tar:///root/.npm/load-grunt-tasks/0.6.0/package
1374 verbose lock tar:///root/.npm/load-grunt-tasks/0.6.0/package /root/.npm/e23fdeb6-m-load-grunt-tasks-0-6-0-package.lock
1375 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
1376 verbose lock tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz /root/.npm/309573d1-ad-grunt-tasks-0-6-0-package-tgz.lock
1377 silly lockFile a6cf2374-36357-0-5453398667741567-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
1378 silly lockFile a6cf2374-36357-0-5453398667741567-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
1379 silly gunzTarPerm extractEntry package.json
1380 silly lockFile 2b2f6216-36357-0-5453398667741567-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/tmp.tgz
1381 silly lockFile 2b2f6216-36357-0-5453398667741567-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/tmp.tgz
1382 silly gunzTarPerm extractEntry test/test.js
1383 silly gunzTarPerm modified mode [ 'test/test.js', 438, 420 ]
1384 silly gunzTarPerm extractEntry test/test-and-trace.js
1385 silly gunzTarPerm modified mode [ 'test/test-and-trace.js', 438, 420 ]
1386 silly gunzTarPerm modes [ '755', '644' ]
1387 silly lockFile 9fbfe4e6-36339-0-4184534917585552-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
1388 silly lockFile 9fbfe4e6-36339-0-4184534917585552-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
1389 silly lockFile 4bba5618-36339-0-4184534917585552-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/tmp.tgz
1390 silly lockFile 4bba5618-36339-0-4184534917585552-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/tmp.tgz
1391 silly gunzTarPerm extractEntry .npmignore
1392 silly gunzTarPerm extractEntry README.md
1393 verbose tar pack [ '/root/.npm/grunt-contrib-jshint/0.10.0/package.tgz',
1393 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package' ]
1394 verbose tarball /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1395 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
1396 silly lockFile a6cf2374-36357-0-5453398667741567-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
1397 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package /root/.npm/a6cf2374-36357-0-5453398667741567-package.lock
1398 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1399 verbose lock tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz /root/.npm/103d4517-ontrib-jshint-0-10-0-package-tgz.lock
1400 silly gunzTarPerm extractEntry LICENSE
1401 silly gunzTarPerm extractEntry Gruntfile.js
1402 silly gunzTarPerm extractEntry index.js
1403 silly gunzTarPerm extractEntry .jshintrc
1404 verbose tar pack [ '/root/.npm/poolee/0.4.15/package.tgz',
1404 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package' ]
1405 verbose tarball /root/.npm/poolee/0.4.15/package.tgz
1406 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
1407 silly lockFile 9fbfe4e6-36339-0-4184534917585552-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
1408 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package /root/.npm/9fbfe4e6-36339-0-4184534917585552-package.lock
1409 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
1410 verbose lock tar:///root/.npm/poolee/0.4.15/package.tgz /root/.npm/76399f10-ot-npm-poolee-0-4-15-package-tgz.lock
1411 silly gunzTarPerm extractEntry package.json
1412 silly gunzTarPerm extractEntry lib/tap-producer.js
1413 silly gunzTarPerm extractEntry lib/tap-results.js
1414 silly gunzTarPerm extractEntry load-grunt-tasks.js
1415 silly gunzTarPerm extractEntry readme.md
1416 silly gunzTarPerm extractEntry LICENSE
1417 silly gunzTarPerm extractEntry .editorconfig
1418 silly gunzTarPerm extractEntry .jshintrc
1419 silly gunzTarPerm extractEntry tasks/copyright.js
1420 silly gunzTarPerm extractEntry .travis.yml
1421 silly gunzTarPerm extractEntry Makefile
1422 silly gunzTarPerm extractEntry .travis.yml
1423 silly gunzTarPerm extractEntry bin/check-cert.js
1424 silly gunzTarPerm extractEntry lib/tap-runner.js
1425 silly gunzTarPerm extractEntry lib/tap-test.js
1426 silly gunzTarPerm extractEntry .travis.yml
1427 silly gunzTarPerm extractEntry tests/test_.js
1428 silly lockFile a1d8ad66-6345-0-10045998333953321-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
1429 silly lockFile a1d8ad66-6345-0-10045998333953321-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436345-0.10045998333953321/package
1430 silly gunzTarPerm extractEntry .istanbul.yml
1431 silly gunzTarPerm extractEntry .travis.yml
1432 silly lockFile 8846c0ec-ot-npm-through-2-3-6-package-tgz tar:///root/.npm/through/2.3.6/package.tgz
1433 silly lockFile 8846c0ec-ot-npm-through-2-3-6-package-tgz tar:///root/.npm/through/2.3.6/package.tgz
1434 silly gunzTarPerm extractEntry test/globalsChecker.js
1435 silly gunzTarPerm modified mode [ 'test/globalsChecker.js', 438, 420 ]
1436 silly gunzTarPerm extractEntry test/trace-opt.js
1437 silly gunzTarPerm modified mode [ 'test/trace-opt.js', 438, 420 ]
1438 silly gunzTarPerm extractEntry bin/convert-bigint.js
1439 silly gunzTarPerm extractEntry bin/generate-sample-data.js
1440 silly gunzTarPerm extractEntry readme.md
1441 silly gunzTarPerm extractEntry test/jws.test.js
1442 silly gunzTarPerm extractEntry test/data.txt
1443 silly lockFile d08f5708-36326-0-7794215506874025-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
1444 silly lockFile d08f5708-36326-0-7794215506874025-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436326-0.7794215506874025/package
1445 silly gunzTarPerm extractEntry lib/index.js
1446 silly gunzTarPerm modified mode [ 'lib/index.js', 509, 493 ]
1447 silly gunzTarPerm extractEntry lib/language.js
1448 silly gunzTarPerm modified mode [ 'lib/language.js', 509, 493 ]
1449 silly gunzTarPerm extractEntry lib/number.js
1450 silly gunzTarPerm modified mode [ 'lib/number.js', 509, 493 ]
1451 silly gunzTarPerm extractEntry lib/object.js
1452 silly gunzTarPerm modified mode [ 'lib/object.js', 509, 493 ]
1453 silly gunzTarPerm extractEntry lib/array.js
1454 silly gunzTarPerm modified mode [ 'lib/array.js', 509, 493 ]
1455 silly gunzTarPerm extractEntry lib/ref.js
1456 silly gunzTarPerm modified mode [ 'lib/ref.js', 509, 493 ]
1457 silly gunzTarPerm extractEntry lib/any.js
1458 silly gunzTarPerm modified mode [ 'lib/any.js', 509, 493 ]
1459 silly gunzTarPerm extractEntry lib/string.js
1460 silly gunzTarPerm modified mode [ 'lib/string.js', 509, 493 ]
1461 silly gunzTarPerm extractEntry lib/errors.js
1462 silly gunzTarPerm modified mode [ 'lib/errors.js', 509, 493 ]
1463 silly gunzTarPerm extractEntry test/alternatives.js
1464 silly gunzTarPerm modified mode [ 'test/alternatives.js', 509, 493 ]
1465 silly gunzTarPerm extractEntry test/binary.js
1466 silly gunzTarPerm modified mode [ 'test/binary.js', 509, 493 ]
1467 silly gunzTarPerm extractEntry test/boolean.js
1468 silly gunzTarPerm modified mode [ 'test/boolean.js', 509, 493 ]
1469 silly gunzTarPerm extractEntry test/date.js
1470 silly gunzTarPerm modified mode [ 'test/date.js', 509, 493 ]
1471 silly gunzTarPerm extractEntry test/errors.js
1472 silly gunzTarPerm modified mode [ 'test/errors.js', 509, 493 ]
1473 silly gunzTarPerm extractEntry test/array.js
1474 silly gunzTarPerm modified mode [ 'test/array.js', 509, 493 ]
1475 silly gunzTarPerm extractEntry test/helper.js
1476 silly gunzTarPerm modified mode [ 'test/helper.js', 509, 493 ]
1477 silly gunzTarPerm extractEntry test/index.js
1478 silly gunzTarPerm modified mode [ 'test/index.js', 509, 493 ]
1479 silly gunzTarPerm extractEntry test/number.js
1480 silly gunzTarPerm modified mode [ 'test/number.js', 509, 493 ]
1481 silly gunzTarPerm extractEntry test/object.js
1482 silly gunzTarPerm modified mode [ 'test/object.js', 509, 493 ]
1483 silly gunzTarPerm extractEntry test/ref.js
1484 silly gunzTarPerm modified mode [ 'test/ref.js', 509, 493 ]
1485 silly gunzTarPerm extractEntry test/any.js
1486 silly gunzTarPerm modified mode [ 'test/any.js', 509, 493 ]
1487 silly gunzTarPerm extractEntry test/string.js
1488 silly gunzTarPerm modified mode [ 'test/string.js', 509, 493 ]
1489 silly gunzTarPerm extractEntry test/function.js
1490 silly gunzTarPerm modified mode [ 'test/function.js', 509, 493 ]
1491 silly gunzTarPerm extractEntry examples/customMessage.js
1492 silly gunzTarPerm modified mode [ 'examples/customMessage.js', 508, 492 ]
1493 silly gunzTarPerm extractEntry examples/multipleWhen.js
1494 silly gunzTarPerm modified mode [ 'examples/multipleWhen.js', 509, 493 ]
1495 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
1496 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
1497 silly lockFile c7864017-root-npm-through-2-3-6-package /root/.npm/through/2.3.6/package
1498 verbose lock /root/.npm/through/2.3.6/package /root/.npm/c7864017-root-npm-through-2-3-6-package.lock
1499 silly lockFile a6116cb0-36351-0-6032554942648858-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
1500 silly lockFile a6116cb0-36351-0-6032554942648858-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.6032554942648858/package
1501 silly lockFile 52e02461-nsp-shrinkwrap-0-0-3-package-tgz tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1502 silly lockFile 52e02461-nsp-shrinkwrap-0-0-3-package-tgz tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1503 silly gunzTarPerm extractEntry tests/test_aws_dynamo.js
1504 silly gunzTarPerm extractEntry tests/test_common.js
1505 silly gunzTarPerm extractEntry test/test-longStackSupport.html
1506 silly gunzTarPerm modified mode [ 'test/test-longStackSupport.html', 438, 420 ]
1507 silly gunzTarPerm extractEntry test/test-trace-deep.html
1508 silly gunzTarPerm modified mode [ 'test/test-trace-deep.html', 438, 420 ]
1509 silly lockFile c7864017-root-npm-through-2-3-6-package /root/.npm/through/2.3.6/package
1510 silly lockFile c7864017-root-npm-through-2-3-6-package /root/.npm/through/2.3.6/package
1511 verbose tar unpack /root/.npm/through/2.3.6/package.tgz
1512 silly lockFile d6b267e9-r-root-npm-through-2-3-6-package tar:///root/.npm/through/2.3.6/package
1513 verbose lock tar:///root/.npm/through/2.3.6/package /root/.npm/d6b267e9-r-root-npm-through-2-3-6-package.lock
1514 silly lockFile 8846c0ec-ot-npm-through-2-3-6-package-tgz tar:///root/.npm/through/2.3.6/package.tgz
1515 verbose lock tar:///root/.npm/through/2.3.6/package.tgz /root/.npm/8846c0ec-ot-npm-through-2-3-6-package-tgz.lock
1516 silly lockFile 48c5c33b-6358-0-48878698889166117-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
1517 silly lockFile 48c5c33b-6358-0-48878698889166117-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436358-0.48878698889166117/package
1518 silly gunzTarPerm extractEntry lib/tap-global-harness.js
1519 silly gunzTarPerm extractEntry test/buffer_compare.js
1520 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1521 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1522 silly lockFile 8c4b3825-36346-0-6176873517688364-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
1523 silly lockFile 8c4b3825-36346-0-6176873517688364-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
1524 silly gunzTarPerm extractEntry bin/certify
1525 silly gunzTarPerm extractEntry bin/check-assertion
1526 silly lockFile d546cc51-36346-0-6176873517688364-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/tmp.tgz
1527 silly lockFile d546cc51-36346-0-6176873517688364-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/tmp.tgz
1528 silly lockFile 2a67ec3a-pm-compute-cluster-0-0-9-package /root/.npm/compute-cluster/0.0.9/package
1529 verbose lock /root/.npm/compute-cluster/0.0.9/package /root/.npm/2a67ec3a-pm-compute-cluster-0-0-9-package.lock
1530 silly gunzTarPerm modes [ '755', '644' ]
1531 silly lockFile 0e3a62e5-353-0-046701844315975904-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
1532 silly lockFile 0e3a62e5-353-0-046701844315975904-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
1533 silly lockFile 305f42a5-353-0-046701844315975904-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/tmp.tgz
1534 silly lockFile 305f42a5-353-0-046701844315975904-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/tmp.tgz
1535 silly lockFile d886c3db-unt-nsp-shrinkwrap-0-0-3-package /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package
1536 verbose lock /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package /root/.npm/d886c3db-unt-nsp-shrinkwrap-0-0-3-package.lock
1537 silly lockFile 2a67ec3a-pm-compute-cluster-0-0-9-package /root/.npm/compute-cluster/0.0.9/package
1538 silly lockFile 2a67ec3a-pm-compute-cluster-0-0-9-package /root/.npm/compute-cluster/0.0.9/package
1539 verbose tar pack [ '/root/.npm/uuid/1.4.1/package.tgz',
1539 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package' ]
1540 verbose tarball /root/.npm/uuid/1.4.1/package.tgz
1541 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
1542 silly lockFile 8c4b3825-36346-0-6176873517688364-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
1543 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package /root/.npm/8c4b3825-36346-0-6176873517688364-package.lock
1544 silly lockFile 6a168faf--root-npm-uuid-1-4-1-package-tgz tar:///root/.npm/uuid/1.4.1/package.tgz
1545 verbose lock tar:///root/.npm/uuid/1.4.1/package.tgz /root/.npm/6a168faf--root-npm-uuid-1-4-1-package-tgz.lock
1546 verbose tar unpack /root/.npm/compute-cluster/0.0.9/package.tgz
1547 silly lockFile 4e0b0992-pm-compute-cluster-0-0-9-package tar:///root/.npm/compute-cluster/0.0.9/package
1548 verbose lock tar:///root/.npm/compute-cluster/0.0.9/package /root/.npm/4e0b0992-pm-compute-cluster-0-0-9-package.lock
1549 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
1550 verbose lock tar:///root/.npm/compute-cluster/0.0.9/package.tgz /root/.npm/cc931478-ompute-cluster-0-0-9-package-tgz.lock
1551 verbose tar pack [ '/root/.npm/grunt-cli/0.1.13/package.tgz',
1551 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package' ]
1552 verbose tarball /root/.npm/grunt-cli/0.1.13/package.tgz
1553 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
1554 silly lockFile 0e3a62e5-353-0-046701844315975904-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
1555 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package /root/.npm/0e3a62e5-353-0-046701844315975904-package.lock
1556 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
1557 verbose lock tar:///root/.npm/grunt-cli/0.1.13/package.tgz /root/.npm/79f338f5-npm-grunt-cli-0-1-13-package-tgz.lock
1558 silly lockFile d886c3db-unt-nsp-shrinkwrap-0-0-3-package /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package
1559 silly lockFile d886c3db-unt-nsp-shrinkwrap-0-0-3-package /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package
1560 silly lockFile 728b6ef5-m-fxa-auth-db-mem-0-18-2-package /root/.npm/fxa-auth-db-mem/0.18.2/package
1561 verbose lock /root/.npm/fxa-auth-db-mem/0.18.2/package /root/.npm/728b6ef5-m-fxa-auth-db-mem-0-18-2-package.lock
1562 verbose tar unpack /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1563 silly lockFile e8cf6bbf-unt-nsp-shrinkwrap-0-0-3-package tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package
1564 verbose lock tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package /root/.npm/e8cf6bbf-unt-nsp-shrinkwrap-0-0-3-package.lock
1565 silly lockFile 52e02461-nsp-shrinkwrap-0-0-3-package-tgz tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1566 verbose lock tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz /root/.npm/52e02461-nsp-shrinkwrap-0-0-3-package-tgz.lock
1567 silly gunzTarPerm extractEntry package.json
1568 silly lockFile e311bebe-36360-0-6577585418708622-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
1569 silly lockFile e311bebe-36360-0-6577585418708622-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.6577585418708622/package
1570 silly gunzTarPerm modes [ '755', '644' ]
1571 silly gunzTarPerm extractEntry bin/generate-keypair
1572 silly gunzTarPerm extractEntry lib/assertion.js
1573 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
1574 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
1575 silly lockFile 728b6ef5-m-fxa-auth-db-mem-0-18-2-package /root/.npm/fxa-auth-db-mem/0.18.2/package
1576 silly lockFile 728b6ef5-m-fxa-auth-db-mem-0-18-2-package /root/.npm/fxa-auth-db-mem/0.18.2/package
1577 silly gunzTarPerm extractEntry test/expose-gc-test.js
1578 silly gunzTarPerm extractEntry test/independent-timeouts.js
1579 silly gunzTarPerm modes [ '755', '644' ]
1580 silly gunzTarPerm extractEntry CONTRIBUTING.md
1581 verbose tar unpack /root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1582 silly lockFile 27bb4289-m-fxa-auth-db-mem-0-18-2-package tar:///root/.npm/fxa-auth-db-mem/0.18.2/package
1583 verbose lock tar:///root/.npm/fxa-auth-db-mem/0.18.2/package /root/.npm/27bb4289-m-fxa-auth-db-mem-0-18-2-package.lock
1584 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1585 verbose lock tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz /root/.npm/4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz.lock
1586 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/tmp.tgz
1587 silly lockFile 9378fd33-36359-0-8391875291708857-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
1588 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package /root/.npm/9378fd33-36359-0-8391875291708857-package.lock
1589 silly lockFile 18788b30-36359-0-8391875291708857-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/tmp.tgz
1590 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/tmp.tgz /root/.npm/18788b30-36359-0-8391875291708857-tmp-tgz.lock
1591 silly gunzTarPerm extractEntry index.js
1592 silly gunzTarPerm extractEntry .travis.yml
1593 silly gunzTarPerm modes [ '755', '644' ]
1594 silly gunzTarPerm modes [ '755', '644' ]
1595 silly gunzTarPerm extractEntry package.json
1596 silly lockFile e23fdeb6-m-load-grunt-tasks-0-6-0-package tar:///root/.npm/load-grunt-tasks/0.6.0/package
1597 silly lockFile e23fdeb6-m-load-grunt-tasks-0-6-0-package tar:///root/.npm/load-grunt-tasks/0.6.0/package
1598 silly lockFile 2aafce32-t-npm-binary-split-0-1-2-package /root/.npm/binary-split/0.1.2/package
1599 verbose lock /root/.npm/binary-split/0.1.2/package /root/.npm/2aafce32-t-npm-binary-split-0-1-2-package.lock
1600 silly gunzTarPerm extractEntry package.json
1601 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
1602 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
1603 silly gunzTarPerm extractEntry lib/cert.js
1604 silly gunzTarPerm extractEntry lib/error.js
1605 silly lockFile eb66ba2e-36342-0-6812701269518584-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
1606 silly lockFile eb66ba2e-36342-0-6812701269518584-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.6812701269518584/package
1607 silly gunzTarPerm extractEntry .npmignore
1608 silly gunzTarPerm extractEntry README.md
1609 silly lockFile 2aafce32-t-npm-binary-split-0-1-2-package /root/.npm/binary-split/0.1.2/package
1610 silly lockFile 2aafce32-t-npm-binary-split-0-1-2-package /root/.npm/binary-split/0.1.2/package
1611 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
1612 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
1613 silly gunzTarPerm extractEntry ChangeLog
1614 silly gunzTarPerm extractEntry lib/convict.js
1615 silly gunzTarPerm extractEntry package.json
1616 verbose tar unpack /root/.npm/binary-split/0.1.2/package.tgz
1617 silly lockFile bb71461a-t-npm-binary-split-0-1-2-package tar:///root/.npm/binary-split/0.1.2/package
1618 verbose lock tar:///root/.npm/binary-split/0.1.2/package /root/.npm/bb71461a-t-npm-binary-split-0-1-2-package.lock
1619 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
1620 verbose lock tar:///root/.npm/binary-split/0.1.2/package.tgz /root/.npm/4775602d-m-binary-split-0-1-2-package-tgz.lock
1621 silly gunzTarPerm extractEntry .npmignore
1622 silly gunzTarPerm extractEntry README.md
1623 silly gunzTarPerm extractEntry package.json
1624 silly gunzTarPerm extractEntry LICENSE.APACHE2
1625 silly gunzTarPerm extractEntry LICENSE.MIT
1626 verbose chmod /root/.npm/load-grunt-tasks/0.6.0/package.tgz 644
1627 verbose chown /root/.npm/load-grunt-tasks/0.6.0/package.tgz [ 0, 0 ]
1628 silly lockFile ce4f2fc3-tasks-load-grunt-tasks-0-6-0-tgz https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz
1629 silly lockFile ce4f2fc3-tasks-load-grunt-tasks-0-6-0-tgz https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz
1630 silly gunzTarPerm extractEntry AUTHORS
1631 silly gunzTarPerm extractEntry LICENSE.txt
1632 silly gunzTarPerm modes [ '755', '644' ]
1633 silly gunzTarPerm extractEntry .npmignore
1634 silly gunzTarPerm extractEntry db.js
1635 silly gunzTarPerm extractEntry .npmignore
1636 silly gunzTarPerm extractEntry README.md
1637 silly gunzTarPerm extractEntry lib/helpers.js
1638 silly gunzTarPerm extractEntry lib/optional.js
1639 silly gunzTarPerm extractEntry .travis.yml
1640 silly gunzTarPerm extractEntry release.sh
1641 silly gunzTarPerm extractEntry .eslintrc
1642 silly gunzTarPerm extractEntry lib/jwcrypto.js
1643 silly gunzTarPerm extractEntry lib/rng.js
1644 silly gunzTarPerm extractEntry tests/test_intercept.js
1645 silly gunzTarPerm extractEntry tests/test_recorder.js
1646 silly lockFile 5d76adf3-ot-npm-scrypt-hash-1-1-8-package /root/.npm/scrypt-hash/1.1.8/package
1647 verbose lock /root/.npm/scrypt-hash/1.1.8/package /root/.npm/5d76adf3-ot-npm-scrypt-hash-1-1-8-package.lock
1648 silly gunzTarPerm extractEntry LICENSE
1649 silly gunzTarPerm extractEntry .travis.yml
1650 silly gunzTarPerm extractEntry package.json
1651 silly gunzTarPerm extractEntry Gruntfile.js
1652 silly gunzTarPerm extractEntry .jshintignore
1653 silly lockFile 5d76adf3-ot-npm-scrypt-hash-1-1-8-package /root/.npm/scrypt-hash/1.1.8/package
1654 silly lockFile 5d76adf3-ot-npm-scrypt-hash-1-1-8-package /root/.npm/scrypt-hash/1.1.8/package
1655 verbose tar unpack /root/.npm/scrypt-hash/1.1.8/package.tgz
1656 silly lockFile 734f54e7-ot-npm-scrypt-hash-1-1-8-package tar:///root/.npm/scrypt-hash/1.1.8/package
1657 verbose lock tar:///root/.npm/scrypt-hash/1.1.8/package /root/.npm/734f54e7-ot-npm-scrypt-hash-1-1-8-package.lock
1658 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
1659 verbose lock tar:///root/.npm/scrypt-hash/1.1.8/package.tgz /root/.npm/6b59799d-pm-scrypt-hash-1-1-8-package-tgz.lock
1660 silly lockFile 32442736-pm-grunt-copyright-0-1-0-package tar:///root/.npm/grunt-copyright/0.1.0/package
1661 silly lockFile 32442736-pm-grunt-copyright-0-1-0-package tar:///root/.npm/grunt-copyright/0.1.0/package
1662 silly lockFile b673a9fe-runt-copyright-0-1-0-package-tgz tar:///root/.npm/grunt-copyright/0.1.0/package.tgz
1663 silly lockFile b673a9fe-runt-copyright-0-1-0-package-tgz tar:///root/.npm/grunt-copyright/0.1.0/package.tgz
1664 silly gunzTarPerm extractEntry index.js
1665 silly gunzTarPerm extractEntry lib/utils.js
1666 silly gunzTarPerm extractEntry lib/algs/ds.js
1667 silly gunzTarPerm extractEntry .npmignore
1668 silly gunzTarPerm extractEntry index.js
1669 silly lockFile a6cf2374-36357-0-5453398667741567-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
1670 silly lockFile a6cf2374-36357-0-5453398667741567-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.5453398667741567/package
1671 silly gunzTarPerm extractEntry test/isolated-conf-test.js
1672 silly gunzTarPerm extractEntry test/meta-test.js
1673 silly gunzTarPerm modes [ '755', '644' ]
1674 silly gunzTarPerm extractEntry readme.markdown
1675 silly gunzTarPerm extractEntry test/async.js
1676 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1677 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1678 verbose chmod /root/.npm/grunt-copyright/0.1.0/package.tgz 644
1679 verbose chown /root/.npm/grunt-copyright/0.1.0/package.tgz [ 0, 0 ]
1680 silly gunzTarPerm extractEntry ChangeLog
1681 silly gunzTarPerm extractEntry example/after.js
1682 silly lockFile 9c571bfc-yright-grunt-copyright-0-1-0-tgz https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz
1683 silly lockFile 9c571bfc-yright-grunt-copyright-0-1-0-tgz https://registry.npmjs.org/grunt-copyright/-/grunt-copyright-0.1.0.tgz
1684 silly gunzTarPerm extractEntry index.js
1685 silly gunzTarPerm extractEntry apis/glacier-2012-06-01.waiters.json
1686 silly gunzTarPerm extractEntry .jshintrc
1687 silly gunzTarPerm extractEntry tasks/shrinkwrap.js
1688 info already installed grunt-copyright@0.1.0
1689 silly gunzTarPerm extractEntry package.json
1690 silly lockFile 0d1f4b84-nt-contrib-jshint-0-10-0-package /root/.npm/grunt-contrib-jshint/0.10.0/package
1691 verbose lock /root/.npm/grunt-contrib-jshint/0.10.0/package /root/.npm/0d1f4b84-nt-contrib-jshint-0-10-0-package.lock
1692 silly gunzTarPerm extractEntry test/auto-destroy.js
1693 silly gunzTarPerm extractEntry test/buffering.js
1694 silly gunzTarPerm extractEntry test.js
1695 silly gunzTarPerm extractEntry readme.md
1696 silly gunzTarPerm extractEntry .npmignore
1697 silly gunzTarPerm extractEntry README.md
1698 silly gunzTarPerm extractEntry test/trivial-success.js
1699 silly gunzTarPerm extractEntry test/common.js
1700 silly lockFile 0d1f4b84-nt-contrib-jshint-0-10-0-package /root/.npm/grunt-contrib-jshint/0.10.0/package
1701 silly lockFile 0d1f4b84-nt-contrib-jshint-0-10-0-package /root/.npm/grunt-contrib-jshint/0.10.0/package
1702 silly gunzTarPerm extractEntry apis/autoscaling-2011-01-01.min.json
1703 silly gunzTarPerm extractEntry apis/cloudformation-2010-05-15.min.json
1704 verbose tar unpack /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1705 silly lockFile ac82d820-nt-contrib-jshint-0-10-0-package tar:///root/.npm/grunt-contrib-jshint/0.10.0/package
1706 verbose lock tar:///root/.npm/grunt-contrib-jshint/0.10.0/package /root/.npm/ac82d820-nt-contrib-jshint-0-10-0-package.lock
1707 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1708 verbose lock tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz /root/.npm/103d4517-ontrib-jshint-0-10-0-package-tgz.lock
1709 silly gunzTarPerm extractEntry lib/algs/index.js
1710 silly gunzTarPerm extractEntry lib/algs/rs.js
1711 silly gunzTarPerm modes [ '755', '644' ]
1712 silly gunzTarPerm extractEntry test.json
1713 silly gunzTarPerm extractEntry test/end.js
1714 silly gunzTarPerm extractEntry test.js
1715 silly gunzTarPerm extractEntry bench.js
1716 silly gunzTarPerm extractEntry example/after_worker.js
1717 silly gunzTarPerm extractEntry example/before.js
1718 silly gunzTarPerm extractEntry package.json
1719 silly gunzTarPerm extractEntry libs/bigint-patch.js
1720 silly gunzTarPerm extractEntry libs/exports.js
1721 silly gunzTarPerm extractEntry test/timeout.js
1722 silly gunzTarPerm extractEntry test/output-childtest-description.js
1723 silly gunzTarPerm extractEntry README.md
1724 silly gunzTarPerm extractEntry LICENSE-MIT
1725 silly gunzTarPerm extractEntry index.js
1726 silly gunzTarPerm extractEntry .license
1727 silly gunzTarPerm extractEntry test/index.js
1728 silly gunzTarPerm extractEntry example/simple.js
1729 silly gunzTarPerm extractEntry example/simple_worker.js
1730 silly gunzTarPerm extractEntry lib/compute-cluster.js
1731 silly gunzTarPerm extractEntry stress/stress.js
1732 silly gunzTarPerm extractEntry stress/worker.js
1733 silly gunzTarPerm extractEntry test/basic-test.js
1734 silly gunzTarPerm extractEntry test/child-death-test.js
1735 silly gunzTarPerm extractEntry test/child-env-test.js
1736 silly gunzTarPerm extractEntry test/information-output-test.js
1737 silly gunzTarPerm extractEntry test/inside-nodecluster-test.js
1738 silly gunzTarPerm extractEntry test/maximum-backlog-test.js
1739 silly gunzTarPerm extractEntry test/maximum-duration-test.js
1740 silly gunzTarPerm extractEntry test/workers/echo.js
1741 silly gunzTarPerm extractEntry test/workers/getenv.js
1742 silly gunzTarPerm extractEntry test/workers/sleep.js
1743 silly gunzTarPerm extractEntry apis/cloudformation-2010-05-15.paginators.json
1744 silly gunzTarPerm extractEntry apis/cloudfront-2014-05-31.min.json
1745 silly gunzTarPerm extractEntry libs/exports_minimal.js
1746 silly gunzTarPerm extractEntry libs/preliminaries.js
1747 silly gunzTarPerm extractEntry tasks/jshint.js
1748 silly gunzTarPerm extractEntry tasks/lib/jshint.js
1749 silly gunzTarPerm extractEntry apis/cloudfront-2014-05-31.paginators.json
1750 silly gunzTarPerm extractEntry crypto_scrypt.h
1751 silly gunzTarPerm extractEntry .travis.yml
1752 silly lockFile f725c643-6357-0-03327596071176231-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
1753 silly lockFile f725c643-6357-0-03327596071176231-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
1754 silly gunzTarPerm extractEntry test/result-trap.js
1755 silly gunzTarPerm extractEntry test/segv.js
1756 silly lockFile 433e28a0-6357-0-03327596071176231-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/tmp.tgz
1757 silly lockFile 433e28a0-6357-0-03327596071176231-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/tmp.tgz
1758 silly gunzTarPerm extractEntry libs/jsbn-patch.js
1759 silly gunzTarPerm extractEntry libs/rsa-pem-patch.js
1760 silly gunzTarPerm extractEntry node_scrypt.cc
1761 silly gunzTarPerm extractEntry binding.gyp
1762 silly gunzTarPerm extractEntry crypto_scrypt-sse.c
1763 silly gunzTarPerm extractEntry apis/cloudfront-2014-05-31.waiters.json
1764 silly gunzTarPerm extractEntry apis/cloudsearch-2011-02-01.min.json
1765 silly lockFile 27bb4289-m-fxa-auth-db-mem-0-18-2-package tar:///root/.npm/fxa-auth-db-mem/0.18.2/package
1766 silly lockFile 27bb4289-m-fxa-auth-db-mem-0-18-2-package tar:///root/.npm/fxa-auth-db-mem/0.18.2/package
1767 verbose tar pack [ '/root/.npm/ass/0.0.4/package.tgz',
1767 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package' ]
1768 verbose tarball /root/.npm/ass/0.0.4/package.tgz
1769 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
1770 silly lockFile f725c643-6357-0-03327596071176231-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
1771 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package /root/.npm/f725c643-6357-0-03327596071176231-package.lock
1772 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
1773 verbose lock tar:///root/.npm/ass/0.0.4/package.tgz /root/.npm/7a0736d2-r-root-npm-ass-0-0-4-package-tgz.lock
1774 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1775 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
1776 silly lockFile b33b4eff-npm-hapi-auth-hawk-1-1-1-package tar:///root/.npm/hapi-auth-hawk/1.1.1/package
1777 silly lockFile b33b4eff-npm-hapi-auth-hawk-1-1-1-package tar:///root/.npm/hapi-auth-hawk/1.1.1/package
1778 silly lockFile 37a8effa-hapi-auth-hawk-1-1-1-package-tgz tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz
1779 silly lockFile 37a8effa-hapi-auth-hawk-1-1-1-package-tgz tar:///root/.npm/hapi-auth-hawk/1.1.1/package.tgz
1780 verbose chmod /root/.npm/fxa-auth-db-mem/0.18.2/package.tgz 644
1781 verbose chown /root/.npm/fxa-auth-db-mem/0.18.2/package.tgz [ 0, 0 ]
1782 silly lockFile 99497a13-b-mem-fxa-auth-db-mem-0-18-2-tgz https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz
1783 silly lockFile 99497a13-b-mem-fxa-auth-db-mem-0-18-2-tgz https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz
1784 silly gunzTarPerm extractEntry test/undefined_indented.js
1785 silly gunzTarPerm extractEntry test/simple-harness-test-with-plan.js
1786 verbose chmod /root/.npm/hapi-auth-hawk/1.1.1/package.tgz 644
1787 verbose chown /root/.npm/hapi-auth-hawk/1.1.1/package.tgz [ 0, 0 ]
1788 silly lockFile aa35f182-th-hawk-hapi-auth-hawk-1-1-1-tgz https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz
1789 silly lockFile aa35f182-th-hawk-hapi-auth-hawk-1-1-1-tgz https://registry.npmjs.org/hapi-auth-hawk/-/hapi-auth-hawk-1.1.1.tgz
1790 silly lockFile e8cf6bbf-unt-nsp-shrinkwrap-0-0-3-package tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package
1791 silly lockFile e8cf6bbf-unt-nsp-shrinkwrap-0-0-3-package tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package
1792 info already installed hapi-auth-hawk@1.1.1
1793 silly lockFile 52e02461-nsp-shrinkwrap-0-0-3-package-tgz tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1794 silly lockFile 52e02461-nsp-shrinkwrap-0-0-3-package-tgz tar:///root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz
1795 silly lockFile 8f61add7-tar-root-npm-jws-0-2-6-package tar:///root/.npm/jws/0.2.6/package
1796 silly lockFile 8f61add7-tar-root-npm-jws-0-2-6-package tar:///root/.npm/jws/0.2.6/package
1797 verbose chmod /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz 644
1798 verbose chown /root/.npm/grunt-nsp-shrinkwrap/0.0.3/package.tgz [ 0, 0 ]
1799 silly lockFile e1fdec34-r-root-npm-jws-0-2-6-package-tgz tar:///root/.npm/jws/0.2.6/package.tgz
1800 silly lockFile e1fdec34-r-root-npm-jws-0-2-6-package-tgz tar:///root/.npm/jws/0.2.6/package.tgz
1801 silly lockFile 09427a96-p-grunt-nsp-shrinkwrap-0-0-3-tgz https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz
1802 silly lockFile 09427a96-p-grunt-nsp-shrinkwrap-0-0-3-tgz https://registry.npmjs.org/grunt-nsp-shrinkwrap/-/grunt-nsp-shrinkwrap-0.0.3.tgz
1803 info already installed grunt-nsp-shrinkwrap@0.0.3
1804 silly lockFile b9c09644-pm-fxa-auth-mailer-1-0-6-package tar:///root/.npm/fxa-auth-mailer/1.0.6/package
1805 silly lockFile b9c09644-pm-fxa-auth-mailer-1-0-6-package tar:///root/.npm/fxa-auth-mailer/1.0.6/package
1806 silly gunzTarPerm extractEntry test/test.html
1807 silly gunzTarPerm modified mode [ 'test/test.html', 438, 420 ]
1808 silly gunzTarPerm extractEntry test/test-all.html
1809 silly gunzTarPerm modified mode [ 'test/test-all.html', 438, 420 ]
1810 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
1811 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
1812 silly lockFile bb71461a-t-npm-binary-split-0-1-2-package tar:///root/.npm/binary-split/0.1.2/package
1813 silly lockFile bb71461a-t-npm-binary-split-0-1-2-package tar:///root/.npm/binary-split/0.1.2/package
1814 verbose chmod /root/.npm/jws/0.2.6/package.tgz 644
1815 verbose chown /root/.npm/jws/0.2.6/package.tgz [ 0, 0 ]
1816 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
1817 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
1818 silly lockFile 3a0ca0d0-r-root-npm-convict-0-6-0-package tar:///root/.npm/convict/0.6.0/package
1819 silly lockFile 3a0ca0d0-r-root-npm-convict-0-6-0-package tar:///root/.npm/convict/0.6.0/package
1820 silly lockFile 52177600-stry-npmjs-org-jws-jws-0-2-6-tgz https://registry.npmjs.org/jws/-/jws-0.2.6.tgz
1821 silly lockFile 52177600-stry-npmjs-org-jws-jws-0-2-6-tgz https://registry.npmjs.org/jws/-/jws-0.2.6.tgz
1822 silly gunzTarPerm extractEntry libs/dependencies.txt
1823 silly gunzTarPerm extractEntry libs/minimal_package.txt
1824 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
1825 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
1826 info already installed jws@0.2.6
1827 verbose chmod /root/.npm/fxa-auth-mailer/1.0.6/package.tgz 644
1828 verbose chown /root/.npm/fxa-auth-mailer/1.0.6/package.tgz [ 0, 0 ]
1829 silly lockFile 5665d115-mailer-fxa-auth-mailer-1-0-6-tgz https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz
1830 silly lockFile 5665d115-mailer-fxa-auth-mailer-1-0-6-tgz https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz
1831 verbose chmod /root/.npm/binary-split/0.1.2/package.tgz 644
1832 verbose chown /root/.npm/binary-split/0.1.2/package.tgz [ 0, 0 ]
1833 silly lockFile 679e37ae-36349-0-4859323655255139-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
1834 silly lockFile 679e37ae-36349-0-4859323655255139-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
1835 silly lockFile 4eebe0da-ary-split-binary-split-0-1-2-tgz https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz
1836 silly lockFile 4eebe0da-ary-split-binary-split-0-1-2-tgz https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz
1837 silly lockFile 0e3a62e5-353-0-046701844315975904-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
1838 silly lockFile 0e3a62e5-353-0-046701844315975904-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436353-0.046701844315975904/package
1839 verbose chmod /root/.npm/convict/0.6.0/package.tgz 644
1840 verbose chown /root/.npm/convict/0.6.0/package.tgz [ 0, 0 ]
1841 silly gunzTarPerm extractEntry test/opt-stats.txt
1842 silly gunzTarPerm modified mode [ 'test/opt-stats.txt', 438, 420 ]
1843 silly gunzTarPerm extractEntry test/test-bluebird-longStackSupport.html
1844 silly gunzTarPerm modified mode [ 'test/test-bluebird-longStackSupport.html', 438, 420 ]
1845 silly lockFile 095d94ff-36349-0-4859323655255139-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/tmp.tgz
1846 silly lockFile 095d94ff-36349-0-4859323655255139-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/tmp.tgz
1847 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
1848 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
1849 silly lockFile 8d74d449-js-org-convict-convict-0-6-0-tgz https://registry.npmjs.org/convict/-/convict-0.6.0.tgz
1850 silly lockFile 8d74d449-js-org-convict-convict-0-6-0-tgz https://registry.npmjs.org/convict/-/convict-0.6.0.tgz
1851 silly lockFile 2dd77827-oot-npm-grunt-cli-0-1-13-package /root/.npm/grunt-cli/0.1.13/package
1852 verbose lock /root/.npm/grunt-cli/0.1.13/package /root/.npm/2dd77827-oot-npm-grunt-cli-0-1-13-package.lock
1853 verbose tar pack [ '/root/.npm/simplesmtp/0.3.33/package.tgz',
1853 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package' ]
1854 verbose tarball /root/.npm/simplesmtp/0.3.33/package.tgz
1855 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
1856 silly lockFile 679e37ae-36349-0-4859323655255139-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
1857 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package /root/.npm/679e37ae-36349-0-4859323655255139-package.lock
1858 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
1859 verbose lock tar:///root/.npm/simplesmtp/0.3.33/package.tgz /root/.npm/4f62d33f-pm-simplesmtp-0-3-33-package-tgz.lock
1860 silly gunzTarPerm extractEntry libs/package.sh
1861 silly gunzTarPerm extractEntry libs/package.txt
1862 silly gunzTarPerm extractEntry p.komodoproject
1863 silly gunzTarPerm modified mode [ 'p.komodoproject', 438, 420 ]
1864 silly gunzTarPerm extractEntry bower.json
1865 silly gunzTarPerm modified mode [ 'bower.json', 438, 420 ]
1866 silly gunzTarPerm extractEntry test/deep.js
1867 silly gunzTarPerm extractEntry test/simple-harness-test.js
1868 silly lockFile 2dd77827-oot-npm-grunt-cli-0-1-13-package /root/.npm/grunt-cli/0.1.13/package
1869 silly lockFile 2dd77827-oot-npm-grunt-cli-0-1-13-package /root/.npm/grunt-cli/0.1.13/package
1870 verbose tar unpack /root/.npm/grunt-cli/0.1.13/package.tgz
1871 silly lockFile 3782c476-oot-npm-grunt-cli-0-1-13-package tar:///root/.npm/grunt-cli/0.1.13/package
1872 verbose lock tar:///root/.npm/grunt-cli/0.1.13/package /root/.npm/3782c476-oot-npm-grunt-cli-0-1-13-package.lock
1873 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
1874 verbose lock tar:///root/.npm/grunt-cli/0.1.13/package.tgz /root/.npm/79f338f5-npm-grunt-cli-0-1-13-package-tgz.lock
1875 silly gunzTarPerm extractEntry libs/external/asn1hex.js
1876 silly gunzTarPerm extractEntry libs/external/jsbn.js
1877 silly gunzTarPerm extractEntry extra/asap.js
1878 silly gunzTarPerm modified mode [ 'extra/asap.js', 438, 420 ]
1879 silly gunzTarPerm extractEntry extra/cbResolver.js
1880 silly gunzTarPerm modified mode [ 'extra/cbResolver.js', 438, 420 ]
1881 silly gunzTarPerm modes [ '755', '644' ]
1882 silly lockFile d6b267e9-r-root-npm-through-2-3-6-package tar:///root/.npm/through/2.3.6/package
1883 silly lockFile d6b267e9-r-root-npm-through-2-3-6-package tar:///root/.npm/through/2.3.6/package
1884 silly lockFile 8846c0ec-ot-npm-through-2-3-6-package-tgz tar:///root/.npm/through/2.3.6/package.tgz
1885 silly lockFile 8846c0ec-ot-npm-through-2-3-6-package-tgz tar:///root/.npm/through/2.3.6/package.tgz
1886 silly gunzTarPerm extractEntry package.json
1887 silly lockFile 8c4b3825-36346-0-6176873517688364-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
1888 silly lockFile 8c4b3825-36346-0-6176873517688364-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436346-0.6176873517688364/package
1889 silly lockFile 6a168faf--root-npm-uuid-1-4-1-package-tgz tar:///root/.npm/uuid/1.4.1/package.tgz
1890 silly lockFile 6a168faf--root-npm-uuid-1-4-1-package-tgz tar:///root/.npm/uuid/1.4.1/package.tgz
1891 verbose chmod /root/.npm/through/2.3.6/package.tgz 644
1892 verbose chown /root/.npm/through/2.3.6/package.tgz [ 0, 0 ]
1893 silly gunzTarPerm extractEntry docs/bunyan.1
1894 silly gunzTarPerm extractEntry docs/bunyan.1.html
1895 silly gunzTarPerm extractEntry .npmignore
1896 silly gunzTarPerm extractEntry README.md
1897 silly lockFile 3e390d03-js-org-through-through-2-3-6-tgz https://registry.npmjs.org/through/-/through-2.3.6.tgz
1898 silly lockFile 3e390d03-js-org-through-through-2-3-6-tgz https://registry.npmjs.org/through/-/through-2.3.6.tgz
1899 info already installed through@2.3.6
1900 silly gunzTarPerm extractEntry test/debug-test.js
1901 silly gunzTarPerm extractEntry test/test-test.js
1902 silly gunzTarPerm extractEntry libs/external/jsbn2-optimized.js
1903 silly gunzTarPerm extractEntry libs/external/jsbn2.js
1904 silly lockFile 01965321-root-npm-uuid-1-4-1-package /root/.npm/uuid/1.4.1/package
1905 verbose lock /root/.npm/uuid/1.4.1/package /root/.npm/01965321-root-npm-uuid-1-4-1-package.lock
1906 silly lockFile ac82d820-nt-contrib-jshint-0-10-0-package tar:///root/.npm/grunt-contrib-jshint/0.10.0/package
1907 silly lockFile ac82d820-nt-contrib-jshint-0-10-0-package tar:///root/.npm/grunt-contrib-jshint/0.10.0/package
1908 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1909 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
1910 silly gunzTarPerm extractEntry Gruntfile.js
1911 silly gunzTarPerm extractEntry .travis.yml
1912 silly lockFile 01965321-root-npm-uuid-1-4-1-package /root/.npm/uuid/1.4.1/package
1913 silly lockFile 01965321-root-npm-uuid-1-4-1-package /root/.npm/uuid/1.4.1/package
1914 verbose tar unpack /root/.npm/uuid/1.4.1/package.tgz
1915 silly lockFile 220c584e-tar-root-npm-uuid-1-4-1-package tar:///root/.npm/uuid/1.4.1/package
1916 verbose lock tar:///root/.npm/uuid/1.4.1/package /root/.npm/220c584e-tar-root-npm-uuid-1-4-1-package.lock
1917 silly lockFile 6a168faf--root-npm-uuid-1-4-1-package-tgz tar:///root/.npm/uuid/1.4.1/package.tgz
1918 verbose lock tar:///root/.npm/uuid/1.4.1/package.tgz /root/.npm/6a168faf--root-npm-uuid-1-4-1-package-tgz.lock
1919 verbose chmod /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz 644
1920 verbose chown /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz [ 0, 0 ]
1921 silly gunzTarPerm modes [ '755', '644' ]
1922 silly lockFile 97fbf99a--grunt-contrib-jshint-0-10-0-tgz https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
1923 silly lockFile 97fbf99a--grunt-contrib-jshint-0-10-0-tgz https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz
1924 silly lockFile 9fbfe4e6-36339-0-4184534917585552-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
1925 silly lockFile 9fbfe4e6-36339-0-4184534917585552-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436339-0.4184534917585552/package
1926 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
1927 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
1928 silly gunzTarPerm extractEntry apis/cloudsearch-2011-02-01.paginators.json
1929 silly gunzTarPerm extractEntry apis/cloudsearch-2013-01-01.min.json
1930 silly gunzTarPerm extractEntry libs/external/prng4.js
1931 silly gunzTarPerm extractEntry libs/external/jsbn-optimized.js
1932 silly gunzTarPerm extractEntry docs/bunyan.1.ronn
1933 silly gunzTarPerm extractEntry docs/img/bunyan.browserify.png
1934 silly gunzTarPerm extractEntry AUTHORS
1935 silly gunzTarPerm extractEntry LICENSE-MIT
1936 silly gunzTarPerm extractEntry test/nested-test.js
1937 silly gunzTarPerm extractEntry test/valid-command.js
1938 silly gunzTarPerm extractEntry package.json
1939 silly lockFile a4a50cc4-root-npm-poolee-0-4-15-package /root/.npm/poolee/0.4.15/package
1940 verbose lock /root/.npm/poolee/0.4.15/package /root/.npm/a4a50cc4-root-npm-poolee-0-4-15-package.lock
1941 silly gunzTarPerm extractEntry .npmignore
1942 silly gunzTarPerm extractEntry README.md
1943 silly lockFile a4a50cc4-root-npm-poolee-0-4-15-package /root/.npm/poolee/0.4.15/package
1944 silly lockFile a4a50cc4-root-npm-poolee-0-4-15-package /root/.npm/poolee/0.4.15/package
1945 verbose tar unpack /root/.npm/poolee/0.4.15/package.tgz
1946 silly lockFile c9ac111c-r-root-npm-poolee-0-4-15-package tar:///root/.npm/poolee/0.4.15/package
1947 verbose lock tar:///root/.npm/poolee/0.4.15/package /root/.npm/c9ac111c-r-root-npm-poolee-0-4-15-package.lock
1948 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
1949 verbose lock tar:///root/.npm/poolee/0.4.15/package.tgz /root/.npm/76399f10-ot-npm-poolee-0-4-15-package-tgz.lock
1950 silly gunzTarPerm extractEntry bin/grunt
1951 silly gunzTarPerm extractEntry completion/bash
1952 silly lockFile f083e874-36352-0-4697077125310898-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
1953 silly lockFile f083e874-36352-0-4697077125310898-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
1954 silly gunzTarPerm modes [ '755', '644' ]
1955 silly gunzTarPerm extractEntry test/non-tap-output.js
1956 silly gunzTarPerm extractEntry test/not-executed.sh
1957 silly lockFile 65fce59a-36352-0-4697077125310898-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/tmp.tgz
1958 silly lockFile 65fce59a-36352-0-4697077125310898-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/tmp.tgz
1959 silly gunzTarPerm extractEntry rng.js
1960 silly gunzTarPerm extractEntry rng-browser.js
1961 silly gunzTarPerm extractEntry libs/external/rsa-pem.js
1962 silly gunzTarPerm extractEntry libs/external/rsa-sign.js
1963 verbose tar pack [ '/root/.npm/grunt/0.4.5/package.tgz',
1963 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package' ]
1964 verbose tarball /root/.npm/grunt/0.4.5/package.tgz
1965 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
1966 silly lockFile f083e874-36352-0-4697077125310898-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
1967 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package /root/.npm/f083e874-36352-0-4697077125310898-package.lock
1968 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
1969 verbose lock tar:///root/.npm/grunt/0.4.5/package.tgz /root/.npm/fb56a329-root-npm-grunt-0-4-5-package-tgz.lock
1970 silly gunzTarPerm extractEntry extra/nextEvent.js
1971 silly gunzTarPerm modified mode [ 'extra/nextEvent.js', 438, 420 ]
1972 silly gunzTarPerm extractEntry extra/queue.js
1973 silly gunzTarPerm modified mode [ 'extra/queue.js', 438, 420 ]
1974 silly gunzTarPerm extractEntry package.json
1975 silly gunzTarPerm extractEntry completion/zsh
1976 silly gunzTarPerm extractEntry lib/cli.js
1977 silly gunzTarPerm extractEntry lib/completion.js
1978 silly gunzTarPerm extractEntry lib/info.js
1979 silly gunzTarPerm extractEntry .npmignore
1980 silly gunzTarPerm extractEntry LICENSE
1981 silly gunzTarPerm extractEntry uuid.js
1982 silly gunzTarPerm extractEntry .travis.yml
1983 silly gunzTarPerm extractEntry benchmark/README.md
1984 silly gunzTarPerm extractEntry benchmark/benchmark.js
1985 silly gunzTarPerm extractEntry benchmark/bench.gnu
1986 silly gunzTarPerm extractEntry benchmark/bench.sh
1987 silly gunzTarPerm extractEntry benchmark/benchmark-native.c
1988 silly gunzTarPerm extractEntry LICENSE.md
1989 silly gunzTarPerm extractEntry test/test.js
1990 silly gunzTarPerm extractEntry test/mocha.opts
1991 silly gunzTarPerm extractEntry misc/compare.js
1992 silly gunzTarPerm extractEntry misc/perf.js
1993 silly gunzTarPerm extractEntry extra/reduce.js
1994 silly gunzTarPerm modified mode [ 'extra/reduce.js', 438, 420 ]
1995 silly gunzTarPerm extractEntry hydrogen.cfg
1996 silly gunzTarPerm modified mode [ 'hydrogen.cfg', 438, 420 ]
1997 silly gunzTarPerm extractEntry libs/external/rsa.js
1998 silly gunzTarPerm extractEntry libs/external/rsa2.js
1999 silly gunzTarPerm extractEntry apis/cloudsearch-2013-01-01.paginators.json
2000 silly gunzTarPerm extractEntry apis/cloudsearchdomain-2013-01-01.min.json
2001 silly gunzTarPerm extractEntry index.js
2002 silly gunzTarPerm extractEntry .travis.yml
2003 silly gunzTarPerm extractEntry apis/cloudtrail-2013-11-01.min.json
2004 silly gunzTarPerm extractEntry apis/cloudtrail-2013-11-01.paginators.json
2005 silly gunzTarPerm extractEntry lib/endpoint.js
2006 silly gunzTarPerm extractEntry lib/error.js
2007 silly gunzTarPerm extractEntry lib/pinger.js
2008 silly gunzTarPerm extractEntry lib/pool.js
2009 silly gunzTarPerm extractEntry lib/request_set.js
2010 silly gunzTarPerm extractEntry readme.md
2011 silly gunzTarPerm extractEntry test/endpoint_test.js
2012 silly gunzTarPerm extractEntry test/integration_test.js
2013 silly gunzTarPerm extractEntry test/pool_test.js
2014 silly gunzTarPerm extractEntry test/requestset_test.js
2015 silly lockFile cd244dc9-36350-0-5554858641698956-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
2016 silly lockFile cd244dc9-36350-0-5554858641698956-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
2017 silly lockFile 734f54e7-ot-npm-scrypt-hash-1-1-8-package tar:///root/.npm/scrypt-hash/1.1.8/package
2018 silly lockFile 734f54e7-ot-npm-scrypt-hash-1-1-8-package tar:///root/.npm/scrypt-hash/1.1.8/package
2019 silly lockFile 7e68a5d9-36350-0-5554858641698956-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/tmp.tgz
2020 silly lockFile 7e68a5d9-36350-0-5554858641698956-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/tmp.tgz
2021 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
2022 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
2023 silly gunzTarPerm extractEntry libs/external/sha1.js
2024 silly gunzTarPerm extractEntry libs/external/base64.js
2025 verbose tar pack [ '/root/.npm/mailparser/0.4.6/package.tgz',
2025 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package' ]
2026 verbose tarball /root/.npm/mailparser/0.4.6/package.tgz
2027 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
2028 silly lockFile cd244dc9-36350-0-5554858641698956-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
2029 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package /root/.npm/cd244dc9-36350-0-5554858641698956-package.lock
2030 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
2031 verbose lock tar:///root/.npm/mailparser/0.4.6/package.tgz /root/.npm/97686b64-npm-mailparser-0-4-6-package-tgz.lock
2032 verbose chmod /root/.npm/scrypt-hash/1.1.8/package.tgz 644
2033 verbose chown /root/.npm/scrypt-hash/1.1.8/package.tgz [ 0, 0 ]
2034 silly lockFile 951f4ddc-crypt-hash-scrypt-hash-1-1-8-tgz https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz
2035 silly lockFile 951f4ddc-crypt-hash-scrypt-hash-1-1-8-tgz https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz
2036 silly gunzTarPerm extractEntry test/executed.sh
2037 silly gunzTarPerm extractEntry test/end-exception/t.js
2038 silly lockFile faae265b-6360-0-09498867182992399-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
2039 silly lockFile faae265b-6360-0-09498867182992399-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
2040 silly lockFile 5cbf8473-6360-0-09498867182992399-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/tmp.tgz
2041 silly lockFile 5cbf8473-6360-0-09498867182992399-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/tmp.tgz
2042 verbose tar pack [ '/root/.npm/bigint/0.4.2/package.tgz',
2042 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package' ]
2043 verbose tarball /root/.npm/bigint/0.4.2/package.tgz
2044 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
2045 silly lockFile faae265b-6360-0-09498867182992399-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
2046 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package /root/.npm/faae265b-6360-0-09498867182992399-package.lock
2047 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
2048 verbose lock tar:///root/.npm/bigint/0.4.2/package.tgz /root/.npm/f5fc8187-oot-npm-bigint-0-4-2-package-tgz.lock
2049 silly gunzTarPerm extractEntry AUTHORS
2050 silly gunzTarPerm extractEntry test-disabled/bailout.js
2051 silly gunzTarPerm extractEntry test-disabled/foo.js
2052 silly gunzTarPerm extractEntry test-disabled/t.js
2053 silly gunzTarPerm extractEntry libs/external/sjcl.js
2054 silly gunzTarPerm extractEntry libs/external/base64-shim.js
2055 silly gunzTarPerm extractEntry docs/index.html
2056 silly gunzTarPerm extractEntry lib/bunyan.js
2057 silly gunzTarPerm extractEntry libs/external/x509.js
2058 silly gunzTarPerm extractEntry libs/external/rng.js
2059 silly gunzTarPerm extractEntry TODO.md
2060 silly gunzTarPerm extractEntry examples/prerequisites.js
2061 silly gunzTarPerm modified mode [ 'examples/prerequisites.js', 509, 493 ]
2062 silly gunzTarPerm extractEntry examples/tails.js
2063 silly gunzTarPerm modified mode [ 'examples/tails.js', 509, 493 ]
2064 silly lockFile f725c643-6357-0-03327596071176231-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
2065 silly lockFile f725c643-6357-0-03327596071176231-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436357-0.03327596071176231/package
2066 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
2067 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
2068 silly lockFile 4b880459-root-npm-ass-0-0-4-package /root/.npm/ass/0.0.4/package
2069 verbose lock /root/.npm/ass/0.0.4/package /root/.npm/4b880459-root-npm-ass-0-0-4-package.lock
2070 silly gunzTarPerm extractEntry libs/load.sh
2071 silly gunzTarPerm extractEntry ChangeLog
2072 silly lockFile 4b880459-root-npm-ass-0-0-4-package /root/.npm/ass/0.0.4/package
2073 silly lockFile 4b880459-root-npm-ass-0-0-4-package /root/.npm/ass/0.0.4/package
2074 verbose tar unpack /root/.npm/ass/0.0.4/package.tgz
2075 silly lockFile 9eec6f2a-tar-root-npm-ass-0-0-4-package tar:///root/.npm/ass/0.0.4/package
2076 verbose lock tar:///root/.npm/ass/0.0.4/package /root/.npm/9eec6f2a-tar-root-npm-ass-0-0-4-package.lock
2077 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
2078 verbose lock tar:///root/.npm/ass/0.0.4/package.tgz /root/.npm/7a0736d2-r-root-npm-ass-0-0-4-package-tgz.lock
2079 silly gunzTarPerm modes [ '755', '644' ]
2080 silly gunzTarPerm extractEntry package.json
2081 silly lockFile 4e0b0992-pm-compute-cluster-0-0-9-package tar:///root/.npm/compute-cluster/0.0.9/package
2082 silly lockFile 4e0b0992-pm-compute-cluster-0-0-9-package tar:///root/.npm/compute-cluster/0.0.9/package
2083 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
2084 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
2085 silly lockFile 3782c476-oot-npm-grunt-cli-0-1-13-package tar:///root/.npm/grunt-cli/0.1.13/package
2086 silly lockFile 3782c476-oot-npm-grunt-cli-0-1-13-package tar:///root/.npm/grunt-cli/0.1.13/package
2087 silly gunzTarPerm extractEntry scripts/bundle.js
2088 silly gunzTarPerm extractEntry scripts/package.js
2089 silly gunzTarPerm extractEntry .npmignore
2090 silly gunzTarPerm extractEntry README.md
2091 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
2092 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
2093 silly gunzTarPerm extractEntry apis/cognito-identity-2014-06-30.min.json
2094 silly gunzTarPerm extractEntry apis/cognito-sync-2014-06-30.min.json
2095 verbose chmod /root/.npm/compute-cluster/0.0.9/package.tgz 644
2096 verbose chown /root/.npm/compute-cluster/0.0.9/package.tgz [ 0, 0 ]
2097 silly lockFile 047b2d8d-luster-compute-cluster-0-0-9-tgz https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz
2098 silly lockFile 047b2d8d-luster-compute-cluster-0-0-9-tgz https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz
2099 verbose chmod /root/.npm/grunt-cli/0.1.13/package.tgz 644
2100 verbose chown /root/.npm/grunt-cli/0.1.13/package.tgz [ 0, 0 ]
2101 silly lockFile ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
2102 silly lockFile ab76c46e-g-grunt-cli-grunt-cli-0-1-13-tgz https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
2103 silly gunzTarPerm extractEntry LICENSE
2104 silly gunzTarPerm extractEntry index.js
2105 silly gunzTarPerm extractEntry examples/proxy.js
2106 silly gunzTarPerm modified mode [ 'examples/proxy.js', 509, 493 ]
2107 silly gunzTarPerm extractEntry examples/serverSentEvents.js
2108 silly gunzTarPerm modified mode [ 'examples/serverSentEvents.js', 509, 493 ]
2109 silly gunzTarPerm extractEntry test/assertion-test.js
2110 silly gunzTarPerm extractEntry test/cert-test.js
2111 silly gunzTarPerm extractEntry apis/datapipeline-2012-10-29.min.json
2112 silly gunzTarPerm extractEntry apis/datapipeline-2012-10-29.paginators.json
2113 silly gunzTarPerm extractEntry ChangeLog
2114 silly gunzTarPerm extractEntry example/package.json
2115 silly gunzTarPerm extractEntry test/format-test.js
2116 silly gunzTarPerm extractEntry test/jshint-test.js
2117 silly gunzTarPerm extractEntry test/jwcrypto-test.js
2118 silly gunzTarPerm extractEntry test/rng-test.js
2119 silly gunzTarPerm extractEntry test/utils-test.js
2120 silly gunzTarPerm extractEntry test/utils.js
2121 silly gunzTarPerm extractEntry test/vectors-test.js
2122 silly gunzTarPerm extractEntry .jshintrc
2123 silly gunzTarPerm extractEntry test.html
2124 silly gunzTarPerm extractEntry test2.html
2125 silly gunzTarPerm extractEntry apis/directconnect-2012-10-25.min.json
2126 silly gunzTarPerm extractEntry apis/directconnect-2012-10-25.paginators.json
2127 silly gunzTarPerm extractEntry examples/validation.js
2128 silly gunzTarPerm modified mode [ 'examples/validation.js', 509, 493 ]
2129 silly gunzTarPerm extractEntry examples/jsonp.js
2130 silly gunzTarPerm modified mode [ 'examples/jsonp.js', 509, 493 ]
2131 silly gunzTarPerm extractEntry example/README.md
2132 silly gunzTarPerm extractEntry example/server.js
2133 silly gunzTarPerm extractEntry examples/multipart/server.js
2134 silly gunzTarPerm modified mode [ 'examples/multipart/server.js', 509, 493 ]
2135 silly gunzTarPerm extractEntry examples/multipart/data.csv
2136 silly gunzTarPerm modified mode [ 'examples/multipart/data.csv', 436, 420 ]
2137 silly gunzTarPerm extractEntry example/stub.js
2138 silly gunzTarPerm extractEntry example/test.js
2139 silly gunzTarPerm extractEntry examples/multipart/post.sh
2140 silly gunzTarPerm modified mode [ 'examples/multipart/post.sh', 509, 493 ]
2141 silly gunzTarPerm extractEntry examples/file/server.js
2142 silly gunzTarPerm modified mode [ 'examples/file/server.js', 509, 493 ]
2143 silly gunzTarPerm extractEntry lib/default-match.js
2144 silly gunzTarPerm extractEntry examples/file/index.html
2145 silly gunzTarPerm modified mode [ 'examples/file/index.html', 509, 493 ]
2146 silly gunzTarPerm extractEntry examples/favicon.ico
2147 silly gunzTarPerm modified mode [ 'examples/favicon.ico', 436, 420 ]
2148 silly gunzTarPerm extractEntry lib/serialize.js
2149 silly gunzTarPerm extractEntry lib/reporters/html.js
2150 silly gunzTarPerm extractEntry apis/dynamodb-2011-12-05.min.json
2151 silly gunzTarPerm extractEntry apis/dynamodb-2011-12-05.paginators.json
2152 silly gunzTarPerm extractEntry examples/directory/server.js
2153 silly gunzTarPerm modified mode [ 'examples/directory/server.js', 509, 493 ]
2154 silly gunzTarPerm extractEntry examples/directory/index.html
2155 silly gunzTarPerm modified mode [ 'examples/directory/index.html', 509, 493 ]
2156 silly gunzTarPerm extractEntry lib/reporters/json.js
2157 silly gunzTarPerm extractEntry resources/coverage-template.html
2158 silly gunzTarPerm extractEntry apis/dynamodb-2011-12-05.waiters.json
2159 silly gunzTarPerm extractEntry apis/dynamodb-2012-08-10.min.json
2160 silly gunzTarPerm extractEntry examples/composer.json
2161 silly gunzTarPerm modified mode [ 'examples/composer.json', 509, 493 ]
2162 silly gunzTarPerm extractEntry images/hapi.png
2163 silly gunzTarPerm modified mode [ 'images/hapi.png', 509, 493 ]
2164 silly lockFile 679e37ae-36349-0-4859323655255139-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
2165 silly lockFile 679e37ae-36349-0-4859323655255139-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.4859323655255139/package
2166 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
2167 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
2168 silly gunzTarPerm extractEntry CHANGELOG.md
2169 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 509, 493 ]
2170 silly lockFile a1e2dc64-ot-npm-simplesmtp-0-3-33-package /root/.npm/simplesmtp/0.3.33/package
2171 verbose lock /root/.npm/simplesmtp/0.3.33/package /root/.npm/a1e2dc64-ot-npm-simplesmtp-0-3-33-package.lock
2172 silly lockFile a1e2dc64-ot-npm-simplesmtp-0-3-33-package /root/.npm/simplesmtp/0.3.33/package
2173 silly lockFile a1e2dc64-ot-npm-simplesmtp-0-3-33-package /root/.npm/simplesmtp/0.3.33/package
2174 verbose tar unpack /root/.npm/simplesmtp/0.3.33/package.tgz
2175 silly lockFile fc4d6dd5-ot-npm-simplesmtp-0-3-33-package tar:///root/.npm/simplesmtp/0.3.33/package
2176 verbose lock tar:///root/.npm/simplesmtp/0.3.33/package /root/.npm/fc4d6dd5-ot-npm-simplesmtp-0-3-33-package.lock
2177 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
2178 verbose lock tar:///root/.npm/simplesmtp/0.3.33/package.tgz /root/.npm/4f62d33f-pm-simplesmtp-0-3-33-package-tgz.lock
2179 silly gunzTarPerm extractEntry lib/auth.js
2180 silly gunzTarPerm modified mode [ 'lib/auth.js', 509, 493 ]
2181 silly gunzTarPerm extractEntry lib/handler.js
2182 silly gunzTarPerm modified mode [ 'lib/handler.js', 509, 493 ]
2183 silly gunzTarPerm modes [ '755', '644' ]
2184 silly gunzTarPerm extractEntry package.json
2185 silly lockFile 220c584e-tar-root-npm-uuid-1-4-1-package tar:///root/.npm/uuid/1.4.1/package
2186 silly lockFile 220c584e-tar-root-npm-uuid-1-4-1-package tar:///root/.npm/uuid/1.4.1/package
2187 silly lockFile 6a168faf--root-npm-uuid-1-4-1-package-tgz tar:///root/.npm/uuid/1.4.1/package.tgz
2188 silly lockFile 6a168faf--root-npm-uuid-1-4-1-package-tgz tar:///root/.npm/uuid/1.4.1/package.tgz
2189 silly gunzTarPerm extractEntry lib/index.js
2190 silly gunzTarPerm modified mode [ 'lib/index.js', 509, 493 ]
2191 silly gunzTarPerm extractEntry lib/methods.js
2192 silly gunzTarPerm modified mode [ 'lib/methods.js', 509, 493 ]
2193 silly gunzTarPerm extractEntry .npmignore
2194 silly gunzTarPerm extractEntry README.md
2195 verbose chmod /root/.npm/uuid/1.4.1/package.tgz 644
2196 verbose chown /root/.npm/uuid/1.4.1/package.tgz [ 0, 0 ]
2197 silly lockFile 9f388b49-ry-npmjs-org-uuid-uuid-1-4-1-tgz https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz
2198 silly lockFile 9f388b49-ry-npmjs-org-uuid-uuid-1-4-1-tgz https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz
2199 info already installed uuid@1.4.1
2200 silly gunzTarPerm extractEntry LICENSE
2201 silly lockFile 9aeec9f4-6342-0-07754294155165553-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
2202 silly lockFile 9aeec9f4-6342-0-07754294155165553-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
2203 silly gunzTarPerm extractEntry lib/pack.js
2204 silly gunzTarPerm modified mode [ 'lib/pack.js', 509, 493 ]
2205 silly gunzTarPerm extractEntry lib/ext.js
2206 silly gunzTarPerm modified mode [ 'lib/ext.js', 509, 493 ]
2207 silly lockFile 68a5ee54-6342-0-07754294155165553-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/tmp.tgz
2208 silly lockFile 68a5ee54-6342-0-07754294155165553-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/tmp.tgz
2209 verbose tar pack [ '/root/.npm/request/2.45.0/package.tgz',
2209 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package' ]
2210 verbose tarball /root/.npm/request/2.45.0/package.tgz
2211 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
2212 silly lockFile 9aeec9f4-6342-0-07754294155165553-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
2213 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package /root/.npm/9aeec9f4-6342-0-07754294155165553-package.lock
2214 silly lockFile 8d38309d-t-npm-request-2-45-0-package-tgz tar:///root/.npm/request/2.45.0/package.tgz
2215 verbose lock tar:///root/.npm/request/2.45.0/package.tgz /root/.npm/8d38309d-t-npm-request-2-45-0-package-tgz.lock
2216 silly gunzTarPerm extractEntry index.js
2217 silly gunzTarPerm extractEntry CHANGELOG.md
2218 silly lockFile f083e874-36352-0-4697077125310898-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
2219 silly lockFile f083e874-36352-0-4697077125310898-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436352-0.4697077125310898/package
2220 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
2221 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
2222 silly gunzTarPerm extractEntry lib/request.js
2223 silly gunzTarPerm modified mode [ 'lib/request.js', 509, 493 ]
2224 silly gunzTarPerm extractEntry lib/utils.js
2225 silly gunzTarPerm modified mode [ 'lib/utils.js', 509, 493 ]
2226 silly lockFile 65eddef8-6351-0-31167135993018746-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
2227 silly lockFile 65eddef8-6351-0-31167135993018746-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
2228 silly lockFile ca10573d-6351-0-31167135993018746-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/tmp.tgz
2229 silly lockFile ca10573d-6351-0-31167135993018746-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/tmp.tgz
2230 silly gunzTarPerm extractEntry apis/dynamodb-2012-08-10.paginators.json
2231 silly gunzTarPerm extractEntry apis/dynamodb-2012-08-10.waiters.json
2232 verbose tar pack [ '/root/.npm/nock/0.48.1/package.tgz',
2232 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package' ]
2233 verbose tarball /root/.npm/nock/0.48.1/package.tgz
2234 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
2235 silly lockFile 65eddef8-6351-0-31167135993018746-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
2236 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package /root/.npm/65eddef8-6351-0-31167135993018746-package.lock
2237 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
2238 verbose lock tar:///root/.npm/nock/0.48.1/package.tgz /root/.npm/6183ab71-root-npm-nock-0-48-1-package-tgz.lock
2239 silly lockFile 5235f5d8-root-npm-grunt-0-4-5-package /root/.npm/grunt/0.4.5/package
2240 verbose lock /root/.npm/grunt/0.4.5/package /root/.npm/5235f5d8-root-npm-grunt-0-4-5-package.lock
2241 silly lockFile 5235f5d8-root-npm-grunt-0-4-5-package /root/.npm/grunt/0.4.5/package
2242 silly lockFile 5235f5d8-root-npm-grunt-0-4-5-package /root/.npm/grunt/0.4.5/package
2243 silly gunzTarPerm extractEntry lib/route.js
2244 silly gunzTarPerm modified mode [ 'lib/route.js', 509, 493 ]
2245 silly gunzTarPerm extractEntry lib/router.js
2246 silly gunzTarPerm modified mode [ 'lib/router.js', 509, 493 ]
2247 verbose tar unpack /root/.npm/grunt/0.4.5/package.tgz
2248 silly lockFile 129d1781-tar-root-npm-grunt-0-4-5-package tar:///root/.npm/grunt/0.4.5/package
2249 verbose lock tar:///root/.npm/grunt/0.4.5/package /root/.npm/129d1781-tar-root-npm-grunt-0-4-5-package.lock
2250 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
2251 verbose lock tar:///root/.npm/grunt/0.4.5/package.tgz /root/.npm/fb56a329-root-npm-grunt-0-4-5-package-tgz.lock
2252 silly gunzTarPerm extractEntry apis/ec2-2014-06-15.min.json
2253 silly gunzTarPerm extractEntry apis/ec2-2014-06-15.paginators.json
2254 silly gunzTarPerm modes [ '755', '644' ]
2255 silly gunzTarPerm extractEntry lib/schema.js
2256 silly gunzTarPerm modified mode [ 'lib/schema.js', 509, 493 ]
2257 silly gunzTarPerm extractEntry lib/defaults.js
2258 silly gunzTarPerm modified mode [ 'lib/defaults.js', 509, 493 ]
2259 silly gunzTarPerm extractEntry package.json
2260 silly gunzTarPerm extractEntry .npmignore
2261 silly gunzTarPerm extractEntry README.md
2262 silly lockFile c9ac111c-r-root-npm-poolee-0-4-15-package tar:///root/.npm/poolee/0.4.15/package
2263 silly lockFile c9ac111c-r-root-npm-poolee-0-4-15-package tar:///root/.npm/poolee/0.4.15/package
2264 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
2265 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
2266 silly gunzTarPerm extractEntry lib/server.js
2267 silly gunzTarPerm modified mode [ 'lib/server.js', 509, 493 ]
2268 verbose chmod /root/.npm/poolee/0.4.15/package.tgz 644
2269 verbose chown /root/.npm/poolee/0.4.15/package.tgz [ 0, 0 ]
2270 silly lockFile 5d94d820-mjs-org-poolee-poolee-0-4-15-tgz https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz
2271 silly lockFile 5d94d820-mjs-org-poolee-poolee-0-4-15-tgz https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz
2272 silly gunzTarPerm extractEntry apis/ec2-2014-06-15.waiters.json
2273 silly gunzTarPerm extractEntry apis/elasticache-2014-07-15.min.json
2274 silly gunzTarPerm extractEntry CONTRIBUTING.md
2275 silly gunzTarPerm extractEntry LICENSE-MIT
2276 silly gunzTarPerm extractEntry lib/client.js
2277 silly gunzTarPerm extractEntry lib/pool.js
2278 silly gunzTarPerm extractEntry lib/cli.js
2279 silly gunzTarPerm modified mode [ 'lib/cli.js', 509, 493 ]
2280 silly gunzTarPerm extractEntry lib/validation.js
2281 silly gunzTarPerm modified mode [ 'lib/validation.js', 509, 493 ]
2282 silly gunzTarPerm extractEntry appveyor.yml
2283 silly gunzTarPerm extractEntry internal-tasks/bump.js
2284 silly gunzTarPerm extractEntry lib/server.js
2285 silly gunzTarPerm extractEntry lib/simpleserver.js
2286 silly gunzTarPerm extractEntry apis/elasticache-2014-07-15.paginators.json
2287 silly gunzTarPerm extractEntry apis/elasticbeanstalk-2010-12-01.min.json
2288 silly lockFile faae265b-6360-0-09498867182992399-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
2289 silly lockFile faae265b-6360-0-09498867182992399-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436360-0.09498867182992399/package
2290 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
2291 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
2292 silly gunzTarPerm extractEntry lib/protect.js
2293 silly gunzTarPerm modified mode [ 'lib/protect.js', 509, 493 ]
2294 silly gunzTarPerm extractEntry lib/response/headers.js
2295 silly gunzTarPerm modified mode [ 'lib/response/headers.js', 509, 493 ]
2296 silly gunzTarPerm extractEntry internal-tasks/subgrunt.js
2297 silly gunzTarPerm extractEntry apis/elasticbeanstalk-2010-12-01.paginators.json
2298 silly lockFile 0661950f-root-npm-bigint-0-4-2-package /root/.npm/bigint/0.4.2/package
2299 verbose lock /root/.npm/bigint/0.4.2/package /root/.npm/0661950f-root-npm-bigint-0-4-2-package.lock
2300 silly gunzTarPerm extractEntry lib/response/index.js
2301 silly gunzTarPerm modified mode [ 'lib/response/index.js', 509, 493 ]
2302 silly gunzTarPerm extractEntry lib/response/message.js
2303 silly gunzTarPerm modified mode [ 'lib/response/message.js', 509, 493 ]
2304 silly gunzTarPerm extractEntry lib/grunt.js
2305 silly gunzTarPerm extractEntry lib/grunt/cli.js
2306 silly lockFile 0661950f-root-npm-bigint-0-4-2-package /root/.npm/bigint/0.4.2/package
2307 silly lockFile 0661950f-root-npm-bigint-0-4-2-package /root/.npm/bigint/0.4.2/package
2308 verbose tar unpack /root/.npm/bigint/0.4.2/package.tgz
2309 silly lockFile d72054f8-ar-root-npm-bigint-0-4-2-package tar:///root/.npm/bigint/0.4.2/package
2310 verbose lock tar:///root/.npm/bigint/0.4.2/package /root/.npm/d72054f8-ar-root-npm-bigint-0-4-2-package.lock
2311 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
2312 verbose lock tar:///root/.npm/bigint/0.4.2/package.tgz /root/.npm/f5fc8187-oot-npm-bigint-0-4-2-package-tgz.lock
2313 silly gunzTarPerm modes [ '755', '644' ]
2314 silly gunzTarPerm extractEntry lib/grunt/config.js
2315 silly gunzTarPerm extractEntry lib/grunt/event.js
2316 silly gunzTarPerm extractEntry lib/response/payload.js
2317 silly gunzTarPerm modified mode [ 'lib/response/payload.js', 509, 493 ]
2318 silly gunzTarPerm extractEntry lib/response/range.js
2319 silly gunzTarPerm modified mode [ 'lib/response/range.js', 509, 493 ]
2320 silly gunzTarPerm extractEntry package.json
2321 silly gunzTarPerm extractEntry .npmignore
2322 silly gunzTarPerm extractEntry index.js
2323 silly gunzTarPerm extractEntry apis/elasticloadbalancing-2012-06-01.min.json
2324 silly gunzTarPerm extractEntry apis/elasticloadbalancing-2012-06-01.paginators.json
2325 silly gunzTarPerm extractEntry CONTRIBUTING.md
2326 silly gunzTarPerm modified mode [ 'CONTRIBUTING.md', 509, 493 ]
2327 silly gunzTarPerm extractEntry test/validation.js
2328 silly gunzTarPerm modified mode [ 'test/validation.js', 509, 493 ]
2329 silly gunzTarPerm extractEntry lib/grunt/fail.js
2330 silly gunzTarPerm extractEntry lib/grunt/file.js
2331 silly lockFile 9eec6f2a-tar-root-npm-ass-0-0-4-package tar:///root/.npm/ass/0.0.4/package
2332 silly lockFile 9eec6f2a-tar-root-npm-ass-0-0-4-package tar:///root/.npm/ass/0.0.4/package
2333 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
2334 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
2335 silly gunzTarPerm extractEntry .travis.yml
2336 silly gunzTarPerm extractEntry README.markdown
2337 verbose chmod /root/.npm/ass/0.0.4/package.tgz 644
2338 verbose chown /root/.npm/ass/0.0.4/package.tgz [ 0, 0 ]
2339 silly lockFile fc05edaa-436356-0-707370841410011-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
2340 silly lockFile fc05edaa-436356-0-707370841410011-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
2341 silly gunzTarPerm extractEntry test/handler.js
2342 silly gunzTarPerm modified mode [ 'test/handler.js', 509, 493 ]
2343 silly gunzTarPerm extractEntry test/methods.js
2344 silly gunzTarPerm modified mode [ 'test/methods.js', 509, 493 ]
2345 silly lockFile 08634c4f-stry-npmjs-org-ass-ass-0-0-4-tgz https://registry.npmjs.org/ass/-/ass-0.0.4.tgz
2346 silly lockFile 08634c4f-stry-npmjs-org-ass-ass-0-0-4-tgz https://registry.npmjs.org/ass/-/ass-0.0.4.tgz
2347 silly lockFile 607498ef-436356-0-707370841410011-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/tmp.tgz
2348 silly lockFile 607498ef-436356-0-707370841410011-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/tmp.tgz
2349 verbose tar pack [ '/root/.npm/tap/0.4.13/package.tgz',
2349 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package' ]
2350 verbose tarball /root/.npm/tap/0.4.13/package.tgz
2351 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
2352 silly lockFile fc05edaa-436356-0-707370841410011-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
2353 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package /root/.npm/fc05edaa-436356-0-707370841410011-package.lock
2354 silly lockFile 2eedddcf--root-npm-tap-0-4-13-package-tgz tar:///root/.npm/tap/0.4.13/package.tgz
2355 verbose lock tar:///root/.npm/tap/0.4.13/package.tgz /root/.npm/2eedddcf--root-npm-tap-0-4-13-package-tgz.lock
2356 silly gunzTarPerm extractEntry bigint.cc
2357 silly gunzTarPerm extractEntry test/notFound.js
2358 silly gunzTarPerm modified mode [ 'test/notFound.js', 509, 493 ]
2359 silly gunzTarPerm extractEntry test/server.js
2360 silly gunzTarPerm modified mode [ 'test/server.js', 509, 493 ]
2361 silly gunzTarPerm extractEntry lib/grunt/help.js
2362 silly gunzTarPerm extractEntry lib/grunt/option.js
2363 silly gunzTarPerm extractEntry apis/elasticmapreduce-2009-03-31.min.json
2364 silly gunzTarPerm extractEntry test/state.js
2365 silly gunzTarPerm modified mode [ 'test/state.js', 509, 493 ]
2366 silly gunzTarPerm extractEntry test/payload.js
2367 silly gunzTarPerm modified mode [ 'test/payload.js', 509, 493 ]
2368 silly gunzTarPerm extractEntry apis/elasticmapreduce-2009-03-31.paginators.json
2369 silly gunzTarPerm extractEntry lib/grunt/task.js
2370 silly gunzTarPerm extractEntry lib/grunt/template.js
2371 silly gunzTarPerm extractEntry test/auth.js
2372 silly gunzTarPerm modified mode [ 'test/auth.js', 509, 493 ]
2373 silly gunzTarPerm extractEntry test/proxy.js
2374 silly gunzTarPerm modified mode [ 'test/proxy.js', 509, 493 ]
2375 silly lockFile cd244dc9-36350-0-5554858641698956-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
2376 silly lockFile cd244dc9-36350-0-5554858641698956-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436350-0.5554858641698956/package
2377 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
2378 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
2379 silly gunzTarPerm extractEntry binding.gyp
2380 silly gunzTarPerm extractEntry examples/gen.js
2381 silly lockFile 2b9da19a-oot-npm-mailparser-0-4-6-package /root/.npm/mailparser/0.4.6/package
2382 verbose lock /root/.npm/mailparser/0.4.6/package /root/.npm/2b9da19a-oot-npm-mailparser-0-4-6-package.lock
2383 silly gunzTarPerm extractEntry test/range.js
2384 silly gunzTarPerm modified mode [ 'test/range.js', 509, 493 ]
2385 silly gunzTarPerm extractEntry test/request.js
2386 silly gunzTarPerm modified mode [ 'test/request.js', 509, 493 ]
2387 silly gunzTarPerm extractEntry lib/util/task.js
2388 silly lockFile 2b9da19a-oot-npm-mailparser-0-4-6-package /root/.npm/mailparser/0.4.6/package
2389 silly lockFile 2b9da19a-oot-npm-mailparser-0-4-6-package /root/.npm/mailparser/0.4.6/package
2390 silly gunzTarPerm extractEntry examples/perfect.js
2391 silly gunzTarPerm extractEntry examples/simple.js
2392 verbose tar unpack /root/.npm/mailparser/0.4.6/package.tgz
2393 silly lockFile b73a6e36-oot-npm-mailparser-0-4-6-package tar:///root/.npm/mailparser/0.4.6/package
2394 verbose lock tar:///root/.npm/mailparser/0.4.6/package /root/.npm/b73a6e36-oot-npm-mailparser-0-4-6-package.lock
2395 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
2396 verbose lock tar:///root/.npm/mailparser/0.4.6/package.tgz /root/.npm/97686b64-npm-mailparser-0-4-6-package-tgz.lock
2397 silly gunzTarPerm modes [ '755', '644' ]
2398 silly gunzTarPerm extractEntry apis/elastictranscoder-2012-09-25.min.json
2399 silly gunzTarPerm extractEntry apis/elastictranscoder-2012-09-25.paginators.json
2400 silly gunzTarPerm extractEntry test/ext.js
2401 silly gunzTarPerm modified mode [ 'test/ext.js', 509, 493 ]
2402 silly gunzTarPerm extractEntry test/response.js
2403 silly gunzTarPerm modified mode [ 'test/response.js', 509, 493 ]
2404 silly gunzTarPerm extractEntry package.json
2405 silly gunzTarPerm extractEntry test/directory.js
2406 silly gunzTarPerm modified mode [ 'test/directory.js', 509, 493 ]
2407 silly gunzTarPerm extractEntry .npmignore
2408 silly gunzTarPerm extractEntry README.md
2409 silly gunzTarPerm extractEntry apis/elastictranscoder-2012-09-25.waiters.json
2410 silly gunzTarPerm extractEntry apis/email-2010-12-01.min.json
2411 silly gunzTarPerm extractEntry test/arithmetic.js
2412 silly gunzTarPerm extractEntry test/buf.js
2413 silly gunzTarPerm extractEntry LICENSE
2414 silly gunzTarPerm extractEntry .travis.yml
2415 silly gunzTarPerm extractEntry lib/datetime.js
2416 silly gunzTarPerm extractEntry lib/mailparser.js
2417 silly gunzTarPerm extractEntry lib/streams.js
2418 silly gunzTarPerm extractEntry test/mailparser.js
2419 silly gunzTarPerm extractEntry test/nested.eml
2420 silly gunzTarPerm extractEntry apis/email-2010-12-01.paginators.json
2421 silly gunzTarPerm extractEntry apis/email-2010-12-01.waiters.json
2422 silly gunzTarPerm extractEntry apis/glacier-2012-06-01.min.json
2423 silly gunzTarPerm extractEntry apis/glacier-2012-06-01.paginators.json
2424 silly gunzTarPerm extractEntry test/cmp.js
2425 silly gunzTarPerm extractEntry test/create.js
2426 silly gunzTarPerm extractEntry test/gcd.js
2427 silly gunzTarPerm extractEntry test/bitwise.js
2428 silly gunzTarPerm extractEntry apis/autoscaling-2011-01-01.paginators.json
2429 silly gunzTarPerm extractEntry apis/iam-2010-05-08.min.json
2430 silly gunzTarPerm extractEntry test/mod.js
2431 silly gunzTarPerm extractEntry test/pow.js
2432 silly gunzTarPerm extractEntry apis/iam-2010-05-08.paginators.json
2433 silly gunzTarPerm extractEntry apis/importexport-2010-06-01.min.json
2434 silly gunzTarPerm extractEntry test/primes.js
2435 silly gunzTarPerm extractEntry test/rand.js
2436 silly gunzTarPerm extractEntry test/seed.js
2437 silly gunzTarPerm extractEntry test/bit_length.js
2438 silly gunzTarPerm extractEntry apis/importexport-2010-06-01.paginators.json
2439 silly gunzTarPerm extractEntry apis/kinesis-2013-12-02.min.json
2440 silly gunzTarPerm extractEntry test/route.js
2441 silly gunzTarPerm modified mode [ 'test/route.js', 509, 493 ]
2442 silly gunzTarPerm extractEntry test/utils.js
2443 silly gunzTarPerm modified mode [ 'test/utils.js', 509, 493 ]
2444 silly gunzTarPerm extractEntry test/shift.js
2445 silly gunzTarPerm extractEntry test/invertm.js
2446 silly lockFile fc4d6dd5-ot-npm-simplesmtp-0-3-33-package tar:///root/.npm/simplesmtp/0.3.33/package
2447 silly lockFile fc4d6dd5-ot-npm-simplesmtp-0-3-33-package tar:///root/.npm/simplesmtp/0.3.33/package
2448 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
2449 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
2450 verbose chmod /root/.npm/simplesmtp/0.3.33/package.tgz 644
2451 verbose chown /root/.npm/simplesmtp/0.3.33/package.tgz [ 0, 0 ]
2452 silly lockFile 746469e1-simplesmtp-simplesmtp-0-3-33-tgz https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz
2453 silly lockFile 746469e1-simplesmtp-simplesmtp-0-3-33-tgz https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz
2454 silly gunzTarPerm extractEntry wscript
2455 silly gunzTarPerm extractEntry apis/kinesis-2013-12-02.paginators.json
2456 silly gunzTarPerm extractEntry apis/logs-2014-03-28.min.json
2457 silly gunzTarPerm extractEntry apis/logs-2014-03-28.paginators.json
2458 silly gunzTarPerm extractEntry apis/metadata.json
2459 silly gunzTarPerm extractEntry apis/monitoring-2010-08-01.min.json
2460 silly gunzTarPerm extractEntry apis/monitoring-2010-08-01.paginators.json
2461 silly lockFile 129d1781-tar-root-npm-grunt-0-4-5-package tar:///root/.npm/grunt/0.4.5/package
2462 silly lockFile 129d1781-tar-root-npm-grunt-0-4-5-package tar:///root/.npm/grunt/0.4.5/package
2463 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
2464 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
2465 verbose chmod /root/.npm/grunt/0.4.5/package.tgz 644
2466 verbose chown /root/.npm/grunt/0.4.5/package.tgz [ 0, 0 ]
2467 silly lockFile ea6cf2d1--npmjs-org-grunt-grunt-0-4-5-tgz https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
2468 silly lockFile ea6cf2d1--npmjs-org-grunt-grunt-0-4-5-tgz https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz
2469 silly lockFile 0e3dabac-36349-0-5301321935839951-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
2470 silly lockFile 0e3dabac-36349-0-5301321935839951-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
2471 silly lockFile 0185c9fd-36349-0-5301321935839951-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/tmp.tgz
2472 silly lockFile 0185c9fd-36349-0-5301321935839951-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/tmp.tgz
2473 verbose tar pack [ '/root/.npm/hawk/2.3.0/package.tgz',
2473 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package' ]
2474 verbose tarball /root/.npm/hawk/2.3.0/package.tgz
2475 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
2476 silly lockFile 0e3dabac-36349-0-5301321935839951-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
2477 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package /root/.npm/0e3dabac-36349-0-5301321935839951-package.lock
2478 silly lockFile 12b69498--root-npm-hawk-2-3-0-package-tgz tar:///root/.npm/hawk/2.3.0/package.tgz
2479 verbose lock tar:///root/.npm/hawk/2.3.0/package.tgz /root/.npm/12b69498--root-npm-hawk-2-3-0-package-tgz.lock
2480 silly gunzTarPerm extractEntry test/router.js
2481 silly gunzTarPerm modified mode [ 'test/router.js', 509, 493 ]
2482 silly gunzTarPerm extractEntry test/cli.js
2483 silly gunzTarPerm modified mode [ 'test/cli.js', 509, 493 ]
2484 silly lockFile d72054f8-ar-root-npm-bigint-0-4-2-package tar:///root/.npm/bigint/0.4.2/package
2485 silly lockFile d72054f8-ar-root-npm-bigint-0-4-2-package tar:///root/.npm/bigint/0.4.2/package
2486 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
2487 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
2488 verbose chmod /root/.npm/bigint/0.4.2/package.tgz 644
2489 verbose chown /root/.npm/bigint/0.4.2/package.tgz [ 0, 0 ]
2490 silly lockFile 80a017d3-pmjs-org-bigint-bigint-0-4-2-tgz https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz
2491 silly lockFile 80a017d3-pmjs-org-bigint-bigint-0-4-2-tgz https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz
2492 silly gunzTarPerm extractEntry test/schema.js
2493 silly gunzTarPerm modified mode [ 'test/schema.js', 509, 493 ]
2494 silly gunzTarPerm extractEntry test/cache.js
2495 silly gunzTarPerm modified mode [ 'test/cache.js', 509, 493 ]
2496 silly gunzTarPerm extractEntry test/security.js
2497 silly gunzTarPerm modified mode [ 'test/security.js', 509, 493 ]
2498 silly gunzTarPerm extractEntry test/pack.js
2499 silly gunzTarPerm modified mode [ 'test/pack.js', 509, 493 ]
2500 silly lockFile 06cc8824-36364-0-9865598068572581-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
2501 silly lockFile 06cc8824-36364-0-9865598068572581-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
2502 silly lockFile b8b70346-36364-0-9865598068572581-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/tmp.tgz
2503 silly lockFile b8b70346-36364-0-9865598068572581-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/tmp.tgz
2504 silly gunzTarPerm extractEntry test/protect.js
2505 silly gunzTarPerm modified mode [ 'test/protect.js', 509, 493 ]
2506 silly gunzTarPerm extractEntry test/pack/--fail/package.json
2507 silly gunzTarPerm modified mode [ 'test/pack/--fail/package.json', 509, 493 ]
2508 verbose tar pack [ '/root/.npm/bunyan/1.2.0/package.tgz',
2508 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package' ]
2509 verbose tarball /root/.npm/bunyan/1.2.0/package.tgz
2510 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
2511 silly lockFile 06cc8824-36364-0-9865598068572581-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
2512 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package /root/.npm/06cc8824-36364-0-9865598068572581-package.lock
2513 silly lockFile e19c4117-oot-npm-bunyan-1-2-0-package-tgz tar:///root/.npm/bunyan/1.2.0/package.tgz
2514 verbose lock tar:///root/.npm/bunyan/1.2.0/package.tgz /root/.npm/e19c4117-oot-npm-bunyan-1-2-0-package-tgz.lock
2515 silly lockFile 65eddef8-6351-0-31167135993018746-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
2516 silly lockFile 65eddef8-6351-0-31167135993018746-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436351-0.31167135993018746/package
2517 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
2518 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
2519 silly gunzTarPerm extractEntry test/pack/--fail/lib/index.js
2520 silly gunzTarPerm modified mode [ 'test/pack/--fail/lib/index.js', 509, 493 ]
2521 silly gunzTarPerm extractEntry test/pack/--afterErr/package.json
2522 silly gunzTarPerm modified mode [ 'test/pack/--afterErr/package.json', 509, 493 ]
2523 silly lockFile 2f001ad5-root-npm-nock-0-48-1-package /root/.npm/nock/0.48.1/package
2524 verbose lock /root/.npm/nock/0.48.1/package /root/.npm/2f001ad5-root-npm-nock-0-48-1-package.lock
2525 silly lockFile 2f001ad5-root-npm-nock-0-48-1-package /root/.npm/nock/0.48.1/package
2526 silly lockFile 2f001ad5-root-npm-nock-0-48-1-package /root/.npm/nock/0.48.1/package
2527 verbose tar unpack /root/.npm/nock/0.48.1/package.tgz
2528 silly lockFile 61b2b5ba-tar-root-npm-nock-0-48-1-package tar:///root/.npm/nock/0.48.1/package
2529 verbose lock tar:///root/.npm/nock/0.48.1/package /root/.npm/61b2b5ba-tar-root-npm-nock-0-48-1-package.lock
2530 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
2531 verbose lock tar:///root/.npm/nock/0.48.1/package.tgz /root/.npm/6183ab71-root-npm-nock-0-48-1-package-tgz.lock
2532 silly gunzTarPerm modes [ '755', '644' ]
2533 silly gunzTarPerm extractEntry package.json
2534 silly gunzTarPerm extractEntry .npmignore
2535 silly gunzTarPerm extractEntry README.md
2536 silly lockFile b73a6e36-oot-npm-mailparser-0-4-6-package tar:///root/.npm/mailparser/0.4.6/package
2537 silly lockFile b73a6e36-oot-npm-mailparser-0-4-6-package tar:///root/.npm/mailparser/0.4.6/package
2538 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
2539 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
2540 verbose chmod /root/.npm/mailparser/0.4.6/package.tgz 644
2541 verbose chown /root/.npm/mailparser/0.4.6/package.tgz [ 0, 0 ]
2542 silly gunzTarPerm extractEntry index.js
2543 silly lockFile c8591a85--mailparser-mailparser-0-4-6-tgz https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz
2544 silly lockFile c8591a85--mailparser-mailparser-0-4-6-tgz https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz
2545 silly gunzTarPerm extractEntry .jshintrc
2546 silly gunzTarPerm extractEntry .travis.yml
2547 silly lockFile fc05edaa-436356-0-707370841410011-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
2548 silly lockFile fc05edaa-436356-0-707370841410011-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436356-0.707370841410011/package
2549 silly lockFile 2eedddcf--root-npm-tap-0-4-13-package-tgz tar:///root/.npm/tap/0.4.13/package.tgz
2550 silly lockFile 2eedddcf--root-npm-tap-0-4-13-package-tgz tar:///root/.npm/tap/0.4.13/package.tgz
2551 silly lockFile 9aeec9f4-6342-0-07754294155165553-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
2552 silly lockFile 9aeec9f4-6342-0-07754294155165553-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436342-0.07754294155165553/package
2553 silly lockFile 8d38309d-t-npm-request-2-45-0-package-tgz tar:///root/.npm/request/2.45.0/package.tgz
2554 silly lockFile 8d38309d-t-npm-request-2-45-0-package-tgz tar:///root/.npm/request/2.45.0/package.tgz
2555 silly gunzTarPerm extractEntry test/pack/--afterErr/index.js
2556 silly gunzTarPerm modified mode [ 'test/pack/--afterErr/index.js', 509, 493 ]
2557 silly gunzTarPerm extractEntry test/pack/--child/package.json
2558 silly gunzTarPerm modified mode [ 'test/pack/--child/package.json', 509, 493 ]
2559 silly lockFile 2540a1d4-root-npm-tap-0-4-13-package /root/.npm/tap/0.4.13/package
2560 verbose lock /root/.npm/tap/0.4.13/package /root/.npm/2540a1d4-root-npm-tap-0-4-13-package.lock
2561 silly lockFile 9b912c8f-root-npm-request-2-45-0-package /root/.npm/request/2.45.0/package
2562 verbose lock /root/.npm/request/2.45.0/package /root/.npm/9b912c8f-root-npm-request-2-45-0-package.lock
2563 silly lockFile 2540a1d4-root-npm-tap-0-4-13-package /root/.npm/tap/0.4.13/package
2564 silly lockFile 2540a1d4-root-npm-tap-0-4-13-package /root/.npm/tap/0.4.13/package
2565 verbose tar unpack /root/.npm/tap/0.4.13/package.tgz
2566 silly lockFile 8a99bfc8-tar-root-npm-tap-0-4-13-package tar:///root/.npm/tap/0.4.13/package
2567 verbose lock tar:///root/.npm/tap/0.4.13/package /root/.npm/8a99bfc8-tar-root-npm-tap-0-4-13-package.lock
2568 silly lockFile 2eedddcf--root-npm-tap-0-4-13-package-tgz tar:///root/.npm/tap/0.4.13/package.tgz
2569 verbose lock tar:///root/.npm/tap/0.4.13/package.tgz /root/.npm/2eedddcf--root-npm-tap-0-4-13-package-tgz.lock
2570 silly lockFile 9b912c8f-root-npm-request-2-45-0-package /root/.npm/request/2.45.0/package
2571 silly lockFile 9b912c8f-root-npm-request-2-45-0-package /root/.npm/request/2.45.0/package
2572 verbose tar unpack /root/.npm/request/2.45.0/package.tgz
2573 silly lockFile 30ce0a05--root-npm-request-2-45-0-package tar:///root/.npm/request/2.45.0/package
2574 verbose lock tar:///root/.npm/request/2.45.0/package /root/.npm/30ce0a05--root-npm-request-2-45-0-package.lock
2575 silly lockFile 8d38309d-t-npm-request-2-45-0-package-tgz tar:///root/.npm/request/2.45.0/package.tgz
2576 verbose lock tar:///root/.npm/request/2.45.0/package.tgz /root/.npm/8d38309d-t-npm-request-2-45-0-package-tgz.lock
2577 silly gunzTarPerm modes [ '755', '644' ]
2578 silly gunzTarPerm extractEntry test/pack/--child/lib/index.js
2579 silly gunzTarPerm modified mode [ 'test/pack/--child/lib/index.js', 509, 493 ]
2580 silly gunzTarPerm extractEntry test/pack/--context/package.json
2581 silly gunzTarPerm modified mode [ 'test/pack/--context/package.json', 509, 493 ]
2582 silly gunzTarPerm modes [ '755', '644' ]
2583 silly gunzTarPerm extractEntry package.json
2584 silly gunzTarPerm extractEntry package.json
2585 silly gunzTarPerm extractEntry .npmignore
2586 silly gunzTarPerm extractEntry README.md
2587 silly gunzTarPerm extractEntry .npmignore
2588 silly gunzTarPerm extractEntry README.md
2589 silly gunzTarPerm extractEntry LICENSE
2590 silly gunzTarPerm extractEntry bin/tap-http.js
2591 silly gunzTarPerm extractEntry assets/reply_file_1.txt
2592 silly gunzTarPerm extractEntry assets/reply_file_2.txt.gz
2593 silly gunzTarPerm extractEntry LICENSE
2594 silly gunzTarPerm extractEntry bin/tap-reader.js
2595 silly gunzTarPerm extractEntry bin/tap.js
2596 silly gunzTarPerm extractEntry lib/common.js
2597 silly gunzTarPerm extractEntry lib/delayed_body.js
2598 silly gunzTarPerm extractEntry index.js
2599 silly gunzTarPerm extractEntry request.js
2600 silly gunzTarPerm extractEntry test/pack/--context/lib/index.js
2601 silly gunzTarPerm modified mode [ 'test/pack/--context/lib/index.js', 509, 493 ]
2602 silly gunzTarPerm extractEntry test/pack/--custom/package.json
2603 silly gunzTarPerm modified mode [ 'test/pack/--custom/package.json', 509, 493 ]
2604 silly gunzTarPerm extractEntry AUTHORS
2605 silly gunzTarPerm extractEntry example/lib/math.js
2606 silly gunzTarPerm extractEntry example/test/test-example.js
2607 silly gunzTarPerm extractEntry lib/main.js
2608 silly gunzTarPerm extractEntry lib/tap-browser-harness.js
2609 silly gunzTarPerm extractEntry lib/tap-consumer.js
2610 silly gunzTarPerm extractEntry lib/tap-cov-html.js
2611 silly gunzTarPerm extractEntry lib/tap-assert.js
2612 silly gunzTarPerm extractEntry lib/tap-harness.js
2613 silly gunzTarPerm extractEntry lib/tap-producer.js
2614 silly gunzTarPerm extractEntry lib/tap-results.js
2615 silly gunzTarPerm extractEntry lib/tap-runner.js
2616 silly gunzTarPerm extractEntry lib/tap-test.js
2617 silly gunzTarPerm extractEntry lib/tap-global-harness.js
2618 silly gunzTarPerm extractEntry test-disabled/bailout.js
2619 silly gunzTarPerm extractEntry test-disabled/foo.js
2620 silly gunzTarPerm extractEntry test-disabled/t.js
2621 silly gunzTarPerm extractEntry test/buffer_compare.js
2622 silly gunzTarPerm extractEntry test/expose-gc-test.js
2623 silly gunzTarPerm extractEntry test/independent-timeouts.js
2624 silly gunzTarPerm extractEntry test/isolated-conf-test.js
2625 silly gunzTarPerm extractEntry test/meta-test.js
2626 silly gunzTarPerm extractEntry test/trivial-success.js
2627 silly gunzTarPerm extractEntry test/common.js
2628 silly gunzTarPerm extractEntry test/timeout.js
2629 silly gunzTarPerm extractEntry test/output-childtest-description.js
2630 silly gunzTarPerm extractEntry test/result-trap.js
2631 silly gunzTarPerm extractEntry test/segv.js
2632 silly gunzTarPerm extractEntry test/undefined_indented.js
2633 silly gunzTarPerm extractEntry test/simple-harness-test-with-plan.js
2634 silly gunzTarPerm extractEntry test/deep.js
2635 silly gunzTarPerm extractEntry test/simple-harness-test.js
2636 silly gunzTarPerm extractEntry test/debug-test.js
2637 silly gunzTarPerm extractEntry test/test-test.js
2638 silly gunzTarPerm extractEntry test/nested-test.js
2639 silly gunzTarPerm extractEntry test/valid-command.js
2640 silly gunzTarPerm extractEntry test/non-tap-output.js
2641 silly gunzTarPerm extractEntry test/not-executed.sh
2642 silly gunzTarPerm extractEntry test/executed.sh
2643 silly gunzTarPerm extractEntry test/end-exception/t.js
2644 silly gunzTarPerm extractEntry coverage-example/lib/bar.js
2645 silly gunzTarPerm extractEntry coverage-example/lib/foo.js
2646 silly gunzTarPerm extractEntry coverage-example/test/bar.test.js
2647 silly gunzTarPerm extractEntry coverage-example/test/baz.test.js
2648 silly gunzTarPerm extractEntry coverage-example/test/foo.test.js
2649 silly gunzTarPerm extractEntry lib/intercept.js
2650 silly gunzTarPerm extractEntry lib/match_body.js
2651 silly gunzTarPerm extractEntry test/pack/--custom/index.js
2652 silly gunzTarPerm modified mode [ 'test/pack/--custom/index.js', 509, 493 ]
2653 silly gunzTarPerm extractEntry test/pack/--deps1/package.json
2654 silly gunzTarPerm modified mode [ 'test/pack/--deps1/package.json', 509, 493 ]
2655 silly gunzTarPerm extractEntry lib/mixin.js
2656 silly gunzTarPerm extractEntry lib/recorder.js
2657 silly gunzTarPerm extractEntry lib/request_overrider.js
2658 silly gunzTarPerm extractEntry lib/scope.js
2659 silly gunzTarPerm extractEntry lib/socket.js
2660 silly gunzTarPerm extractEntry tests/test_.js
2661 silly gunzTarPerm extractEntry test/pack/--deps1/index.js
2662 silly gunzTarPerm modified mode [ 'test/pack/--deps1/index.js', 509, 493 ]
2663 silly gunzTarPerm extractEntry test/pack/--deps2/package.json
2664 silly gunzTarPerm modified mode [ 'test/pack/--deps2/package.json', 509, 493 ]
2665 silly lockFile 999f5d86-36361-0-5771613656543195-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
2666 silly lockFile 999f5d86-36361-0-5771613656543195-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
2667 silly lockFile 4e0cea59-36361-0-5771613656543195-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/tmp.tgz
2668 silly lockFile 4e0cea59-36361-0-5771613656543195-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/tmp.tgz
2669 verbose tar pack [ '/root/.npm/browserid-crypto/0.7.0/package.tgz',
2669 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package' ]
2670 verbose tarball /root/.npm/browserid-crypto/0.7.0/package.tgz
2671 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
2672 silly lockFile 999f5d86-36361-0-5771613656543195-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
2673 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package /root/.npm/999f5d86-36361-0-5771613656543195-package.lock
2674 silly lockFile 42ed933d-owserid-crypto-0-7-0-package-tgz tar:///root/.npm/browserid-crypto/0.7.0/package.tgz
2675 verbose lock tar:///root/.npm/browserid-crypto/0.7.0/package.tgz /root/.npm/42ed933d-owserid-crypto-0-7-0-package-tgz.lock
2676 silly gunzTarPerm extractEntry test/pack/--deps2/index.js
2677 silly gunzTarPerm modified mode [ 'test/pack/--deps2/index.js', 509, 493 ]
2678 silly gunzTarPerm extractEntry test/pack/--deps3/package.json
2679 silly gunzTarPerm modified mode [ 'test/pack/--deps3/package.json', 509, 493 ]
2680 silly gunzTarPerm extractEntry CONTRIBUTING.md
2681 silly gunzTarPerm extractEntry disabled.appveyor.yml
2682 silly gunzTarPerm extractEntry tests/test_aws_dynamo.js
2683 silly gunzTarPerm extractEntry tests/test_common.js
2684 silly gunzTarPerm extractEntry tests/test_intercept.js
2685 silly gunzTarPerm extractEntry tests/test_recorder.js
2686 silly gunzTarPerm extractEntry test/pack/--deps3/index.js
2687 silly gunzTarPerm modified mode [ 'test/pack/--deps3/index.js', 509, 493 ]
2688 silly gunzTarPerm extractEntry test/pack/--auth/package.json
2689 silly gunzTarPerm modified mode [ 'test/pack/--auth/package.json', 509, 493 ]
2690 silly gunzTarPerm extractEntry CHANGELOG.md
2691 silly gunzTarPerm extractEntry lib/cookies.js
2692 silly gunzTarPerm extractEntry test/pack/--auth/index.js
2693 silly gunzTarPerm modified mode [ 'test/pack/--auth/index.js', 509, 493 ]
2694 silly gunzTarPerm extractEntry test/pack/--handler/package.json
2695 silly gunzTarPerm modified mode [ 'test/pack/--handler/package.json', 509, 493 ]
2696 silly gunzTarPerm extractEntry lib/copy.js
2697 silly gunzTarPerm extractEntry lib/debug.js
2698 silly lockFile 567588e0-36331-0-5830377491656691-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
2699 silly lockFile 567588e0-36331-0-5830377491656691-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
2700 silly lockFile 6cabad8f-36331-0-5830377491656691-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/tmp.tgz
2701 silly lockFile 6cabad8f-36331-0-5830377491656691-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/tmp.tgz
2702 verbose tar pack [ '/root/.npm/joi/4.7.0/package.tgz',
2702 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package' ]
2703 verbose tarball /root/.npm/joi/4.7.0/package.tgz
2704 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
2705 silly lockFile 567588e0-36331-0-5830377491656691-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
2706 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package /root/.npm/567588e0-36331-0-5830377491656691-package.lock
2707 silly lockFile 57a8a342-r-root-npm-joi-4-7-0-package-tgz tar:///root/.npm/joi/4.7.0/package.tgz
2708 verbose lock tar:///root/.npm/joi/4.7.0/package.tgz /root/.npm/57a8a342-r-root-npm-joi-4-7-0-package-tgz.lock
2709 silly gunzTarPerm extractEntry test/pack/--handler/index.js
2710 silly gunzTarPerm modified mode [ 'test/pack/--handler/index.js', 509, 493 ]
2711 silly gunzTarPerm extractEntry test/pack/--handler/assets/test.txt
2712 silly gunzTarPerm modified mode [ 'test/pack/--handler/assets/test.txt', 436, 420 ]
2713 silly gunzTarPerm extractEntry test/pack/--loaded/package.json
2714 silly gunzTarPerm modified mode [ 'test/pack/--loaded/package.json', 436, 420 ]
2715 silly gunzTarPerm extractEntry test/pack/--loaded/lib/index.js
2716 silly gunzTarPerm modified mode [ 'test/pack/--loaded/lib/index.js', 509, 493 ]
2717 silly gunzTarPerm extractEntry test/pack/--options/package.json
2718 silly gunzTarPerm modified mode [ 'test/pack/--options/package.json', 436, 420 ]
2719 silly gunzTarPerm extractEntry test/pack/--options/lib/index.js
2720 silly gunzTarPerm modified mode [ 'test/pack/--options/lib/index.js', 436, 420 ]
2721 silly gunzTarPerm extractEntry test/pack/--skip/package.json
2722 silly gunzTarPerm modified mode [ 'test/pack/--skip/package.json', 509, 493 ]
2723 silly gunzTarPerm extractEntry test/pack/--skip/lib/index.js
2724 silly gunzTarPerm modified mode [ 'test/pack/--skip/lib/index.js', 509, 493 ]
2725 silly gunzTarPerm extractEntry test/pack/--test1/package.json
2726 silly gunzTarPerm modified mode [ 'test/pack/--test1/package.json', 509, 493 ]
2727 silly gunzTarPerm extractEntry test/pack/--test1/lib/index.js
2728 silly gunzTarPerm modified mode [ 'test/pack/--test1/lib/index.js', 509, 493 ]
2729 silly gunzTarPerm extractEntry lib/helpers.js
2730 silly gunzTarPerm extractEntry lib/optional.js
2731 silly gunzTarPerm extractEntry .travis.yml
2732 silly gunzTarPerm extractEntry release.sh
2733 silly gunzTarPerm extractEntry .eslintrc
2734 silly gunzTarPerm extractEntry test/pack/--test2/package.json
2735 silly gunzTarPerm modified mode [ 'test/pack/--test2/package.json', 509, 493 ]
2736 silly gunzTarPerm extractEntry test/pack/--test2/lib/index.js
2737 silly gunzTarPerm modified mode [ 'test/pack/--test2/lib/index.js', 509, 493 ]
2738 silly gunzTarPerm extractEntry test/pack/--views/package.json
2739 silly gunzTarPerm modified mode [ 'test/pack/--views/package.json', 509, 493 ]
2740 silly gunzTarPerm extractEntry test/pack/--views/lib/index.js
2741 silly gunzTarPerm modified mode [ 'test/pack/--views/lib/index.js', 509, 493 ]
2742 silly gunzTarPerm extractEntry test/pack/--views/templates/test.html
2743 silly gunzTarPerm modified mode [ 'test/pack/--views/templates/test.html', 509, 493 ]
2744 silly gunzTarPerm extractEntry test/file/image.jpg
2745 silly gunzTarPerm modified mode [ 'test/file/image.jpg', 509, 493 ]
2746 silly gunzTarPerm extractEntry test/file/image.png
2747 silly gunzTarPerm modified mode [ 'test/file/image.png', 509, 493 ]
2748 silly gunzTarPerm extractEntry test/file/image.png.gz
2749 silly gunzTarPerm modified mode [ 'test/file/image.png.gz', 509, 493 ]
2750 silly gunzTarPerm extractEntry test/file/note.txt
2751 silly gunzTarPerm modified mode [ 'test/file/note.txt', 436, 420 ]
2752 silly gunzTarPerm extractEntry test/templates/test.html
2753 silly gunzTarPerm modified mode [ 'test/templates/test.html', 509, 493 ]
2754 silly gunzTarPerm extractEntry test/directory/.dot/index.html
2755 silly gunzTarPerm modified mode [ 'test/directory/.dot/index.html', 509, 493 ]
2756 silly gunzTarPerm extractEntry test/directory/index.html
2757 silly gunzTarPerm modified mode [ 'test/directory/index.html', 509, 493 ]
2758 silly gunzTarPerm extractEntry test/directory/invalid/index.html/do-not-delete
2759 silly gunzTarPerm modified mode [ 'test/directory/invalid/index.html/do-not-delete', 509, 493 ]
2760 silly gunzTarPerm extractEntry test/directory/subdir/sub subdir=/subsubsubdir/test.txt
2761 silly gunzTarPerm modified mode [ 'test/directory/subdir/sub subdir=/subsubsubdir/test.txt',
2761 silly gunzTarPerm 436,
2761 silly gunzTarPerm 420 ]
2762 silly gunzTarPerm extractEntry test/directory/subdir/sub subdir=/test$.json
2763 silly gunzTarPerm modified mode [ 'test/directory/subdir/sub subdir=/test$.json', 436, 420 ]
2764 silly lockFile 61b2b5ba-tar-root-npm-nock-0-48-1-package tar:///root/.npm/nock/0.48.1/package
2765 silly lockFile 61b2b5ba-tar-root-npm-nock-0-48-1-package tar:///root/.npm/nock/0.48.1/package
2766 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
2767 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
2768 verbose chmod /root/.npm/nock/0.48.1/package.tgz 644
2769 verbose chown /root/.npm/nock/0.48.1/package.tgz [ 0, 0 ]
2770 silly lockFile 527b9661-y-npmjs-org-nock-nock-0-48-1-tgz https://registry.npmjs.org/nock/-/nock-0.48.1.tgz
2771 silly lockFile 527b9661-y-npmjs-org-nock-nock-0-48-1-tgz https://registry.npmjs.org/nock/-/nock-0.48.1.tgz
2772 silly gunzTarPerm extractEntry apis/opsworks-2013-02-18.min.json
2773 silly gunzTarPerm extractEntry apis/opsworks-2013-02-18.paginators.json
2774 silly gunzTarPerm extractEntry apis/rds-2013-01-10.min.json
2775 silly gunzTarPerm extractEntry apis/rds-2013-01-10.paginators.json
2776 silly gunzTarPerm extractEntry apis/rds-2013-02-12.min.json
2777 silly gunzTarPerm extractEntry apis/rds-2013-02-12.paginators.json
2778 silly gunzTarPerm extractEntry test/directory/subdir/subsubdir/placeholder
2779 silly gunzTarPerm modified mode [ 'test/directory/subdir/subsubdir/placeholder', 509, 493 ]
2780 silly gunzTarPerm extractEntry test/directory/subdir/test.txt
2781 silly gunzTarPerm modified mode [ 'test/directory/subdir/test.txt', 509, 493 ]
2782 silly lockFile 30ce0a05--root-npm-request-2-45-0-package tar:///root/.npm/request/2.45.0/package
2783 silly lockFile 30ce0a05--root-npm-request-2-45-0-package tar:///root/.npm/request/2.45.0/package
2784 silly lockFile 8d38309d-t-npm-request-2-45-0-package-tgz tar:///root/.npm/request/2.45.0/package.tgz
2785 silly lockFile 8d38309d-t-npm-request-2-45-0-package-tgz tar:///root/.npm/request/2.45.0/package.tgz
2786 verbose chmod /root/.npm/request/2.45.0/package.tgz 644
2787 verbose chown /root/.npm/request/2.45.0/package.tgz [ 0, 0 ]
2788 silly lockFile 9d53e79c-s-org-request-request-2-45-0-tgz https://registry.npmjs.org/request/-/request-2.45.0.tgz
2789 silly lockFile 9d53e79c-s-org-request-request-2-45-0-tgz https://registry.npmjs.org/request/-/request-2.45.0.tgz
2790 info already installed request@2.45.0
2791 silly lockFile 0e3dabac-36349-0-5301321935839951-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
2792 silly lockFile 0e3dabac-36349-0-5301321935839951-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436349-0.5301321935839951/package
2793 silly lockFile 12b69498--root-npm-hawk-2-3-0-package-tgz tar:///root/.npm/hawk/2.3.0/package.tgz
2794 silly lockFile 12b69498--root-npm-hawk-2-3-0-package-tgz tar:///root/.npm/hawk/2.3.0/package.tgz
2795 silly gunzTarPerm extractEntry test/.hidden
2796 silly gunzTarPerm modified mode [ 'test/.hidden', 500, 484 ]
2797 silly lockFile 4c1c3df8-root-npm-hawk-2-3-0-package /root/.npm/hawk/2.3.0/package
2798 verbose lock /root/.npm/hawk/2.3.0/package /root/.npm/4c1c3df8-root-npm-hawk-2-3-0-package.lock
2799 silly lockFile 4c1c3df8-root-npm-hawk-2-3-0-package /root/.npm/hawk/2.3.0/package
2800 silly lockFile 4c1c3df8-root-npm-hawk-2-3-0-package /root/.npm/hawk/2.3.0/package
2801 silly lockFile 8a99bfc8-tar-root-npm-tap-0-4-13-package tar:///root/.npm/tap/0.4.13/package
2802 silly lockFile 8a99bfc8-tar-root-npm-tap-0-4-13-package tar:///root/.npm/tap/0.4.13/package
2803 verbose tar unpack /root/.npm/hawk/2.3.0/package.tgz
2804 silly lockFile 37f3b50a-tar-root-npm-hawk-2-3-0-package tar:///root/.npm/hawk/2.3.0/package
2805 verbose lock tar:///root/.npm/hawk/2.3.0/package /root/.npm/37f3b50a-tar-root-npm-hawk-2-3-0-package.lock
2806 silly lockFile 12b69498--root-npm-hawk-2-3-0-package-tgz tar:///root/.npm/hawk/2.3.0/package.tgz
2807 verbose lock tar:///root/.npm/hawk/2.3.0/package.tgz /root/.npm/12b69498--root-npm-hawk-2-3-0-package-tgz.lock
2808 silly lockFile 2eedddcf--root-npm-tap-0-4-13-package-tgz tar:///root/.npm/tap/0.4.13/package.tgz
2809 silly lockFile 2eedddcf--root-npm-tap-0-4-13-package-tgz tar:///root/.npm/tap/0.4.13/package.tgz
2810 silly gunzTarPerm modes [ '755', '644' ]
2811 verbose chmod /root/.npm/tap/0.4.13/package.tgz 644
2812 verbose chown /root/.npm/tap/0.4.13/package.tgz [ 0, 0 ]
2813 silly lockFile f0aea57d-try-npmjs-org-tap-tap-0-4-13-tgz https://registry.npmjs.org/tap/-/tap-0.4.13.tgz
2814 silly lockFile f0aea57d-try-npmjs-org-tap-tap-0-4-13-tgz https://registry.npmjs.org/tap/-/tap-0.4.13.tgz
2815 info already installed tap@0.4.13
2816 silly gunzTarPerm extractEntry package.json
2817 silly gunzTarPerm extractEntry apis/rds-2013-09-09.min.json
2818 silly gunzTarPerm extractEntry apis/rds-2013-09-09.paginators.json
2819 silly gunzTarPerm extractEntry .npmignore
2820 silly gunzTarPerm extractEntry README.md
2821 silly gunzTarPerm extractEntry apis/rds-2013-09-09.waiters.json
2822 silly gunzTarPerm extractEntry apis/rds-2014-09-01.min.json
2823 silly gunzTarPerm extractEntry LICENSE
2824 silly gunzTarPerm extractEntry index.js
2825 silly gunzTarPerm extractEntry component.json
2826 silly gunzTarPerm extractEntry apis/rds-2014-09-01.paginators.json
2827 silly gunzTarPerm extractEntry apis/rds-2014-09-01.waiters.json
2828 silly gunzTarPerm extractEntry apis/redshift-2012-12-01.min.json
2829 silly gunzTarPerm extractEntry apis/redshift-2012-12-01.paginators.json
2830 silly gunzTarPerm extractEntry .travis.yml
2831 silly gunzTarPerm extractEntry images/hawk.png
2832 silly gunzTarPerm extractEntry images/logo.png
2833 silly gunzTarPerm extractEntry Makefile
2834 silly gunzTarPerm extractEntry lib/browser.js
2835 silly gunzTarPerm extractEntry lib/client.js
2836 silly gunzTarPerm extractEntry lib/crypto.js
2837 silly gunzTarPerm extractEntry lib/index.js
2838 silly gunzTarPerm extractEntry lib/server.js
2839 silly gunzTarPerm extractEntry lib/utils.js
2840 silly gunzTarPerm extractEntry test/browser.js
2841 silly gunzTarPerm extractEntry test/client.js
2842 silly gunzTarPerm extractEntry test/crypto.js
2843 silly gunzTarPerm extractEntry test/index.js
2844 silly gunzTarPerm extractEntry test/message.js
2845 silly gunzTarPerm extractEntry test/readme.js
2846 silly gunzTarPerm extractEntry test/server.js
2847 silly gunzTarPerm extractEntry test/uri.js
2848 silly gunzTarPerm extractEntry test/utils.js
2849 silly gunzTarPerm extractEntry example/usage.js
2850 silly gunzTarPerm extractEntry apis/redshift-2012-12-01.waiters.json
2851 silly gunzTarPerm extractEntry apis/route53-2013-04-01.min.json
2852 silly gunzTarPerm extractEntry apis/route53-2013-04-01.paginators.json
2853 silly gunzTarPerm extractEntry apis/route53domains-2014-05-15.min.json
2854 silly lockFile 06cc8824-36364-0-9865598068572581-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
2855 silly lockFile 06cc8824-36364-0-9865598068572581-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436364-0.9865598068572581/package
2856 silly lockFile e19c4117-oot-npm-bunyan-1-2-0-package-tgz tar:///root/.npm/bunyan/1.2.0/package.tgz
2857 silly lockFile e19c4117-oot-npm-bunyan-1-2-0-package-tgz tar:///root/.npm/bunyan/1.2.0/package.tgz
2858 silly lockFile 65e14512-root-npm-bunyan-1-2-0-package /root/.npm/bunyan/1.2.0/package
2859 verbose lock /root/.npm/bunyan/1.2.0/package /root/.npm/65e14512-root-npm-bunyan-1-2-0-package.lock
2860 silly lockFile 65e14512-root-npm-bunyan-1-2-0-package /root/.npm/bunyan/1.2.0/package
2861 silly lockFile 65e14512-root-npm-bunyan-1-2-0-package /root/.npm/bunyan/1.2.0/package
2862 verbose tar unpack /root/.npm/bunyan/1.2.0/package.tgz
2863 silly lockFile ed333a87-ar-root-npm-bunyan-1-2-0-package tar:///root/.npm/bunyan/1.2.0/package
2864 verbose lock tar:///root/.npm/bunyan/1.2.0/package /root/.npm/ed333a87-ar-root-npm-bunyan-1-2-0-package.lock
2865 silly lockFile e19c4117-oot-npm-bunyan-1-2-0-package-tgz tar:///root/.npm/bunyan/1.2.0/package.tgz
2866 verbose lock tar:///root/.npm/bunyan/1.2.0/package.tgz /root/.npm/e19c4117-oot-npm-bunyan-1-2-0-package-tgz.lock
2867 silly gunzTarPerm modes [ '755', '644' ]
2868 silly gunzTarPerm extractEntry package.json
2869 silly gunzTarPerm extractEntry .npmignore
2870 silly gunzTarPerm extractEntry README.md
2871 silly gunzTarPerm extractEntry apis/s3-2006-03-01.min.json
2872 silly gunzTarPerm extractEntry apis/s3-2006-03-01.paginators.json
2873 silly gunzTarPerm extractEntry CHANGES.md
2874 silly gunzTarPerm extractEntry apis/s3-2006-03-01.waiters.json
2875 silly gunzTarPerm extractEntry apis/sdb-2009-04-15.min.json
2876 silly gunzTarPerm extractEntry LICENSE.txt
2877 silly gunzTarPerm extractEntry Makefile
2878 silly lockFile 999f5d86-36361-0-5771613656543195-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
2879 silly lockFile 999f5d86-36361-0-5771613656543195-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436361-0.5771613656543195/package
2880 silly lockFile 42ed933d-owserid-crypto-0-7-0-package-tgz tar:///root/.npm/browserid-crypto/0.7.0/package.tgz
2881 silly lockFile 42ed933d-owserid-crypto-0-7-0-package-tgz tar:///root/.npm/browserid-crypto/0.7.0/package.tgz
2882 silly lockFile 8d3ce8e6-m-browserid-crypto-0-7-0-package /root/.npm/browserid-crypto/0.7.0/package
2883 verbose lock /root/.npm/browserid-crypto/0.7.0/package /root/.npm/8d3ce8e6-m-browserid-crypto-0-7-0-package.lock
2884 silly gunzTarPerm extractEntry apis/sdb-2009-04-15.paginators.json
2885 silly lockFile 8d3ce8e6-m-browserid-crypto-0-7-0-package /root/.npm/browserid-crypto/0.7.0/package
2886 silly lockFile 8d3ce8e6-m-browserid-crypto-0-7-0-package /root/.npm/browserid-crypto/0.7.0/package
2887 verbose tar unpack /root/.npm/browserid-crypto/0.7.0/package.tgz
2888 silly lockFile f6bdfa2d-m-browserid-crypto-0-7-0-package tar:///root/.npm/browserid-crypto/0.7.0/package
2889 verbose lock tar:///root/.npm/browserid-crypto/0.7.0/package /root/.npm/f6bdfa2d-m-browserid-crypto-0-7-0-package.lock
2890 silly lockFile 42ed933d-owserid-crypto-0-7-0-package-tgz tar:///root/.npm/browserid-crypto/0.7.0/package.tgz
2891 verbose lock tar:///root/.npm/browserid-crypto/0.7.0/package.tgz /root/.npm/42ed933d-owserid-crypto-0-7-0-package-tgz.lock
2892 silly gunzTarPerm modes [ '755', '644' ]
2893 silly gunzTarPerm extractEntry apis/sns-2010-03-31.min.json
2894 silly gunzTarPerm extractEntry apis/sns-2010-03-31.paginators.json
2895 silly gunzTarPerm extractEntry package.json
2896 silly gunzTarPerm extractEntry .npmignore
2897 silly gunzTarPerm extractEntry README.md
2898 silly gunzTarPerm extractEntry apis/sqs-2012-11-05.min.json
2899 silly gunzTarPerm extractEntry apis/sqs-2012-11-05.paginators.json
2900 silly gunzTarPerm extractEntry LICENSE
2901 silly gunzTarPerm extractEntry bundle-prelim.js
2902 silly gunzTarPerm extractEntry bundle.js
2903 silly gunzTarPerm extractEntry index.js
2904 silly gunzTarPerm extractEntry AUTHORS
2905 silly gunzTarPerm extractEntry TODO.md
2906 silly gunzTarPerm extractEntry apis/storagegateway-2013-06-30.min.json
2907 silly gunzTarPerm extractEntry apis/storagegateway-2013-06-30.paginators.json
2908 silly gunzTarPerm extractEntry apis/sts-2011-06-15.min.json
2909 silly gunzTarPerm extractEntry apis/support-2013-04-15.min.json
2910 silly gunzTarPerm extractEntry test-timing.js
2911 silly gunzTarPerm extractEntry bundle.sh
2912 silly gunzTarPerm extractEntry apis/support-2013-04-15.paginators.json
2913 silly gunzTarPerm extractEntry apis/swf-2012-01-25.min.json
2914 silly gunzTarPerm extractEntry .travis.yml
2915 silly gunzTarPerm extractEntry bin/check-cert.js
2916 silly gunzTarPerm extractEntry bin/convert-bigint.js
2917 silly gunzTarPerm extractEntry bin/generate-sample-data.js
2918 silly gunzTarPerm extractEntry apis/swf-2012-01-25.paginators.json
2919 silly gunzTarPerm extractEntry .jshintrc
2920 silly gunzTarPerm extractEntry bin/bunyan
2921 silly gunzTarPerm extractEntry docs/bunyan.1
2922 silly gunzTarPerm extractEntry bin/certify
2923 silly gunzTarPerm extractEntry bin/check-assertion
2924 silly gunzTarPerm extractEntry UPGRADING.md
2925 silly gunzTarPerm extractEntry CONTRIBUTING.md
2926 silly gunzTarPerm extractEntry bin/generate-keypair
2927 silly gunzTarPerm extractEntry lib/assertion.js
2928 silly gunzTarPerm extractEntry docs/bunyan.1.html
2929 silly gunzTarPerm extractEntry docs/bunyan.1.ronn
2930 silly gunzTarPerm extractEntry bower.json
2931 silly gunzTarPerm extractEntry dist-tools/browser-builder.js
2932 silly gunzTarPerm extractEntry lib/cert.js
2933 silly gunzTarPerm extractEntry lib/error.js
2934 silly gunzTarPerm extractEntry docs/img/bunyan.browserify.png
2935 silly gunzTarPerm extractEntry lib/jwcrypto.js
2936 silly gunzTarPerm extractEntry lib/rng.js
2937 silly gunzTarPerm extractEntry lib/utils.js
2938 silly gunzTarPerm extractEntry lib/algs/ds.js
2939 silly gunzTarPerm extractEntry docs/index.html
2940 silly gunzTarPerm extractEntry lib/algs/index.js
2941 silly gunzTarPerm extractEntry lib/algs/rs.js
2942 silly gunzTarPerm extractEntry lib/bunyan.js
2943 silly gunzTarPerm extractEntry libs/bigint-patch.js
2944 silly gunzTarPerm extractEntry libs/exports.js
2945 silly gunzTarPerm extractEntry libs/exports_minimal.js
2946 silly gunzTarPerm extractEntry libs/preliminaries.js
2947 silly gunzTarPerm extractEntry libs/jsbn-patch.js
2948 silly gunzTarPerm extractEntry libs/rsa-pem-patch.js
2949 silly gunzTarPerm extractEntry dist-tools/service-collector.js
2950 silly gunzTarPerm extractEntry dist-tools/transform.js
2951 silly gunzTarPerm extractEntry libs/dependencies.txt
2952 silly gunzTarPerm extractEntry libs/minimal_package.txt
2953 silly gunzTarPerm extractEntry LICENSE.txt
2954 silly gunzTarPerm extractEntry lib/api_loader.js
2955 silly gunzTarPerm extractEntry libs/package.sh
2956 silly gunzTarPerm extractEntry libs/package.txt
2957 silly gunzTarPerm extractEntry lib/http.js
2958 silly gunzTarPerm extractEntry lib/metadata_service.js
2959 silly gunzTarPerm extractEntry libs/external/asn1hex.js
2960 silly gunzTarPerm extractEntry libs/external/jsbn.js
2961 silly gunzTarPerm extractEntry lib/param_validator.js
2962 silly gunzTarPerm extractEntry lib/event_listeners.js
2963 silly gunzTarPerm extractEntry libs/external/jsbn2-optimized.js
2964 silly gunzTarPerm extractEntry libs/external/jsbn2.js
2965 silly gunzTarPerm extractEntry libs/external/prng4.js
2966 silly gunzTarPerm extractEntry libs/external/jsbn-optimized.js
2967 silly gunzTarPerm extractEntry lib/region_config.js
2968 silly gunzTarPerm extractEntry lib/request.js
2969 silly gunzTarPerm extractEntry lib/resource_waiter.js
2970 silly gunzTarPerm extractEntry libs/external/rsa-pem.js
2971 silly gunzTarPerm extractEntry libs/external/rsa-sign.js
2972 silly gunzTarPerm extractEntry libs/external/rsa.js
2973 silly gunzTarPerm extractEntry libs/external/rsa2.js
2974 silly gunzTarPerm extractEntry lib/response.js
2975 silly gunzTarPerm extractEntry lib/sequential_executor.js
2976 silly gunzTarPerm extractEntry libs/external/sha1.js
2977 silly gunzTarPerm extractEntry libs/external/base64.js
2978 silly gunzTarPerm extractEntry lib/credentials.js
2979 silly gunzTarPerm extractEntry lib/service.js
2980 silly gunzTarPerm extractEntry lib/core.js
2981 silly gunzTarPerm extractEntry lib/services.js
2982 silly gunzTarPerm extractEntry libs/external/sjcl.js
2983 silly gunzTarPerm extractEntry libs/external/base64-shim.js
2984 silly gunzTarPerm extractEntry lib/config.js
2985 silly gunzTarPerm extractEntry lib/state_machine.js
2986 silly gunzTarPerm extractEntry libs/external/x509.js
2987 silly gunzTarPerm extractEntry libs/external/rng.js
2988 silly gunzTarPerm extractEntry lib/browser.js
2989 silly gunzTarPerm extractEntry lib/util.js
2990 silly lockFile 567588e0-36331-0-5830377491656691-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
2991 silly lockFile 567588e0-36331-0-5830377491656691-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436331-0.5830377491656691/package
2992 silly lockFile 57a8a342-r-root-npm-joi-4-7-0-package-tgz tar:///root/.npm/joi/4.7.0/package.tgz
2993 silly lockFile 57a8a342-r-root-npm-joi-4-7-0-package-tgz tar:///root/.npm/joi/4.7.0/package.tgz
2994 silly gunzTarPerm extractEntry libs/load.sh
2995 silly gunzTarPerm extractEntry ChangeLog
2996 silly lockFile f0ba63a0-root-npm-joi-4-7-0-package /root/.npm/joi/4.7.0/package
2997 verbose lock /root/.npm/joi/4.7.0/package /root/.npm/f0ba63a0-root-npm-joi-4-7-0-package.lock
2998 silly lockFile f0ba63a0-root-npm-joi-4-7-0-package /root/.npm/joi/4.7.0/package
2999 silly lockFile f0ba63a0-root-npm-joi-4-7-0-package /root/.npm/joi/4.7.0/package
3000 verbose tar unpack /root/.npm/joi/4.7.0/package.tgz
3001 silly lockFile 1c5bf5a2-tar-root-npm-joi-4-7-0-package tar:///root/.npm/joi/4.7.0/package
3002 verbose lock tar:///root/.npm/joi/4.7.0/package /root/.npm/1c5bf5a2-tar-root-npm-joi-4-7-0-package.lock
3003 silly lockFile 57a8a342-r-root-npm-joi-4-7-0-package-tgz tar:///root/.npm/joi/4.7.0/package.tgz
3004 verbose lock tar:///root/.npm/joi/4.7.0/package.tgz /root/.npm/57a8a342-r-root-npm-joi-4-7-0-package-tgz.lock
3005 silly gunzTarPerm modes [ '755', '644' ]
3006 silly gunzTarPerm extractEntry scripts/bundle.js
3007 silly gunzTarPerm extractEntry scripts/package.js
3008 silly gunzTarPerm extractEntry package.json
3009 silly gunzTarPerm extractEntry .npmignore
3010 silly gunzTarPerm extractEntry README.md
3011 silly gunzTarPerm extractEntry test/assertion-test.js
3012 silly gunzTarPerm extractEntry test/cert-test.js
3013 silly gunzTarPerm extractEntry LICENSE
3014 silly gunzTarPerm extractEntry test/format-test.js
3015 silly gunzTarPerm extractEntry test/jshint-test.js
3016 silly gunzTarPerm extractEntry index.js
3017 silly gunzTarPerm extractEntry CONTRIBUTING.md
3018 silly gunzTarPerm extractEntry test/jwcrypto-test.js
3019 silly gunzTarPerm extractEntry test/rng-test.js
3020 silly gunzTarPerm extractEntry test/utils-test.js
3021 silly gunzTarPerm extractEntry test/utils.js
3022 silly gunzTarPerm extractEntry test/vectors-test.js
3023 silly gunzTarPerm extractEntry .jshintrc
3024 silly gunzTarPerm extractEntry test.html
3025 silly gunzTarPerm extractEntry test2.html
3026 silly gunzTarPerm extractEntry lib/aws.js
3027 silly gunzTarPerm extractEntry lib/model/api.js
3028 silly gunzTarPerm extractEntry lib/model/collection.js
3029 silly gunzTarPerm extractEntry lib/model/operation.js
3030 silly gunzTarPerm extractEntry Makefile
3031 silly gunzTarPerm extractEntry .travis.yml
3032 silly gunzTarPerm extractEntry examples/customMessage.js
3033 silly gunzTarPerm extractEntry examples/multipleWhen.js
3034 silly gunzTarPerm extractEntry images/joi.png
3035 silly gunzTarPerm extractEntry images/validation.png
3036 silly gunzTarPerm extractEntry lib/alternatives.js
3037 silly gunzTarPerm extractEntry lib/boolean.js
3038 silly gunzTarPerm extractEntry lib/cast.js
3039 silly gunzTarPerm extractEntry lib/date.js
3040 silly gunzTarPerm extractEntry lib/binary.js
3041 silly gunzTarPerm extractEntry lib/function.js
3042 silly gunzTarPerm extractEntry lib/index.js
3043 silly gunzTarPerm extractEntry lib/language.js
3044 silly gunzTarPerm extractEntry lib/model/paginator.js
3045 silly gunzTarPerm extractEntry lib/model/resource_waiter.js
3046 silly gunzTarPerm extractEntry lib/model/shape.js
3047 silly gunzTarPerm extractEntry lib/http/node.js
3048 silly gunzTarPerm extractEntry lib/http/xhr.js
3049 silly gunzTarPerm extractEntry lib/xml/browser_parser.js
3050 silly gunzTarPerm extractEntry lib/xml/builder.js
3051 silly gunzTarPerm extractEntry lib/xml/node_parser.js
3052 silly gunzTarPerm extractEntry lib/query/query_param_serializer.js
3053 silly gunzTarPerm extractEntry lib/services/cloudsearchdomain.js
3054 silly gunzTarPerm extractEntry lib/services/dynamodb.js
3055 silly gunzTarPerm extractEntry lib/services/ec2.js
3056 silly gunzTarPerm extractEntry lib/services/elastictranscoder.js
3057 silly gunzTarPerm extractEntry lib/services/cognitoidentity.js
3058 silly gunzTarPerm extractEntry lib/services/route53.js
3059 silly gunzTarPerm extractEntry lib/services/s3.js
3060 silly gunzTarPerm extractEntry lib/services/sqs.js
3061 silly gunzTarPerm extractEntry lib/services/sts.js
3062 silly gunzTarPerm extractEntry lib/services/swf.js
3063 silly gunzTarPerm extractEntry lib/services/glacier.js
3064 silly gunzTarPerm extractEntry lib/json/builder.js
3065 silly gunzTarPerm extractEntry lib/json/parser.js
3066 silly gunzTarPerm extractEntry lib/signers/presign.js
3067 silly gunzTarPerm extractEntry lib/signers/request_signer.js
3068 silly gunzTarPerm extractEntry lib/signers/s3.js
3069 silly gunzTarPerm extractEntry lib/signers/v2.js
3070 silly gunzTarPerm extractEntry lib/signers/v3.js
3071 silly gunzTarPerm extractEntry lib/signers/v3https.js
3072 silly gunzTarPerm extractEntry lib/signers/v4.js
3073 silly gunzTarPerm extractEntry lib/region_config.json
3074 silly gunzTarPerm extractEntry lib/credentials/cognito_identity_credentials.js
3075 silly gunzTarPerm extractEntry lib/credentials/credential_provider_chain.js
3076 silly gunzTarPerm extractEntry lib/credentials/ec2_metadata_credentials.js
3077 silly gunzTarPerm extractEntry lib/credentials/environment_credentials.js
3078 silly gunzTarPerm extractEntry lib/credentials/file_system_credentials.js
3079 silly gunzTarPerm extractEntry lib/credentials/saml_credentials.js
3080 silly gunzTarPerm extractEntry lib/credentials/shared_ini_file_credentials.js
3081 silly gunzTarPerm extractEntry lib/credentials/temporary_credentials.js
3082 silly gunzTarPerm extractEntry lib/credentials/web_identity_credentials.js
3083 silly gunzTarPerm extractEntry lib/protocol/json.js
3084 silly gunzTarPerm extractEntry lib/protocol/query.js
3085 silly gunzTarPerm extractEntry lib/protocol/rest.js
3086 silly gunzTarPerm extractEntry lib/protocol/rest_json.js
3087 silly gunzTarPerm extractEntry lib/protocol/rest_xml.js
3088 silly gunzTarPerm extractEntry NOTICE.txt
3089 silly gunzTarPerm extractEntry scripts/console
3090 silly gunzTarPerm extractEntry scripts/lib/translator.js
3091 silly gunzTarPerm extractEntry scripts/translate-api
3092 silly gunzTarPerm extractEntry testem.json
3093 silly gunzTarPerm extractEntry lib/number.js
3094 silly gunzTarPerm extractEntry lib/object.js
3095 silly lockFile 37f3b50a-tar-root-npm-hawk-2-3-0-package tar:///root/.npm/hawk/2.3.0/package
3096 silly lockFile 37f3b50a-tar-root-npm-hawk-2-3-0-package tar:///root/.npm/hawk/2.3.0/package
3097 silly lockFile 12b69498--root-npm-hawk-2-3-0-package-tgz tar:///root/.npm/hawk/2.3.0/package.tgz
3098 silly lockFile 12b69498--root-npm-hawk-2-3-0-package-tgz tar:///root/.npm/hawk/2.3.0/package.tgz
3099 verbose chmod /root/.npm/hawk/2.3.0/package.tgz 644
3100 verbose chown /root/.npm/hawk/2.3.0/package.tgz [ 0, 0 ]
3101 silly lockFile b17b52ce-ry-npmjs-org-hawk-hawk-2-3-0-tgz https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz
3102 silly lockFile b17b52ce-ry-npmjs-org-hawk-hawk-2-3-0-tgz https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz
3103 info already installed hawk@2.3.0
3104 silly lockFile ed333a87-ar-root-npm-bunyan-1-2-0-package tar:///root/.npm/bunyan/1.2.0/package
3105 silly lockFile ed333a87-ar-root-npm-bunyan-1-2-0-package tar:///root/.npm/bunyan/1.2.0/package
3106 silly lockFile e19c4117-oot-npm-bunyan-1-2-0-package-tgz tar:///root/.npm/bunyan/1.2.0/package.tgz
3107 silly lockFile e19c4117-oot-npm-bunyan-1-2-0-package-tgz tar:///root/.npm/bunyan/1.2.0/package.tgz
3108 silly gunzTarPerm extractEntry lib/array.js
3109 silly gunzTarPerm extractEntry lib/ref.js
3110 verbose chmod /root/.npm/bunyan/1.2.0/package.tgz 644
3111 verbose chown /root/.npm/bunyan/1.2.0/package.tgz [ 0, 0 ]
3112 silly lockFile 2db40760-pmjs-org-bunyan-bunyan-1-2-0-tgz https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz
3113 silly lockFile 2db40760-pmjs-org-bunyan-bunyan-1-2-0-tgz https://registry.npmjs.org/bunyan/-/bunyan-1.2.0.tgz
3114 info already installed bunyan@1.2.0
3115 silly gunzTarPerm extractEntry lib/any.js
3116 silly gunzTarPerm extractEntry lib/string.js
3117 silly gunzTarPerm extractEntry lib/errors.js
3118 silly gunzTarPerm extractEntry AUTHORS
3119 silly gunzTarPerm extractEntry test/alternatives.js
3120 silly gunzTarPerm extractEntry test/binary.js
3121 silly gunzTarPerm extractEntry test/boolean.js
3122 silly gunzTarPerm extractEntry test/date.js
3123 silly gunzTarPerm extractEntry test/errors.js
3124 silly gunzTarPerm extractEntry test/array.js
3125 silly gunzTarPerm extractEntry test/helper.js
3126 silly gunzTarPerm extractEntry test/index.js
3127 silly gunzTarPerm extractEntry test/number.js
3128 silly gunzTarPerm extractEntry test/object.js
3129 silly gunzTarPerm extractEntry test/ref.js
3130 silly gunzTarPerm extractEntry test/any.js
3131 silly gunzTarPerm extractEntry test/string.js
3132 silly gunzTarPerm extractEntry test/function.js
3133 silly lockFile f6bdfa2d-m-browserid-crypto-0-7-0-package tar:///root/.npm/browserid-crypto/0.7.0/package
3134 silly lockFile f6bdfa2d-m-browserid-crypto-0-7-0-package tar:///root/.npm/browserid-crypto/0.7.0/package
3135 silly lockFile 42ed933d-owserid-crypto-0-7-0-package-tgz tar:///root/.npm/browserid-crypto/0.7.0/package.tgz
3136 silly lockFile 42ed933d-owserid-crypto-0-7-0-package-tgz tar:///root/.npm/browserid-crypto/0.7.0/package.tgz
3137 verbose chmod /root/.npm/browserid-crypto/0.7.0/package.tgz 644
3138 verbose chown /root/.npm/browserid-crypto/0.7.0/package.tgz [ 0, 0 ]
3139 silly lockFile 4abe4eca-rypto-browserid-crypto-0-7-0-tgz https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz
3140 silly lockFile 4abe4eca-rypto-browserid-crypto-0-7-0-tgz https://registry.npmjs.org/browserid-crypto/-/browserid-crypto-0.7.0.tgz
3141 info already installed browserid-crypto@0.7.0
3142 silly lockFile 1c5bf5a2-tar-root-npm-joi-4-7-0-package tar:///root/.npm/joi/4.7.0/package
3143 silly lockFile 1c5bf5a2-tar-root-npm-joi-4-7-0-package tar:///root/.npm/joi/4.7.0/package
3144 silly lockFile 57a8a342-r-root-npm-joi-4-7-0-package-tgz tar:///root/.npm/joi/4.7.0/package.tgz
3145 silly lockFile 57a8a342-r-root-npm-joi-4-7-0-package-tgz tar:///root/.npm/joi/4.7.0/package.tgz
3146 verbose chmod /root/.npm/joi/4.7.0/package.tgz 644
3147 verbose chown /root/.npm/joi/4.7.0/package.tgz [ 0, 0 ]
3148 silly lockFile 00161bb7-stry-npmjs-org-joi-joi-4-7-0-tgz https://registry.npmjs.org/joi/-/joi-4.7.0.tgz
3149 silly lockFile 00161bb7-stry-npmjs-org-joi-joi-4-7-0-tgz https://registry.npmjs.org/joi/-/joi-4.7.0.tgz
3150 info already installed joi@4.7.0
3151 silly lockFile 57420d8d-36328-0-5374668000731617-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
3152 silly lockFile 57420d8d-36328-0-5374668000731617-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
3153 silly lockFile ae4c1cd2-36328-0-5374668000731617-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/tmp.tgz
3154 silly lockFile ae4c1cd2-36328-0-5374668000731617-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/tmp.tgz
3155 verbose tar pack [ '/root/.npm/hapi/7.0.0/package.tgz',
3155 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package' ]
3156 verbose tarball /root/.npm/hapi/7.0.0/package.tgz
3157 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
3158 silly lockFile 57420d8d-36328-0-5374668000731617-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
3159 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package /root/.npm/57420d8d-36328-0-5374668000731617-package.lock
3160 silly lockFile 7fe27479--root-npm-hapi-7-0-0-package-tgz tar:///root/.npm/hapi/7.0.0/package.tgz
3161 verbose lock tar:///root/.npm/hapi/7.0.0/package.tgz /root/.npm/7fe27479--root-npm-hapi-7-0-0-package-tgz.lock
3162 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/tmp.tgz
3163 silly lockFile b84b91d0-36347-0-5642764146905392-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
3164 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package /root/.npm/b84b91d0-36347-0-5642764146905392-package.lock
3165 silly lockFile ea774533-36347-0-5642764146905392-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/tmp.tgz
3166 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/tmp.tgz /root/.npm/ea774533-36347-0-5642764146905392-tmp-tgz.lock
3167 silly gunzTarPerm modes [ '755', '644' ]
3168 silly gunzTarPerm extractEntry package.json
3169 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ]
3170 silly gunzTarPerm extractEntry README/COPYRIGHT
3171 silly gunzTarPerm modified mode [ 'README/COPYRIGHT', 436, 420 ]
3172 silly gunzTarPerm extractEntry README/INSTALL
3173 silly gunzTarPerm modified mode [ 'README/INSTALL', 436, 420 ]
3174 silly gunzTarPerm extractEntry README/bsd.txt
3175 silly gunzTarPerm modified mode [ 'README/bsd.txt', 436, 420 ]
3176 silly gunzTarPerm extractEntry README/gpl-2.0.txt
3177 silly gunzTarPerm modified mode [ 'README/gpl-2.0.txt', 436, 420 ]
3178 silly gunzTarPerm extractEntry README/gpl-3.0.txt
3179 silly gunzTarPerm modified mode [ 'README/gpl-3.0.txt', 436, 420 ]
3180 silly gunzTarPerm extractEntry README.md
3181 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ]
3182 silly gunzTarPerm extractEntry core.js
3183 silly gunzTarPerm modified mode [ 'core.js', 436, 420 ]
3184 silly gunzTarPerm extractEntry core_closure.js
3185 silly gunzTarPerm modified mode [ 'core_closure.js', 436, 420 ]
3186 silly gunzTarPerm extractEntry sjcl.js
3187 silly gunzTarPerm modified mode [ 'sjcl.js', 436, 420 ]
3188 silly gunzTarPerm extractEntry core/aes.js
3189 silly gunzTarPerm modified mode [ 'core/aes.js', 436, 420 ]
3190 silly gunzTarPerm extractEntry core/codecHex.js
3191 silly gunzTarPerm modified mode [ 'core/codecHex.js', 436, 420 ]
3192 silly gunzTarPerm extractEntry core/codecString.js
3193 silly gunzTarPerm modified mode [ 'core/codecString.js', 436, 420 ]
3194 silly gunzTarPerm extractEntry core/convenience.js
3195 silly gunzTarPerm modified mode [ 'core/convenience.js', 436, 420 ]
3196 silly gunzTarPerm extractEntry core/codecBytes.js
3197 silly gunzTarPerm modified mode [ 'core/codecBytes.js', 436, 420 ]
3198 silly gunzTarPerm extractEntry core/gcm.js
3199 silly gunzTarPerm modified mode [ 'core/gcm.js', 436, 420 ]
3200 silly gunzTarPerm extractEntry core/hmac.js
3201 silly gunzTarPerm modified mode [ 'core/hmac.js', 436, 420 ]
3202 silly gunzTarPerm extractEntry core/ocb2.js
3203 silly gunzTarPerm modified mode [ 'core/ocb2.js', 436, 420 ]
3204 silly gunzTarPerm extractEntry core/pbkdf2.js
3205 silly gunzTarPerm modified mode [ 'core/pbkdf2.js', 436, 420 ]
3206 silly gunzTarPerm extractEntry core/random.js
3207 silly gunzTarPerm modified mode [ 'core/random.js', 436, 420 ]
3208 silly gunzTarPerm extractEntry core/codecBase64.js
3209 silly gunzTarPerm modified mode [ 'core/codecBase64.js', 436, 420 ]
3210 silly gunzTarPerm extractEntry core/sha1.js
3211 silly gunzTarPerm modified mode [ 'core/sha1.js', 436, 420 ]
3212 silly gunzTarPerm extractEntry core/ccm.js
3213 silly gunzTarPerm modified mode [ 'core/ccm.js', 436, 420 ]
3214 silly gunzTarPerm extractEntry core/sha256.js
3215 silly gunzTarPerm modified mode [ 'core/sha256.js', 436, 420 ]
3216 silly gunzTarPerm extractEntry core/cbc.js
3217 silly gunzTarPerm modified mode [ 'core/cbc.js', 436, 420 ]
3218 silly gunzTarPerm extractEntry core/sha512.js
3219 silly gunzTarPerm modified mode [ 'core/sha512.js', 436, 420 ]
3220 silly gunzTarPerm extractEntry core/bn.js
3221 silly gunzTarPerm modified mode [ 'core/bn.js', 436, 420 ]
3222 silly gunzTarPerm extractEntry core/sjcl.js
3223 silly gunzTarPerm modified mode [ 'core/sjcl.js', 436, 420 ]
3224 silly gunzTarPerm extractEntry core/bitArray.js
3225 silly gunzTarPerm modified mode [ 'core/bitArray.js', 436, 420 ]
3226 silly gunzTarPerm extractEntry core/srp.js
3227 silly gunzTarPerm modified mode [ 'core/srp.js', 436, 420 ]
3228 silly gunzTarPerm extractEntry core/ecc.js
3229 silly gunzTarPerm modified mode [ 'core/ecc.js', 436, 420 ]
3230 silly gunzTarPerm extractEntry config.mk
3231 silly gunzTarPerm modified mode [ 'config.mk', 436, 420 ]
3232 silly gunzTarPerm extractEntry configure
3233 silly gunzTarPerm modified mode [ 'configure', 509, 493 ]
3234 silly gunzTarPerm extractEntry Makefile
3235 silly gunzTarPerm modified mode [ 'Makefile', 436, 420 ]
3236 silly gunzTarPerm extractEntry .travis.yml
3237 silly gunzTarPerm modified mode [ '.travis.yml', 436, 420 ]
3238 silly gunzTarPerm extractEntry bower.json
3239 silly gunzTarPerm modified mode [ 'bower.json', 436, 420 ]
3240 silly lockFile 33606f01-436336-0-505815909942612-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
3241 silly lockFile 33606f01-436336-0-505815909942612-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
3242 silly lockFile d530fc5c-436336-0-505815909942612-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/tmp.tgz
3243 silly lockFile d530fc5c-436336-0-505815909942612-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/tmp.tgz
3244 silly gunzTarPerm extractEntry demo/example.js
3245 silly gunzTarPerm modified mode [ 'demo/example.js', 436, 420 ]
3246 silly gunzTarPerm extractEntry demo/form.js
3247 silly gunzTarPerm modified mode [ 'demo/form.js', 436, 420 ]
3248 verbose tar pack [ '/root/.npm/p-promise/0.4.8/package.tgz',
3248 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package' ]
3249 verbose tarball /root/.npm/p-promise/0.4.8/package.tgz
3250 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
3251 silly lockFile 33606f01-436336-0-505815909942612-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
3252 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package /root/.npm/33606f01-436336-0-505815909942612-package.lock
3253 silly lockFile 3c12dac7--npm-p-promise-0-4-8-package-tgz tar:///root/.npm/p-promise/0.4.8/package.tgz
3254 verbose lock tar:///root/.npm/p-promise/0.4.8/package.tgz /root/.npm/3c12dac7--npm-p-promise-0-4-8-package-tgz.lock
3255 silly gunzTarPerm extractEntry demo/alpha-arrow.png
3256 silly gunzTarPerm modified mode [ 'demo/alpha-arrow.png', 436, 420 ]
3257 silly gunzTarPerm extractEntry demo/example.css
3258 silly gunzTarPerm modified mode [ 'demo/example.css', 436, 420 ]
3259 silly gunzTarPerm extractEntry demo/index.html
3260 silly gunzTarPerm modified mode [ 'demo/index.html', 436, 420 ]
3261 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/README.txt
3262 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/README.txt', 436, 420 ]
3263 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame.js
3264 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame.js', 436, 420 ]
3265 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/main.js
3266 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/main.js', 436, 420 ]
3267 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/run.js
3268 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/run.js', 436, 420 ]
3269 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test.js
3270 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test.js', 436, 420 ]
3271 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Chain.js
3272 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Chain.js', 436, 420 ]
3273 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Dumper.js
3274 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Dumper.js', 436, 420 ]
3275 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Hash.js
3276 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Hash.js', 436, 420 ]
3277 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Link.js
3278 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Link.js', 436, 420 ]
3279 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Namespace.js
3280 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Namespace.js', 436, 420 ]
3281 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Opt.js
3282 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Opt.js', 436, 420 ]
3283 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Reflection.js
3284 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Reflection.js', 436, 420 ]
3285 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/String.js
3286 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/String.js', 436, 420 ]
3287 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Testrun.js
3288 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/frame/Testrun.js', 436, 420 ]
3289 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/FOODOC.js
3290 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/handlers/FOODOC.js', 436, 420 ]
3291 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC.js
3292 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC.js', 509, 493 ]
3293 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/DomReader.js
3294 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/DomReader.js',
3294 silly gunzTarPerm 509,
3294 silly gunzTarPerm 493 ]
3295 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/XMLDoc.js
3296 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/XMLDoc.js',
3296 silly gunzTarPerm 509,
3296 silly gunzTarPerm 493 ]
3297 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/XMLParse.js
3298 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/XMLParse.js',
3298 silly gunzTarPerm 509,
3298 silly gunzTarPerm 493 ]
3299 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC.js
3300 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC.js', 436, 420 ]
3301 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/DocComment.js
3302 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/DocComment.js',
3302 silly gunzTarPerm 436,
3302 silly gunzTarPerm 420 ]
3303 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Lang.js
3304 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Lang.js', 436, 420 ]
3305 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Parser.js
3306 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Parser.js', 436, 420 ]
3307 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/PluginManager.js
3308 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/PluginManager.js',
3308 silly gunzTarPerm 436,
3308 silly gunzTarPerm 420 ]
3309 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/JsPlate.js
3310 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/JsPlate.js', 436, 420 ]
3311 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/SymbolSet.js
3312 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/SymbolSet.js',
3312 silly gunzTarPerm 436,
3312 silly gunzTarPerm 420 ]
3313 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TextStream.js
3314 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TextStream.js',
3314 silly gunzTarPerm 436,
3314 silly gunzTarPerm 420 ]
3315 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Token.js
3316 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Token.js', 436, 420 ]
3317 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TokenReader.js
3318 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TokenReader.js',
3318 silly gunzTarPerm 436,
3318 silly gunzTarPerm 420 ]
3319 silly lockFile 9378fd33-36359-0-8391875291708857-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
3320 silly lockFile 9378fd33-36359-0-8391875291708857-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
3321 silly lockFile 18788b30-36359-0-8391875291708857-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/tmp.tgz
3322 silly lockFile 18788b30-36359-0-8391875291708857-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/tmp.tgz
3323 verbose tar pack [ '/root/.npm/aws-sdk/2.0.21/package.tgz',
3323 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package' ]
3324 verbose tarball /root/.npm/aws-sdk/2.0.21/package.tgz
3325 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
3326 silly lockFile 9378fd33-36359-0-8391875291708857-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
3327 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package /root/.npm/9378fd33-36359-0-8391875291708857-package.lock
3328 silly lockFile 73d11456-t-npm-aws-sdk-2-0-21-package-tgz tar:///root/.npm/aws-sdk/2.0.21/package.tgz
3329 verbose lock tar:///root/.npm/aws-sdk/2.0.21/package.tgz /root/.npm/73d11456-t-npm-aws-sdk-2-0-21-package-tgz.lock
3330 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TokenStream.js
3331 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TokenStream.js',
3331 silly gunzTarPerm 436,
3331 silly gunzTarPerm 420 ]
3332 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/JsDoc.js
3333 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/JsDoc.js', 436, 420 ]
3334 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Util.js
3335 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Util.js', 436, 420 ]
3336 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/DocTag.js
3337 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/DocTag.js', 436, 420 ]
3338 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Walker.js
3339 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Walker.js', 436, 420 ]
3340 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Symbol.js
3341 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Symbol.js', 436, 420 ]
3342 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/commentSrcJson.js
3343 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/commentSrcJson.js',
3343 silly gunzTarPerm 436,
3343 silly gunzTarPerm 420 ]
3344 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/frameworkPrototype.js
3345 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/frameworkPrototype.js',
3345 silly gunzTarPerm 436,
3345 silly gunzTarPerm 420 ]
3346 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/functionCall.js
3347 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/functionCall.js',
3347 silly gunzTarPerm 436,
3347 silly gunzTarPerm 420 ]
3348 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/publishSrcHilite.js
3349 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/publishSrcHilite.js',
3349 silly gunzTarPerm 436,
3349 silly gunzTarPerm 420 ]
3350 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/symbolLink.js
3351 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/symbolLink.js',
3351 silly gunzTarPerm 436,
3351 silly gunzTarPerm 420 ]
3352 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/tagParamConfig.js
3353 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/tagParamConfig.js',
3353 silly gunzTarPerm 436,
3353 silly gunzTarPerm 420 ]
3354 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/tagSynonyms.js
3355 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/plugins/tagSynonyms.js',
3355 silly gunzTarPerm 436,
3355 silly gunzTarPerm 420 ]
3356 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/t/TestDoc.js
3357 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/t/TestDoc.js', 436, 420 ]
3358 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/t/runner.js
3359 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/t/runner.js', 436, 420 ]
3360 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/addon.js
3361 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/addon.js', 436, 420 ]
3362 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/lend.js
3363 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/lend.js', 436, 420 ]
3364 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof.js
3365 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/memberof.js', 436, 420 ]
3366 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof2.js
3367 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/memberof2.js', 436, 420 ]
3368 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/jsdoc_test.js
3369 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/jsdoc_test.js', 436, 420 ]
3370 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/anon_inner.js
3371 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/anon_inner.js', 436, 420 ]
3372 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/module.js
3373 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/module.js', 436, 420 ]
3374 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/multi_methods.js
3375 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/multi_methods.js',
3375 silly gunzTarPerm 436,
3375 silly gunzTarPerm 420 ]
3376 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/name.js
3377 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/name.js', 436, 420 ]
3378 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/namespace_nested.js
3379 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/namespace_nested.js',
3379 silly gunzTarPerm 436,
3379 silly gunzTarPerm 420 ]
3380 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/inner.js
3381 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/inner.js', 436, 420 ]
3382 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/nocode.js
3383 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/nocode.js', 436, 420 ]
3384 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/ignore.js
3385 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/ignore.js', 436, 420 ]
3386 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/oblit_anon.js
3387 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/oblit_anon.js', 436, 420 ]
3388 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/globals.js
3389 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/globals.js', 436, 420 ]
3390 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/overview.js
3391 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/overview.js', 436, 420 ]
3392 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/global.js
3393 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/global.js', 436, 420 ]
3394 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/param_inline.js
3395 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/param_inline.js', 436, 420 ]
3396 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/functions_nested.js
3397 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/functions_nested.js',
3397 silly gunzTarPerm 436,
3397 silly gunzTarPerm 420 ]
3398 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js
3399 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js',
3399 silly gunzTarPerm 436,
3399 silly gunzTarPerm 420 ]
3400 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/functions_anon.js
3401 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/functions_anon.js',
3401 silly gunzTarPerm 436,
3401 silly gunzTarPerm 420 ]
3402 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype.js
3403 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/prototype.js', 436, 420 ]
3404 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/exports.js
3405 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/exports.js', 436, 420 ]
3406 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype_nested.js
3407 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/prototype_nested.js',
3407 silly gunzTarPerm 436,
3407 silly gunzTarPerm 420 ]
3408 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/event.js
3409 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/event.js', 436, 420 ]
3410 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype_oblit.js
3411 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/prototype_oblit.js',
3411 silly gunzTarPerm 436,
3411 silly gunzTarPerm 420 ]
3412 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/encoding_other.js
3413 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/encoding_other.js',
3413 silly gunzTarPerm 436,
3413 silly gunzTarPerm 420 ]
3414 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype_oblit_constructor.js
3415 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/prototype_oblit_constructor.js',
3415 silly gunzTarPerm 436,
3415 silly gunzTarPerm 420 ]
3416 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/encoding.js
3417 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/encoding.js', 436, 420 ]
3418 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/public.js
3419 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/public.js', 436, 420 ]
3420 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/constructs.js
3421 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/constructs.js', 436, 420 ]
3422 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/tosource.js
3423 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/tosource.js', 436, 420 ]
3424 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/config.js
3425 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/config.js', 436, 420 ]
3426 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/shared.js
3427 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/shared.js', 436, 420 ]
3428 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/borrows2.js
3429 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/borrows2.js', 436, 420 ]
3430 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/shared2.js
3431 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/shared2.js', 436, 420 ]
3432 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/borrows.js
3433 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/borrows.js', 436, 420 ]
3434 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/shortcuts.js
3435 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/shortcuts.js', 436, 420 ]
3436 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/augments2.js
3437 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/augments2.js', 436, 420 ]
3438 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/static_this.js
3439 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/static_this.js', 436, 420 ]
3440 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/augments.js
3441 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/augments.js', 436, 420 ]
3442 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/synonyms.js
3443 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/synonyms.js', 436, 420 ]
3444 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof3.js
3445 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/memberof3.js', 436, 420 ]
3446 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/variable_redefine.js
3447 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/variable_redefine.js',
3447 silly gunzTarPerm 436,
3447 silly gunzTarPerm 420 ]
3448 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof_constructor.js
3449 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/memberof_constructor.js',
3449 silly gunzTarPerm 436,
3449 silly gunzTarPerm 420 ]
3450 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/scripts/code.js
3451 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/scripts/code.js', 436, 420 ]
3452 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/scripts/notcode.txt
3453 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/app/test/scripts/notcode.txt',
3453 silly gunzTarPerm 436,
3453 silly gunzTarPerm 420 ]
3454 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/changes.txt
3455 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/changes.txt', 436, 420 ]
3456 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/conf/sample.conf
3457 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/conf/sample.conf', 436, 420 ]
3458 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/build.xml
3459 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/java/build.xml', 436, 420 ]
3460 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/build_1.4.xml
3461 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/java/build_1.4.xml', 436, 420 ]
3462 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/classes/js.jar
3463 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/java/classes/js.jar', 436, 420 ]
3464 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/src/JsDebugRun.java
3465 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/java/src/JsDebugRun.java', 509, 493 ]
3466 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/src/JsRun.java
3467 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/java/src/JsRun.java', 436, 420 ]
3468 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/jsdebug.jar
3469 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/jsdebug.jar', 436, 420 ]
3470 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/jsrun.jar
3471 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/jsrun.jar', 436, 420 ]
3472 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/jsrun.sh
3473 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/jsrun.sh', 509, 493 ]
3474 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/publish.js
3475 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/publish.js',
3475 silly gunzTarPerm 436,
3475 silly gunzTarPerm 420 ]
3476 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/allclasses.tmpl
3477 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/allclasses.tmpl',
3477 silly gunzTarPerm 436,
3477 silly gunzTarPerm 420 ]
3478 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/allfiles.tmpl
3479 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/allfiles.tmpl',
3479 silly gunzTarPerm 436,
3479 silly gunzTarPerm 420 ]
3480 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/class.tmpl
3481 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/class.tmpl',
3481 silly gunzTarPerm 436,
3481 silly gunzTarPerm 420 ]
3482 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/css/default.css
3483 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/css/default.css',
3483 silly gunzTarPerm 436,
3483 silly gunzTarPerm 420 ]
3484 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/index.tmpl
3485 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/index.tmpl',
3485 silly gunzTarPerm 436,
3485 silly gunzTarPerm 420 ]
3486 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/static/header.html
3487 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/static/header.html',
3487 silly gunzTarPerm 436,
3487 silly gunzTarPerm 420 ]
3488 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/static/index.html
3489 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/static/index.html',
3489 silly gunzTarPerm 436,
3489 silly gunzTarPerm 420 ]
3490 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/symbol.tmpl
3491 silly gunzTarPerm modified mode [ 'jsdoc_toolkit-2.3.3-beta/templates/codeview/symbol.tmpl',
3491 silly gunzTarPerm 436,
3491 silly gunzTarPerm 420 ]
3492 silly gunzTarPerm extractEntry lint/jslint_rhino.js
3493 silly gunzTarPerm modified mode [ 'lint/jslint_rhino.js', 436, 420 ]
3494 silly gunzTarPerm extractEntry lint/coding_guidelines.pl
3495 silly gunzTarPerm modified mode [ 'lint/coding_guidelines.pl', 509, 493 ]
3496 silly gunzTarPerm extractEntry browserTest/browserUtil.js
3497 silly gunzTarPerm modified mode [ 'browserTest/browserUtil.js', 436, 420 ]
3498 silly gunzTarPerm extractEntry browserTest/nodeUtil.js
3499 silly gunzTarPerm modified mode [ 'browserTest/nodeUtil.js', 436, 420 ]
3500 silly gunzTarPerm extractEntry browserTest/browserTest.html
3501 silly gunzTarPerm modified mode [ 'browserTest/browserTest.html', 436, 420 ]
3502 silly gunzTarPerm extractEntry browserTest/entropy.html
3503 silly gunzTarPerm modified mode [ 'browserTest/entropy.html', 436, 420 ]
3504 silly gunzTarPerm extractEntry browserTest/test.css
3505 silly gunzTarPerm modified mode [ 'browserTest/test.css', 436, 420 ]
3506 silly gunzTarPerm extractEntry compress/compiler.jar
3507 silly gunzTarPerm modified mode [ 'compress/compiler.jar', 436, 420 ]
3508 silly gunzTarPerm extractEntry compress/compress_with_closure.sh
3509 silly gunzTarPerm modified mode [ 'compress/compress_with_closure.sh', 509, 493 ]
3510 silly lockFile 57420d8d-36328-0-5374668000731617-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
3511 silly lockFile 57420d8d-36328-0-5374668000731617-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436328-0.5374668000731617/package
3512 silly lockFile 7fe27479--root-npm-hapi-7-0-0-package-tgz tar:///root/.npm/hapi/7.0.0/package.tgz
3513 silly lockFile 7fe27479--root-npm-hapi-7-0-0-package-tgz tar:///root/.npm/hapi/7.0.0/package.tgz
3514 silly lockFile 3b2df310-root-npm-hapi-7-0-0-package /root/.npm/hapi/7.0.0/package
3515 verbose lock /root/.npm/hapi/7.0.0/package /root/.npm/3b2df310-root-npm-hapi-7-0-0-package.lock
3516 silly lockFile 3b2df310-root-npm-hapi-7-0-0-package /root/.npm/hapi/7.0.0/package
3517 silly lockFile 3b2df310-root-npm-hapi-7-0-0-package /root/.npm/hapi/7.0.0/package
3518 verbose tar unpack /root/.npm/hapi/7.0.0/package.tgz
3519 silly lockFile b7b6f244-tar-root-npm-hapi-7-0-0-package tar:///root/.npm/hapi/7.0.0/package
3520 verbose lock tar:///root/.npm/hapi/7.0.0/package /root/.npm/b7b6f244-tar-root-npm-hapi-7-0-0-package.lock
3521 silly lockFile 7fe27479--root-npm-hapi-7-0-0-package-tgz tar:///root/.npm/hapi/7.0.0/package.tgz
3522 verbose lock tar:///root/.npm/hapi/7.0.0/package.tgz /root/.npm/7fe27479--root-npm-hapi-7-0-0-package-tgz.lock
3523 silly gunzTarPerm modes [ '755', '644' ]
3524 silly gunzTarPerm extractEntry package.json
3525 silly gunzTarPerm extractEntry .npmignore
3526 silly gunzTarPerm extractEntry README.md
3527 silly gunzTarPerm extractEntry LICENSE
3528 silly gunzTarPerm extractEntry index.js
3529 silly gunzTarPerm extractEntry bin/hapi
3530 silly gunzTarPerm extractEntry Makefile
3531 silly gunzTarPerm extractEntry .travis.yml
3532 silly gunzTarPerm extractEntry CHANGELOG.md
3533 silly gunzTarPerm extractEntry docs/Governance.md
3534 silly gunzTarPerm extractEntry docs/Reference.md
3535 silly gunzTarPerm extractEntry docs/Style.md
3536 silly gunzTarPerm extractEntry examples/auth.js
3537 silly gunzTarPerm extractEntry examples/extensions.js
3538 silly gunzTarPerm extractEntry examples/socketio.js
3539 silly gunzTarPerm extractEntry examples/favicon.js
3540 silly gunzTarPerm extractEntry examples/errors.js
3541 silly gunzTarPerm extractEntry examples/files.js
3542 silly gunzTarPerm extractEntry examples/injection.js
3543 silly gunzTarPerm extractEntry examples/cache.js
3544 silly gunzTarPerm extractEntry examples/methods.js
3545 silly gunzTarPerm extractEntry examples/server.js
3546 silly gunzTarPerm extractEntry examples/stream.js
3547 silly gunzTarPerm extractEntry examples/prerequisites.js
3548 silly gunzTarPerm extractEntry examples/tails.js
3549 silly gunzTarPerm extractEntry examples/proxy.js
3550 silly gunzTarPerm extractEntry examples/serverSentEvents.js
3551 silly gunzTarPerm extractEntry examples/validation.js
3552 silly gunzTarPerm extractEntry examples/jsonp.js
3553 silly gunzTarPerm extractEntry examples/multipart/server.js
3554 silly gunzTarPerm extractEntry examples/multipart/data.csv
3555 silly gunzTarPerm extractEntry examples/multipart/post.sh
3556 silly gunzTarPerm extractEntry examples/file/server.js
3557 silly gunzTarPerm extractEntry examples/file/index.html
3558 silly gunzTarPerm extractEntry examples/favicon.ico
3559 silly gunzTarPerm extractEntry examples/directory/server.js
3560 silly gunzTarPerm extractEntry examples/directory/index.html
3561 silly gunzTarPerm extractEntry examples/composer.json
3562 silly gunzTarPerm extractEntry images/hapi.png
3563 silly gunzTarPerm extractEntry CONTRIBUTING.md
3564 silly gunzTarPerm extractEntry lib/auth.js
3565 silly gunzTarPerm extractEntry lib/handler.js
3566 silly gunzTarPerm extractEntry lib/index.js
3567 silly gunzTarPerm extractEntry lib/methods.js
3568 silly gunzTarPerm extractEntry lib/pack.js
3569 silly gunzTarPerm extractEntry compress/compress_with_yui.sh
3570 silly gunzTarPerm modified mode [ 'compress/compress_with_yui.sh', 509, 493 ]
3571 silly gunzTarPerm extractEntry compress/dewindowize.pl
3572 silly gunzTarPerm modified mode [ 'compress/dewindowize.pl', 509, 493 ]
3573 silly gunzTarPerm extractEntry lib/ext.js
3574 silly gunzTarPerm extractEntry lib/request.js
3575 silly gunzTarPerm extractEntry lib/utils.js
3576 silly gunzTarPerm extractEntry lib/route.js
3577 silly gunzTarPerm extractEntry compress/digitize.pl
3578 silly gunzTarPerm modified mode [ 'compress/digitize.pl', 509, 493 ]
3579 silly gunzTarPerm extractEntry compress/opacify.pl
3580 silly gunzTarPerm modified mode [ 'compress/opacify.pl', 509, 493 ]
3581 silly gunzTarPerm extractEntry lib/router.js
3582 silly gunzTarPerm extractEntry lib/schema.js
3583 silly gunzTarPerm extractEntry compress/remove_constants.pl
3584 silly gunzTarPerm modified mode [ 'compress/remove_constants.pl', 509, 493 ]
3585 silly gunzTarPerm extractEntry compress/yuicompressor-2.4.2.jar
3586 silly gunzTarPerm modified mode [ 'compress/yuicompressor-2.4.2.jar', 436, 420 ]
3587 silly gunzTarPerm extractEntry lib/defaults.js
3588 silly gunzTarPerm extractEntry lib/server.js
3589 silly gunzTarPerm extractEntry lib/cli.js
3590 silly gunzTarPerm extractEntry lib/validation.js
3591 silly gunzTarPerm extractEntry lib/protect.js
3592 silly gunzTarPerm extractEntry lib/response/headers.js
3593 silly gunzTarPerm extractEntry lib/response/index.js
3594 silly gunzTarPerm extractEntry lib/response/message.js
3595 silly gunzTarPerm extractEntry lib/response/payload.js
3596 silly gunzTarPerm extractEntry lib/response/range.js
3597 silly gunzTarPerm extractEntry .gitattributes
3598 silly gunzTarPerm extractEntry test/validation.js
3599 silly gunzTarPerm extractEntry test/handler.js
3600 silly gunzTarPerm extractEntry test/methods.js
3601 silly gunzTarPerm extractEntry test/aes_test.js
3602 silly gunzTarPerm modified mode [ 'test/aes_test.js', 436, 420 ]
3603 silly gunzTarPerm extractEntry test/gcm_test.js
3604 silly gunzTarPerm modified mode [ 'test/gcm_test.js', 436, 420 ]
3605 silly gunzTarPerm extractEntry test/gcm_vectors.js
3606 silly gunzTarPerm modified mode [ 'test/gcm_vectors.js', 436, 420 ]
3607 silly gunzTarPerm extractEntry test/notFound.js
3608 silly gunzTarPerm extractEntry test/server.js
3609 silly gunzTarPerm extractEntry test/state.js
3610 silly gunzTarPerm extractEntry test/payload.js
3611 silly gunzTarPerm extractEntry test/auth.js
3612 silly gunzTarPerm extractEntry test/proxy.js
3613 silly gunzTarPerm extractEntry test/range.js
3614 silly gunzTarPerm extractEntry test/request.js
3615 silly gunzTarPerm extractEntry test/ext.js
3616 silly gunzTarPerm extractEntry test/response.js
3617 silly gunzTarPerm extractEntry test/directory.js
3618 silly gunzTarPerm extractEntry test/route.js
3619 silly gunzTarPerm extractEntry test/hmac_test.js
3620 silly gunzTarPerm modified mode [ 'test/hmac_test.js', 436, 420 ]
3621 silly gunzTarPerm extractEntry test/hmac_vectors.js
3622 silly gunzTarPerm modified mode [ 'test/hmac_vectors.js', 436, 420 ]
3623 silly gunzTarPerm extractEntry test/ecdsa_vectors.js
3624 silly gunzTarPerm modified mode [ 'test/ecdsa_vectors.js', 436, 420 ]
3625 silly gunzTarPerm extractEntry test/ocb2_vectors.js
3626 silly gunzTarPerm modified mode [ 'test/ocb2_vectors.js', 436, 420 ]
3627 silly gunzTarPerm extractEntry test/pbkdf2_test.js
3628 silly gunzTarPerm modified mode [ 'test/pbkdf2_test.js', 436, 420 ]
3629 silly gunzTarPerm extractEntry test/run_tests_browser.js
3630 silly gunzTarPerm modified mode [ 'test/run_tests_browser.js', 436, 420 ]
3631 silly gunzTarPerm extractEntry test/run_tests_node.js
3632 silly gunzTarPerm modified mode [ 'test/run_tests_node.js', 436, 420 ]
3633 silly gunzTarPerm extractEntry test/sha1_test.js
3634 silly gunzTarPerm modified mode [ 'test/sha1_test.js', 436, 420 ]
3635 silly gunzTarPerm extractEntry test/ecdsa_test.js
3636 silly gunzTarPerm modified mode [ 'test/ecdsa_test.js', 436, 420 ]
3637 silly gunzTarPerm extractEntry test/sha1_vectors.js
3638 silly gunzTarPerm modified mode [ 'test/sha1_vectors.js', 436, 420 ]
3639 silly gunzTarPerm extractEntry test/ecdh_test.js
3640 silly gunzTarPerm modified mode [ 'test/ecdh_test.js', 436, 420 ]
3641 silly gunzTarPerm extractEntry test/utils.js
3642 silly gunzTarPerm extractEntry test/router.js
3643 silly gunzTarPerm extractEntry test/cli.js
3644 silly gunzTarPerm extractEntry test/schema.js
3645 silly gunzTarPerm extractEntry test/cache.js
3646 silly gunzTarPerm extractEntry test/security.js
3647 silly gunzTarPerm extractEntry test/pack.js
3648 silly gunzTarPerm extractEntry test/protect.js
3649 silly gunzTarPerm extractEntry test/pack/--fail/package.json
3650 silly gunzTarPerm extractEntry test/pack/--fail/lib/index.js
3651 silly gunzTarPerm extractEntry test/pack/--afterErr/package.json
3652 silly gunzTarPerm extractEntry test/pack/--afterErr/index.js
3653 silly gunzTarPerm extractEntry test/pack/--child/package.json
3654 silly gunzTarPerm extractEntry test/pack/--child/lib/index.js
3655 silly gunzTarPerm extractEntry test/pack/--context/package.json
3656 silly gunzTarPerm extractEntry test/pack/--context/lib/index.js
3657 silly gunzTarPerm extractEntry test/pack/--custom/package.json
3658 silly gunzTarPerm extractEntry test/pack/--custom/index.js
3659 silly gunzTarPerm extractEntry test/pack/--deps1/package.json
3660 silly gunzTarPerm extractEntry test/pack/--deps1/index.js
3661 silly gunzTarPerm extractEntry test/pack/--deps2/package.json
3662 silly gunzTarPerm extractEntry test/pack/--deps2/index.js
3663 silly gunzTarPerm extractEntry test/pack/--deps3/package.json
3664 silly gunzTarPerm extractEntry test/pack/--deps3/index.js
3665 silly gunzTarPerm extractEntry test/pack/--auth/package.json
3666 silly gunzTarPerm extractEntry test/pack/--auth/index.js
3667 silly gunzTarPerm extractEntry test/pack/--handler/package.json
3668 silly gunzTarPerm extractEntry test/pack/--handler/index.js
3669 silly gunzTarPerm extractEntry test/pack/--handler/assets/test.txt
3670 silly gunzTarPerm extractEntry test/pack/--loaded/package.json
3671 silly gunzTarPerm extractEntry test/pack/--loaded/lib/index.js
3672 silly gunzTarPerm extractEntry test/pack/--options/package.json
3673 silly gunzTarPerm extractEntry test/pack/--options/lib/index.js
3674 silly gunzTarPerm extractEntry test/pack/--skip/package.json
3675 silly gunzTarPerm extractEntry test/pack/--skip/lib/index.js
3676 silly gunzTarPerm extractEntry test/pack/--test1/package.json
3677 silly gunzTarPerm extractEntry test/pack/--test1/lib/index.js
3678 silly gunzTarPerm extractEntry test/sha256_test.js
3679 silly gunzTarPerm modified mode [ 'test/sha256_test.js', 436, 420 ]
3680 silly gunzTarPerm extractEntry test/ecc_conv.js
3681 silly gunzTarPerm modified mode [ 'test/ecc_conv.js', 436, 420 ]
3682 silly gunzTarPerm extractEntry test/sha256_test_brute_force.js
3683 silly gunzTarPerm modified mode [ 'test/sha256_test_brute_force.js', 436, 420 ]
3684 silly gunzTarPerm extractEntry test/ccm_vectors.js
3685 silly gunzTarPerm modified mode [ 'test/ccm_vectors.js', 436, 420 ]
3686 silly gunzTarPerm extractEntry test/pack/--test2/package.json
3687 silly gunzTarPerm extractEntry test/pack/--test2/lib/index.js
3688 silly gunzTarPerm extractEntry test/pack/--views/package.json
3689 silly gunzTarPerm extractEntry test/pack/--views/lib/index.js
3690 silly gunzTarPerm extractEntry test/pack/--views/templates/test.html
3691 silly gunzTarPerm extractEntry test/file/image.jpg
3692 silly gunzTarPerm extractEntry test/sha256_vectors.js
3693 silly gunzTarPerm modified mode [ 'test/sha256_vectors.js', 436, 420 ]
3694 silly gunzTarPerm extractEntry test/file/image.png
3695 silly gunzTarPerm extractEntry test/file/image.png.gz
3696 silly gunzTarPerm extractEntry test/file/note.txt
3697 silly gunzTarPerm extractEntry test/templates/test.html
3698 silly gunzTarPerm extractEntry test/directory/.dot/index.html
3699 silly gunzTarPerm extractEntry test/directory/index.html
3700 silly gunzTarPerm extractEntry test/directory/invalid/index.html/do-not-delete
3701 silly gunzTarPerm extractEntry test/directory/subdir/sub subdir=/subsubsubdir/test.txt
3702 silly gunzTarPerm extractEntry test/directory/subdir/sub subdir=/test$.json
3703 silly lockFile 9378fd33-36359-0-8391875291708857-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
3704 silly lockFile 9378fd33-36359-0-8391875291708857-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436359-0.8391875291708857/package
3705 silly lockFile 73d11456-t-npm-aws-sdk-2-0-21-package-tgz tar:///root/.npm/aws-sdk/2.0.21/package.tgz
3706 silly lockFile 73d11456-t-npm-aws-sdk-2-0-21-package-tgz tar:///root/.npm/aws-sdk/2.0.21/package.tgz
3707 silly lockFile eef10b1d-root-npm-aws-sdk-2-0-21-package /root/.npm/aws-sdk/2.0.21/package
3708 verbose lock /root/.npm/aws-sdk/2.0.21/package /root/.npm/eef10b1d-root-npm-aws-sdk-2-0-21-package.lock
3709 silly lockFile eef10b1d-root-npm-aws-sdk-2-0-21-package /root/.npm/aws-sdk/2.0.21/package
3710 silly lockFile eef10b1d-root-npm-aws-sdk-2-0-21-package /root/.npm/aws-sdk/2.0.21/package
3711 verbose tar unpack /root/.npm/aws-sdk/2.0.21/package.tgz
3712 silly lockFile de06a08d--root-npm-aws-sdk-2-0-21-package tar:///root/.npm/aws-sdk/2.0.21/package
3713 verbose lock tar:///root/.npm/aws-sdk/2.0.21/package /root/.npm/de06a08d--root-npm-aws-sdk-2-0-21-package.lock
3714 silly lockFile 73d11456-t-npm-aws-sdk-2-0-21-package-tgz tar:///root/.npm/aws-sdk/2.0.21/package.tgz
3715 verbose lock tar:///root/.npm/aws-sdk/2.0.21/package.tgz /root/.npm/73d11456-t-npm-aws-sdk-2-0-21-package-tgz.lock
3716 silly gunzTarPerm modes [ '755', '644' ]
3717 silly gunzTarPerm extractEntry package.json
3718 silly gunzTarPerm extractEntry .npmignore
3719 silly gunzTarPerm extractEntry README.md
3720 silly gunzTarPerm extractEntry index.js
3721 silly gunzTarPerm extractEntry apis/glacier-2012-06-01.waiters.json
3722 silly gunzTarPerm extractEntry apis/autoscaling-2011-01-01.min.json
3723 silly gunzTarPerm extractEntry apis/cloudformation-2010-05-15.min.json
3724 silly gunzTarPerm extractEntry apis/cloudformation-2010-05-15.paginators.json
3725 silly gunzTarPerm extractEntry apis/cloudfront-2014-05-31.min.json
3726 silly gunzTarPerm extractEntry apis/cloudfront-2014-05-31.paginators.json
3727 silly gunzTarPerm extractEntry apis/cloudfront-2014-05-31.waiters.json
3728 silly gunzTarPerm extractEntry test/directory/subdir/subsubdir/placeholder
3729 silly gunzTarPerm extractEntry test/directory/subdir/test.txt
3730 silly gunzTarPerm extractEntry apis/cloudsearch-2011-02-01.min.json
3731 silly gunzTarPerm extractEntry apis/cloudsearch-2011-02-01.paginators.json
3732 silly gunzTarPerm extractEntry test/.hidden
3733 silly gunzTarPerm extractEntry apis/cloudsearch-2013-01-01.min.json
3734 silly gunzTarPerm extractEntry apis/cloudsearch-2013-01-01.paginators.json
3735 silly gunzTarPerm extractEntry apis/cloudsearchdomain-2013-01-01.min.json
3736 silly gunzTarPerm extractEntry apis/cloudtrail-2013-11-01.min.json
3737 silly gunzTarPerm extractEntry apis/cloudtrail-2013-11-01.paginators.json
3738 silly gunzTarPerm extractEntry apis/cognito-identity-2014-06-30.min.json
3739 silly gunzTarPerm extractEntry apis/cognito-sync-2014-06-30.min.json
3740 silly gunzTarPerm extractEntry apis/datapipeline-2012-10-29.min.json
3741 silly gunzTarPerm extractEntry apis/datapipeline-2012-10-29.paginators.json
3742 silly gunzTarPerm extractEntry apis/directconnect-2012-10-25.min.json
3743 silly gunzTarPerm extractEntry apis/directconnect-2012-10-25.paginators.json
3744 silly gunzTarPerm extractEntry apis/dynamodb-2011-12-05.min.json
3745 silly gunzTarPerm extractEntry apis/dynamodb-2011-12-05.paginators.json
3746 silly gunzTarPerm extractEntry apis/dynamodb-2011-12-05.waiters.json
3747 silly gunzTarPerm extractEntry apis/dynamodb-2012-08-10.min.json
3748 silly gunzTarPerm extractEntry apis/dynamodb-2012-08-10.paginators.json
3749 silly lockFile 33606f01-436336-0-505815909942612-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
3750 silly lockFile 33606f01-436336-0-505815909942612-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436336-0.505815909942612/package
3751 silly lockFile 3c12dac7--npm-p-promise-0-4-8-package-tgz tar:///root/.npm/p-promise/0.4.8/package.tgz
3752 silly lockFile 3c12dac7--npm-p-promise-0-4-8-package-tgz tar:///root/.npm/p-promise/0.4.8/package.tgz
3753 silly lockFile 9f2d39e0-root-npm-p-promise-0-4-8-package /root/.npm/p-promise/0.4.8/package
3754 verbose lock /root/.npm/p-promise/0.4.8/package /root/.npm/9f2d39e0-root-npm-p-promise-0-4-8-package.lock
3755 silly lockFile 9f2d39e0-root-npm-p-promise-0-4-8-package /root/.npm/p-promise/0.4.8/package
3756 silly lockFile 9f2d39e0-root-npm-p-promise-0-4-8-package /root/.npm/p-promise/0.4.8/package
3757 verbose tar unpack /root/.npm/p-promise/0.4.8/package.tgz
3758 silly lockFile a5e9f81e-root-npm-p-promise-0-4-8-package tar:///root/.npm/p-promise/0.4.8/package
3759 verbose lock tar:///root/.npm/p-promise/0.4.8/package /root/.npm/a5e9f81e-root-npm-p-promise-0-4-8-package.lock
3760 silly lockFile 3c12dac7--npm-p-promise-0-4-8-package-tgz tar:///root/.npm/p-promise/0.4.8/package.tgz
3761 verbose lock tar:///root/.npm/p-promise/0.4.8/package.tgz /root/.npm/3c12dac7--npm-p-promise-0-4-8-package-tgz.lock
3762 silly gunzTarPerm extractEntry apis/dynamodb-2012-08-10.waiters.json
3763 silly gunzTarPerm extractEntry apis/ec2-2014-06-15.min.json
3764 silly gunzTarPerm modes [ '755', '644' ]
3765 silly gunzTarPerm extractEntry package.json
3766 silly gunzTarPerm extractEntry apis/ec2-2014-06-15.paginators.json
3767 silly gunzTarPerm extractEntry .npmignore
3768 silly gunzTarPerm extractEntry README.md
3769 silly gunzTarPerm extractEntry LICENSE
3770 silly gunzTarPerm extractEntry all.js
3771 silly gunzTarPerm extractEntry apis/ec2-2014-06-15.waiters.json
3772 silly gunzTarPerm extractEntry apis/elasticache-2014-07-15.min.json
3773 silly gunzTarPerm extractEntry p-alt.js
3774 silly gunzTarPerm extractEntry p.js
3775 silly gunzTarPerm extractEntry p.min.js
3776 silly gunzTarPerm extractEntry run.js
3777 silly gunzTarPerm extractEntry apis/elasticache-2014-07-15.paginators.json
3778 silly gunzTarPerm extractEntry apis/elasticbeanstalk-2010-12-01.min.json
3779 silly gunzTarPerm extractEntry test/adapter.js
3780 silly gunzTarPerm extractEntry test/tick-recursion.js
3781 silly gunzTarPerm extractEntry apis/elasticbeanstalk-2010-12-01.paginators.json
3782 silly gunzTarPerm extractEntry apis/elasticloadbalancing-2012-06-01.min.json
3783 silly gunzTarPerm extractEntry test/p.js
3784 silly gunzTarPerm extractEntry test/perf.js
3785 silly gunzTarPerm extractEntry apis/elasticloadbalancing-2012-06-01.paginators.json
3786 silly gunzTarPerm extractEntry apis/elasticmapreduce-2009-03-31.min.json
3787 silly gunzTarPerm extractEntry test/test.js
3788 silly gunzTarPerm extractEntry test/test-and-trace.js
3789 silly gunzTarPerm extractEntry apis/elasticmapreduce-2009-03-31.paginators.json
3790 silly gunzTarPerm extractEntry apis/elastictranscoder-2012-09-25.min.json
3791 silly gunzTarPerm extractEntry apis/elastictranscoder-2012-09-25.paginators.json
3792 silly gunzTarPerm extractEntry apis/elastictranscoder-2012-09-25.waiters.json
3793 silly gunzTarPerm extractEntry test/globalsChecker.js
3794 silly gunzTarPerm extractEntry test/trace-opt.js
3795 silly gunzTarPerm extractEntry apis/email-2010-12-01.min.json
3796 silly gunzTarPerm extractEntry apis/email-2010-12-01.paginators.json
3797 silly gunzTarPerm extractEntry test/test-longStackSupport.html
3798 silly gunzTarPerm extractEntry test/test-trace-deep.html
3799 silly gunzTarPerm extractEntry test/test.html
3800 silly gunzTarPerm extractEntry test/test-all.html
3801 silly gunzTarPerm extractEntry apis/email-2010-12-01.waiters.json
3802 silly gunzTarPerm extractEntry apis/glacier-2012-06-01.min.json
3803 silly gunzTarPerm extractEntry apis/glacier-2012-06-01.paginators.json
3804 silly gunzTarPerm extractEntry apis/autoscaling-2011-01-01.paginators.json
3805 silly gunzTarPerm extractEntry test/opt-stats.txt
3806 silly gunzTarPerm extractEntry test/test-bluebird-longStackSupport.html
3807 silly gunzTarPerm extractEntry bower.json
3808 silly gunzTarPerm extractEntry p.komodoproject
3809 silly gunzTarPerm extractEntry apis/iam-2010-05-08.min.json
3810 silly gunzTarPerm extractEntry apis/iam-2010-05-08.paginators.json
3811 silly gunzTarPerm extractEntry apis/importexport-2010-06-01.min.json
3812 silly gunzTarPerm extractEntry apis/importexport-2010-06-01.paginators.json
3813 silly gunzTarPerm extractEntry apis/kinesis-2013-12-02.min.json
3814 silly gunzTarPerm extractEntry apis/kinesis-2013-12-02.paginators.json
3815 silly gunzTarPerm extractEntry extra/asap.js
3816 silly gunzTarPerm extractEntry extra/cbResolver.js
3817 silly gunzTarPerm extractEntry extra/nextEvent.js
3818 silly gunzTarPerm extractEntry extra/queue.js
3819 silly gunzTarPerm extractEntry apis/logs-2014-03-28.min.json
3820 silly gunzTarPerm extractEntry apis/logs-2014-03-28.paginators.json
3821 silly gunzTarPerm extractEntry extra/reduce.js
3822 silly gunzTarPerm extractEntry hydrogen.cfg
3823 silly gunzTarPerm extractEntry apis/metadata.json
3824 silly gunzTarPerm extractEntry apis/monitoring-2010-08-01.min.json
3825 silly gunzTarPerm extractEntry apis/monitoring-2010-08-01.paginators.json
3826 silly gunzTarPerm extractEntry .travis.yml
3827 silly gunzTarPerm extractEntry out.txt
3828 silly gunzTarPerm extractEntry apis/opsworks-2013-02-18.min.json
3829 silly gunzTarPerm extractEntry apis/opsworks-2013-02-18.paginators.json
3830 silly gunzTarPerm extractEntry apis/rds-2013-01-10.min.json
3831 silly gunzTarPerm extractEntry apis/rds-2013-01-10.paginators.json
3832 silly gunzTarPerm extractEntry apis/rds-2013-02-12.min.json
3833 silly gunzTarPerm extractEntry apis/rds-2013-02-12.paginators.json
3834 silly gunzTarPerm extractEntry apis/rds-2013-09-09.min.json
3835 silly gunzTarPerm extractEntry apis/rds-2013-09-09.paginators.json
3836 silly gunzTarPerm extractEntry apis/rds-2013-09-09.waiters.json
3837 silly gunzTarPerm extractEntry apis/rds-2014-09-01.min.json
3838 silly gunzTarPerm extractEntry apis/rds-2014-09-01.paginators.json
3839 silly gunzTarPerm extractEntry apis/rds-2014-09-01.waiters.json
3840 silly gunzTarPerm extractEntry apis/redshift-2012-12-01.min.json
3841 silly gunzTarPerm extractEntry apis/redshift-2012-12-01.paginators.json
3842 silly gunzTarPerm extractEntry apis/redshift-2012-12-01.waiters.json
3843 silly gunzTarPerm extractEntry apis/route53-2013-04-01.min.json
3844 silly gunzTarPerm extractEntry apis/route53-2013-04-01.paginators.json
3845 silly gunzTarPerm extractEntry apis/route53domains-2014-05-15.min.json
3846 silly gunzTarPerm extractEntry apis/s3-2006-03-01.min.json
3847 silly gunzTarPerm extractEntry apis/s3-2006-03-01.paginators.json
3848 silly gunzTarPerm extractEntry apis/s3-2006-03-01.waiters.json
3849 silly gunzTarPerm extractEntry apis/sdb-2009-04-15.min.json
3850 silly gunzTarPerm extractEntry apis/sdb-2009-04-15.paginators.json
3851 silly gunzTarPerm extractEntry apis/sns-2010-03-31.min.json
3852 silly gunzTarPerm extractEntry apis/sns-2010-03-31.paginators.json
3853 silly gunzTarPerm extractEntry apis/sqs-2012-11-05.min.json
3854 silly gunzTarPerm extractEntry apis/sqs-2012-11-05.paginators.json
3855 silly gunzTarPerm extractEntry apis/storagegateway-2013-06-30.min.json
3856 silly gunzTarPerm extractEntry apis/storagegateway-2013-06-30.paginators.json
3857 silly gunzTarPerm extractEntry apis/sts-2011-06-15.min.json
3858 silly gunzTarPerm extractEntry apis/support-2013-04-15.min.json
3859 silly gunzTarPerm extractEntry apis/support-2013-04-15.paginators.json
3860 silly gunzTarPerm extractEntry apis/swf-2012-01-25.min.json
3861 silly gunzTarPerm extractEntry apis/swf-2012-01-25.paginators.json
3862 silly gunzTarPerm extractEntry .jshintrc
3863 silly gunzTarPerm extractEntry UPGRADING.md
3864 silly gunzTarPerm extractEntry CONTRIBUTING.md
3865 silly gunzTarPerm extractEntry bower.json
3866 silly gunzTarPerm extractEntry dist-tools/browser-builder.js
3867 silly gunzTarPerm extractEntry dist-tools/service-collector.js
3868 silly gunzTarPerm extractEntry dist-tools/transform.js
3869 silly gunzTarPerm extractEntry LICENSE.txt
3870 silly gunzTarPerm extractEntry lib/api_loader.js
3871 silly gunzTarPerm extractEntry lib/http.js
3872 silly gunzTarPerm extractEntry lib/metadata_service.js
3873 silly gunzTarPerm extractEntry lib/param_validator.js
3874 silly gunzTarPerm extractEntry lib/event_listeners.js
3875 silly gunzTarPerm extractEntry lib/region_config.js
3876 silly gunzTarPerm extractEntry lib/request.js
3877 silly gunzTarPerm extractEntry lib/resource_waiter.js
3878 silly gunzTarPerm extractEntry lib/response.js
3879 silly gunzTarPerm extractEntry lib/sequential_executor.js
3880 silly gunzTarPerm extractEntry lib/credentials.js
3881 silly gunzTarPerm extractEntry lib/service.js
3882 silly gunzTarPerm extractEntry lib/core.js
3883 silly gunzTarPerm extractEntry lib/services.js
3884 silly gunzTarPerm extractEntry lib/config.js
3885 silly gunzTarPerm extractEntry lib/state_machine.js
3886 silly gunzTarPerm extractEntry lib/browser.js
3887 silly gunzTarPerm extractEntry lib/util.js
3888 silly gunzTarPerm extractEntry lib/aws.js
3889 silly gunzTarPerm extractEntry lib/model/api.js
3890 silly gunzTarPerm extractEntry lib/model/collection.js
3891 silly gunzTarPerm extractEntry lib/model/operation.js
3892 silly gunzTarPerm extractEntry lib/model/paginator.js
3893 silly gunzTarPerm extractEntry lib/model/resource_waiter.js
3894 silly gunzTarPerm extractEntry lib/model/shape.js
3895 silly gunzTarPerm extractEntry lib/http/node.js
3896 silly gunzTarPerm extractEntry lib/http/xhr.js
3897 silly gunzTarPerm extractEntry lib/xml/browser_parser.js
3898 silly gunzTarPerm extractEntry lib/xml/builder.js
3899 silly gunzTarPerm extractEntry lib/xml/node_parser.js
3900 silly gunzTarPerm extractEntry lib/query/query_param_serializer.js
3901 silly gunzTarPerm extractEntry lib/services/cloudsearchdomain.js
3902 silly gunzTarPerm extractEntry lib/services/dynamodb.js
3903 silly gunzTarPerm extractEntry lib/services/ec2.js
3904 silly gunzTarPerm extractEntry lib/services/elastictranscoder.js
3905 silly gunzTarPerm extractEntry lib/services/cognitoidentity.js
3906 silly gunzTarPerm extractEntry lib/services/route53.js
3907 silly gunzTarPerm extractEntry lib/services/s3.js
3908 silly gunzTarPerm extractEntry lib/services/sqs.js
3909 silly gunzTarPerm extractEntry lib/services/sts.js
3910 silly gunzTarPerm extractEntry lib/services/swf.js
3911 silly gunzTarPerm extractEntry lib/services/glacier.js
3912 silly gunzTarPerm extractEntry lib/json/builder.js
3913 silly gunzTarPerm extractEntry lib/json/parser.js
3914 silly gunzTarPerm extractEntry lib/signers/presign.js
3915 silly gunzTarPerm extractEntry lib/signers/request_signer.js
3916 silly gunzTarPerm extractEntry lib/signers/s3.js
3917 silly gunzTarPerm extractEntry lib/signers/v2.js
3918 silly gunzTarPerm extractEntry lib/signers/v3.js
3919 silly gunzTarPerm extractEntry lib/signers/v3https.js
3920 silly gunzTarPerm extractEntry lib/signers/v4.js
3921 silly gunzTarPerm extractEntry lib/region_config.json
3922 silly gunzTarPerm extractEntry lib/credentials/cognito_identity_credentials.js
3923 silly gunzTarPerm extractEntry lib/credentials/credential_provider_chain.js
3924 silly gunzTarPerm extractEntry lib/credentials/ec2_metadata_credentials.js
3925 silly gunzTarPerm extractEntry lib/credentials/environment_credentials.js
3926 silly gunzTarPerm extractEntry lib/credentials/file_system_credentials.js
3927 silly gunzTarPerm extractEntry lib/credentials/saml_credentials.js
3928 silly gunzTarPerm extractEntry lib/credentials/shared_ini_file_credentials.js
3929 silly gunzTarPerm extractEntry lib/credentials/temporary_credentials.js
3930 silly gunzTarPerm extractEntry lib/credentials/web_identity_credentials.js
3931 silly gunzTarPerm extractEntry lib/protocol/json.js
3932 silly gunzTarPerm extractEntry lib/protocol/query.js
3933 silly gunzTarPerm extractEntry lib/protocol/rest.js
3934 silly gunzTarPerm extractEntry lib/protocol/rest_json.js
3935 silly gunzTarPerm extractEntry lib/protocol/rest_xml.js
3936 silly gunzTarPerm extractEntry NOTICE.txt
3937 silly gunzTarPerm extractEntry scripts/console
3938 silly gunzTarPerm extractEntry scripts/lib/translator.js
3939 silly gunzTarPerm extractEntry scripts/translate-api
3940 silly gunzTarPerm extractEntry testem.json
3941 silly lockFile b7b6f244-tar-root-npm-hapi-7-0-0-package tar:///root/.npm/hapi/7.0.0/package
3942 silly lockFile b7b6f244-tar-root-npm-hapi-7-0-0-package tar:///root/.npm/hapi/7.0.0/package
3943 silly lockFile 7fe27479--root-npm-hapi-7-0-0-package-tgz tar:///root/.npm/hapi/7.0.0/package.tgz
3944 silly lockFile 7fe27479--root-npm-hapi-7-0-0-package-tgz tar:///root/.npm/hapi/7.0.0/package.tgz
3945 verbose chmod /root/.npm/hapi/7.0.0/package.tgz 644
3946 verbose chown /root/.npm/hapi/7.0.0/package.tgz [ 0, 0 ]
3947 silly lockFile 6e412073-ry-npmjs-org-hapi-hapi-7-0-0-tgz https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz
3948 silly lockFile 6e412073-ry-npmjs-org-hapi-hapi-7-0-0-tgz https://registry.npmjs.org/hapi/-/hapi-7.0.0.tgz
3949 info already installed hapi@7.0.0
3950 silly lockFile de06a08d--root-npm-aws-sdk-2-0-21-package tar:///root/.npm/aws-sdk/2.0.21/package
3951 silly lockFile de06a08d--root-npm-aws-sdk-2-0-21-package tar:///root/.npm/aws-sdk/2.0.21/package
3952 silly lockFile 73d11456-t-npm-aws-sdk-2-0-21-package-tgz tar:///root/.npm/aws-sdk/2.0.21/package.tgz
3953 silly lockFile 73d11456-t-npm-aws-sdk-2-0-21-package-tgz tar:///root/.npm/aws-sdk/2.0.21/package.tgz
3954 verbose chmod /root/.npm/aws-sdk/2.0.21/package.tgz 644
3955 verbose chown /root/.npm/aws-sdk/2.0.21/package.tgz [ 0, 0 ]
3956 silly lockFile b9e2c517-s-org-aws-sdk-aws-sdk-2-0-21-tgz https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz
3957 silly lockFile b9e2c517-s-org-aws-sdk-aws-sdk-2-0-21-tgz https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.21.tgz
3958 info already installed aws-sdk@2.0.21
3959 silly lockFile a5e9f81e-root-npm-p-promise-0-4-8-package tar:///root/.npm/p-promise/0.4.8/package
3960 silly lockFile a5e9f81e-root-npm-p-promise-0-4-8-package tar:///root/.npm/p-promise/0.4.8/package
3961 silly lockFile 3c12dac7--npm-p-promise-0-4-8-package-tgz tar:///root/.npm/p-promise/0.4.8/package.tgz
3962 silly lockFile 3c12dac7--npm-p-promise-0-4-8-package-tgz tar:///root/.npm/p-promise/0.4.8/package.tgz
3963 verbose chmod /root/.npm/p-promise/0.4.8/package.tgz 644
3964 verbose chown /root/.npm/p-promise/0.4.8/package.tgz [ 0, 0 ]
3965 silly lockFile 57ee37cb-rg-p-promise-p-promise-0-4-8-tgz https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz
3966 silly lockFile 57ee37cb-rg-p-promise-p-promise-0-4-8-tgz https://registry.npmjs.org/p-promise/-/p-promise-0.4.8.tgz
3967 info already installed p-promise@0.4.8
3968 silly gunzTarPerm extractEntry test/ccm_test.js
3969 silly gunzTarPerm modified mode [ 'test/ccm_test.js', 436, 420 ]
3970 silly gunzTarPerm extractEntry test/sha512_test.js
3971 silly gunzTarPerm modified mode [ 'test/sha512_test.js', 436, 420 ]
3972 silly gunzTarPerm extractEntry test/cbc_vectors.js
3973 silly gunzTarPerm modified mode [ 'test/cbc_vectors.js', 436, 420 ]
3974 silly gunzTarPerm extractEntry test/sha512_test_brute_force.js
3975 silly gunzTarPerm modified mode [ 'test/sha512_test_brute_force.js', 436, 420 ]
3976 silly gunzTarPerm extractEntry test/cbc_test.js
3977 silly gunzTarPerm modified mode [ 'test/cbc_test.js', 436, 420 ]
3978 silly gunzTarPerm extractEntry test/sha512_vectors.js
3979 silly gunzTarPerm modified mode [ 'test/sha512_vectors.js', 436, 420 ]
3980 silly gunzTarPerm extractEntry test/bn_vectors.js
3981 silly gunzTarPerm modified mode [ 'test/bn_vectors.js', 436, 420 ]
3982 silly gunzTarPerm extractEntry test/srp_test.js
3983 silly gunzTarPerm modified mode [ 'test/srp_test.js', 436, 420 ]
3984 silly gunzTarPerm extractEntry test/bn_test.js
3985 silly gunzTarPerm modified mode [ 'test/bn_test.js', 436, 420 ]
3986 silly gunzTarPerm extractEntry test/srp_vectors.js
3987 silly gunzTarPerm modified mode [ 'test/srp_vectors.js', 436, 420 ]
3988 silly gunzTarPerm extractEntry test/aes_vectors.js
3989 silly gunzTarPerm modified mode [ 'test/aes_vectors.js', 436, 420 ]
3990 silly gunzTarPerm extractEntry test/test.js
3991 silly gunzTarPerm modified mode [ 'test/test.js', 436, 420 ]
3992 silly gunzTarPerm extractEntry test/ocb2_test.js
3993 silly gunzTarPerm modified mode [ 'test/ocb2_test.js', 436, 420 ]
3994 silly lockFile b84b91d0-36347-0-5642764146905392-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
3995 silly lockFile b84b91d0-36347-0-5642764146905392-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
3996 silly lockFile ea774533-36347-0-5642764146905392-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/tmp.tgz
3997 silly lockFile ea774533-36347-0-5642764146905392-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/tmp.tgz
3998 verbose tar pack [ '/root/.npm/sjcl/1.0.1/package.tgz',
3998 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package' ]
3999 verbose tarball /root/.npm/sjcl/1.0.1/package.tgz
4000 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
4001 silly lockFile b84b91d0-36347-0-5642764146905392-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
4002 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package /root/.npm/b84b91d0-36347-0-5642764146905392-package.lock
4003 silly lockFile 03597aa7--root-npm-sjcl-1-0-1-package-tgz tar:///root/.npm/sjcl/1.0.1/package.tgz
4004 verbose lock tar:///root/.npm/sjcl/1.0.1/package.tgz /root/.npm/03597aa7--root-npm-sjcl-1-0-1-package-tgz.lock
4005 silly lockFile b84b91d0-36347-0-5642764146905392-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
4006 silly lockFile b84b91d0-36347-0-5642764146905392-package tar:///root/tmp/npm-14029-gGgPQP34/1417642436347-0.5642764146905392/package
4007 silly lockFile 03597aa7--root-npm-sjcl-1-0-1-package-tgz tar:///root/.npm/sjcl/1.0.1/package.tgz
4008 silly lockFile 03597aa7--root-npm-sjcl-1-0-1-package-tgz tar:///root/.npm/sjcl/1.0.1/package.tgz
4009 silly lockFile 8cb00bda-root-npm-sjcl-1-0-1-package /root/.npm/sjcl/1.0.1/package
4010 verbose lock /root/.npm/sjcl/1.0.1/package /root/.npm/8cb00bda-root-npm-sjcl-1-0-1-package.lock
4011 silly lockFile 8cb00bda-root-npm-sjcl-1-0-1-package /root/.npm/sjcl/1.0.1/package
4012 silly lockFile 8cb00bda-root-npm-sjcl-1-0-1-package /root/.npm/sjcl/1.0.1/package
4013 verbose tar unpack /root/.npm/sjcl/1.0.1/package.tgz
4014 silly lockFile eb7d720e-tar-root-npm-sjcl-1-0-1-package tar:///root/.npm/sjcl/1.0.1/package
4015 verbose lock tar:///root/.npm/sjcl/1.0.1/package /root/.npm/eb7d720e-tar-root-npm-sjcl-1-0-1-package.lock
4016 silly lockFile 03597aa7--root-npm-sjcl-1-0-1-package-tgz tar:///root/.npm/sjcl/1.0.1/package.tgz
4017 verbose lock tar:///root/.npm/sjcl/1.0.1/package.tgz /root/.npm/03597aa7--root-npm-sjcl-1-0-1-package-tgz.lock
4018 silly gunzTarPerm modes [ '755', '644' ]
4019 silly gunzTarPerm extractEntry package.json
4020 silly gunzTarPerm extractEntry README/COPYRIGHT
4021 silly gunzTarPerm extractEntry README/INSTALL
4022 silly gunzTarPerm extractEntry README/bsd.txt
4023 silly gunzTarPerm extractEntry README/gpl-2.0.txt
4024 silly gunzTarPerm extractEntry README/gpl-3.0.txt
4025 silly gunzTarPerm extractEntry README.md
4026 silly gunzTarPerm extractEntry core.js
4027 silly gunzTarPerm extractEntry core_closure.js
4028 silly gunzTarPerm extractEntry sjcl.js
4029 silly gunzTarPerm extractEntry core/aes.js
4030 silly gunzTarPerm extractEntry core/codecHex.js
4031 silly gunzTarPerm extractEntry core/codecString.js
4032 silly gunzTarPerm extractEntry core/convenience.js
4033 silly gunzTarPerm extractEntry core/codecBytes.js
4034 silly gunzTarPerm extractEntry core/gcm.js
4035 silly gunzTarPerm extractEntry core/hmac.js
4036 silly gunzTarPerm extractEntry core/ocb2.js
4037 silly gunzTarPerm extractEntry core/pbkdf2.js
4038 silly gunzTarPerm extractEntry core/random.js
4039 silly gunzTarPerm extractEntry core/codecBase64.js
4040 silly gunzTarPerm extractEntry core/sha1.js
4041 silly gunzTarPerm extractEntry core/ccm.js
4042 silly gunzTarPerm extractEntry core/sha256.js
4043 silly gunzTarPerm extractEntry core/cbc.js
4044 silly gunzTarPerm extractEntry core/sha512.js
4045 silly gunzTarPerm extractEntry core/bn.js
4046 silly gunzTarPerm extractEntry core/sjcl.js
4047 silly gunzTarPerm extractEntry core/bitArray.js
4048 silly gunzTarPerm extractEntry core/srp.js
4049 silly gunzTarPerm extractEntry core/ecc.js
4050 silly gunzTarPerm extractEntry config.mk
4051 silly gunzTarPerm extractEntry configure
4052 silly gunzTarPerm extractEntry Makefile
4053 silly gunzTarPerm extractEntry .travis.yml
4054 silly gunzTarPerm extractEntry bower.json
4055 silly gunzTarPerm extractEntry demo/example.js
4056 silly gunzTarPerm extractEntry demo/form.js
4057 silly gunzTarPerm extractEntry demo/alpha-arrow.png
4058 silly gunzTarPerm extractEntry demo/example.css
4059 silly gunzTarPerm extractEntry demo/index.html
4060 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/README.txt
4061 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame.js
4062 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/main.js
4063 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/run.js
4064 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test.js
4065 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Chain.js
4066 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Dumper.js
4067 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Hash.js
4068 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Link.js
4069 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Namespace.js
4070 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Opt.js
4071 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Reflection.js
4072 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/String.js
4073 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/frame/Testrun.js
4074 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/FOODOC.js
4075 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC.js
4076 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/DomReader.js
4077 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/XMLDoc.js
4078 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/handlers/XMLDOC/XMLParse.js
4079 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC.js
4080 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/DocComment.js
4081 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Lang.js
4082 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Parser.js
4083 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/PluginManager.js
4084 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/JsPlate.js
4085 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/SymbolSet.js
4086 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TextStream.js
4087 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Token.js
4088 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TokenReader.js
4089 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/TokenStream.js
4090 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/JsDoc.js
4091 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Util.js
4092 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/DocTag.js
4093 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Walker.js
4094 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/lib/JSDOC/Symbol.js
4095 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/commentSrcJson.js
4096 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/frameworkPrototype.js
4097 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/functionCall.js
4098 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/publishSrcHilite.js
4099 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/symbolLink.js
4100 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/tagParamConfig.js
4101 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/plugins/tagSynonyms.js
4102 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/t/TestDoc.js
4103 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/t/runner.js
4104 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/addon.js
4105 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/lend.js
4106 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof.js
4107 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof2.js
4108 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/jsdoc_test.js
4109 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/anon_inner.js
4110 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/module.js
4111 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/multi_methods.js
4112 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/name.js
4113 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/namespace_nested.js
4114 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/inner.js
4115 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/nocode.js
4116 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/ignore.js
4117 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/oblit_anon.js
4118 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/globals.js
4119 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/overview.js
4120 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/global.js
4121 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/param_inline.js
4122 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/functions_nested.js
4123 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js
4124 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/functions_anon.js
4125 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype.js
4126 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/exports.js
4127 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype_nested.js
4128 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/event.js
4129 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype_oblit.js
4130 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/encoding_other.js
4131 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/prototype_oblit_constructor.js
4132 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/encoding.js
4133 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/public.js
4134 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/constructs.js
4135 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/tosource.js
4136 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/config.js
4137 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/shared.js
4138 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/borrows2.js
4139 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/shared2.js
4140 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/borrows.js
4141 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/shortcuts.js
4142 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/augments2.js
4143 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/static_this.js
4144 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/augments.js
4145 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/synonyms.js
4146 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof3.js
4147 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/variable_redefine.js
4148 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/memberof_constructor.js
4149 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/scripts/code.js
4150 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/app/test/scripts/notcode.txt
4151 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/changes.txt
4152 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/conf/sample.conf
4153 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/build.xml
4154 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/build_1.4.xml
4155 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/classes/js.jar
4156 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/src/JsDebugRun.java
4157 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/java/src/JsRun.java
4158 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/jsdebug.jar
4159 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/jsrun.jar
4160 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/jsrun.sh
4161 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/publish.js
4162 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/allclasses.tmpl
4163 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/allfiles.tmpl
4164 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/class.tmpl
4165 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/css/default.css
4166 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/index.tmpl
4167 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/static/header.html
4168 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/static/index.html
4169 silly gunzTarPerm extractEntry jsdoc_toolkit-2.3.3-beta/templates/codeview/symbol.tmpl
4170 silly gunzTarPerm extractEntry lint/jslint_rhino.js
4171 silly gunzTarPerm extractEntry lint/coding_guidelines.pl
4172 silly gunzTarPerm extractEntry browserTest/browserUtil.js
4173 silly gunzTarPerm extractEntry browserTest/nodeUtil.js
4174 silly gunzTarPerm extractEntry browserTest/browserTest.html
4175 silly gunzTarPerm extractEntry browserTest/entropy.html
4176 silly gunzTarPerm extractEntry browserTest/test.css
4177 silly gunzTarPerm extractEntry compress/compiler.jar
4178 silly gunzTarPerm extractEntry compress/compress_with_closure.sh
4179 silly gunzTarPerm extractEntry compress/compress_with_yui.sh
4180 silly gunzTarPerm extractEntry compress/dewindowize.pl
4181 silly gunzTarPerm extractEntry compress/digitize.pl
4182 silly gunzTarPerm extractEntry compress/opacify.pl
4183 silly gunzTarPerm extractEntry compress/remove_constants.pl
4184 silly gunzTarPerm extractEntry compress/yuicompressor-2.4.2.jar
4185 silly gunzTarPerm extractEntry test/aes_test.js
4186 silly gunzTarPerm extractEntry test/gcm_test.js
4187 silly gunzTarPerm extractEntry test/gcm_vectors.js
4188 silly gunzTarPerm extractEntry test/hmac_test.js
4189 silly gunzTarPerm extractEntry test/hmac_vectors.js
4190 silly gunzTarPerm extractEntry test/ecdsa_vectors.js
4191 silly gunzTarPerm extractEntry test/ocb2_vectors.js
4192 silly gunzTarPerm extractEntry test/pbkdf2_test.js
4193 silly gunzTarPerm extractEntry test/run_tests_browser.js
4194 silly gunzTarPerm extractEntry test/run_tests_node.js
4195 silly gunzTarPerm extractEntry test/sha1_test.js
4196 silly gunzTarPerm extractEntry test/ecdsa_test.js
4197 silly gunzTarPerm extractEntry test/sha1_vectors.js
4198 silly gunzTarPerm extractEntry test/ecdh_test.js
4199 silly gunzTarPerm extractEntry test/sha256_test.js
4200 silly gunzTarPerm extractEntry test/ecc_conv.js
4201 silly gunzTarPerm extractEntry test/sha256_test_brute_force.js
4202 silly gunzTarPerm extractEntry test/ccm_vectors.js
4203 silly gunzTarPerm extractEntry test/sha256_vectors.js
4204 silly gunzTarPerm extractEntry test/ccm_test.js
4205 silly gunzTarPerm extractEntry test/sha512_test.js
4206 silly gunzTarPerm extractEntry test/cbc_vectors.js
4207 silly gunzTarPerm extractEntry test/sha512_test_brute_force.js
4208 silly gunzTarPerm extractEntry test/cbc_test.js
4209 silly gunzTarPerm extractEntry test/sha512_vectors.js
4210 silly gunzTarPerm extractEntry test/bn_vectors.js
4211 silly gunzTarPerm extractEntry test/srp_test.js
4212 silly gunzTarPerm extractEntry test/bn_test.js
4213 silly gunzTarPerm extractEntry test/srp_vectors.js
4214 silly gunzTarPerm extractEntry test/aes_vectors.js
4215 silly gunzTarPerm extractEntry test/test.js
4216 silly gunzTarPerm extractEntry test/ocb2_test.js
4217 silly lockFile eb7d720e-tar-root-npm-sjcl-1-0-1-package tar:///root/.npm/sjcl/1.0.1/package
4218 silly lockFile eb7d720e-tar-root-npm-sjcl-1-0-1-package tar:///root/.npm/sjcl/1.0.1/package
4219 silly lockFile 03597aa7--root-npm-sjcl-1-0-1-package-tgz tar:///root/.npm/sjcl/1.0.1/package.tgz
4220 silly lockFile 03597aa7--root-npm-sjcl-1-0-1-package-tgz tar:///root/.npm/sjcl/1.0.1/package.tgz
4221 verbose chmod /root/.npm/sjcl/1.0.1/package.tgz 644
4222 verbose chown /root/.npm/sjcl/1.0.1/package.tgz [ 0, 0 ]
4223 silly lockFile 5b90587a-ry-npmjs-org-sjcl-sjcl-1-0-1-tgz https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz
4224 silly lockFile 5b90587a-ry-npmjs-org-sjcl-sjcl-1-0-1-tgz https://registry.npmjs.org/sjcl/-/sjcl-1.0.1.tgz
4225 info already installed sjcl@1.0.1
4226 silly resolved [ { name: 'load-grunt-tasks',
4226 silly resolved version: '0.6.0',
4226 silly resolved description: 'Load multiple grunt tasks using globbing patterns',
4226 silly resolved keywords:
4226 silly resolved [ 'grunt',
4226 silly resolved 'load',
4226 silly resolved 'require',
4226 silly resolved 'tasks',
4226 silly resolved 'glob',
4226 silly resolved 'pattern',
4226 silly resolved 'match',
4226 silly resolved 'matchdep',
4226 silly resolved 'dependencies' ],
4226 silly resolved license: 'MIT',
4226 silly resolved author:
4226 silly resolved { name: 'Sindre Sorhus',
4226 silly resolved email: 'sindresorhus@gmail.com',
4226 silly resolved url: 'http://sindresorhus.com' },
4226 silly resolved files: [ 'load-grunt-tasks.js' ],
4226 silly resolved main: 'load-grunt-tasks',
4226 silly resolved repository: { type: 'git', url: 'sindresorhus/load-grunt-tasks' },
4226 silly resolved scripts: { test: 'grunt' },
4226 silly resolved dependencies: { 'findup-sync': '^0.1.2', multimatch: '^0.3.0' },
4226 silly resolved devDependencies:
4226 silly resolved { grunt: '^0.4.2',
4226 silly resolved 'grunt-cli': '^0.1.12',
4226 silly resolved 'grunt-svgmin': '^0.4.0' },
4226 silly resolved engines: { node: '>=0.10.0' },
4226 silly resolved readme: '# load-grunt-tasks [![Build Status](https://travis-ci.org/sindresorhus/load-grunt-tasks.svg?branch=master)](https://travis-ci.org/sindresorhus/load-grunt-tasks)\n\n> Load multiple grunt tasks using globbing patterns\n\nUsually you would have to load each task one by one, which is unnecessarily cumbersome.\n\nThis module will read the `dependencies`/`devDependencies`/`peerDependencies` in your package.json and load grunt tasks that match the provided patterns.\n\n\n#### Before\n\n```js\ngrunt.loadNpmTasks(\'grunt-shell\');\ngrunt.loadNpmTasks(\'grunt-sass\');\ngrunt.loadNpmTasks(\'grunt-recess\');\ngrunt.loadNpmTasks(\'grunt-sizediff\');\ngrunt.loadNpmTasks(\'grunt-svgmin\');\ngrunt.loadNpmTasks(\'grunt-styl\');\ngrunt.loadNpmTasks(\'grunt-php\');\ngrunt.loadNpmTasks(\'grunt-eslint\');\ngrunt.loadNpmTasks(\'grunt-concurrent\');\ngrunt.loadNpmTasks(\'grunt-bower-requirejs\');\n```\n\n#### After\n\n```js\nrequire(\'load-grunt-tasks\')(grunt);\n```\n\n\n## Install\n\n```bash\n$ npm install --save-dev load-grunt-tasks\n```\n\n\n## Example config\n\n```js\n// Gruntfile.js\nmodule.exports = function (grunt) {\n\t// load all grunt tasks matching the `grunt-*` pattern\n\trequire(\'load-grunt-tasks\')(grunt);\n\n\tgrunt.initConfig({});\n\tgrunt.registerTask(\'default\', []);\n}\n```\n\n\n## Usage examples\n\n### Load all grunt tasks\n\n```js\nrequire(\'load-grunt-tasks\')(grunt);\n```\n\nEquivalent to:\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {pattern: \'grunt-*\'});\n```\n\n### Load all grunt-contrib tasks\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {pattern: \'grunt-contrib-*\'});\n```\n\n### Load all grunt-contrib tasks and another non-contrib task\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {pattern: [\'grunt-contrib-*\', \'grunt-shell\']});\n```\n\n### Load all grunt-contrib tasks excluding one\n\nYou can exclude tasks using the negate `!` globbing pattern:\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {pattern: [\'grunt-contrib-*\', \'!grunt-contrib-coffee\']});\n```\n\n### Set custom path to package.json\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {config: \'../package\'});\n```\n\n### Only load from `devDependencies`\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {scope: \'devDependencies\'});\n```\n\n### Only load from `devDependencies` and `dependencies`\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {scope: [\'devDependencies\', \'dependencies\']});\n```\n\n### All options in use\n\n```js\nrequire(\'load-grunt-tasks\')(grunt, {\n\tpattern: \'grunt-contrib-*\',\n\tconfig: \'../package.json\',\n\tscope: \'devDependencies\'\n});\n```\n\n\n## Options\n\n### pattern\n\nType: `String`, `Array` \nDefault: `\'grunt-*\'` ([globbing pattern](https://github.com/isaacs/minimatch))\n\n### config\n\nType: `String`, `Object` \nDefault: Path to nearest package.json\n\n### scope\n\nType: `String`, `Array` \nDefault: `[\'dependencies\', \'devDependencies\', \'peerDependencies\']`\n\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)\n',
4226 silly resolved readmeFilename: 'readme.md',
4226 silly resolved _id: 'load-grunt-tasks@0.6.0',
4226 silly resolved dist: { shasum: '40aa097fa15b30208ea01ed37b0789599cc8e7cc' },
4226 silly resolved _from: 'https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-0.6.0.tgz' },
4226 silly resolved { name: 'fxa-auth-db-mem',
4226 silly resolved version: '0.18.2',
4226 silly resolved description: '',
4226 silly resolved main: 'index.js',
4226 silly resolved scripts: { test: '', start: 'node index.js' },
4226 silly resolved author: '',
4226 silly resolved license: 'MPL 2.0',
4226 silly resolved dependencies:
4226 silly resolved { bluebird: '2.2.2',
4226 silly resolved 'fxa-auth-db-server': 'git://github.com/dannycoates/fxa-auth-db-server.git#reverse' },
4226 silly resolved readme: 'ERROR: No README data found!',
4226 silly resolved _id: 'fxa-auth-db-mem@0.18.2',
4226 silly resolved dist: { shasum: '680f66f8841cd9a60589e8166858252bb91d787e' },
4226 silly resolved _from: 'https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/fxa-auth-db-mem/-/fxa-auth-db-mem-0.18.2.tgz' },
4226 silly resolved { name: 'fxa-auth-mailer',
4226 silly resolved version: '1.0.6',
4226 silly resolved description: '',
4226 silly resolved main: 'index.js',
4226 silly resolved scripts: { test: 'tap test/local' },
4226 silly resolved author: '',
4226 silly resolved license: 'MPL 2.0',
4226 silly resolved dependencies:
4226 silly resolved { bluebird: '2.2.2',
4226 silly resolved bunyan: '1.0.0',
4226 silly resolved 'fxa-content-server-l10n': 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b4',
4226 silly resolved handlebars: '1.3.0',
4226 silly resolved 'i18n-abide': '0.0.22',
4226 silly resolved jed: '0.5.4',
4226 silly resolved nodemailer: '0.7.1',
4226 silly resolved po2json: '0.3.0',
4226 silly resolved rc: '0.5.0',
4226 silly resolved restify: '2.8.2' },
4226 silly resolved devDependencies: { mailparser: '0.4.4', simplesmtp: '0.3.32', tap: '0.4.12' },
4226 silly resolved readme: 'ERROR: No README data found!',
4226 silly resolved _id: 'fxa-auth-mailer@1.0.6',
4226 silly resolved dist: { shasum: 'a1b12dbb6a1c77289482a9f8554a015b454d3334' },
4226 silly resolved _from: 'https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/fxa-auth-mailer/-/fxa-auth-mailer-1.0.6.tgz' },
4226 silly resolved { name: 'binary-split',
4226 silly resolved version: '0.1.2',
4226 silly resolved description: 'a fast newline (or any delimiter) splitter stream - like require(\'split\') but faster',
4226 silly resolved main: 'index.js',
4226 silly resolved scripts: { test: 'node test.js' },
4226 silly resolved repository:
4226 silly resolved { type: 'git',
4226 silly resolved url: 'git://github.com/maxogden/binary-split.git' },
4226 silly resolved author: { name: 'max ogden' },
4226 silly resolved license: 'BSD-2-Clause',
4226 silly resolved bugs: { url: 'https://github.com/maxogden/binary-split/issues' },
4226 silly resolved dependencies: { through: '~2.3.4', bops: '0.0.6' },
4226 silly resolved devDependencies: { tape: '~1.1.0' },
4226 silly resolved readme: '# binary-split\n\nSplit streams of binary data. Similar to [split](http://npmjs.org/split) but for [bops](http://npmjs.org/bops), e.g. Buffers in node or Uint8Arrays in the browser. Whereas split is String specific, this library never converts binary data into non-binary data.\n\n[![NPM](https://nodei.co/npm/binary-split.png)](https://nodei.co/npm/binary-split/)\n\n## how fast is it?\n\non a SSD w/ a Haswell i5 1.3ghz CPU and 4GB RAM reading a 2.6GB, 5.2 million entry line delimited JSON file takes 15 seconds. using `split` for the same benchmark takes 1m23s.\n\n## usage\n\n```\nvar split = require(\'binary-split\')\n```\n\n#### split(splitOn)\n\nReturns a stream. You can `.pipe` other streams to it or `.write` them yourself (if you `.write` don\'t forget to `.end`)\n\nThe stream will emit a stream of binary objects representing the split data.\n\nPass in the optional `splitOn` argument to specify where to split the data. The default is your current operating systems EOL sequence (via `require(\'os\').EOL`).\n\nFor more examples of usage see `test.js`\n\n### license\n\nBSD\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n',
4226 silly resolved readmeFilename: 'readme.md',
4226 silly resolved _id: 'binary-split@0.1.2',
4226 silly resolved dist: { shasum: 'd5eb414863d091137ed2a465bf98cdfacb80aa67' },
4226 silly resolved _from: 'https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/binary-split/-/binary-split-0.1.2.tgz' },
4226 silly resolved { author:
4226 silly resolved { name: 'Lloyd Hilaiel',
4226 silly resolved email: 'lloyd@hilaiel.com',
4226 silly resolved url: 'http://lloyd.io' },
4226 silly resolved name: 'convict',
4226 silly resolved description: 'Unruly configuration management for nodejs',
4226 silly resolved version: '0.6.0',
4226 silly resolved homepage: 'https://github.com/mozilla/node-convict',
4226 silly resolved repository:
4226 silly resolved { type: 'git',
4226 silly resolved url: 'https://github.com/mozilla/node-convict.git' },
4226 silly resolved main: 'lib/convict.js',
4226 silly resolved engines: { node: '>=0.4.7' },
4226 silly resolved dependencies:
4226 silly resolved { cjson: '0.3.0',
4226 silly resolved depd: '1.0.0',
4226 silly resolved moment: '2.8.3',
4226 silly resolved optimist: '0.6.1',
4226 silly resolved validator: '3.22.1' },
4226 silly resolved devDependencies:
4226 silly resolved { istanbul: '0.3.2',
4226 silly resolved jshint: '2.5.10',
4226 silly resolved mocha: '2.0.1',
4226 silly resolved obj_diff: '0.3.0',
4226 silly resolved should: '4.2.1' },
4226 silly resolved jshintConfig:
4226 silly resolved { unused: 'vars',
4226 silly resolved undef: true,
4226 silly resolved node: true,
4226 silly resolved esnext: true,
4226 silly resolved mocha: true },
4226 silly resolved scripts:
4226 silly resolved { lint: 'jshint *.json lib/*.js test/*.js test/cases/*.js test/cases/*.json',
4226 silly resolved test: 'jshint *.json lib/*.js test/*.js test/cases/*.js test/cases/*.json && mocha --check-leaks -R spec',
4226 silly resolved 'test-cov': 'istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/',
4226 silly resolved 'test-travis': 'istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/' },
4226 silly resolved bugs: { url: 'https://github.com/mozilla/node-convict/issues' },
4226 silly resolved licenses:
4226 silly resolved { type: 'Apache',
4226 silly resolved url: 'https://raw.github.com/mozilla/node-convict/master/LICENSE' },
4226 silly resolved readme: '# node-convict [![\'Build status\'][travis_image_url]][travis_page_url]\n\n[travis_image_url]: https://api.travis-ci.org/mozilla/node-convict.png\n[travis_page_url]: https://travis-ci.org/mozilla/node-convict\n\nConvict expands on the standard pattern of configuring node.js applications in a way that is more robust and accessible to collaborators, who may have less interest in digging through imperative code in order to inspect or modify settings. By introducting a configuration schema, convict gives project collaborators more **context** on each setting and enables **validation and early failures** for when configuration goes wrong.\n\n\n## Features\n* **Loading and merging**: configurations are loaded from disk or inline and merged. JSON files are loaded with `cjson` so comments are welcome.\n* **Environmental variables**: values can be derived from environmental variables\n* **Command-line arguments**: values can also be derived from command-line arguments\n* **Validation**: configurations are validated against your schema, generating an error report with all errors that are found\n\n## Install\n```bash\nnpm install convict\n```\n\n## Example:\n\n\nAn example `config.js`:\n```javascript\nvar convict = require(\'convict\');\n\n// define a schema\n\nvar conf = convict({\n env: {\n doc: "The applicaton environment.",\n format: ["production", "development", "test"],\n default: "development",\n env: "NODE_ENV"\n },\n ip: {\n doc: "The IP address to bind.",\n format: "ipaddress",\n default: "127.0.0.1",\n env: "IP_ADDRESS",\n },\n port: {\n doc: "The port to bind.",\n format: "port",\n default: 0,\n env: "PORT"\n }\n});\n\n\n// load environment dependent configuration\n\nvar env = conf.get(\'env\');\nconf.loadFile(\'./config/\' + env + \'.json\');\n\n// perform validation\n\nconf.validate();\n\nmodule.exports = conf;\n```\n\n### Usage\n```javascript\nvar http = require(\'http\');\nvar conf = require(\'./config.js\');\n\nvar server = http.createServer(function (req, res) {\n res.writeHead(200, {\'Content-Type\': \'text/plain\'});\n res.end(\'Hello World\\n\');\n});\n\n// consume\nserver.listen(conf.get(\'port\'), conf.get(\'ip\'), function(x) {\n var addy = server.address();\n console.log(\'running on http://\' + addy.address + ":" + addy.port);\n});\n```\n\n## The Schema\nA configuration module could look like this:\n\nconfig.js:\n```javascript\nvar config = module.exports = convict({\n env: {\n doc: "The application environment.",\n format: ["production", "development", "test"],\n default: "development",\n env: "NODE_ENV",\n arg: "node-env",\n }\n});\n\nconfig.loadFile([\'./prod.json\', \'./config.json\']);\n```\n\nEach setting in the schema has four possible properties, each aiding in convict\'s goal of being more robust and collaborator friendly.\n\n* **Type information**: the `format` property specifies either a built-in convict format (`ipaddress`, `port`, `int`, etc.), or it can be a function to check a custom format. During validation, if a format check fails it will be added to the error report.\n* **Default values**: Every setting *must* have a default value.\n* **Environmental variables**: If the variable specified by `env` has a value, it will overwrite the setting\'s default value.\n* **Command-line arguments**: If the command-line argument specified by `arg` is supplied, it will overwrite the setting\'s default value or the value derived from `env`.\n* **Documentation**: The `doc` property is pretty self-explanatory. The nice part about having it in the schema rather than as a comment is that we can call `conf.toSchemaString()` and have it displayed in the output.\n\n### Validation\nIn order to help detect misconfigurations, convict allows you to define a format for each setting. By defualt, convict checks if the value of the property has the same type (according to `Object.prototype.toString.call`) as the default value specified in the schema. You can define a custom format checking function in the schema by setting the `format` property.\n\nconvict provides serveral predefined formats for validation that you can use ([using node-validator](https://github.com/chriso/node-validator#list-of-validation-methods) and [moment.js](http://momentjs.com/)). Most of them are self-explanatory:\n\n* `*` - any value is valid\n* `int`\n* `port`\n* `url`\n* `email`\n* `ipaddress` - IPv4 and IPv6 addresses\n* `duration` - miliseconds or a human readable string (e.g. "5 days")\n* `timestamp` - Unix timestamps or date strings recognized by [moment.js](http://momentjs.com/)\n* `nat` - positive integer (natural number)\n\nIf `format` is set to one of the built-in JavaScript constructors, `Object`, `Array`, `String`, `Number`, or `Boolean`, validation will use Object.prototype.toString.call to check that the setting is the proper type.\n\nYou can also provide your own format checking function. For example:\n```javascript\nvar check = require(\'validator\').check;\n\nvar conf = convict({\n key: {\n doc: "API key",\n format: function (val) {\n check(val, \'should be a 64 character hex key\').regex(/^[a-fA-F0-9]{64}$/);\n },\n default: \'3cec609c9bc601c047af917a544645c50caf8cd606806b4e0a23312441014deb\'\n }\n });\n```\n\n### Coercion\n\nConvict will automatically coerce environmental variables from strings to their proper types when importing them. For instance, values with the format `int`, `nat`, `port`, or `Number` will become numbers after a straight forward `parseInt` or `parseFloat`. `duration` and `timestamp` are also parse and converted into numbers, though they utilize [moment.js](http://momentjs.com/) for date parsing.\n\n## API\n\n### var config = convict(schema)\n`convict()` takes a schema object and returns a convict configuration object. The configuration object has an API for getting and setting values, described below.\n\n### config.get(name)\nReturns the current value of the `name` property. `name` can use dot notation to reference nested values. E.g.:\n```javascript\nconfig.get(\'database.host\');\n\n// or\n\nconfig.get(\'database\').host;\n```\n\n### config.default(name)\nReturns the default value of the `name` property. `name` can use dot notation to reference nested values. E.g.:\n```javascript\nconfig.default(\'server.port\');\n```\n\n### config.has(name)\nReturns `true` if the property `name` is defined, or `false` otherwise. E.g.:\n```javascript\nif (config.has(\'some.property\')) {\n // do something\n}\n```\n\n### config.set(name, value)\nSets the value of `name` to value. `name` can use dot notation to reference nested values, e.g. `"database.port"`. If objects in the chain don\'t yet exist, they will be initialized to empty objects. E.g.:\n```javascript\nconfig.set(\'property.that.may.not.exist.yet\', \'some value\');\nconfig.get(\'property.that.may.not.exist.yet\');\n// returns "some value"\n```\n\n### config.load(object)\nThis will load and merge a JavaScript object into `config`. E.g.:\n```javascript\nconfig.load({\n "env": "test",\n "ip": "127.0.0.1",\n "port": 80\n});\n```\n\n### config.loadFile(file or [file1, file2, ...])\nThis will load and merge one or multiple JSON configuration files into `config`. JSON files are loaded using `cjson`, so they can contain comments. E.g.:\n```javascript\nconf.loadFile(\'./config/\' + conf.get(\'env\') + \'.json\');\n```\n\nOr, loading multiple files at once:\n```javascript\n// CONFIG_FILES=/path/to/production.json,/path/to/secrets.json,/path/to/sitespecific.json\nconf.loadFile(process.env.CONFIG_FILES.split(\',\'));\n```\n\n### config.validate()\nValidates `config` against the schema used to initialize it. All errors are collected and thrown at once.\n\n\n## faq\n\n### [How can I define a configuration property as "required" without providing a default value?](https://github.com/mozilla/node-convict/issues/29)\n\nThe philosophy was to have production values be the default values. Usually you only want to change defaults for deploy or instance (in aws speak) specific tweaks. However, you can set a default value to `null` and if your format doesn\'t accept `null` it will throw an error.\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'convict@0.6.0',
4226 silly resolved dist: { shasum: '1351b469d0eee5f7f2f5f54e8101857b856c0336' },
4226 silly resolved _from: 'https://registry.npmjs.org/convict/-/convict-0.6.0.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/convict/-/convict-0.6.0.tgz' },
4226 silly resolved { name: 'grunt-contrib-jshint',
4226 silly resolved description: 'Validate files with JSHint.',
4226 silly resolved version: '0.10.0',
4226 silly resolved homepage: 'https://github.com/gruntjs/grunt-contrib-jshint',
4226 silly resolved author: { name: 'Grunt Team', url: 'http://gruntjs.com/' },
4226 silly resolved repository:
4226 silly resolved { type: 'git',
4226 silly resolved url: 'git://github.com/gruntjs/grunt-contrib-jshint.git' },
4226 silly resolved bugs: { url: 'https://github.com/gruntjs/grunt-contrib-jshint/issues' },
4226 silly resolved licenses: [ [Object] ],
4226 silly resolved engines: { node: '>= 0.8.0' },
4226 silly resolved scripts: { test: 'grunt test' },
4226 silly resolved dependencies: { jshint: '~2.5.0', hooker: '~0.2.3' },
4226 silly resolved devDependencies:
4226 silly resolved { 'grunt-contrib-nodeunit': '~0.3.1',
4226 silly resolved 'grunt-contrib-internal': '~0.4.8',
4226 silly resolved grunt: '~0.4.0' },
4226 silly resolved peerDependencies: { grunt: '~0.4.0' },
4226 silly resolved keywords: [ 'gruntplugin' ],
4226 silly resolved files: [ 'tasks', 'LICENSE-MIT' ],
4226 silly resolved readme: '# grunt-contrib-jshint v0.10.0 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-jshint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint)\n\n> Validate files with JSHint.\n\n\n\n## Getting Started\nThis plugin requires Grunt `~0.4.0`\n\nIf you haven\'t used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you\'re familiar with that process, you may install this plugin with this command:\n\n```shell\nnpm install grunt-contrib-jshint --save-dev\n```\n\nOnce the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\n\n```js\ngrunt.loadNpmTasks(\'grunt-contrib-jshint\');\n```\n\n\n\n\n## Jshint task\n_Run this task with the `grunt jshint` command._\n\nTask targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide.\n\nFor more explanations of the lint errors JSHint will throw at you please visit [jslinterrors.com](http://jslinterrors.com/).\n\n### Options\n\nAny specified option will be passed through directly to [JSHint][], thus you can specify any option that JSHint supports. See the [JSHint documentation][] for a list of supported options.\n\n[JSHint]: http://www.jshint.com/\n[JSHint documentation]: http://www.jshint.com/docs/\n\nA few additional options are supported:\n\n\n#### globals\n\nType: `Object` \nDefault: `null`\n\nA map of global variables, with keys as names and a boolean value to determine if they are assignable. This is not a standard JSHint option, but is passed into the `JSHINT` function as its third argument. See the [JSHint documentation][] for more information.\n\n\n#### jshintrc\n\nType: `String` or `true` \nDefault: `null`\n\nIf set to `true`, no config will be sent to jshint and jshint will search for `.jshintrc` files relative to the files being linted.\n\nIf a filename is specified, options and globals defined therein will be used. The `jshintrc` file must be valid JSON and looks something like this:\n\n```json\n{\n "curly": true,\n "eqnull": true,\n "eqeqeq": true,\n "undef": true,\n "globals": {\n "jQuery": true\n }\n}\n```\n\n*Be aware that `jshintrc` settings are not merged with your Grunt options.*\n\n\n#### extensions\n\nType: `String` \nDefault: `\'\'`\n\nA list of non-dot-js extensions to check.\n\n\n#### ignores\n\nType: `Array` \nDefault: `null`\n\nA list of files and dirs to ignore. This will override your `.jshintignore` file if set and does not merge.\n\n\n#### force\n\nType: `Boolean` \nDefault: `false`\n\nSet `force` to `true` to report JSHint errors but not fail the task.\n\n\n#### reporter\n\nType: `String` \nDefault: `null`\n\nAllows you to modify this plugins output. By default it will use a built-in Grunt reporter. Set the path to your own custom reporter or to one of the built-in JSHint reporters: `jslint` or `checkstyle`.\n\nSee also: [Writing your own JSHint reporter.](http://jshint.com/docs/reporters/)\n\nYou can also use an external reporter. For example [jshint-stylish](https://github.com/sindresorhus/jshint-stylish):\n\n```\n$ npm install --save-dev jshint-stylish\n```\n\n```js\noptions: {\n reporter: require(\'jshint-stylish\')\n}\n```\n\n#### reporterOutput\n\nType: `String` \nDefault: `null`\n\nSpecify a filepath to output the results of a reporter. If `reporterOutput` is specified then all output will be written to the given filepath instead of printed to stdout.\n\n### Usage examples\n\n#### Wildcards\nIn this example, running `grunt jshint:all` (or `grunt jshint` because `jshint` is a [multi task](http://gruntjs.com/configuring-tasks#task-configuration-and-targets)) will lint the project\'s Gruntfile as well as all JavaScript files in the `lib` and `test` directories and their subdirectores, using the default JSHint options.\n\n```js\n// Project configuration.\ngrunt.initConfig({\n jshint: {\n all: [\'Gruntfile.js\', \'lib/**/*.js\', \'test/**/*.js\']\n }\n});\n```\n\n#### Linting before and after concatenating\nIn this example, running `grunt jshint` will lint both the "beforeconcat" set and "afterconcat" sets of files. This is not ideal, because `dist/output.js` may get linted before it gets created via the [grunt-contrib-concat plugin](https://github.com/gruntjs/grunt-contrib-concat) `concat` task.\n\nIn this case, you should lint the "beforeconcat" files first, then concat, then lint the "afterconcat" files, by running `grunt jshint:beforeconcat concat jshint:afterconcat`.\n\n```js\n// Project configuration.\ngrunt.initConfig({\n concat: {\n dist: {\n src: [\'src/foo.js\', \'src/bar.js\'],\n dest: \'dist/output.js\'\n }\n },\n jshint: {\n beforeconcat: [\'src/foo.js\', \'src/bar.js\'],\n afterconcat: [\'dist/output.js\']\n }\n});\n```\n\n#### Specifying JSHint options and globals\n\nIn this example, custom JSHint options are specified. Note that when `grunt jshint:uses_defaults` is run, those files are linted using the default options, but when `grunt jshint:with_overrides` is run, those files are linted using _merged_ task/target options.\n\n```js\n// Project configuration.\ngrunt.initConfig({\n jshint: {\n options: {\n curly: true,\n eqeqeq: true,\n eqnull: true,\n browser: true,\n globals: {\n jQuery: true\n },\n },\n uses_defaults: [\'dir1/**/*.js\', \'dir2/**/*.js\'],\n with_overrides: {\n options: {\n curly: false,\n undef: true,\n },\n files: {\n src: [\'dir3/**/*.js\', \'dir4/**/*.js\']\n },\n }\n },\n});\n```\n\n#### Ignoring specific warnings\n\nIf you would like to ignore a specific warning:\n\n```shell\n[L24:C9] W015: Expected \'}\' to have an indentation at 11 instead at 9.\n```\n\nYou can toggle it by prepending `-` to the warning id as an option:\n\n```js\ngrunt.initConfig({\n jshint: {\n ignore_warning: {\n options: {\n \'-W015\': true,\n },\n src: [\'**/*.js\'],\n },\n },\n});\n```\n\n\n## Release History\n\n * 2014-04-02   v0.10.0   Update to JSHint 2.5.0.\n * 2014-03-12   v0.9.2   Fixes a bug where reporterOutput was still passed to jshint.\n * 2014-03-12   v0.9.1   Don\'t pass reporterOutput option to jshint.\n * 2014-03-12   v0.9.0   Replace deprecated grunt.util._.clone with Object.create() Replace deprecated grunt.util.hooker with hooker lib Enhancing the readability of the output. Reporter output is relative to the output file. Pass jshint options to the external reporter.\n * 2013-12-25   v0.8.0   Update to jshint 2.4.0.\n * 2013-11-16   v0.7.2   Only print file name once per error.\n * 2013-10-31   v0.7.1   Ability to set jshintrc option to true to use jshint\'s native ability for finding .jshintrc files relative to the linted files.\n * 2013-10-23   v0.7.0   Update to jshint 2.3.0.\n * 2013-10-23   v0.6.5   Fix output when maxerr is low.\n * 2013-08-29   v0.6.4   jshintrc now loaded by jshint allowing comments.\n * 2013-08-15   v0.6.3   Fix module location for jshint 2.1.10.\n * 2013-07-29   v0.6.2   Update to jshint 2.1.7.\n * 2013-07-27   v0.6.1   Peg jshint to 2.1.4 until breaking changes in 2.1.5 are fixed.\n * 2013-06-02   v0.6.0   Dont always succeed the task when using a custom reporter. Bump jshint to 2.1.3.\n * 2013-05-22   v0.5.4   Fix default reporter to show offending file.\n * 2013-05-19   v0.5.3   Performance: Execute the reporter once rather than per file.\n * 2013-05-18   v0.5.2   Fix printing too many erroneous ignored file errors.\n * 2013-05-17   v0.5.1   Fix for when only 1 file is lint free.\n * 2013-05-17   v0.5.0   Bump to jshint 2.0. Add support for .jshintignore files and ignores option Add support for extensions option. Add support for custom reporters and output report to a file.\n * 2013-04-08   v0.4.3   Fix evaluation of predef option when it\'s an object.\n * 2013-04-08   v0.4.2   Avoid wiping force option when jshintrc is used.\n * 2013-04-06   v0.4.1   Fix to allow object type for deprecated predef.\n * 2013-04-04   v0.4.0   Revert task level options to override jshintrc files.\n * 2013-03-13   v0.3.0   Bump to JSHint 1.1.0. Add force option to report JSHint errors but not fail the task. Add error/warning code to message. Allow task level options to override jshintrc file.\n * 2013-02-26   v0.2.0   Bump to JSHint 1.0\n * 2013-02-15   v0.1.1   First official release for Grunt 0.4.0.\n * 2013-01-18   v0.1.1rc6   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.\n * 2013-01-09   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching to this.filesSrc api.\n * 2012-10-18   v0.1.0   Work in progress, not yet officially released.\n\n---\n\nTask submitted by ["Cowboy" Ben Alman](http://benalman.com/)\n\n*This file was generated on Wed Apr 02 2014 09:05:43.*\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'grunt-contrib-jshint@0.10.0',
4226 silly resolved dist: { shasum: '38a5879c6faafa11d9609ecd3f10ef51f3cd6162' },
4226 silly resolved _from: 'https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz' },
4226 silly resolved { name: 'scrypt-hash',
4226 silly resolved version: '1.1.8',
4226 silly resolved description: 'crypto_scrypt binding for node',
4226 silly resolved main: 'index.js',
4226 silly resolved scripts: { test: 'node test.js', install: 'node-gyp rebuild' },
4226 silly resolved repository:
4226 silly resolved { type: 'git',
4226 silly resolved url: 'git://github.com/dannycoates/scrypt-hash.git' },
4226 silly resolved keywords: [ 'scrypt', 'hash' ],
4226 silly resolved dependencies: { bindings: '1.1.1', nan: '0.7.0' },
4226 silly resolved author: { name: 'Danny Coates' },
4226 silly resolved license: 'BSD',
4226 silly resolved gypfile: true,
4226 silly resolved bugs: { url: 'https://github.com/dannycoates/scrypt-hash/issues' },
4226 silly resolved homepage: 'https://github.com/dannycoates/scrypt-hash',
4226 silly resolved readme: '# scrypt-hash\n\nnode bindings for crypto_scrypt from [scrypt](http://www.tarsnap.com/scrypt.html)\n\n[![Build Status](https://travis-ci.org/dannycoates/scrypt-hash.png)](https://travis-ci.org/dannycoates/scrypt-hash)\n\n# Example\n\n```js\nvar scrypt = require(\'scrypt-hash\')\n\nvar password = Buffer(\'aprettybadpassword\')\nvar salt = Buffer(\'adashofsalt\')\nvar N = 1024 * 64\nvar r = 8\nvar p = 1\nvar len = 32\n\nscrypt(password, salt, N, r, p, len, function (err, hash) {\n\tif (err) {\n\t\treturn console.error(err)\n\t}\n\tconsole.assert(hash.length === len)\n\tconsole.log(\'The hashed password is\', hash.toString(\'hex\'))\n})\n```\n\n## scrypt(data, salt, N, r, p, len, callback)\n\n### Arguments\n\n* data - *Buffer* - the value you want to hash\n* salt - *Buffer*\n* N - *Number* - must be 32bit integer and a power of 2\n* r - *Number*\n* p - *Number*\n* len - *Number* - length of the returned hash\n* callback - *function (err, hash)*\n * err - *Error*\n * hash - *Buffer*\n\nFor info on what N, r, p do see http://tools.ietf.org/html/draft-josefsson-scrypt-kdf-01#section-5\n\n## Versioning\n\nMajor and Minor version numbers follow the scrypt C source. The Patch number of this library may differ from the upstream version as changes to either will increment this one.\n\n## License\n\nBSD 2-Clause, Copyright 2013 Danny Coates\n\nscrypt licensed under BSD 2-Clause, Copyright 2009 Colin Percival\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'scrypt-hash@1.1.8',
4226 silly resolved dist: { shasum: '189e15c6db6c1d2bd6b3b376c0d2e3adc235b900' },
4226 silly resolved _from: 'https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/scrypt-hash/-/scrypt-hash-1.1.8.tgz' },
4226 silly resolved { author:
4226 silly resolved { name: 'Lloyd Hilaiel',
4226 silly resolved email: 'lloyd@hilaiel.com',
4226 silly resolved url: 'http://lloyd.io' },
4226 silly resolved name: 'compute-cluster',
4226 silly resolved description: 'Local process cluster management for distributed computation',
4226 silly resolved version: '0.0.9',
4226 silly resolved repository:
4226 silly resolved { type: 'git',
4226 silly resolved url: 'https://github.com/lloyd/node-compute-cluster.git' },
4226 silly resolved main: 'lib/compute-cluster',
4226 silly resolved engines: { node: '>= 0.6.2' },
4226 silly resolved dependencies: { vows: '0.6.0' },
4226 silly resolved devDependencies: {},
4226 silly resolved scripts: { test: 'vows' },
4226 silly resolved bugs: { url: 'https://github.com/lloyd/node-compute-cluster/issues' },
4226 silly resolved licenses:
4226 silly resolved { type: 'MIT',
4226 silly resolved url: 'https://raw.github.com/lloyd/node-compute-cluster/master/LICENSE' },
4226 silly resolved readme: '## Distributed Computation for NodeJS\n\n[![Build Status](https://secure.travis-ci.org/lloyd/node-compute-cluster.png)](http://travis-ci.org/lloyd/node-compute-cluster)\n\nHow can you build a responsive and robust nodejs server that does some heavy\ncomputational lifting? Some node libraries (like the awesome [node-bcrypt][])\ndo their own threading internally and combine that with an async API. This\nallows libraries to internally thread their calls and use multiple cores.\n\n [node-bcrypt]: https://github.com/ncb000gt/node.bcrypt.js\n\nWhile this is pretty awesome, it is significant work for library implementors,\nand as this pattern becomes rampant, the application author loses fine grained\ncontrol over the resource usage of their server as well as the relative priority\nof compute tasks.\n\nIf you just naively run computation on the main evaluation thread, you\'re blocking\nnode.js from doing *anything else* and making your whole server unresponsive.\n\n## The solution?\n\n`node-compute-cluster` is a tiny abstraction around a group of\nprocesses and the [built-in IPC][] introduced in NodeJS 0.6.x. It provides a simple\nAPI by which you can allocate and run work on a cluster of computation processes.\nThis allows you to perform multiprocessing at a more granular level, and produce\na responsive yet efficient computation server.\n\n [built-in IPC]: http://nodejs.org/docs/v0.6.3/api/all.html#child_process.fork\n\n## Installation\n\n``` sh\n$ npm install compute-cluster\n```\n\n## Usage\n\nFirst you write your main program:\n\n``` js\nconst computecluster = require(\'compute-cluster\');\n\n// allocate a compute cluster\nvar cc = new computecluster({\n module: \'./worker.js\'\n});\n\nvar toRun = 10\n\n// then you can perform work in parallel\nfor (var i = 0; i < toRun; i++) {\n cc.enqueue({}, function(err, r) {\n if (err) console.log("an error occured:", err);\n else console.log("it\'s nice:", r);\n if (--toRun === 0) cc.exit();\n });\n};\n```\n\nNext you write your `worker.js` program:\n\n``` js\nprocess.on(\'message\', function(m) {\n for (var i = 0; i < 100000000; i++);\n process.send(\'complete\');\n});\n```\n\nAll done! Now you\'re distributing your computational load across multiple processes.\n\n## API\n\n### Constructor - `new require(\'compute-cluster\')(<options>);`\n\nAllocates a computation cluster. Options include:\n\n * `module` - **required** the path to the module to load\n * `max_processes` - the maximum number of processes to spawn (default is `ciel(#cpus * 1.25)`)\n * `max_backlog` - the maximum length of the backlog, -1 indicates no limit (default is 10 * max_processes)\n an error will be returned when max backlog is hit.\n * `max_request_time` - the maximum amount of time a request should take, in seconds. An error will be returned when we expect a request will take longer.\n\nExample:\n\n``` js\nvar cc = new require(\'compute-cluster\')({\n module: \'./foo.js\',\n max_backlog: -1\n});\n```\n\n### Event: \'error\'\n\nAn error event will be emited in exceptional circumstances. Like if a child crashes.\nCatch error events like this:\n\n``` js\ncc.on(\'error\', function(e) { console.log(\'OMG!\', e); });\n```\n\nDefault behavior is to exit on error if you don\'t catch.\n\n### Events: \'debug\' or \'info\'\n\nEvents raise that hold an english, developer readable string describing\nthe state of the implementation.\n\n### cc.enqueue(<args>, [cb])\n\nenqueue a job to be run on the next available compute process, spawning one\nif required (and `max_processes` isn\'t hit).\n\nargs will be passed into the process (available via `process.on(\'message\', ...)`).\n\n`cb` is optional, and will be invoked with two params, `err` and `response`.\n`err` indicates hard errors, response indicates successful roundtrip to the\ncompute process and is whatever the decided to `process.send()` in response. \n\n### cc.exit([cb])\n\nKill all child processes, invoking callback (with err param) when complete.\n\n## LICENSE\n\nCopyright (c) 2011, Lloyd Hilaiel <lloyd@hilaiel.com>\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'compute-cluster@0.0.9',
4226 silly resolved dist: { shasum: '4e6af437aed14996cb9791f901095403a4fee5b5' },
4226 silly resolved _from: 'https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/compute-cluster/-/compute-cluster-0.0.9.tgz' },
4226 silly resolved { name: 'grunt-cli',
4226 silly resolved description: 'The grunt command line interface.',
4226 silly resolved version: '0.1.13',
4226 silly resolved author: { name: 'Grunt Team' },
4226 silly resolved homepage: 'http://gruntjs.com/',
4226 silly resolved repository: { type: 'git', url: 'git://github.com/gruntjs/grunt-cli.git' },
4226 silly resolved bugs: { url: 'http://github.com/gruntjs/grunt-cli/issues' },
4226 silly resolved licenses: [ [Object] ],
4226 silly resolved bin: { grunt: 'bin/grunt' },
4226 silly resolved engines: { node: '>= 0.8.0' },
4226 silly resolved scripts: { test: 'node bin/grunt test' },
4226 silly resolved preferGlobal: true,
4226 silly resolved dependencies: { nopt: '~1.0.10', 'findup-sync': '~0.1.0', resolve: '~0.3.1' },
4226 silly resolved devDependencies: { grunt: '~0.4.0', 'grunt-contrib-jshint': '~0.2.0' },
4226 silly resolved contributors: [ [Object], [Object], [Object], [Object] ],
4226 silly resolved readme: '# grunt-cli [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-cli.png?branch=master)](http://travis-ci.org/gruntjs/grunt-cli)\n> The Grunt command line interface.\n\nInstall this globally and you\'ll have access to the `grunt` command anywhere on your system.\n\n```shell\nnpm install -g grunt-cli\n```\n\n**Note:** The job of the `grunt` command is to load and run the version of Grunt you have installed locally to your project, irrespective of its version. Starting with Grunt v0.4, you should never install Grunt itself globally. For more information about why, [please read this](http://blog.nodejs.org/2011/03/23/npm-1-0-global-vs-local-installation).\n\nSee the [Getting Started](http://gruntjs.com/getting-started) guide for more information.\n\n## Shell tab auto-completion\nTo enable tab auto-completion for Grunt, add one of the following lines to your `~/.bashrc` or `~/.zshrc` file.\n\n```bash\n# Bash, ~/.bashrc\neval "$(grunt --completion=bash)"\n```\n\n```bash\n# Zsh, ~/.zshrc\neval "$(grunt --completion=zsh)"\n```\n\n## Installing grunt-cli locally\nIf you prefer the idiomatic Node.js method to get started with a project (`npm install && npm test`) then install grunt-cli locally with `npm install grunt-cli --save-dev`. Then add a script to your `package.json` to run the associated grunt command: `"scripts": { "test": "grunt test" } `. Now `npm test` will use the locally installed `./node_modules/.bin/grunt` executable to run your Grunt commands.\n\nTo read more about npm scripts, please visit the npm docs: [https://npmjs.org/doc/misc/npm-scripts.html](https://npmjs.org/doc/misc/npm-scripts.html).\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'grunt-cli@0.1.13',
4226 silly resolved dist: { shasum: '8854cbdacdc3556fb47c6bacc2b64626c09ede6b' },
4226 silly resolved _from: 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz' },
4226 silly resolved { name: 'poolee',
4226 silly resolved version: '0.4.15',
4226 silly resolved description: 'HTTP pool and load balancer',
4226 silly resolved homepage: 'http://github.com/dannycoates/poolee',
4226 silly resolved author: { name: 'Danny Coates', email: 'dannycoates@gmail.com' },
4226 silly resolved keywords: [ 'pool', 'http', 'retry', 'health', 'load balancer' ],
4226 silly resolved repository: { type: 'git', url: 'http://github.com/dannycoates/poolee.git' },
4226 silly resolved engines: { node: '>=0.8.0' },
4226 silly resolved dependencies: { 'keep-alive-agent': '0.0.1' },
4226 silly resolved scripts: { test: 'mocha -R spec -t 6000 test/*_test.js' },
4226 silly resolved devDependencies: { mocha: '*' },
4226 silly resolved readme: '# poolee\n\nHTTP pool and load balancer for node.\n\n[![Build Status](https://travis-ci.org/dannycoates/poolee.png)](https://travis-ci.org/dannycoates/poolee)\n\n# Example\n\n```javascript\n\nvar Pool = require("poolee")\nvar http = require("http")\n\nvar servers =\n ["127.0.0.1:8886"\n ,"127.0.0.1:8887"\n ,"127.0.0.1:8888"\n ,"127.0.0.1:8889"]\n\nvar postData = \'{"name":"Danny Coates"}\'\n\nvar pool = new Pool(http, servers, options)\n\npool.request(\n { method: "PUT"\n , path: "/users/me"\n }\n, postData\n, function (error, response, body) {\n if (error) {\n console.error(error.message)\n return\n }\n if(response.statusCode === 201) {\n console.log("put succeeded")\n }\n else {\n console.log(response.statusCode)\n console.log(body)\n }\n }\n)\n```\n\n---\n\n# API\n\n## Pool\n\n### new\n\n```javascript\nvar Pool = require(\'poolee\')\n//...\n\nvar pool = new Pool(\n http // the http module to use (require(\'http\') or require(\'https\'))\n ,\n [ "127.0.0.1:1337" // array of endpoints in "host:port" form\n , "127.0.0.1:1338"\n ]\n , // options\n { maxPending: 1000 // maximum number of outstanding request to allow\n , maxSockets: 20 // max sockets per endpoint Agent\n , timeout: 60000 // request timeout in ms\n , resolution: 1000 // timeout check interval (see below)\n , keepAlive: false // use an alternate Agent that does http keep-alive properly\n , ping: undefined // health check url\n , pingTimeout: 2000 // ping timeout in ms\n , retryFilter: undefined // see below\n , retryDelay: 20 // see below\n , maxRetries: 5 // see below\n , name: undefined // optional string\n , agentOptions: undefined// an object for passing options directly to the Http Agent\n }\n)\n```\n\n###### maxPending\n\nOnce this threshold is reached, requests will return an error to the callback as a\nsignal to slow down the rate of requests.\n\n###### resolution\n\nPending requests have their timeouts checked at this rate. If your timeout is 60000\nand resolution is 1000, the request will timeout no later than 60999\n\n###### keepAlive\n\nThe default http Agent does keep-alive in a stupid way. If you want it to work\nhow you\'d expect it to set this to true.\n\n###### retryFilter\n\nAll valid http responses aren\'t necessarily a "success". This function lets you\ncheck the response before calling the request callback. Returning a "truthy" value\nwill retry the request.\n\nFor instance, we may want to always retry 500 responses by default:\n```javascript\noptions.retryFilter = function (\n options // the request.options\n , response // the http response object\n , body // the response body\n ) {\n return response.statusCode === 500\n}\n```\n\nIf the returned value is `true` the next attempt will be delayed using exponential backoff;\nif its a `Number` it will delay the next attempt by that many ms (useful for `Retry-After` headers)\n\n###### retryDelay\n\nPool uses exponential backoff when retrying requests. This value is a scaling factor of the\ntime (ms) to wait. Here\'s how it works:\n```javascript\nMath.random() * Math.pow(2, attemptNumber) * retryDelay\n```\nIf `retryDelay` is 20, attemptNumber 1 (the first retry) will delay at most 40ms\n\n###### maxRetries\n\nThe maximum number of attempts to make after the first request fails. This only\ntakes effect if maxRetries < pool size.\n\n###### agentOptions\n\nThese options are passed directly to the underlying Agents used in the pool. This\nis nice for passing options like `cert` and `key` that are required for client certificates.\n\n###### ping\n\nWhen an endpoint is unresponsive the pool will not use it for requests. The ping\nurl gives a downed endpoint a way to rejoin the pool. If an endpoint is marked unhealthy\nand a ping url is given, the endpoint will make requests to its ping url until it gets\na 200 response, based on the `resolution` time.\n\nIf the ping url is undefined, the endpoint will never be marked unhealthy.\n\n\n### pool.request\n\nAn http request. The pool sends the request to one of it\'s endpoints. If it\nfails, the pool may retry the request on other endpoints until it succeeds or\nreaches `options.attempts` number of tries. *When `data` is a Stream, only 1\nattempt will be made*\n\n###### Usage\n\n\nThe first argument may be a url path.\nIf the callback has 3 arguments the full response body will be returned\n\n```javascript\npool.request(\'/users/me\', function (error, response, body) {})\n```\n\nThe first argument may be an options object.\nHere\'s the default values:\n\n```javascript\npool.request(\n { path: undefined // the request path (required)\n , method: \'GET\'\n , data: undefined // request body, may be a string, buffer, or stream\n , headers: {} // extra http headers to send\n , retryFilter: undefined // see below\n , attempts: pool.length // or at least 2, at most options.maxRetries + 1\n , retryDelay: 20 // retries wait with exponential backoff times this number of ms\n , timeout: 60000 // ms to wait before timing out the request\n , encoding: \'utf8\' // response body encoding\n , stream: false // stream instead of buffer response body\n }\n ,\n function (error, response, body) {}\n)\n```\n\nThe request body may be the second argument, instead of options.data (more\nuseful with `pool.post` and `pool.put`)\n\n```javascript\npool.request(\n { path: \'/foo\' }\n , \'hi there\'\n , function (error, response, body) {}\n)\n```\n\nA callback with 2 arguments will stream the response and not buffer the\nresponse body.\n\n```javascript\npool.request(\'/foo\', function (error, response) {\n response.pipe(somewhere)\n})\n```\n\n### pool.get\n\nJust a synonym for `request`\n\n### pool.put\n\nSame arguments as `request` that sets `options.method = \'PUT\'`. Nice for\nputting :)\n\n```javascript\npool.put(\'/tweet/me\', \'Hello World!\', function (error, response) {})\n```\n\n### pool.post\n\nSame arguments as `request` that sets `options.method = \'POST\'`\n\n### pool.del\n\nSame arguments as `request` that sets `options.method = \'DELETE\'`\n\n### pool.addNode\n\nAdds a node to the pool given its hostname as a string. The node\nwill start in the healthy state.\n\n```javascript\npool.addNode("127.0.0.1:8890");\n```\n\n### pool.removeNode\n\nRemoves a node to the pool given its hostname as a string. Note\nthat in the case of hosts with duplicate names, all instances of the\nspecified name will be removed from the pool.\n\n```javascript\npool.removeNode("127.0.0.1:8890");\n```\n\n### Events\n\n##### timing\n\nEmits the request `duration` and `options` after each request\n\n##### retrying\n\nEmits the `error` of why a request is being retried\n\n##### timeout\n\nEmits the `request` when a request times out\n\n##### health\n\nEmits the `endpoint` when a node changes state between healthy/unhealthy\n',
4226 silly resolved readmeFilename: 'readme.md',
4226 silly resolved bugs: { url: 'https://github.com/dannycoates/poolee/issues' },
4226 silly resolved _id: 'poolee@0.4.15',
4226 silly resolved dist: { shasum: 'e4b3f525d1c6ee9e43ffb4e5022fda7b491c1fd7' },
4226 silly resolved _from: 'https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/poolee/-/poolee-0.4.15.tgz' },
4226 silly resolved { author:
4226 silly resolved { name: 'Lloyd',
4226 silly resolved email: 'lloyd@hilaiel.com',
4226 silly resolved url: 'http://lloyd.io' },
4226 silly resolved name: 'ass',
4226 silly resolved description: 'A flexible node code coverage library with multiple-process support.',
4226 silly resolved version: '0.0.4',
4226 silly resolved repository: { url: 'https://github.com/lloyd/ass' },
4226 silly resolved engines: { node: '>=0.8.0' },
4226 silly resolved dependencies:
4226 silly resolved { blanket: '~1.1.5',
4226 silly resolved temp: '~0.6.0',
4226 silly resolved async: '~0.2.9',
4226 silly resolved cheerio: '~0.12.4' },
4226 silly resolved readme: 'status: **experimental** (there\'s no way this fragile approach will ever work, run away)\n\n## **Ass**: Cross Process Code Coverage\n\n`ass` is a small node.js code coverage library:\n\n* **dynamic instrumentation**: no pre-compilation step required\n* **minimal instrumentation**: add a couple lines and go\n* **multiple process support**: coverage data from instrumented sub-processes will be aggregated into a single report\n* **different report formats**: basic reporting functionality built in\n\n## Theory\n\nThe philosophy behind `ass` is that implementing code coverage should\nbe a trivial process. That no pre or post processing should be\nrequired. That the code coverage library should itself handle\nreporting (not require support from your test framework). That code\ncoverage data should be programatically accessible.\n\n## Practice\n\nTo get started with ass, first install it:\n\n npm install --save-dev ass\n\nThen instrument processes that are run by your test harness by adding a\nsingle "stub" file (say your original server was in `server.js`, let\'s assume\nyou name the stub `stub.js`):\n\n require(\'ass\');\n require(\'./server.js\');\n\nFinally, you can enable testing in your test harness programatically:\n\n var ass = require(\'ass\').enable();\n\n // .. run all of your tests, spawning instrumented processes\n\n ass.report(\'html\', function(err, report) {\n require(\'fs\').writeFileSync(\'coverage.html\', report);\n });\n\n## Example\n\nA full example of code coverage is available:\n\n $ git clone git://github.com/lloyd/ass\n $ cd ass/example\n $ npm install\n $ npm test\n $ open coverage.html\n\n## License\n\nMIT\n\n## Credits\n\nThe design of the html reporter was lifted from [TJ Holowaychuk](https://twitter.com/tjholowaychuk)\'s fantastic\n[mocha test framework](http://visionmedia.github.io/mocha/).\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved bugs: { url: 'https://github.com/lloyd/ass/issues' },
4226 silly resolved _id: 'ass@0.0.4',
4226 silly resolved dist: { shasum: '62c30bb46e28645e06d200c25644633fd4d8f8b7' },
4226 silly resolved _from: 'https://registry.npmjs.org/ass/-/ass-0.0.4.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/ass/-/ass-0.0.4.tgz' },
4226 silly resolved { name: 'simplesmtp',
4226 silly resolved description: 'Simple SMTP server module to create custom SMTP servers',
4226 silly resolved version: '0.3.33',
4226 silly resolved author: { name: 'Andris Reinman' },
4226 silly resolved maintainers: [ [Object] ],
4226 silly resolved repository: { type: 'git', url: 'http://github.com/andris9/simplesmtp.git' },
4226 silly resolved scripts: { test: 'nodeunit test/' },
4226 silly resolved main: './lib/smtp',
4226 silly resolved licenses: [ [Object] ],
4226 silly resolved dependencies: { rai: '~0.1.11', xoauth2: '~0.1.8' },
4226 silly resolved devDependencies: { nodeunit: '*', mailcomposer: '*' },
4226 silly resolved engines: { node: '>=0.8.0' },
4226 silly resolved keywords: [ 'servers', 'text-based', 'smtp', 'email', 'mail', 'e-mail' ],
4226 silly resolved readme: '# simplesmtp\n\n## DEPRECATION NOTICE\n\nThis module is deprecated for production use. For SMTP servers use [Haraka](https://www.npmjs.org/package/Haraka), for SMTP clients use [smtp-connection](https://www.npmjs.org/package/smtp-connection).\n\nSimplesmtp is a module written for Node v0.6 and slightly updated for Node v0.8. It does not use Node v0.10 streams and probably is going to have a rocky future with Node v0.12. I do not have time to keep it up to date, the thing probably needs a major rewrite for Node v0.12.\n\nShould be fine though for integration testing purposes.\n\n## Info\n\nThis is a module to easily create custom SMTP servers and clients - use SMTP as a first class protocol in Node.JS!\n\n[![Build Status](https://secure.travis-ci.org/andris9/simplesmtp.png)](http://travis-ci.org/andris9/simplesmtp)\n[![NPM version](https://badge.fury.io/js/simplesmtp.png)](http://badge.fury.io/js/simplesmtp)\n\n## Version warning!\n\nIf you are using node v0.6, then the last usable version of **simplesmtp** is v0.2.7\n\nCurrent version of simplesmtp is fully supported for Node v0.8+\n\n## Support simplesmtp development\n\n[![Donate to author](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DB26KWR2BQX5W)\n\n## SMTP Server\n\n## Simple SMTP server\n\nFor a simple inbound only, no authentication SMTP server you can use\n\n simplesmtp.createSimpleServer([options], requestListener).listen(port);\n\nExample\n\n simplesmtp.createSimpleServer({SMTPBanner:"My Server"}, function(req){\n req.pipe(process.stdout);\n req.accept();\n }).listen(port);\n\nProperties\n\n * **req.from** - From address\n * **req.to** - an array of To addresses\n * **req.host** - hostname reported by the client\n * **req.remodeAddress** - client IP address\n\nMethods\n\n * **req.accept** *([id])* - Accept the message with the selected ID\n * **req.reject** *([message])* - Reject the message with the selected message\n * **req.pipe** *(stream)* - Pipe the incoming data to a writable stream\n\nEvents\n\n * **\'data\'** *(chunk)* - A chunk (Buffer) of the message.\n * **\'end\'** - The message has been transferred\n\n\n## Advanced SMTP server\n\n### Usage\n\nCreate a new SMTP server instance with\n\n var smtp = simplesmtp.createServer([options]);\n\nAnd start listening on selected port\n\n smtp.listen(25, [function(err){}]);\n\nSMTP options can include the following:\n\n * **name** - the hostname of the server, will be used for informational messages\n * **debug** - if set to true, print out messages about the connection\n * **timeout** - client timeout in milliseconds, defaults to 60 000 (60 sec.)\n * **secureConnection** - start a server on secure connection\n * **SMTPBanner** - greeting banner that is sent to the client on connection\n * **requireAuthentication** - if set to true, require that the client must authenticate itself\n * **enableAuthentication** - if set to true, client may authenticate itself but don\'t have to (as opposed to `requireAuthentication` that explicitly requires clients to authenticate themselves)\n * **maxSize** - maximum size of an e-mail in bytes (currently informational only)\n * **credentials** - TLS credentials (`{key:\'\', cert:\'\', ca:[\'\']}`) for the server\n * **authMethods** - allowed authentication methods, defaults to `["PLAIN", "LOGIN"]`\n * **disableEHLO** - if set to true, support HELO command only\n * **ignoreTLS** - if set to true, allow client do not use STARTTLS\n * **disableDNSValidation** - if set, do not validate sender domains\n * **disableSTARTTLS** - if set, do not use STARTTLS\n\n### Example\n\n var simplesmtp = require("simplesmtp"),\n fs = require("fs");\n\n var smtp = simplesmtp.createServer();\n smtp.listen(25);\n\n smtp.on("startData", function(connection){\n console.log("Message from:", connection.from);\n console.log("Message to:", connection.to);\n connection.saveStream = fs.createWriteStream("/tmp/message.txt");\n });\n\n smtp.on("data", function(connection, chunk){\n connection.saveStream.write(chunk);\n });\n\n smtp.on("dataReady", function(connection, callback){\n connection.saveStream.end();\n console.log("Incoming message saved to /tmp/message.txt");\n callback(null, "ABC1"); // ABC1 is the queue id to be advertised to the client\n // callback(new Error("Rejected as spam!")); // reported back to the client\n });\n\n### Events\n\n * **startData** *(connection)* - DATA stream is opened by the client (`connection` is an object with `from`, `to`, `host` and `remoteAddress` properties)\n * **data** *(connection, chunk)* - e-mail data chunk is passed from the client\n * **dataReady** *(connection, callback)* - client is finished passing e-mail data, `callback` returns the queue id to the client\n * **authorizeUser** *(connection, username, password, callback)* - will be emitted if `requireAuthentication` option is set to true. `callback` has two parameters *(err, success)* where `success` is Boolean and should be true, if user is authenticated successfully\n * **validateSender** *(connection, email, callback)* - will be emitted if `validateSender` listener is set up\n * **validateRecipient** *(connection, email, callback)* - will be emitted it `validataRecipients` listener is set up\n * **close** *(connection)* - emitted when the connection to client is closed\n\n## SMTP Client\n\n### Usage\n\nSMTP client can be created with `simplesmtp.connect(port[,host][, options])`\nwhere\n\n * **port** is the port to connect to\n * **host** is the hostname to connect to (defaults to "localhost")\n * **options** is an optional options object (see below)\n\n### Connection options\n\nThe following connection options can be used with `simplesmtp.connect`:\n\n * **secureConnection** - use SSL\n * **name** - the name of the client server\n * **auth** - authentication object `{user:"...", pass:"..."}` or `{XOAuthToken:"base64data"}`\n * **ignoreTLS** - ignore server support for STARTTLS\n * **tls** - optional options object for `tls.connect`, also applies to STARTTLS. For example `rejectUnauthorized` is set to `false` by default. You can override this option by setting `tls: {rejectUnauthorized: true}`\n * **debug** - output client and server messages to console\n * **logFile** - optional filename where communication with remote server has to be logged\n * **instanceId** - unique instance id for debugging (will be output console with the messages)\n * **localAddress** - local interface to bind to for network connections (needs Node.js >= 0.11.3 for working with tls)\n * **greetingTimeout** (defaults to 10000) - Time to wait in ms until greeting message is received from the server\n * **connectionTimeout** (system default if not set) - Time to wait in ms until the socket is opened to the server\n * **socketTimeout** (defaults to 1 hour) - Time of inactivity until the connection is closed\n * **rejectUnathorized** (defaults to false) - if set to true accepts only valid server certificates. You can override this option with the `tls` option, this is just a shorthand\n * **dsn** - An object with methods `success`, `failure` and `delay`. If any of these are set to true, DSN will be used\n * **enableDotEscaping** set to true if you want to escape dots at the begining of each line. Defaults to false.\n\n### Connection events\n\nOnce a connection is set up the following events can be listened to:\n\n * **\'idle\'** - the connection to the SMTP server has been successfully set up and the client is waiting for an envelope\n * **\'message\'** - the envelope is passed successfully to the server and a message stream can be started\n * **\'ready\'** `(success)` - the message was sent\n * **\'rcptFailed\'** `(addresses)` - not all recipients were accepted (invalid addresses are included as an array)\n * **\'error\'** `(err, stage)` - An error occurred. The connection is closed and an \'end\' event is emitted shortly. Second argument indicates on which SMTP session stage an error occured.\n * **\'end\'** - connection to the client is closed\n\n### Sending an envelope\n\nWhen an `\'idle\'` event is emitted, an envelope object can be sent to the server.\nThis includes a string `from` and an array of strings `to` property.\n\nEnvelope can be sent with `client.useEnvelope(envelope)`\n\n // run only once as \'idle\' is emitted again after message delivery\n client.once("idle", function(){\n client.useEnvelope({\n from: "me@example.com",\n to: ["receiver1@example.com", "receiver2@example.com"]\n });\n });\n\nThe `to` part of the envelope includes **all** recipients from `To:`, `Cc:` and `Bcc:` fields.\n\nIf setting the envelope up fails, an error is emitted. If only some (not all)\nrecipients are not accepted, the mail can still be sent but an `rcptFailed`\nevent is emitted.\n\n client.on("rcptFailed", function(addresses){\n console.log("The following addresses were rejected: ", addresses);\n });\n\nIf the envelope is set up correctly a `\'message\'` event is emitted.\n\n### Sending a message\n\nWhen `\'message\'` event is emitted, it is possible to send mail. To do this\nyou can pipe directly a message source (for example an .eml file) to the client\nor alternatively you can send the message with `client.write` calls (you also\nneed to call `client.end()` once the message is completed.\n\nIf you are piping a stream to the client, do not leave the `\'end\'` event out,\nthis is needed to complete the message sequence by the client.\n\n client.on("message", function(){\n fs.createReadStream("test.eml").pipe(client);\n });\n\nOnce the message is delivered a `\'ready\'` event is emitted. The event has an\nparameter which indicates if the message was transmitted( (true) or not (false)\nand another which includes the last received data from the server.\n\n client.on("ready", function(success, response){\n if(success){\n console.log("The message was transmitted successfully with "+response);\n }\n });\n\n### XOAUTH\n\n**simplesmtp** supports [XOAUTH2 and XOAUTH](https://developers.google.com/google-apps/gmail/oauth_protocol) authentication.\n\n#### XOAUTH2\n\nTo use this feature you can set `XOAuth2` param as an `auth` option\n\n var mailOptions = {\n ...,\n auth:{\n XOAuth2: {\n user: "example.user@gmail.com",\n clientId: "8819981768.apps.googleusercontent.com",\n clientSecret: "{client_secret}",\n refreshToken: "1/xEoDL4iW3cxlI7yDbSRFYNG01kVKM2C-259HOF2aQbI",\n accessToken: "vF9dft4qmTc2Nvb3RlckBhdHRhdmlzdGEuY29tCg==",\n timeout: 3600\n }\n }\n }\n\n`accessToken` and `timeout` values are optional. If login fails a new access token is generated automatically.\n\n#### XOAUTH\n\nTo use this feature you can set `XOAuthToken` param as an `auth` option\n\n var mailOptions = {\n ...,\n auth:{\n XOAuthToken: "R0VUIGh0dHBzOi8vbWFpbC5nb29...."\n }\n }\n\nAlternatively it is also possible to use XOAuthToken generators (supported by Nodemailer) - this\nneeds to be an object with a mandatory method `generate` that takes a callback function for\ngenerating a XOAUTH token string. This is better for generating tokens only when needed -\nthere is no need to calculate unique token for every e-mail request, since a lot of these\nmight share the same connection and thus the cleint needs not to re-authenticate itself\nwith another token.\n\n var XOGen = {\n token: "abc",\n generate: function(callback){\n if(1 != 1){\n return callback(new Error("Tokens can\'t be generated in strange environments"));\n }\n callback(null, new Buffer(this.token, "utf-8").toString("base64"));\n }\n }\n\n var mailOptions = {\n ...,\n auth:{\n XOAuthToken: XOGen\n }\n }\n\n### Error types\n\nEmitted errors include the reason for failing in the `name` property\n\n * **UnknowAuthError** - the client tried to authenticate but the method was not supported\n * **AuthError** - the username/password used were rejected\n * **TLSError** - STARTTLS failed\n * **SenderError** - the sender e-mail address was rejected\n * **RecipientError** - all recipients were rejected (if only some of the recipients are rejected, a `\'rcptFailed\'` event is raised instead\n\nThere\'s also an additional property in the error object called `data` that includes\nthe last response received from the server (if available for the current error type).\n\n### About reusing the connection\n\nYou can reuse the same connection several times but you can\'t send a mail\nthrough the same connection concurrently. So if you catch and `\'idle\'` event\nlock the connection to a message process and unlock after `\'ready\'`.\n\nOn `\'error\'` events you should reschedule the message and on `\'end\'` events\nyou should recreate the connection.\n\n### Closing the client\n\nBy default the client tries to keep the connection up. If you want to close it,\nrun `client.quit()` - this sends a `QUIT` command to the server and closes the\nconnection\n\n client.quit();\n\n## SMTP Client Connection pool\n\n**simplesmtp** has the option for connection pooling if you want to reuse a bulk\nof connections.\n\n### Usage\n\nCreate a connection pool of SMTP clients with\n\n simplesmtp.createClientPool(port[,host][, options])\n\nwhere\n\n * **port** is the port to connect to\n * **host** is the hostname to connect to (defaults to "localhost")\n * **options** is an optional options object (see below)\n\n### Connection options\n\nThe following connection options can be used with `simplesmtp.connect`:\n\n * **secureConnection** - use SSL\n * **name** - the name of the client server\n * **auth** - authentication object `{user:"...", pass:"..."}` or `{XOAuthToken:"base64data"}`\n * **ignoreTLS** - ignore server support for STARTTLS\n * **debug** - output client and server messages to console\n * **logFile** - optional filename where communication with remote server has to be logged\n * **maxConnections** - how many connections to keep in the pool (defaults to 5)\n * **localAddress** - local interface to bind to for network connections (needs Node.js >= 0.11.3 for working with tls)\n * **maxMessages** - limit the count of messages to send through a single connection (no limit by default)\n\n### Send an e-mail\n\nE-mails can be sent through the pool with\n\n pool.sendMail(mail[, callback])\n\nwhere\n\n * **mail** is a [MailComposer](https://github.com/andris9/mailcomposer) compatible object\n * **callback** `(error, responseObj)` - is the callback function to run after the message is delivered or an error occured. `responseObj` may include `failedRecipients` which is an array with e-mail addresses that were rejected and `message` which is the last response from the server.\n\n### Errors\n\nIn addition to SMTP client errors another error name is used\n\n * **DeliveryError** - used if the message was not accepted by the SMTP server\n\n## License\n\n**MIT**\n\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved bugs: { url: 'https://github.com/andris9/simplesmtp/issues' },
4226 silly resolved _id: 'simplesmtp@0.3.33',
4226 silly resolved dist: { shasum: '9b1f2254b141918200c22ad64a13d3a92ee07161' },
4226 silly resolved _from: 'https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/simplesmtp/-/simplesmtp-0.3.33.tgz' },
4226 silly resolved { name: 'grunt',
4226 silly resolved description: 'The JavaScript Task Runner',
4226 silly resolved version: '0.4.5',
4226 silly resolved author: { name: '"Cowboy" Ben Alman', url: 'http://benalman.com/' },
4226 silly resolved homepage: 'http://gruntjs.com/',
4226 silly resolved repository: { type: 'git', url: 'git://github.com/gruntjs/grunt.git' },
4226 silly resolved bugs: { url: 'http://github.com/gruntjs/grunt/issues' },
4226 silly resolved licenses: [ [Object] ],
4226 silly resolved main: 'lib/grunt',
4226 silly resolved scripts: { test: 'grunt test' },
4226 silly resolved engines: { node: '>= 0.8.0' },
4226 silly resolved keywords:
4226 silly resolved [ 'task',
4226 silly resolved 'async',
4226 silly resolved 'cli',
4226 silly resolved 'minify',
4226 silly resolved 'uglify',
4226 silly resolved 'build',
4226 silly resolved 'lodash',
4226 silly resolved 'unit',
4226 silly resolved 'test',
4226 silly resolved 'qunit',
4226 silly resolved 'nodeunit',
4226 silly resolved 'server',
4226 silly resolved 'init',
4226 silly resolved 'scaffold',
4226 silly resolved 'make',
4226 silly resolved 'jake',
4226 silly resolved 'tool' ],
4226 silly resolved dependencies:
4226 silly resolved { async: '~0.1.22',
4226 silly resolved 'coffee-script': '~1.3.3',
4226 silly resolved colors: '~0.6.2',
4226 silly resolved dateformat: '1.0.2-1.2.3',
4226 silly resolved eventemitter2: '~0.4.13',
4226 silly resolved 'findup-sync': '~0.1.2',
4226 silly resolved glob: '~3.1.21',
4226 silly resolved hooker: '~0.2.3',
4226 silly resolved 'iconv-lite': '~0.2.11',
4226 silly resolved minimatch: '~0.2.12',
4226 silly resolved nopt: '~1.0.10',
4226 silly resolved rimraf: '~2.2.8',
4226 silly resolved lodash: '~0.9.2',
4226 silly resolved 'underscore.string': '~2.2.1',
4226 silly resolved which: '~1.0.5',
4226 silly resolved 'js-yaml': '~2.0.5',
4226 silly resolved exit: '~0.1.1',
4226 silly resolved getobject: '~0.1.0',
4226 silly resolved 'grunt-legacy-util': '~0.2.0',
4226 silly resolved 'grunt-legacy-log': '~0.1.0' },
4226 silly resolved devDependencies:
4226 silly resolved { temporary: '~0.0.4',
4226 silly resolved 'grunt-contrib-jshint': '~0.6.4',
4226 silly resolved 'grunt-contrib-nodeunit': '~0.2.0',
4226 silly resolved 'grunt-contrib-watch': '~0.5.3',
4226 silly resolved difflet: '~0.2.3',
4226 silly resolved semver: '2.1.0',
4226 silly resolved shelljs: '~0.2.5' },
4226 silly resolved readme: '# Grunt: The JavaScript Task Runner\n\n[![Build Status: Linux](https://secure.travis-ci.org/gruntjs/grunt.png?branch=master)](http://travis-ci.org/gruntjs/grunt)\n<a href="https://ci.appveyor.com/project/gruntjs/grunt"><img src="https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master" alt="Build Status: Windows" height="18" /></a>\n[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)\n\n<img align="right" height="260" src="http://gruntjs.com/img/grunt-logo-no-wordmark.svg">\n\n\n### Documentation\n\nVisit the [gruntjs.com](http://gruntjs.com/) website for all the things.\n\n### Support / Contributing\nBefore you make an issue, please read our [Contributing](http://gruntjs.com/contributing) guide.\n\nYou can find the grunt team in [#grunt on irc.freenode.net](http://webchat.freenode.net/?channels=grunt).\n\n### Release History\nSee the [CHANGELOG](CHANGELOG).\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'grunt@0.4.5',
4226 silly resolved dist: { shasum: 'a22a6f3608b72cffe11df1dd22d78c14d41bf0ce' },
4226 silly resolved _from: 'https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz' },
4226 silly resolved { name: 'bigint',
4226 silly resolved version: '0.4.2',
4226 silly resolved description: 'Arbitrary-precision integer arithmetic using libgmp',
4226 silly resolved main: './index.js',
4226 silly resolved repository:
4226 silly resolved { type: 'git',
4226 silly resolved url: 'http://github.com/substack/node-bigint.git' },
4226 silly resolved keywords:
4226 silly resolved [ 'gmp',
4226 silly resolved 'libgmp',
4226 silly resolved 'big',
4226 silly resolved 'bignum',
4226 silly resolved 'bigint',
4226 silly resolved 'integer',
4226 silly resolved 'arithmetic',
4226 silly resolved 'precision' ],
4226 silly resolved author:
4226 silly resolved { name: 'James Halliday',
4226 silly resolved email: 'mail@substack.net',
4226 silly resolved url: 'http://substack.net' },
4226 silly resolved devDependencies: { tap: '~0.2.5', put: '~0.0.6' },
4226 silly resolved license: 'MIT/X11',
4226 silly resolved engine: { node: '>=0.2.0' },
4226 silly resolved scripts: { install: 'node-gyp configure build', test: 'tap test/*.js' },
4226 silly resolved readme: 'bigint\n======\n\nArbitrary precision integral arithmetic for node.js!\n\n[![build status](https://secure.travis-ci.org/substack/node-bigint.png)](http://travis-ci.org/substack/node-bigint)\n\nThis library wraps around [libgmp](http://gmplib.org/)\'s\n[integer functions](http://gmplib.org/manual/Integer-Functions.html#Integer-Functions)\nto perform infinite-precision arithmetic.\n\nYou should also consider using\n[bignum](https://github.com/justmoon/node-bignum),\nwhich is based on the bigint api but uses openssl instead of libgmp,\nwhich you are more likely to already have on your system.\n\nexample\n=======\n\nsimple.js\n---------\n\n var bigint = require(\'bigint\');\n \n var b = bigint(\'782910138827292261791972728324982\')\n .sub(\'182373273283402171237474774728373\')\n .div(8)\n ;\n console.log(b);\n\n***\n $ node simple.js\n <BigInt 75067108192986261319312244199576>\n\nperfect.js\n----------\n\nGenerate the perfect numbers:\n\n // If 2**n-1 is prime, then (2**n-1) * 2**(n-1) is perfect.\n var bigint = require(\'bigint\');\n\n for (var n = 0; n < 100; n++) {\n var p = bigint.pow(2, n).sub(1);\n if (p.probPrime(50)) {\n var perfect = p.mul(bigint.pow(2, n - 1));\n console.log(perfect.toString());\n }\n }\n\n***\n\n 6\n 28\n 496\n 8128\n 33550336\n 8589869056\n 137438691328\n 2305843008139952128\n 2658455991569831744654692615953842176\n 191561942608236107294793378084303638130997321548169216\n\nmethods[0]\n==========\n\nbigint(n, base=10)\n------------------\n\nCreate a new `bigint` from `n` and a base. `n` can be a string, integer, or\nanother `bigint`.\n\nIf you pass in a string you can set the base that string is encoded in.\n\n.toString(base=10)\n------------------\n\nPrint out the `bigint` instance in the requested base as a string.\n\nbigint.fromBuffer(buf, opts)\n----------------------\n\nCreate a new `bigint` from a `Buffer`.\n\nThe default options are:\n {\n order : \'forward\', // low-to-high indexed word ordering\n endian : \'big\',\n size : 1, // number of bytes in each word\n }\n\nNote that endian doesn\'t matter when size = 1.\n\nmethods[1]\n==========\n\nFor all of the instance methods below you can write either\n\n bigint.method(x, y, z)\n\nor if x is a `bigint` instance``\n\n x.method(y, z)\n\n.toNumber()\n-----------\n\nTurn a `bigint` into a `Number`. If the `bigint` is too big you\'ll lose\nprecision or you\'ll get ±`Infinity`.\n\n.toBuffer(opts)\n-------------\n\nReturn a new `Buffer` with the data from the `bigint`.\n\nThe default options are:\n {\n order : \'forward\', // low-to-high indexed word ordering\n endian : \'big\',\n size : 1, // number of bytes in each word\n }\n\nNote that endian doesn\'t matter when size = 1.\n\n.add(n)\n-------\n\nReturn a new `bigint` containing the instance value plus `n`.\n\n.sub(n)\n-------\n\nReturn a new `bigint` containing the instance value minus `n`.\n\n.mul(n)\n-------\n\nReturn a new `bigint` containing the instance value multiplied by `n`.\n\n.div(n)\n-------\n\nReturn a new `bigint` containing the instance value integrally divided by `n`.\n\n.abs()\n------\n\nReturn a new `bigint` with the absolute value of the instance.\n\n.neg()\n------\n\nReturn a new `bigint` with the negative of the instance value.\n\n.cmp(n)\n-------\n\nCompare the instance value to `n`. Return a positive integer if `> n`, a\nnegative integer if `< n`, and 0 if `== n`.\n\n.gt(n)\n------\n\nReturn a boolean: whether the instance value is greater than n (`> n`).\n\n.ge(n)\n------\n\nReturn a boolean: whether the instance value is greater than or equal to n\n(`>= n`).\n\n.eq(n)\n------\n\nReturn a boolean: whether the instance value is equal to n (`== n`).\n\n.lt(n)\n------\n\nReturn a boolean: whether the instance value is less than n (`< n`).\n\n.le(n)\n------\n\nReturn a boolean: whether the instance value is less than or equal to n\n(`<= n`).\n\n.and(n)\n-------\n\nReturn a new `bigint` with the instance value bitwise AND (&)-ed with `n`.\n\n.or(n)\n------\n\nReturn a new `bigint` with the instance value bitwise inclusive-OR (|)-ed with\n`n`.\n\n.xor(n)\n-------\n\nReturn a new `bigint` with the instance value bitwise exclusive-OR (^)-ed with\n`n`.\n\n.mod(n)\n-------\n\nReturn a new `bigint` with the instance value modulo `n`.\n\n`m`.\n.pow(n)\n-------\n\nReturn a new `bigint` with the instance value raised to the `n`th power.\n\n.powm(n, m)\n-----------\n\nReturn a new `bigint` with the instance value raised to the `n`th power modulo\n`m`.\n\n.invertm(m)\n-----------\n\nCompute the multiplicative inverse modulo `m`.\n\n.rand()\n-------\n.rand(upperBound)\n-----------------\n\nIf `upperBound` is supplied, return a random `bigint` between the instance value\nand `upperBound - 1`, inclusive.\n\nOtherwise, return a random `bigint` between 0 and the instance value - 1,\ninclusive.\n\n.probPrime()\n------------\n\nReturn whether the bigint is:\n\n* certainly prime (true)\n* probably prime (\'maybe\')\n* certainly composite (false)\n\nusing [mpz_probab_prime](http://gmplib.org/manual/Number-Theoretic-Functions.html).\n\n.nextPrime()\n------------\n\nReturn the next prime greater than `this` using\n[mpz_nextprime](http://gmplib.org/manual/Number-Theoretic-Functions.html).\n\n.sqrt()\n-------\n\nReturn a new `bigint` that is the square root. This truncates.\n\n.root(n)\n--------\n\nReturn a new `bigint` that is the `nth` root. This truncates.\n\n.shiftLeft(n)\n-------------\n\nReturn a new `bigint` that is the `2^n` multiple. Equivalent of the `<<`\noperator.\n\n.shiftRight(n)\n--------------\n\nReturn a new `bigint` of the value integer divided by\n`2^n`. Equivalent of the `>>` operator.\n\n.gcd(n)\n-------\n\nReturn the greatest common divisor of the current bigint with `n` as a new\nbigint.\n\n.bitLength()\n------------\n\nReturn the number of bits used to represent the current bigint as a javascript\nNumber.\n\ninstall\n=======\n\nYou\'ll need the libgmp source to compile this package. Under Debian-based systems,\n\n sudo aptitude install libgmp3-dev\n\nOn a Mac with [Homebrew](https://github.com/mxcl/homebrew/),\n\n brew install gmp\n\nAnd then install with [npm](http://npmjs.org):\n\n npm install bigint\n',
4226 silly resolved readmeFilename: 'README.markdown',
4226 silly resolved bugs: { url: 'https://github.com/substack/node-bigint/issues' },
4226 silly resolved _id: 'bigint@0.4.2',
4226 silly resolved dist: { shasum: '8f33944728e848f68741ee3eb7bcb2bdd66fe04d' },
4226 silly resolved _from: 'https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/bigint/-/bigint-0.4.2.tgz' },
4226 silly resolved { name: 'mailparser',
4226 silly resolved description: 'Asynchronous and non-blocking parser for mime encoded e-mail messages',
4226 silly resolved version: '0.4.6',
4226 silly resolved author: { name: 'Andris Reinman' },
4226 silly resolved maintainers: [ [Object] ],
4226 silly resolved repository: { type: 'git', url: 'http://github.com/andris9/mailparser.git' },
4226 silly resolved scripts: { test: 'nodeunit test/' },
4226 silly resolved main: './lib/mailparser',
4226 silly resolved licenses: [ [Object] ],
4226 silly resolved dependencies:
4226 silly resolved { mimelib: '>=0.2.17',
4226 silly resolved encoding: '>=0.1.4',
4226 silly resolved mime: '*',
4226 silly resolved uue: '~1.0.0' },
4226 silly resolved devDependencies: { nodeunit: '*' },
4226 silly resolved engine: { node: '>=0.4' },
4226 silly resolved keywords: [ 'e-mail', 'mime', 'parser' ],
4226 silly resolved readme: 'MailParser\n==========\n\n[![Build Status](https://api.travis-ci.org/andris9/mailparser.svg)](http://travis-ci.org/andris9/mailparser)\n[![NPM version](https://badge.fury.io/js/mailparser.svg)](http://badge.fury.io/js/mailparser)\n\n**MailParser** is an asynchronous and non-blocking parser for\n[node.js](http://nodejs.org) to parse mime encoded e-mail messages.\nHandles even large attachments with ease - attachments can be parsed\nin chunks and streamed if needed.\n\n**MailParser** parses raw source of e-mail messages into a structured object.\n\nNo need to worry about charsets or decoding *quoted-printable* or\n*base64* data, **MailParser** does all of it for you. All the textual output\nfrom **MailParser** (subject line, addressee names, message body) is always UTF-8.\n\nFor a 25MB e-mail it takes less than a second to parse if attachments are not streamed but buffered and about 3-4 seconds if they are streamed. Expect high RAM usage though if you do not stream the attachments.\n\nIf you want to send e-mail instead of parsing it, check out my other module [Nodemailer](https://github.com/andris9/Nodemailer).\n\n## ICONV NOTICE\n\nSince v0.4 `node-iconv` is not included by default as a dependency. If you need to support encodings not covered by `iconv-lite` you should add `iconv` as a dependency to your own project so `mailparser` could pick it up.\n\n## Support mailparser development\n\n[![Donate to author](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DB26KWR2BQX5W)\n\nInstallation\n------------\n\n npm install mailparser\n\nUsage\n-----\n\nRequire MailParser module\n\n var MailParser = require("mailparser").MailParser;\n\nCreate a new MailParser object\n\n var mailparser = new MailParser([options]);\n\nOptions parameter is an object with the following properties:\n\n * **debug** - if set to true print all incoming lines to console\n * **streamAttachments** - if set to true, stream attachments instead of including them\n * **unescapeSMTP** - if set to true replace double dots in the beginning of the file\n * **defaultCharset** - the default charset for *text/plain* and *text/html* content, if not set reverts to *Latin-1*\n * **showAttachmentLinks** - if set to true, show inlined attachment links `<a href="cid:...">filename</a>`\n\nMailParser object is a writable Stream - you can pipe directly\nfiles to it or you can send chunks with `mailparser.write`\n\nWhen the headers have received, "headers" is emitted. The headers have not been pre-processed (except that mime words have been converted to UTF-8 text).\n\n mailparser.on("headers", function(headers){\n console.log(headers.received);\n });\n\nWhen the parsing ends an `\'end\'` event is emitted which has an\nobject with parsed e-mail structure as a parameter.\n\n mailparser.on("end", function(mail){\n mail; // object structure for parsed e-mail\n });\n\n### Parsed mail object\n\n * **headers** - unprocessed headers in the form of - `{key: value}` - if there were multiple fields with the same key then the value is an array\n * **from** - an array of parsed `From` addresses - `[{address:\'sender@example.com\',name:\'Sender Name\'}]` (should be only one though)\n * **to** - an array of parsed `To` addresses\n * **cc** - an array of parsed `Cc` addresses\n * **bcc** - an array of parsed \'Bcc\' addresses\n * **subject** - the subject line\n * **references** - an array of reference message id values (not set if no reference values present)\n * **inReplyTo** - an array of In-Reply-To message id values (not set if no in-reply-to values present)\n * **priority** - priority of the e-mail, always one of the following: *normal* (default), *high*, *low*\n * **text** - text body\n * **html** - html body\n * **date** - date field as a `Date()` object. If date could not be resolved or is not found this field is not set. Check the original date string from `headers.date`\n * **attachments** - an array of attachments\n\n### Decode a simple e-mail\n\nThis example decodes an e-mail from a string\n\n var MailParser = require("mailparser").MailParser,\n mailparser = new MailParser();\n\n var email = "From: \'Sender Name\' <sender@example.com>\\r\\n"+\n "To: \'Receiver Name\' <receiver@example.com>\\r\\n"+\n "Subject: Hello world!\\r\\n"+\n "\\r\\n"+\n "How are you today?";\n\n // setup an event listener when the parsing finishes\n mailparser.on("end", function(mail_object){\n console.log("From:", mail_object.from); //[{address:\'sender@example.com\',name:\'Sender Name\'}]\n console.log("Subject:", mail_object.subject); // Hello world!\n console.log("Text body:", mail_object.text); // How are you today?\n });\n\n // send the email source to the parser\n mailparser.write(email);\n mailparser.end();\n\n### Pipe file to MailParser\n\nThis example pipes a `readableStream` file to **MailParser**\n\n var MailParser = require("mailparser").MailParser,\n mailparser = new MailParser(),\n fs = require("fs");\n\n mailparser.on("end", function(mail_object){\n console.log("Subject:", mail_object.subject);\n });\n\n fs.createReadStream("email.eml").pipe(mailparser);\n\n### Attachments\n\nBy default any attachment found from the e-mail will be included fully in the\nfinal mail structure object as Buffer objects. With large files this might not\nbe desirable so optionally it is possible to redirect the attachments to a Stream\nand keep only the metadata about the file in the mail structure.\n\n mailparser.on("end", function(mail_object){\n for(var i=0; i<mail_object.attachments.length; i++){\n console.log(mail_object.attachments[i].fileName);\n }\n });\n\n#### Default behavior\n\nBy default attachments will be included in the attachment objects as Buffers.\n\n attachments = [{\n contentType: \'image/png\',\n fileName: \'image.png\',\n contentDisposition: \'attachment\',\n contentId: \'5.1321281380971@localhost\',\n transferEncoding: \'base64\',\n length: 126,\n generatedFileName: \'image.png\',\n checksum: \'e4cef4c6e26037bcf8166905207ea09b\',\n content: <Buffer ...>\n }];\n\nThe property `generatedFileName` is usually the same as `fileName` but if several\ndifferent attachments with the same name exist or there is no `fileName` set, an\nunique name is generated.\n\nProperty `content` is always a Buffer object (or SlowBuffer on some occasions)\n\n#### Attachment streaming\n\nAttachment streaming can be used when providing an optional options parameter\nto the `MailParser` constructor.\n\n var mp = new MailParser({\n streamAttachments: true\n }\n\nThis way there will be no `content` property on final attachment objects\n(but the other fields will remain).\n\nTo catch the streams you should listen for `attachment` events on the MailParser\nobject. The parameter provided includes file information (`contentType`,\n`fileName`, `contentId`) and a readable Stream object `stream`.\n\n var mp = new MailParser({\n streamAttachments: true\n }\n\n mp.on("attachment", function(attachment){\n var output = fs.createWriteStream(attachment.generatedFileName);\n attachment.stream.pipe(output);\n });\n\n`generatedFileName` is unique for the parsed mail - if several attachments with\nthe same name exist, `generatedFileName` is updated accordingly. Also there\nmight not be `fileName` parameter at all, so it is better to rely on\n`generatedFileName`.\n\n#### Testing attachment integrity\n\nAttachment objects include `length` property which is the length of the attachment\nin bytes and `checksum` property which is a `md5` hash of the file.\n\n### Running tests\n\nInstall **MailParser** with dev dependencies\n\n npm install --dev mailparser\n\nAnd then run\n\n npm test mailparser\n\nThere aren\'t many tests yet but basics should be covered.\n\n## Issues\n\n**S/MIME**\n\nCurrently it is not possible to verify signed content as the incoming text is\nsplit to lines when parsing and line ending characters are not preserved. One\ncan assume it is always \\r\\n but this might not be always the case.\n\n**Seeking**\n\nDue to the line based parsing it is also not possible to explicitly state\nthe beginning and ending bytes of the attachments for later source seeking.\nNode.js doesn\'t support the concept of seeking very well anyway.\n\n## License\n\n**MIT**\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved bugs: { url: 'https://github.com/andris9/mailparser/issues' },
4226 silly resolved _id: 'mailparser@0.4.6',
4226 silly resolved dist: { shasum: 'a06459bfa7d1f0523a690ed7ace32b34c22cafa3' },
4226 silly resolved _from: 'https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/mailparser/-/mailparser-0.4.6.tgz' },
4226 silly resolved { name: 'nock',
4226 silly resolved description: 'HTTP Server mocking for Node.js',
4226 silly resolved tags: [ 'Mock', 'HTTP', 'testing', 'isolation' ],
4226 silly resolved version: '0.48.1',
4226 silly resolved author: { name: 'Pedro Teixeira', email: 'pedro.teixeira@gmail.com' },
4226 silly resolved contributors:
4226 silly resolved [ [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object],
4226 silly resolved [Object] ],
4226 silly resolved repository: { type: 'git', url: 'http://github.com/pgte/nock.git' },
4226 silly resolved bugs: { url: 'http://github.com/pgte/nock/issues' },
4226 silly resolved engines: [ 'node >= 0.10.0' ],
4226 silly resolved main: './index',
4226 silly resolved dependencies: { propagate: '0.3.x', lodash: '2.4.1', debug: '^1.0.4' },
4226 silly resolved devDependencies:
4226 silly resolved { 'aws-sdk': '^2.0.15',
4226 silly resolved hyperquest: '^0.3.0',
4226 silly resolved needle: '^0.7.1',
4226 silly resolved request: '*',
4226 silly resolved restify: '^2.8.1',
4226 silly resolved superagent: '~0.15.7',
4226 silly resolved tap: '*' },
4226 silly resolved scripts: { test: 'node node_modules/tap/bin/tap.js --dd tests' },
4226 silly resolved license: 'MIT',
4226 silly resolved readme: '# Nock [![Build Status](https://secure.travis-ci.org/pgte/nock.png)](http://travis-ci.org/pgte/nock)\n[![Gitter chat](https://badges.gitter.im/pgte/nock.png)](https://gitter.im/pgte/nock)\n\nNock is an HTTP mocking and expectations library for Node.js\n\nNock can be used to test modules that perform HTTP requests in isolation.\n\nFor instance, if a module performs HTTP requests to a CouchDB server or makes HTTP requests to the Amazon API, you can test that module in isolation.\n\nThis does NOT work with Browserify, only node.js\n\n\n# Install\n\n```sh\n$ npm install nock\n```\n\n# Use\n\nOn your test, you can setup your mocking object like this:\n\n```js\nvar nock = require(\'nock\');\n\nvar couchdb = nock(\'http://myapp.iriscouch.com\')\n .get(\'/users/1\')\n .reply(200, {\n _id: \'123ABC\',\n _rev: \'946B7D1C\',\n username: \'pgte\',\n email: \'pedro.teixeira@gmail.com\'\n });\n```\n\nThis setup says that we will intercept every HTTP call to `http://myapp.iriscouch.com`.\n\nIt will intercept an HTTP GET request to \'/users/1\' and reply with a status 200, and the body will contain a user representation in JSON.\n\nThen the test can call the module, and the module will do the HTTP requests.\n\n## READ THIS\n\nWhen you setup an interceptor for an URL and that interceptor is used, it is removed from the interceptor list.\nThis means that you can intercept 2 or more calls to the same URL and return different things on each of them.\nIt also means that you must setup one interceptor for each request you are going to have, otherwise nock will throw an error because that URL was not present in the interceptor list.\n\n## Specifying request body\n\nYou can specify the request body to be matched as the second argument to the `get`, `post`, `put` or `delete` specifications like this:\n\n```js\nvar scope = nock(\'http://myapp.iriscouch.com\')\n .post(\'/users\', {\n username: \'pgte\',\n email: \'pedro.teixeira@gmail.com\'\n })\n .reply(201, {\n ok: true,\n id: \'123ABC\',\n rev: \'946B7D1C\'\n });\n```\n\nThe request body can be a string or a JSON object.\n\n## Specifying replies\n\nYou can specify the return status code for a path on the first argument of reply like this:\n\n```js\nvar scope = nock(\'http://myapp.iriscouch.com\')\n .get(\'/users/1\')\n .reply(404);\n```\n\nYou can also specify the reply body as a string:\n\n```js\nvar scope = nock(\'http://www.google.com\')\n .get(\'/\')\n .reply(200, \'Hello from Google!\');\n```\n\nor as a JSON-encoded object:\n\n```js\nvar scope = nock(\'http://myapp.iriscouch.com\')\n .get(\'/\')\n .reply(200, {\n username: \'pgte\',\n email: \'pedro.teixeira@gmail.com\',\n _id: \'4324243fsd\'\n });\n```\n\nor even as a file:\n\n```js\nvar scope = nock(\'http://myapp.iriscouch.com\')\n .get(\'/\')\n .replyWithFile(200, __dirname + \'/replies/user.json\');\n```\n\nInstead of an object or a buffer you can also pass in a callback to be evaluated for the value of the response body:\n\n```js\nvar scope = nock(\'http://www.google.com\')\n .filteringRequestBody(/.*/, \'*\')\n .post(\'/echo\', \'*\')\n .reply(201, function(uri, requestBody) {\n return requestBody;\n });\n```\n\n\nA Stream works too:\n```js\nvar scope = nock(\'http://www.google.com\')\n .get(\'/cat-poems\')\n .reply(200, function(uri, requestBody) {\n return fs.createReadStream(\'cat-poems.txt\');\n });\n```\n\n## Specifying headers\n\n### Header field names are case-insensitive\n\nPer [HTTP/1.1 4.2 Message Headers](http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2) specification, all message headers are case insensitive and thus internally Nock uses lower-case for all field names even if some other combination of cases was specified either in mocking specification or in mocked requests themselves.\n\n### Specifying Request Headers\n\nYou can specify the request headers like this:\n\n```\nvar scope = nock(\'http://www.example.com\', {\n reqheaders: {\n \'authorization\': \'Basic Auth\'\n }\n})\n .get(\'/\')\n .reply(200);\n```\n\nIf `reqheaders` is not specified or if `host` is not part of it, Nock will automatically add `host` value to request header.\n\nIf no request headers are specified for mocking then Nock will automatically skip matching of request headers. Since `host` header is a special case which may get automatically inserted by Nock, its matching is skipped unless it was *also* specified in the request being mocked.\n\n### Specifying Reply Headers\n\nYou can specify the reply headers like this:\n\n```js\nvar scope = nock(\'http://www.headdy.com\')\n .get(\'/\')\n .reply(200, \'Hello World!\', {\n \'X-My-Headers\': \'My Header value\'\n });\n```\n\n### Default Reply Headers\n\nYou can also specify default reply headers for all responses like this:\n\n```js\nvar scope = nock(\'http://www.headdy.com\')\n .defaultReplyHeaders({\n \'X-Powered-By\': \'Rails\',\n \'Content-Type\': \'application/json\'\n })\n .get(\'/\')\n .reply(200, \'The default headers should come too\');\n```\n\n## HTTP Verbs\n\nNock supports any HTTP verb, and it has convenience methods for the GET, POST, PUT, HEAD, DELETE, PATCH and MERGE HTTP verbs.\n\nYou can intercept any HTTP verb using `.intercept(path, verb [, requestBody [, options]])`:\n\n```js\nscope(\'http://my.domain.com\')\n .intercept(\'/path\', \'PATCH\')\n .reply(304);\n```\n\n## Support for HTTP and HTTPS\n\nBy default nock assumes HTTP. If you need to use HTTPS you can specify the `https://` prefix like this:\n\n```js\nvar scope = nock(\'https://secure.my.server.com\')\n // ...\n```\n\n## Non-standard ports\n\nYou are able to specify a non-standard port like this:\n\n```js\nvar scope = nock(\'http://my.server.com:8081\')\n ...\n```\n\n## Repeat response n times\n\nYou are able to specify the number of times to repeat the same response.\n\n```js\nnock(\'http://zombo.com\').get(\'/\').times(4).reply(200, \'Ok\');\n\nhttp.get(\'http://zombo.com/\'); // respond body "Ok"\nhttp.get(\'http://zombo.com/\'); // respond body "Ok"\nhttp.get(\'http://zombo.com/\'); // respond body "Ok"\nhttp.get(\'http://zombo.com/\'); // respond body "Ok"\nhttp.get(\'http://zombo.com/\'); // respond with zombo.com result\n```\n\nSugar sintaxe\n\n```js\nnock(\'http://zombo.com\').get(\'/\').once().reply(200, \'Ok\');\nnock(\'http://zombo.com\').get(\'/\').twice().reply(200, \'Ok\');\nnock(\'http://zombo.com\').get(\'/\').thrice().reply(200, \'Ok\');\n```\n\n## Delay the response\n\nYou are able to specify the number of milliseconds that your reply should be delayed.\n\n```js\nnock(\'http://my.server.com\')\n .get(\'/\')\n .delay(2000) // 2 seconds\n .reply(200, \'<html></html>\')\n```\n\nNOTE: the [`\'response\'`](http://nodejs.org/api/http.html#http_event_response) event will occur immediately, but the [IncomingMessage](http://nodejs.org/api/http.html#http_http_incomingmessage) not emit it\'s `\'end\'` event until after the delay.\n\n## Delay the connection\n\nYou are able to specify the number of milliseconds that your connection should be delayed.\n\n```js\nnock(\'http://my.server.com\')\n .get(\'/\')\n .delayConnection(2000) // 2 seconds\n .reply(200, \'<html></html>\')\n```\n\n## Chaining\n\nYou can chain behaviour like this:\n\n```js\nvar scope = nock(\'http://myapp.iriscouch.com\')\n .get(\'/users/1\')\n .reply(404)\n .post(\'/users\', {\n username: \'pgte\',\n email: \'pedro.teixeira@gmail.com\'\n })\n .reply(201, {\n ok: true,\n id: \'123ABC\',\n rev: \'946B7D1C\'\n })\n .get(\'/users/123ABC\')\n .reply(200, {\n _id: \'123ABC\',\n _rev: \'946B7D1C\',\n username: \'pgte\',\n email: \'pedro.teixeira@gmail.com\'\n });\n```\n\n## Scope filtering\n\nYou can filter the scope (protocol, domain and port through) of a nock through a function. This filtering functions is defined at the moment of defining the nock\'s scope through its optional `options` parameters:\n\nThis can be useful, for instance, if you have a node moduel that randomly changes subdomains to which it sends requests (e.g. Dropbox node module is like that)\n\n```js\nvar scope = nock(\'https://api.dropbox.com\', {\n filteringScope: function(scope) {\n return /^https:\\/\\/api[0-9]*.dropbox.com/.test(scope);\n }\n })\n .get(\'/1/metadata/auto/Photos?include_deleted=false&list=true\')\n .reply(200);\n```\n\n## Path filtering\n\nYou can also filter the URLs based on a function.\n\nThis can be useful, for instance, if you have random or time-dependent data in your URL.\n\nYou can use a regexp for replacement, just like String.prototype.replace:\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .filteringPath(/password=[^&]*/g, \'password=XXX\')\n .get(\'/users/1?password=XXX\')\n .reply(200, \'user\');\n```\n\nOr you can use a function:\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .filteringPath(function(path) {\n return \'/ABC\';\n })\n .get(\'/ABC\')\n .reply(200, \'user\');\n```\n\nNote that `scope.filteringPath` is not cummulative: it should only be used once per scope.\n\n## Request Body filtering\n\nYou can also filter the request body based on a function.\n\nThis can be useful, for instance, if you have random or time-dependent data in your request body.\n\nYou can use a regexp for replacement, just like String.prototype.replace:\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .filteringRequestBody(/password=[^&]*/g, \'password=XXX\')\n .post(\'/users/1\', \'data=ABC&password=XXX\')\n .reply(201, \'OK\');\n```\n\nOr you can use a function:\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .filteringRequestBody(function(path) {\n return \'ABC\';\n })\n .post(\'/\', \'ABC\')\n .reply(201, \'OK\');\n```\n\n## Request Headers Matching\n\nIf you need to match requests only if certain request headers match, you can.\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .matchHeader(\'accept\', \'application/json\')\n .get(\'/\')\n .reply(200, {\n data: \'hello world\'\n })\n```\n\nYou can also use a regexp for the header body.\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .matchHeader(\'User-Agent\', /Mozilla\\/.*/)\n .get(\'/\')\n .reply(200, {\n data: \'hello world\'\n })\n```\n\nYou can also use a function for the header body.\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .matchHeader(\'content-length\', function (val) {\n return val >= 1000;\n })\n .get(\'/\')\n .reply(200, {\n data: \'hello world\'\n })\n```\n\n## Allow __unmocked__ requests on a mocked hostname\n\nIf you need some request on the same host name to be mocked and some others to **really** go through the HTTP stack, you can use the `allowUnmocked` option like this:\n\n```js\noptions = {allowUnmocked: true};\nvar scope = nock(\'http://my.existing.service.com\', options)\n .get(\'/my/url\')\n .reply(200, \'OK!\');\n\n // GET /my/url => goes through nock\n // GET /other/url => actually makes request to the server\n```\n\n# Expectations\n\nEvery time an HTTP request is performed for a scope that is mocked, Nock expects to find a handler for it. If it doesn\'t, it will throw an error.\n\nCalls to nock() return a scope which you can assert by calling `scope.done()`. This will assert that all specified calls on that scope were performed.\n\nExample:\n\n```js\nvar google = nock(\'http://google.com\')\n .get(\'/\')\n .reply(200, \'Hello from Google!\');\n\n// do some stuff\n\nsetTimeout(function() {\n google.done(); // will throw an assertion error if meanwhile a "GET http://google.com" was not performed.\n}, 5000);\n```\n\n## .isDone()\n\nYou can also call `isDone()`, which will return a boolean saying if all the expectations are met or not (instead of throwing an exception);\n\n## .cleanAll()\n\nYou can cleanup all the prepared mocks (could be useful to cleanup some state after a failed test) like this:\n\n```js\nnock.cleanAll();\n```\n## .persist()\n\nYou can make all the interceptors for a scope persist by calling `.persist()` on it:\n\n```js\nvar scope = nock(\'http://persisssists.con\')\n .persist()\n .get(\'/\')\n .reply(200, \'Persisting all the way\');\n```\n\n## .pendingMocks()\n\nIf a scope is not done, you can inspect the scope to infer which ones are still pending using the `scope.pendingMocks()` function:\n\n```js\nif (!scope.isDone()) {\n console.error(\'pending mocks: %j\', scope.pendingMocks());\n}\n```\n\n# Logging\n\nNock can log matches if you pass in a log function like this:\n\n```js\nvar google = nock(\'http://google.com\')\n .log(console.log)\n ...\n```\n\n# Restoring\n\nYou can restore the HTTP interceptor to the normal unmocked behaviour by calling:\n\n```js\nnock.restore();\n```\n\n# Turning Nock Off (experimental!)\n\nYou can bypass Nock completely by setting `NOCK_OFF` environment variable to `"true"`.\n\nThis way you can have your tests hit the real servers just by switching on this environment variable.\n\n```js\n$ NOCK_OFF=true node my_test.js\n```\n\n# Enable/Disable real HTTP request\n\nAs default, if you do not mock a host, a real HTTP request will do, but sometimes you should not permit real HTTP request, so...\n\nFor disable real http request.\n\n```js\nnock.disableNetConnect();\n```\n\nSo, if you try to request any host not \'nocked\', it will thrown an NetConnectNotAllowedError.\n\n```js\nnock.disableNetConnect();\nhttp.get(\'http://google.com/\');\n// this code throw NetConnectNotAllowedError with message:\n// Nock: Not allow net connect for "google.com:80"\n```\n\nFor enabled real HTTP requests.\n\n```js\nnock.enableNetConnect();\n```\n\nYou could restrict real HTTP request...\n\n```js\n// using a string\nnock.enableNetConnect(\'amazon.com\');\n\n// or a RegExp\nnock.enableNetConnect(/(amazon|github).com/);\n\nhttp.get(\'http://www.amazon.com/\');\nhttp.get(\'http://github.com/\'); // only for second example\n\n// This request will be done!\nhttp.get(\'http://google.com/\');\n// this will throw NetConnectNotAllowedError with message:\n// Nock: Not allow net connect for "google.com:80"\n```\n\n# Recording\n\nThis is a cool feature:\n\nGuessing what the HTTP calls are is a mess, specially if you are introducing nock on your already-coded tests.\n\nFor these cases where you want to mock an existing live system you can record and playback the HTTP calls like this:\n\n```js\nnock.recorder.rec();\n// Some HTTP calls happen and the nock code necessary to mock\n// those calls will be outputted to console\n```\n\n## `dont_print` option\n\nIf you just want to capture the generated code into a var as an array you can use:\n\n```js\nnock.recorder.rec({\n dont_print: true\n});\n// ... some HTTP calls\nvar nockCalls = nock.recorder.play();\n```\n\nThe `nockCalls` var will contain an array of strings representing the generated code you need.\n\nCopy and paste that code into your tests, customize at will, and you\'re done!\n\n(Remember that you should do this one test at a time).\n\n## `output_objects` option\n\nIn case you want to generate the code yourself or use the test data in some other way, you can pass the `output_objects` option to `rec`:\n\n```js\nnock.recorder.rec({\n output_objects: true\n});\n// ... some HTTP calls\nvar nockCallObjects = nock.recorder.play();\n```\n\nThe returned call objects have the following properties:\n\n* `scope` - the scope of the call including the protocol and non-standard ports (e.g. `\'https://github.com:12345\'`)\n* `method` - the HTTP verb of the call (e.g. `\'GET\'`)\n* `path` - the path of the call (e.g. `\'/pgte/nock\'`)\n* `body` - the body of the call, if any\n* `status` - the HTTP status of the reply (e.g. `200`)\n* `response` - the body of the reply which can be a JSON, string, hex string representing binary buffers or an array of such hex strings (when handling `content-encoded` in reply header)\n* `headers` - the headers of the reply\n* `reqheader` - the headers of the request\n\nIf you save this as a JSON file, you can load them directly through `nock.load(path)`. Then you can post-process them before using them in the tests for example to add them request body filtering (shown here fixing timestamps to match the ones captured during recording):\n\n```js\nnocks = nock.load(pathToJson);\nnocks.forEach(function(nock) {\n nock.filteringRequestBody = function(body) {\n if(typeof(body) !== \'string\') {\n return body;\n }\n\n return body.replace(/(timestamp):([0-9]+)/g, function(match, key, value) {\n return key + \':timestampCapturedDuringRecording\'\n });\n };\n});\n```\n\nAlternatively, if you need to pre-process the captured nock definitions before using them (e.g. to add scope filtering) then you can use `nock.loadDefs(path)` and `nock.define(nockDefs)`. Shown here is scope filtering for Dropbox node module which constantly changes the subdomain to which it sends the requests:\n\n```js\n// Pre-process the nock definitions as scope filtering has to be defined before the nocks are defined (due to its very hacky nature).\nvar nockDefs = nock.loadDefs(pathToJson);\nnockDefs.forEach(function(def) {\n // Do something with the definition object e.g. scope filtering.\n def.options = def.options || {};\n def.options.filteringScope = function(scope) {\n return /^https:\\/\\/api[0-9]*.dropbox.com/.test(scope);\n };\n}\n\n// Load the nocks from pre-processed definitions.\nvar nocks = nock.define(nockDefs);\n```\n\n## `enable_reqheaders_recording` option\n\nRecording request headers by default is deemed more trouble than its worth as some of them depend on the timestamp or other values that may change after the tests have been recorder thus leading to complex postprocessing of recorded tests. Thus by default the request headers are not recorded.\n\nThe genuine use cases for recording request headers (e.g. checking authorization) can be handled manually or by using `enable_reqheaders_recording` in `recorder.rec()` options.\n\n```js\nnock.recorder.rec({\n dont_print: true,\n output_objects: true,\n enable_reqheaders_recording: true\n});\n```\n\nNote that even when request headers recording is enabled Nock will never record `user-agent` headers. `user-agent` values change with the version of Node and underlying operating system and are thus useless for matching as all that they can indicate is that the user agent isn\'t the one that was used to record the tests.\n\n## .removeInterceptor()\nThis allows removing a specific interceptor for a url. It\'s useful when there\'s a list of common interceptors but one test requires one of them to behave differently.\n\nExamples:\n```js\nnock.removeInterceptor({\n hostname : \'localhost\',\n path : \'/mockedResource\'\n});\n```\n\n```js\nnock.removeInterceptor({\n hostname : \'localhost\',\n path : \'/login\'\n method: \'POST\'\n proto : \'https\'\n});\n```\n\n# How does it work?\n\nNock works by overriding Node\'s `http.request` function. Also, it overrides `http.ClientRequest` too to cover for modules that use it directly.\n\n# PROTIP\n\nIf you don\'t want to match the request body you can use this trick (by @theycallmeswift):\n\n```js\nvar scope = nock(\'http://api.myservice.com\')\n .filteringRequestBody(function(path) {\n return \'*\';\n })\n .post(\'/some_uri\', \'*\')\n .reply(200, \'OK\');\n```\n\n# License\n\n(The MIT License)\n\nCopyright (c) 2011 Pedro Teixeira. http://about.me/pedroteixeira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \'Software\'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \'AS IS\', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
4226 silly resolved readmeFilename: 'README.md',
4226 silly resolved _id: 'nock@0.48.1',
4226 silly resolved dist: { shasum: 'e27cd84e6542fca5eab33e78690ba29685a92d97' },
4226 silly resolved _from: 'https://registry.npmjs.org/nock/-/nock-0.48.1.tgz',
4226 silly resolved _resolved: 'https://registry.npmjs.org/nock/-/nock-0.48.1.tgz' } ]
4227 info install load-grunt-tasks@0.6.0 into /data/fxa-auth-server
4228 info install fxa-auth-db-mem@0.18.2 into /data/fxa-auth-server
4229 info install fxa-auth-mailer@1.0.6 into /data/fxa-auth-server
4230 info install binary-split@0.1.2 into /data/fxa-auth-server
4231 info install convict@0.6.0 into /data/fxa-auth-server
4232 info install grunt-contrib-jshint@0.10.0 into /data/fxa-auth-server
4233 info install scrypt-hash@1.1.8 into /data/fxa-auth-server
4234 info install compute-cluster@0.0.9 into /data/fxa-auth-server
4235 info install grunt-cli@0.1.13 into /data/fxa-auth-server
4236 info install poolee@0.4.15 into /data/fxa-auth-server
4237 info install ass@0.0.4 into /data/fxa-auth-server
4238 info install simplesmtp@0.3.33 into /data/fxa-auth-server
4239 info install grunt@0.4.5 into /data/fxa-auth-server
4240 info install bigint@0.4.2 into /data/fxa-auth-server
4241 info install mailparser@0.4.6 into /data/fxa-auth-server
4242 info install nock@0.48.1 into /data/fxa-auth-server
4243 info installOne load-grunt-tasks@0.6.0
4244 info installOne fxa-auth-db-mem@0.18.2
4245 info installOne fxa-auth-mailer@1.0.6
4246 info installOne binary-split@0.1.2
4247 info installOne convict@0.6.0
4248 info installOne grunt-contrib-jshint@0.10.0
4249 info installOne scrypt-hash@1.1.8
4250 info installOne compute-cluster@0.0.9
4251 info installOne grunt-cli@0.1.13
4252 info installOne poolee@0.4.15
4253 info installOne ass@0.0.4
4254 info installOne simplesmtp@0.3.33
4255 info installOne grunt@0.4.5
4256 info installOne bigint@0.4.2
4257 info installOne mailparser@0.4.6
4258 info installOne nock@0.48.1
4259 info /data/fxa-auth-server/node_modules/fxa-auth-db-mem unbuild
4260 info /data/fxa-auth-server/node_modules/fxa-auth-mailer unbuild
4261 info /data/fxa-auth-server/node_modules/binary-split unbuild
4262 info /data/fxa-auth-server/node_modules/convict unbuild
4263 info /data/fxa-auth-server/node_modules/grunt-contrib-jshint unbuild
4264 info /data/fxa-auth-server/node_modules/scrypt-hash unbuild
4265 info /data/fxa-auth-server/node_modules/compute-cluster unbuild
4266 info /data/fxa-auth-server/node_modules/grunt-cli unbuild
4267 info /data/fxa-auth-server/node_modules/poolee unbuild
4268 info /data/fxa-auth-server/node_modules/ass unbuild
4269 info /data/fxa-auth-server/node_modules/simplesmtp unbuild
4270 info /data/fxa-auth-server/node_modules/grunt unbuild
4271 info /data/fxa-auth-server/node_modules/bigint unbuild
4272 info /data/fxa-auth-server/node_modules/mailparser unbuild
4273 info /data/fxa-auth-server/node_modules/nock unbuild
4274 info /data/fxa-auth-server/node_modules/load-grunt-tasks unbuild
4275 verbose tar unpack /root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
4276 silly lockFile 9a2138a6-ver-node-modules-fxa-auth-db-mem tar:///data/fxa-auth-server/node_modules/fxa-auth-db-mem
4277 verbose lock tar:///data/fxa-auth-server/node_modules/fxa-auth-db-mem /root/.npm/9a2138a6-ver-node-modules-fxa-auth-db-mem.lock
4278 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
4279 verbose lock tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz /root/.npm/4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz.lock
4280 verbose tar unpack /root/.npm/fxa-auth-mailer/1.0.6/package.tgz
4281 silly lockFile a3efcf41-ver-node-modules-fxa-auth-mailer tar:///data/fxa-auth-server/node_modules/fxa-auth-mailer
4282 verbose lock tar:///data/fxa-auth-server/node_modules/fxa-auth-mailer /root/.npm/a3efcf41-ver-node-modules-fxa-auth-mailer.lock
4283 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
4284 verbose lock tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz /root/.npm/b59eee00-xa-auth-mailer-1-0-6-package-tgz.lock
4285 verbose tar unpack /root/.npm/binary-split/0.1.2/package.tgz
4286 silly lockFile 7d7df195-server-node-modules-binary-split tar:///data/fxa-auth-server/node_modules/binary-split
4287 verbose lock tar:///data/fxa-auth-server/node_modules/binary-split /root/.npm/7d7df195-server-node-modules-binary-split.lock
4288 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
4289 verbose lock tar:///root/.npm/binary-split/0.1.2/package.tgz /root/.npm/4775602d-m-binary-split-0-1-2-package-tgz.lock
4290 verbose tar unpack /root/.npm/convict/0.6.0/package.tgz
4291 silly lockFile bb76f97f-auth-server-node-modules-convict tar:///data/fxa-auth-server/node_modules/convict
4292 verbose lock tar:///data/fxa-auth-server/node_modules/convict /root/.npm/bb76f97f-auth-server-node-modules-convict.lock
4293 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
4294 verbose lock tar:///root/.npm/convict/0.6.0/package.tgz /root/.npm/aa61ff5e-ot-npm-convict-0-6-0-package-tgz.lock
4295 verbose tar unpack /root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
4296 silly lockFile b1e00352-ode-modules-grunt-contrib-jshint tar:///data/fxa-auth-server/node_modules/grunt-contrib-jshint
4297 verbose lock tar:///data/fxa-auth-server/node_modules/grunt-contrib-jshint /root/.npm/b1e00352-ode-modules-grunt-contrib-jshint.lock
4298 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
4299 verbose lock tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz /root/.npm/103d4517-ontrib-jshint-0-10-0-package-tgz.lock
4300 verbose tar unpack /root/.npm/scrypt-hash/1.1.8/package.tgz
4301 silly lockFile e053d119--server-node-modules-scrypt-hash tar:///data/fxa-auth-server/node_modules/scrypt-hash
4302 verbose lock tar:///data/fxa-auth-server/node_modules/scrypt-hash /root/.npm/e053d119--server-node-modules-scrypt-hash.lock
4303 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
4304 verbose lock tar:///root/.npm/scrypt-hash/1.1.8/package.tgz /root/.npm/6b59799d-pm-scrypt-hash-1-1-8-package-tgz.lock
4305 verbose tar unpack /root/.npm/compute-cluster/0.0.9/package.tgz
4306 silly lockFile 6e8ef68c-ver-node-modules-compute-cluster tar:///data/fxa-auth-server/node_modules/compute-cluster
4307 verbose lock tar:///data/fxa-auth-server/node_modules/compute-cluster /root/.npm/6e8ef68c-ver-node-modules-compute-cluster.lock
4308 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
4309 verbose lock tar:///root/.npm/compute-cluster/0.0.9/package.tgz /root/.npm/cc931478-ompute-cluster-0-0-9-package-tgz.lock
4310 verbose tar unpack /root/.npm/grunt-cli/0.1.13/package.tgz
4311 silly lockFile 601ab98e-th-server-node-modules-grunt-cli tar:///data/fxa-auth-server/node_modules/grunt-cli
4312 verbose lock tar:///data/fxa-auth-server/node_modules/grunt-cli /root/.npm/601ab98e-th-server-node-modules-grunt-cli.lock
4313 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
4314 verbose lock tar:///root/.npm/grunt-cli/0.1.13/package.tgz /root/.npm/79f338f5-npm-grunt-cli-0-1-13-package-tgz.lock
4315 verbose tar unpack /root/.npm/poolee/0.4.15/package.tgz
4316 silly lockFile 2da5dc62--auth-server-node-modules-poolee tar:///data/fxa-auth-server/node_modules/poolee
4317 verbose lock tar:///data/fxa-auth-server/node_modules/poolee /root/.npm/2da5dc62--auth-server-node-modules-poolee.lock
4318 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
4319 verbose lock tar:///root/.npm/poolee/0.4.15/package.tgz /root/.npm/76399f10-ot-npm-poolee-0-4-15-package-tgz.lock
4320 verbose tar unpack /root/.npm/ass/0.0.4/package.tgz
4321 silly lockFile 9fc051e1-fxa-auth-server-node-modules-ass tar:///data/fxa-auth-server/node_modules/ass
4322 verbose lock tar:///data/fxa-auth-server/node_modules/ass /root/.npm/9fc051e1-fxa-auth-server-node-modules-ass.lock
4323 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
4324 verbose lock tar:///root/.npm/ass/0.0.4/package.tgz /root/.npm/7a0736d2-r-root-npm-ass-0-0-4-package-tgz.lock
4325 verbose tar unpack /root/.npm/simplesmtp/0.3.33/package.tgz
4326 silly lockFile d477df71-h-server-node-modules-simplesmtp tar:///data/fxa-auth-server/node_modules/simplesmtp
4327 verbose lock tar:///data/fxa-auth-server/node_modules/simplesmtp /root/.npm/d477df71-h-server-node-modules-simplesmtp.lock
4328 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
4329 verbose lock tar:///root/.npm/simplesmtp/0.3.33/package.tgz /root/.npm/4f62d33f-pm-simplesmtp-0-3-33-package-tgz.lock
4330 verbose tar unpack /root/.npm/grunt/0.4.5/package.tgz
4331 silly lockFile 683378f7-a-auth-server-node-modules-grunt tar:///data/fxa-auth-server/node_modules/grunt
4332 verbose lock tar:///data/fxa-auth-server/node_modules/grunt /root/.npm/683378f7-a-auth-server-node-modules-grunt.lock
4333 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
4334 verbose lock tar:///root/.npm/grunt/0.4.5/package.tgz /root/.npm/fb56a329-root-npm-grunt-0-4-5-package-tgz.lock
4335 verbose tar unpack /root/.npm/bigint/0.4.2/package.tgz
4336 silly lockFile 26ee83de--auth-server-node-modules-bigint tar:///data/fxa-auth-server/node_modules/bigint
4337 verbose lock tar:///data/fxa-auth-server/node_modules/bigint /root/.npm/26ee83de--auth-server-node-modules-bigint.lock
4338 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
4339 verbose lock tar:///root/.npm/bigint/0.4.2/package.tgz /root/.npm/f5fc8187-oot-npm-bigint-0-4-2-package-tgz.lock
4340 verbose tar unpack /root/.npm/mailparser/0.4.6/package.tgz
4341 silly lockFile 42d1e655-h-server-node-modules-mailparser tar:///data/fxa-auth-server/node_modules/mailparser
4342 verbose lock tar:///data/fxa-auth-server/node_modules/mailparser /root/.npm/42d1e655-h-server-node-modules-mailparser.lock
4343 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
4344 verbose lock tar:///root/.npm/mailparser/0.4.6/package.tgz /root/.npm/97686b64-npm-mailparser-0-4-6-package-tgz.lock
4345 verbose tar unpack /root/.npm/nock/0.48.1/package.tgz
4346 silly lockFile e41aa0a3-xa-auth-server-node-modules-nock tar:///data/fxa-auth-server/node_modules/nock
4347 verbose lock tar:///data/fxa-auth-server/node_modules/nock /root/.npm/e41aa0a3-xa-auth-server-node-modules-nock.lock
4348 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
4349 verbose lock tar:///root/.npm/nock/0.48.1/package.tgz /root/.npm/6183ab71-root-npm-nock-0-48-1-package-tgz.lock
4350 silly gunzTarPerm modes [ '755', '644' ]
4351 silly gunzTarPerm modes [ '755', '644' ]
4352 silly gunzTarPerm modes [ '755', '644' ]
4353 silly gunzTarPerm modes [ '755', '644' ]
4354 silly gunzTarPerm modes [ '755', '644' ]
4355 silly gunzTarPerm modes [ '755', '644' ]
4356 silly gunzTarPerm modes [ '755', '644' ]
4357 silly gunzTarPerm modes [ '755', '644' ]
4358 silly gunzTarPerm modes [ '755', '644' ]
4359 silly gunzTarPerm modes [ '755', '644' ]
4360 silly gunzTarPerm modes [ '755', '644' ]
4361 silly gunzTarPerm modes [ '755', '644' ]
4362 silly gunzTarPerm modes [ '755', '644' ]
4363 silly gunzTarPerm modes [ '755', '644' ]
4364 silly gunzTarPerm modes [ '755', '644' ]
4365 silly gunzTarPerm extractEntry package.json
4366 silly gunzTarPerm extractEntry package.json
4367 silly gunzTarPerm extractEntry package.json
4368 silly gunzTarPerm extractEntry package.json
4369 silly gunzTarPerm extractEntry package.json
4370 silly gunzTarPerm extractEntry package.json
4371 silly gunzTarPerm extractEntry package.json
4372 silly gunzTarPerm extractEntry package.json
4373 silly gunzTarPerm extractEntry package.json
4374 silly gunzTarPerm extractEntry package.json
4375 silly gunzTarPerm extractEntry package.json
4376 silly gunzTarPerm extractEntry package.json
4377 silly gunzTarPerm extractEntry package.json
4378 silly gunzTarPerm extractEntry package.json
4379 silly gunzTarPerm extractEntry package.json
4380 silly gunzTarPerm extractEntry .npmignore
4381 silly gunzTarPerm extractEntry db.js
4382 silly gunzTarPerm extractEntry .npmignore
4383 silly gunzTarPerm extractEntry config.js
4384 silly gunzTarPerm extractEntry .npmignore
4385 silly gunzTarPerm extractEntry index.js
4386 silly gunzTarPerm extractEntry .npmignore
4387 silly gunzTarPerm extractEntry README.md
4388 silly gunzTarPerm extractEntry README.md
4389 silly gunzTarPerm extractEntry LICENSE-MIT
4390 silly gunzTarPerm extractEntry .npmignore
4391 silly gunzTarPerm extractEntry README.md
4392 silly gunzTarPerm extractEntry .npmignore
4393 silly gunzTarPerm extractEntry README.md
4394 silly gunzTarPerm extractEntry .npmignore
4395 silly gunzTarPerm extractEntry README.md
4396 silly gunzTarPerm extractEntry .npmignore
4397 silly gunzTarPerm extractEntry LICENSE
4398 silly gunzTarPerm extractEntry .npmignore
4399 silly gunzTarPerm extractEntry README.md
4400 silly gunzTarPerm extractEntry .npmignore
4401 silly gunzTarPerm extractEntry README.md
4402 silly gunzTarPerm extractEntry .npmignore
4403 silly gunzTarPerm extractEntry README.md
4404 silly gunzTarPerm extractEntry .npmignore
4405 silly gunzTarPerm extractEntry index.js
4406 silly gunzTarPerm extractEntry .npmignore
4407 silly gunzTarPerm extractEntry README.md
4408 silly gunzTarPerm extractEntry .npmignore
4409 silly gunzTarPerm extractEntry README.md
4410 silly gunzTarPerm extractEntry index.js
4411 silly gunzTarPerm extractEntry LICENSE
4412 silly gunzTarPerm extractEntry index.js
4413 silly gunzTarPerm extractEntry index.js
4414 silly gunzTarPerm extractEntry log.js
4415 silly gunzTarPerm extractEntry test.js
4416 silly gunzTarPerm extractEntry readme.md
4417 silly gunzTarPerm extractEntry tasks/jshint.js
4418 silly gunzTarPerm extractEntry tasks/lib/jshint.js
4419 silly gunzTarPerm extractEntry test.js
4420 silly gunzTarPerm extractEntry bench.js
4421 silly gunzTarPerm extractEntry LICENSE
4422 silly gunzTarPerm extractEntry .travis.yml
4423 silly gunzTarPerm extractEntry Gruntfile.js
4424 silly gunzTarPerm extractEntry .travis.yml
4425 silly gunzTarPerm extractEntry index.js
4426 silly gunzTarPerm extractEntry .travis.yml
4427 silly gunzTarPerm extractEntry LICENSE
4428 silly gunzTarPerm extractEntry .travis.yml
4429 silly gunzTarPerm extractEntry README.markdown
4430 silly gunzTarPerm extractEntry LICENSE
4431 silly gunzTarPerm extractEntry .travis.yml
4432 silly gunzTarPerm extractEntry LICENSE
4433 silly gunzTarPerm extractEntry .editorconfig
4434 silly gunzTarPerm extractEntry CONTRIBUTING.md
4435 silly gunzTarPerm extractEntry LICENSE-MIT
4436 silly gunzTarPerm extractEntry index.js
4437 silly gunzTarPerm extractEntry ChangeLog
4438 silly gunzTarPerm extractEntry example/package.json
4439 silly gunzTarPerm extractEntry mailer.js
4440 silly gunzTarPerm extractEntry translator.js
4441 silly gunzTarPerm extractEntry test.json
4442 silly gunzTarPerm extractEntry index.js
4443 silly gunzTarPerm extractEntry .license
4444 silly gunzTarPerm extractEntry ChangeLog
4445 silly gunzTarPerm extractEntry example/after.js
4446 silly gunzTarPerm extractEntry AUTHORS
4447 silly gunzTarPerm extractEntry LICENSE-MIT
4448 silly gunzTarPerm extractEntry lib/endpoint.js
4449 silly gunzTarPerm extractEntry lib/error.js
4450 silly gunzTarPerm extractEntry lib/pinger.js
4451 silly gunzTarPerm extractEntry lib/pool.js
4452 silly gunzTarPerm extractEntry lib/request_set.js
4453 silly gunzTarPerm extractEntry readme.md
4454 silly gunzTarPerm extractEntry test/endpoint_test.js
4455 silly gunzTarPerm extractEntry test/integration_test.js
4456 silly gunzTarPerm extractEntry test/pool_test.js
4457 silly gunzTarPerm extractEntry test/requestset_test.js
4458 silly gunzTarPerm extractEntry index.js
4459 silly gunzTarPerm extractEntry CHANGELOG.md
4460 silly gunzTarPerm extractEntry bigint.cc
4461 silly gunzTarPerm extractEntry lib/datetime.js
4462 silly gunzTarPerm extractEntry lib/mailparser.js
4463 silly gunzTarPerm extractEntry lib/streams.js
4464 silly gunzTarPerm extractEntry test/mailparser.js
4465 silly gunzTarPerm extractEntry test/nested.eml
4466 silly gunzTarPerm extractEntry .istanbul.yml
4467 silly gunzTarPerm extractEntry .travis.yml
4468 silly gunzTarPerm extractEntry appveyor.yml
4469 silly gunzTarPerm extractEntry internal-tasks/bump.js
4470 silly gunzTarPerm extractEntry .jshintrc
4471 silly gunzTarPerm extractEntry .travis.yml
4472 verbose tar unpack /root/.npm/load-grunt-tasks/0.6.0/package.tgz
4473 silly lockFile 98a41130-er-node-modules-load-grunt-tasks tar:///data/fxa-auth-server/node_modules/load-grunt-tasks
4474 verbose lock tar:///data/fxa-auth-server/node_modules/load-grunt-tasks /root/.npm/98a41130-er-node-modules-load-grunt-tasks.lock
4475 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
4476 verbose lock tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz /root/.npm/309573d1-ad-grunt-tasks-0-6-0-package-tgz.lock
4477 silly gunzTarPerm modes [ '755', '644' ]
4478 silly gunzTarPerm extractEntry bin/server.js
4479 silly gunzTarPerm extractEntry templates/index.js
4480 silly gunzTarPerm extractEntry templates/reset.html
4481 silly gunzTarPerm extractEntry templates/reset.txt
4482 silly gunzTarPerm extractEntry templates/verify.html
4483 silly gunzTarPerm extractEntry templates/verify.txt
4484 silly gunzTarPerm extractEntry test/mail_helper.js
4485 silly gunzTarPerm extractEntry test/local/translator_tests.js
4486 silly gunzTarPerm extractEntry crypto_scrypt.h
4487 silly gunzTarPerm extractEntry .travis.yml
4488 silly gunzTarPerm extractEntry example/README.md
4489 silly gunzTarPerm extractEntry example/server.js
4490 silly gunzTarPerm extractEntry bin/grunt
4491 silly gunzTarPerm extractEntry completion/bash
4492 silly gunzTarPerm extractEntry internal-tasks/subgrunt.js
4493 silly gunzTarPerm extractEntry package.json
4494 silly gunzTarPerm extractEntry load-grunt-tasks.js
4495 silly gunzTarPerm extractEntry readme.md
4496 silly gunzTarPerm extractEntry example/after_worker.js
4497 silly gunzTarPerm extractEntry example/before.js
4498 silly gunzTarPerm extractEntry node_scrypt.cc
4499 silly gunzTarPerm extractEntry binding.gyp
4500 silly gunzTarPerm extractEntry crypto_scrypt-sse.c
4501 silly gunzTarPerm extractEntry lib/grunt.js
4502 silly gunzTarPerm extractEntry lib/grunt/cli.js
4503 silly gunzTarPerm extractEntry completion/zsh
4504 silly gunzTarPerm extractEntry lib/cli.js
4505 silly gunzTarPerm extractEntry lib/completion.js
4506 silly gunzTarPerm extractEntry lib/info.js
4507 silly gunzTarPerm extractEntry example/stub.js
4508 silly gunzTarPerm extractEntry example/test.js
4509 silly gunzTarPerm extractEntry CONTRIBUTING.md
4510 silly gunzTarPerm extractEntry example/simple.js
4511 silly gunzTarPerm extractEntry example/simple_worker.js
4512 silly gunzTarPerm extractEntry lib/compute-cluster.js
4513 silly gunzTarPerm extractEntry stress/stress.js
4514 silly gunzTarPerm extractEntry stress/worker.js
4515 silly gunzTarPerm extractEntry test/basic-test.js
4516 silly gunzTarPerm extractEntry test/child-death-test.js
4517 silly gunzTarPerm extractEntry test/child-env-test.js
4518 silly gunzTarPerm extractEntry test/information-output-test.js
4519 silly gunzTarPerm extractEntry test/inside-nodecluster-test.js
4520 silly gunzTarPerm extractEntry test/maximum-backlog-test.js
4521 silly gunzTarPerm extractEntry test/maximum-duration-test.js
4522 silly gunzTarPerm extractEntry test/workers/echo.js
4523 silly gunzTarPerm extractEntry test/workers/getenv.js
4524 silly gunzTarPerm extractEntry test/workers/sleep.js
4525 silly gunzTarPerm extractEntry binding.gyp
4526 silly gunzTarPerm extractEntry examples/gen.js
4527 silly gunzTarPerm extractEntry lib/grunt/config.js
4528 silly gunzTarPerm extractEntry lib/grunt/event.js
4529 silly gunzTarPerm extractEntry ChangeLog
4530 silly gunzTarPerm extractEntry lib/convict.js
4531 silly gunzTarPerm extractEntry lib/default-match.js
4532 silly gunzTarPerm extractEntry examples/perfect.js
4533 silly gunzTarPerm extractEntry examples/simple.js
4534 silly gunzTarPerm extractEntry lib/client.js
4535 silly gunzTarPerm extractEntry lib/pool.js
4536 silly gunzTarPerm extractEntry lib/grunt/fail.js
4537 silly gunzTarPerm extractEntry lib/grunt/file.js
4538 silly lockFile 9a2138a6-ver-node-modules-fxa-auth-db-mem tar:///data/fxa-auth-server/node_modules/fxa-auth-db-mem
4539 silly lockFile 9a2138a6-ver-node-modules-fxa-auth-db-mem tar:///data/fxa-auth-server/node_modules/fxa-auth-db-mem
4540 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
4541 silly lockFile 4ed1f4a9-a-auth-db-mem-0-18-2-package-tgz tar:///root/.npm/fxa-auth-db-mem/0.18.2/package.tgz
4542 silly gunzTarPerm extractEntry lib/serialize.js
4543 silly gunzTarPerm extractEntry lib/reporters/html.js
4544 info preinstall fxa-auth-db-mem@0.18.2
4545 silly gunzTarPerm extractEntry lib/server.js
4546 silly gunzTarPerm extractEntry lib/simpleserver.js
4547 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/fxa-auth-db-mem',
4547 verbose readDependencies: using existing wrap { bluebird:
4547 verbose readDependencies: using existing wrap { version: '2.2.2',
4547 verbose readDependencies: using existing wrap from: 'bluebird@2.2.2',
4547 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' },
4547 verbose readDependencies: using existing wrap 'fxa-auth-db-server':
4547 verbose readDependencies: using existing wrap { version: '1.18.1',
4547 verbose readDependencies: using existing wrap from: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#reverse',
4547 verbose readDependencies: using existing wrap resolved: 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e',
4547 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4548 verbose from wrap [ 'bluebird',
4548 verbose from wrap { version: '2.2.2',
4548 verbose from wrap from: 'bluebird@2.2.2',
4548 verbose from wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' } ]
4549 verbose from wrap [ 'fxa-auth-db-server',
4549 verbose from wrap { version: '1.18.1',
4549 verbose from wrap from: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#reverse',
4549 verbose from wrap resolved: 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e',
4549 verbose from wrap dependencies: { restify: [Object] } } ]
4550 verbose readDependencies returned deps { bluebird: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4550 verbose readDependencies returned deps 'fxa-auth-db-server': 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e' }
4551 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/fxa-auth-db-mem',
4551 verbose readDependencies: using existing wrap { bluebird:
4551 verbose readDependencies: using existing wrap { version: '2.2.2',
4551 verbose readDependencies: using existing wrap from: 'bluebird@2.2.2',
4551 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' },
4551 verbose readDependencies: using existing wrap 'fxa-auth-db-server':
4551 verbose readDependencies: using existing wrap { version: '1.18.1',
4551 verbose readDependencies: using existing wrap from: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#reverse',
4551 verbose readDependencies: using existing wrap resolved: 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e',
4551 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4552 verbose from wrap [ 'bluebird',
4552 verbose from wrap { version: '2.2.2',
4552 verbose from wrap from: 'bluebird@2.2.2',
4552 verbose from wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' } ]
4553 verbose from wrap [ 'fxa-auth-db-server',
4553 verbose from wrap { version: '1.18.1',
4553 verbose from wrap from: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#reverse',
4553 verbose from wrap resolved: 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e',
4553 verbose from wrap dependencies: { restify: [Object] } } ]
4554 verbose readDependencies returned deps { bluebird: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4554 verbose readDependencies returned deps 'fxa-auth-db-server': 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e' }
4555 verbose cache add [ 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4555 verbose cache add null ]
4556 verbose cache add name=undefined spec="bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz" args=["bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz",null]
4557 verbose parsed url { protocol: null,
4557 verbose parsed url slashes: null,
4557 verbose parsed url auth: null,
4557 verbose parsed url host: null,
4557 verbose parsed url port: null,
4557 verbose parsed url hostname: null,
4557 verbose parsed url hash: null,
4557 verbose parsed url search: null,
4557 verbose parsed url query: null,
4557 verbose parsed url pathname: 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4557 verbose parsed url path: 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4557 verbose parsed url href: 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' }
4558 verbose cache add name="bluebird" spec="https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz" args=["bluebird","https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz"]
4559 verbose parsed url { protocol: 'https:',
4559 verbose parsed url slashes: true,
4559 verbose parsed url auth: null,
4559 verbose parsed url host: 'registry.npmjs.org',
4559 verbose parsed url port: null,
4559 verbose parsed url hostname: 'registry.npmjs.org',
4559 verbose parsed url hash: null,
4559 verbose parsed url search: null,
4559 verbose parsed url query: null,
4559 verbose parsed url pathname: '/bluebird/-/bluebird-2.2.2.tgz',
4559 verbose parsed url path: '/bluebird/-/bluebird-2.2.2.tgz',
4559 verbose parsed url href: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' }
4560 silly lockFile 2d77d123--org-bluebird-bluebird-2-2-2-tgz https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz
4561 verbose lock https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz /root/.npm/2d77d123--org-bluebird-bluebird-2-2-2-tgz.lock
4562 verbose cache add [ 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e',
4562 verbose cache add null ]
4563 verbose cache add name=undefined spec="fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e" args=["fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e",null]
4564 verbose parsed url { protocol: null,
4564 verbose parsed url slashes: null,
4564 verbose parsed url auth: null,
4564 verbose parsed url host: null,
4564 verbose parsed url port: null,
4564 verbose parsed url hostname: null,
4564 verbose parsed url hash: '#69752b9b93743113bd4f57258994291d9857fd5e',
4564 verbose parsed url search: null,
4564 verbose parsed url query: null,
4564 verbose parsed url pathname: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git',
4564 verbose parsed url path: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git',
4564 verbose parsed url href: 'fxa-auth-db-server@git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e' }
4565 verbose cache add name="fxa-auth-db-server" spec="git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e" args=["fxa-auth-db-server","git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e"]
4566 verbose parsed url { protocol: 'git:',
4566 verbose parsed url slashes: true,
4566 verbose parsed url auth: null,
4566 verbose parsed url host: 'github.com',
4566 verbose parsed url port: null,
4566 verbose parsed url hostname: 'github.com',
4566 verbose parsed url hash: '#69752b9b93743113bd4f57258994291d9857fd5e',
4566 verbose parsed url search: null,
4566 verbose parsed url query: null,
4566 verbose parsed url pathname: '/dannycoates/fxa-auth-db-server.git',
4566 verbose parsed url path: '/dannycoates/fxa-auth-db-server.git',
4566 verbose parsed url href: 'git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e' }
4567 silly lockFile 3fdd1aaf-93743113bd4f57258994291d9857fd5e git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e
4568 verbose lock git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e /root/.npm/3fdd1aaf-93743113bd4f57258994291d9857fd5e.lock
4569 silly lockFile 7d7df195-server-node-modules-binary-split tar:///data/fxa-auth-server/node_modules/binary-split
4570 silly lockFile 7d7df195-server-node-modules-binary-split tar:///data/fxa-auth-server/node_modules/binary-split
4571 silly gunzTarPerm extractEntry assets/reply_file_1.txt
4572 silly gunzTarPerm extractEntry assets/reply_file_2.txt.gz
4573 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
4574 silly lockFile 4775602d-m-binary-split-0-1-2-package-tgz tar:///root/.npm/binary-split/0.1.2/package.tgz
4575 verbose addRemoteTarball [ 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4575 verbose addRemoteTarball null ]
4576 verbose addRemoteGit [ 'git://github.com/dannycoates/fxa-auth-db-server.git',
4576 verbose addRemoteGit '69752b9b93743113bd4f57258994291d9857fd5e' ]
4577 silly gunzTarPerm extractEntry lib/reporters/json.js
4578 silly gunzTarPerm extractEntry resources/coverage-template.html
4579 info retry fetch attempt 1 at 16:34:16
4580 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642456876-0.8668243035208434/tmp.tgz
4581 http GET https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz
4582 silly gunzTarPerm extractEntry test/arithmetic.js
4583 silly gunzTarPerm extractEntry test/buf.js
4584 silly lockFile 98a41130-er-node-modules-load-grunt-tasks tar:///data/fxa-auth-server/node_modules/load-grunt-tasks
4585 silly lockFile 98a41130-er-node-modules-load-grunt-tasks tar:///data/fxa-auth-server/node_modules/load-grunt-tasks
4586 info preinstall binary-split@0.1.2
4587 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
4588 silly lockFile 309573d1-ad-grunt-tasks-0-6-0-package-tgz tar:///root/.npm/load-grunt-tasks/0.6.0/package.tgz
4589 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/binary-split',
4589 verbose readDependencies: using existing wrap { bops:
4589 verbose readDependencies: using existing wrap { version: '0.0.6',
4589 verbose readDependencies: using existing wrap from: 'bops@0.0.6',
4589 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4589 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4590 verbose from wrap [ 'bops',
4590 verbose from wrap { version: '0.0.6',
4590 verbose from wrap from: 'bops@0.0.6',
4590 verbose from wrap resolved: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4590 verbose from wrap dependencies: { 'base64-js': [Object], 'to-utf8': [Object] } } ]
4591 verbose readDependencies returned deps { bops: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz' }
4592 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/binary-split',
4592 verbose readDependencies: using existing wrap { bops:
4592 verbose readDependencies: using existing wrap { version: '0.0.6',
4592 verbose readDependencies: using existing wrap from: 'bops@0.0.6',
4592 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4592 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4593 verbose from wrap [ 'bops',
4593 verbose from wrap { version: '0.0.6',
4593 verbose from wrap from: 'bops@0.0.6',
4593 verbose from wrap resolved: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4593 verbose from wrap dependencies: { 'base64-js': [Object], 'to-utf8': [Object] } } ]
4594 verbose readDependencies returned deps { bops: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz' }
4595 verbose cache add [ 'bops@https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4595 verbose cache add null ]
4596 verbose cache add name=undefined spec="bops@https://registry.npmjs.org/bops/-/bops-0.0.6.tgz" args=["bops@https://registry.npmjs.org/bops/-/bops-0.0.6.tgz",null]
4597 verbose parsed url { protocol: null,
4597 verbose parsed url slashes: null,
4597 verbose parsed url auth: null,
4597 verbose parsed url host: null,
4597 verbose parsed url port: null,
4597 verbose parsed url hostname: null,
4597 verbose parsed url hash: null,
4597 verbose parsed url search: null,
4597 verbose parsed url query: null,
4597 verbose parsed url pathname: 'bops@https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4597 verbose parsed url path: 'bops@https://registry.npmjs.org/bops/-/bops-0.0.6.tgz',
4597 verbose parsed url href: 'bops@https://registry.npmjs.org/bops/-/bops-0.0.6.tgz' }
4598 verbose cache add name="bops" spec="https://registry.npmjs.org/bops/-/bops-0.0.6.tgz" args=["bops","https://registry.npmjs.org/bops/-/bops-0.0.6.tgz"]
4599 verbose parsed url { protocol: 'https:',
4599 verbose parsed url slashes: true,
4599 verbose parsed url auth: null,
4599 verbose parsed url host: 'registry.npmjs.org',
4599 verbose parsed url port: null,
4599 verbose parsed url hostname: 'registry.npmjs.org',
4599 verbose parsed url hash: null,
4599 verbose parsed url search: null,
4599 verbose parsed url query: null,
4599 verbose parsed url pathname: '/bops/-/bops-0.0.6.tgz',
4599 verbose parsed url path: '/bops/-/bops-0.0.6.tgz',
4599 verbose parsed url href: 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz' }
4600 silly lockFile ca68abd3-ry-npmjs-org-bops-bops-0-0-6-tgz https://registry.npmjs.org/bops/-/bops-0.0.6.tgz
4601 verbose lock https://registry.npmjs.org/bops/-/bops-0.0.6.tgz /root/.npm/ca68abd3-ry-npmjs-org-bops-bops-0-0-6-tgz.lock
4602 silly gunzTarPerm extractEntry lib/grunt/help.js
4603 silly gunzTarPerm extractEntry lib/grunt/option.js
4604 silly gunzTarPerm extractEntry lib/common.js
4605 silly gunzTarPerm extractEntry lib/delayed_body.js
4606 info preinstall load-grunt-tasks@0.6.0
4607 verbose addRemoteTarball [ 'https://registry.npmjs.org/bops/-/bops-0.0.6.tgz', null ]
4608 info retry fetch attempt 1 at 16:34:16
4609 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642456916-0.3165517123416066/tmp.tgz
4610 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/load-grunt-tasks',
4610 verbose readDependencies: using existing wrap { 'findup-sync':
4610 verbose readDependencies: using existing wrap { version: '0.1.3',
4610 verbose readDependencies: using existing wrap from: 'findup-sync@~0.1.2',
4610 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4610 verbose readDependencies: using existing wrap dependencies: [Object] },
4610 verbose readDependencies: using existing wrap multimatch:
4610 verbose readDependencies: using existing wrap { version: '0.3.0',
4610 verbose readDependencies: using existing wrap from: 'multimatch@^0.3.0',
4610 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4610 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4611 verbose from wrap [ 'findup-sync',
4611 verbose from wrap { version: '0.1.3',
4611 verbose from wrap from: 'findup-sync@~0.1.2',
4611 verbose from wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4611 verbose from wrap dependencies: { glob: [Object], lodash: [Object] } } ]
4612 verbose from wrap [ 'multimatch',
4612 verbose from wrap { version: '0.3.0',
4612 verbose from wrap from: 'multimatch@^0.3.0',
4612 verbose from wrap resolved: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4612 verbose from wrap dependencies:
4612 verbose from wrap { 'array-differ': [Object],
4612 verbose from wrap 'array-union': [Object],
4612 verbose from wrap minimatch: [Object] } } ]
4613 verbose readDependencies returned deps { 'findup-sync': 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4613 verbose readDependencies returned deps multimatch: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz' }
4614 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/load-grunt-tasks',
4614 verbose readDependencies: using existing wrap { 'findup-sync':
4614 verbose readDependencies: using existing wrap { version: '0.1.3',
4614 verbose readDependencies: using existing wrap from: 'findup-sync@~0.1.2',
4614 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4614 verbose readDependencies: using existing wrap dependencies: [Object] },
4614 verbose readDependencies: using existing wrap multimatch:
4614 verbose readDependencies: using existing wrap { version: '0.3.0',
4614 verbose readDependencies: using existing wrap from: 'multimatch@^0.3.0',
4614 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4614 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4615 verbose from wrap [ 'findup-sync',
4615 verbose from wrap { version: '0.1.3',
4615 verbose from wrap from: 'findup-sync@~0.1.2',
4615 verbose from wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4615 verbose from wrap dependencies: { glob: [Object], lodash: [Object] } } ]
4616 verbose from wrap [ 'multimatch',
4616 verbose from wrap { version: '0.3.0',
4616 verbose from wrap from: 'multimatch@^0.3.0',
4616 verbose from wrap resolved: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4616 verbose from wrap dependencies:
4616 verbose from wrap { 'array-differ': [Object],
4616 verbose from wrap 'array-union': [Object],
4616 verbose from wrap minimatch: [Object] } } ]
4617 verbose readDependencies returned deps { 'findup-sync': 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4617 verbose readDependencies returned deps multimatch: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz' }
4618 verbose cache add [ 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4618 verbose cache add null ]
4619 verbose cache add name=undefined spec="findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz" args=["findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",null]
4620 verbose parsed url { protocol: null,
4620 verbose parsed url slashes: null,
4620 verbose parsed url auth: null,
4620 verbose parsed url host: null,
4620 verbose parsed url port: null,
4620 verbose parsed url hostname: null,
4620 verbose parsed url hash: null,
4620 verbose parsed url search: null,
4620 verbose parsed url query: null,
4620 verbose parsed url pathname: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4620 verbose parsed url path: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4620 verbose parsed url href: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz' }
4621 verbose cache add name="findup-sync" spec="https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz" args=["findup-sync","https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz"]
4622 verbose parsed url { protocol: 'https:',
4622 verbose parsed url slashes: true,
4622 verbose parsed url auth: null,
4622 verbose parsed url host: 'registry.npmjs.org',
4622 verbose parsed url port: null,
4622 verbose parsed url hostname: 'registry.npmjs.org',
4622 verbose parsed url hash: null,
4622 verbose parsed url search: null,
4622 verbose parsed url query: null,
4622 verbose parsed url pathname: '/findup-sync/-/findup-sync-0.1.3.tgz',
4622 verbose parsed url path: '/findup-sync/-/findup-sync-0.1.3.tgz',
4622 verbose parsed url href: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz' }
4623 silly lockFile 21bbbbf7-indup-sync-findup-sync-0-1-3-tgz https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
4624 verbose lock https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz /root/.npm/21bbbbf7-indup-sync-findup-sync-0-1-3-tgz.lock
4625 verbose cache add [ 'multimatch@https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4625 verbose cache add null ]
4626 verbose cache add name=undefined spec="multimatch@https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz" args=["multimatch@https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz",null]
4627 verbose parsed url { protocol: null,
4627 verbose parsed url slashes: null,
4627 verbose parsed url auth: null,
4627 verbose parsed url host: null,
4627 verbose parsed url port: null,
4627 verbose parsed url hostname: null,
4627 verbose parsed url hash: null,
4627 verbose parsed url search: null,
4627 verbose parsed url query: null,
4627 verbose parsed url pathname: 'multimatch@https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4627 verbose parsed url path: 'multimatch@https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4627 verbose parsed url href: 'multimatch@https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz' }
4628 verbose cache add name="multimatch" spec="https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz" args=["multimatch","https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz"]
4629 verbose parsed url { protocol: 'https:',
4629 verbose parsed url slashes: true,
4629 verbose parsed url auth: null,
4629 verbose parsed url host: 'registry.npmjs.org',
4629 verbose parsed url port: null,
4629 verbose parsed url hostname: 'registry.npmjs.org',
4629 verbose parsed url hash: null,
4629 verbose parsed url search: null,
4629 verbose parsed url query: null,
4629 verbose parsed url pathname: '/multimatch/-/multimatch-0.3.0.tgz',
4629 verbose parsed url path: '/multimatch/-/multimatch-0.3.0.tgz',
4629 verbose parsed url href: 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz' }
4630 silly lockFile 7b03ef72--multimatch-multimatch-0-3-0-tgz https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz
4631 verbose lock https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz /root/.npm/7b03ef72--multimatch-multimatch-0-3-0-tgz.lock
4632 http GET https://registry.npmjs.org/bops/-/bops-0.0.6.tgz
4633 verbose addRemoteTarball [ 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4633 verbose addRemoteTarball null ]
4634 verbose addRemoteTarball [ 'https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz',
4634 verbose addRemoteTarball null ]
4635 info retry fetch attempt 1 at 16:34:16
4636 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/tmp.tgz
4637 info retry fetch attempt 1 at 16:34:16
4638 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/tmp.tgz
4639 silly gunzTarPerm extractEntry lib/intercept.js
4640 silly gunzTarPerm extractEntry lib/match_body.js
4641 silly gunzTarPerm extractEntry lib/grunt/task.js
4642 silly gunzTarPerm extractEntry lib/grunt/template.js
4643 silly lockFile b1e00352-ode-modules-grunt-contrib-jshint tar:///data/fxa-auth-server/node_modules/grunt-contrib-jshint
4644 silly lockFile b1e00352-ode-modules-grunt-contrib-jshint tar:///data/fxa-auth-server/node_modules/grunt-contrib-jshint
4645 http GET https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
4646 http GET https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz
4647 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
4648 silly lockFile 103d4517-ontrib-jshint-0-10-0-package-tgz tar:///root/.npm/grunt-contrib-jshint/0.10.0/package.tgz
4649 info preinstall grunt-contrib-jshint@0.10.0
4650 silly gunzTarPerm extractEntry lib/mixin.js
4651 silly gunzTarPerm extractEntry lib/recorder.js
4652 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/grunt-contrib-jshint',
4652 verbose readDependencies: using existing wrap { jshint:
4652 verbose readDependencies: using existing wrap { version: '2.5.10',
4652 verbose readDependencies: using existing wrap from: 'jshint@~2.5.0',
4652 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4652 verbose readDependencies: using existing wrap dependencies: [Object] },
4652 verbose readDependencies: using existing wrap hooker:
4652 verbose readDependencies: using existing wrap { version: '0.2.3',
4652 verbose readDependencies: using existing wrap from: 'hooker@~0.2.3',
4652 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' } } ]
4653 verbose from wrap [ 'jshint',
4653 verbose from wrap { version: '2.5.10',
4653 verbose from wrap from: 'jshint@~2.5.0',
4653 verbose from wrap resolved: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4653 verbose from wrap dependencies:
4653 verbose from wrap { cli: [Object],
4653 verbose from wrap 'console-browserify': [Object],
4653 verbose from wrap exit: [Object],
4653 verbose from wrap htmlparser2: [Object],
4653 verbose from wrap minimatch: [Object],
4653 verbose from wrap shelljs: [Object],
4653 verbose from wrap 'strip-json-comments': [Object],
4653 verbose from wrap underscore: [Object] } } ]
4654 verbose from wrap [ 'hooker',
4654 verbose from wrap { version: '0.2.3',
4654 verbose from wrap from: 'hooker@~0.2.3',
4654 verbose from wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' } ]
4655 verbose readDependencies returned deps { jshint: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4655 verbose readDependencies returned deps hooker: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' }
4656 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/grunt-contrib-jshint',
4656 verbose readDependencies: using existing wrap { jshint:
4656 verbose readDependencies: using existing wrap { version: '2.5.10',
4656 verbose readDependencies: using existing wrap from: 'jshint@~2.5.0',
4656 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4656 verbose readDependencies: using existing wrap dependencies: [Object] },
4656 verbose readDependencies: using existing wrap hooker:
4656 verbose readDependencies: using existing wrap { version: '0.2.3',
4656 verbose readDependencies: using existing wrap from: 'hooker@~0.2.3',
4656 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' } } ]
4657 verbose from wrap [ 'jshint',
4657 verbose from wrap { version: '2.5.10',
4657 verbose from wrap from: 'jshint@~2.5.0',
4657 verbose from wrap resolved: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4657 verbose from wrap dependencies:
4657 verbose from wrap { cli: [Object],
4657 verbose from wrap 'console-browserify': [Object],
4657 verbose from wrap exit: [Object],
4657 verbose from wrap htmlparser2: [Object],
4657 verbose from wrap minimatch: [Object],
4657 verbose from wrap shelljs: [Object],
4657 verbose from wrap 'strip-json-comments': [Object],
4657 verbose from wrap underscore: [Object] } } ]
4658 verbose from wrap [ 'hooker',
4658 verbose from wrap { version: '0.2.3',
4658 verbose from wrap from: 'hooker@~0.2.3',
4658 verbose from wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' } ]
4659 verbose readDependencies returned deps { jshint: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4659 verbose readDependencies returned deps hooker: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' }
4660 verbose cache add [ 'jshint@https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4660 verbose cache add null ]
4661 verbose cache add name=undefined spec="jshint@https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz" args=["jshint@https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz",null]
4662 verbose parsed url { protocol: null,
4662 verbose parsed url slashes: null,
4662 verbose parsed url auth: null,
4662 verbose parsed url host: null,
4662 verbose parsed url port: null,
4662 verbose parsed url hostname: null,
4662 verbose parsed url hash: null,
4662 verbose parsed url search: null,
4662 verbose parsed url query: null,
4662 verbose parsed url pathname: 'jshint@https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4662 verbose parsed url path: 'jshint@https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4662 verbose parsed url href: 'jshint@https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz' }
4663 verbose cache add name="jshint" spec="https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz" args=["jshint","https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz"]
4664 verbose parsed url { protocol: 'https:',
4664 verbose parsed url slashes: true,
4664 verbose parsed url auth: null,
4664 verbose parsed url host: 'registry.npmjs.org',
4664 verbose parsed url port: null,
4664 verbose parsed url hostname: 'registry.npmjs.org',
4664 verbose parsed url hash: null,
4664 verbose parsed url search: null,
4664 verbose parsed url query: null,
4664 verbose parsed url pathname: '/jshint/-/jshint-2.5.10.tgz',
4664 verbose parsed url path: '/jshint/-/jshint-2.5.10.tgz',
4664 verbose parsed url href: 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz' }
4665 silly lockFile 284f3150-mjs-org-jshint-jshint-2-5-10-tgz https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz
4666 verbose lock https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz /root/.npm/284f3150-mjs-org-jshint-jshint-2-5-10-tgz.lock
4667 verbose cache add [ 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
4667 verbose cache add null ]
4668 verbose cache add name=undefined spec="hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" args=["hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",null]
4669 verbose parsed url { protocol: null,
4669 verbose parsed url slashes: null,
4669 verbose parsed url auth: null,
4669 verbose parsed url host: null,
4669 verbose parsed url port: null,
4669 verbose parsed url hostname: null,
4669 verbose parsed url hash: null,
4669 verbose parsed url search: null,
4669 verbose parsed url query: null,
4669 verbose parsed url pathname: 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
4669 verbose parsed url path: 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
4669 verbose parsed url href: 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' }
4670 verbose cache add name="hooker" spec="https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" args=["hooker","https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"]
4671 verbose parsed url { protocol: 'https:',
4671 verbose parsed url slashes: true,
4671 verbose parsed url auth: null,
4671 verbose parsed url host: 'registry.npmjs.org',
4671 verbose parsed url port: null,
4671 verbose parsed url hostname: 'registry.npmjs.org',
4671 verbose parsed url hash: null,
4671 verbose parsed url search: null,
4671 verbose parsed url query: null,
4671 verbose parsed url pathname: '/hooker/-/hooker-0.2.3.tgz',
4671 verbose parsed url path: '/hooker/-/hooker-0.2.3.tgz',
4671 verbose parsed url href: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' }
4672 silly lockFile eef39b47-pmjs-org-hooker-hooker-0-2-3-tgz https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
4673 verbose lock https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz /root/.npm/eef39b47-pmjs-org-hooker-hooker-0-2-3-tgz.lock
4674 verbose addRemoteTarball [ 'https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz',
4674 verbose addRemoteTarball null ]
4675 verbose addRemoteTarball [ 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz', null ]
4676 info retry fetch attempt 1 at 16:34:16
4677 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642456973-0.5264049083925784/tmp.tgz
4678 info retry fetch attempt 1 at 16:34:16
4679 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/tmp.tgz
4680 http GET https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz
4681 http GET https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
4682 silly gunzTarPerm extractEntry lib/request_overrider.js
4683 silly gunzTarPerm extractEntry lib/scope.js
4684 silly gunzTarPerm extractEntry lib/util/task.js
4685 silly gunzTarPerm extractEntry lib/socket.js
4686 silly gunzTarPerm extractEntry tests/test_.js
4687 silly gunzTarPerm extractEntry test/cmp.js
4688 silly gunzTarPerm extractEntry test/create.js
4689 silly gunzTarPerm extractEntry test/gcd.js
4690 silly gunzTarPerm extractEntry test/bitwise.js
4691 silly lockFile bb76f97f-auth-server-node-modules-convict tar:///data/fxa-auth-server/node_modules/convict
4692 silly lockFile bb76f97f-auth-server-node-modules-convict tar:///data/fxa-auth-server/node_modules/convict
4693 silly gunzTarPerm extractEntry tests/test_aws_dynamo.js
4694 silly gunzTarPerm extractEntry tests/test_common.js
4695 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
4696 silly lockFile aa61ff5e-ot-npm-convict-0-6-0-package-tgz tar:///root/.npm/convict/0.6.0/package.tgz
4697 silly lockFile 601ab98e-th-server-node-modules-grunt-cli tar:///data/fxa-auth-server/node_modules/grunt-cli
4698 silly lockFile 601ab98e-th-server-node-modules-grunt-cli tar:///data/fxa-auth-server/node_modules/grunt-cli
4699 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
4700 silly lockFile 79f338f5-npm-grunt-cli-0-1-13-package-tgz tar:///root/.npm/grunt-cli/0.1.13/package.tgz
4701 info preinstall convict@0.6.0
4702 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/convict',
4702 verbose readDependencies: using existing wrap { cjson:
4702 verbose readDependencies: using existing wrap { version: '0.3.0',
4702 verbose readDependencies: using existing wrap from: 'cjson@0.3.0',
4702 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4702 verbose readDependencies: using existing wrap dependencies: [Object] },
4702 verbose readDependencies: using existing wrap depd:
4702 verbose readDependencies: using existing wrap { version: '1.0.0',
4702 verbose readDependencies: using existing wrap from: 'depd@1.0.0',
4702 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz' },
4702 verbose readDependencies: using existing wrap moment:
4702 verbose readDependencies: using existing wrap { version: '2.8.3',
4702 verbose readDependencies: using existing wrap from: 'moment@2.8.3',
4702 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz' },
4702 verbose readDependencies: using existing wrap optimist:
4702 verbose readDependencies: using existing wrap { version: '0.6.1',
4702 verbose readDependencies: using existing wrap from: 'optimist@0.6.1',
4702 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4702 verbose readDependencies: using existing wrap dependencies: [Object] },
4702 verbose readDependencies: using existing wrap validator:
4702 verbose readDependencies: using existing wrap { version: '3.22.1',
4702 verbose readDependencies: using existing wrap from: 'validator@3.22.1',
4702 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' } } ]
4703 verbose from wrap [ 'cjson',
4703 verbose from wrap { version: '0.3.0',
4703 verbose from wrap from: 'cjson@0.3.0',
4703 verbose from wrap resolved: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4703 verbose from wrap dependencies: { jsonlint: [Object] } } ]
4704 verbose from wrap [ 'depd',
4704 verbose from wrap { version: '1.0.0',
4704 verbose from wrap from: 'depd@1.0.0',
4704 verbose from wrap resolved: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz' } ]
4705 verbose from wrap [ 'moment',
4705 verbose from wrap { version: '2.8.3',
4705 verbose from wrap from: 'moment@2.8.3',
4705 verbose from wrap resolved: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz' } ]
4706 verbose from wrap [ 'optimist',
4706 verbose from wrap { version: '0.6.1',
4706 verbose from wrap from: 'optimist@0.6.1',
4706 verbose from wrap resolved: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4706 verbose from wrap dependencies: { wordwrap: [Object], minimist: [Object] } } ]
4707 verbose from wrap [ 'validator',
4707 verbose from wrap { version: '3.22.1',
4707 verbose from wrap from: 'validator@3.22.1',
4707 verbose from wrap resolved: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' } ]
4708 verbose readDependencies returned deps { cjson: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4708 verbose readDependencies returned deps depd: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz',
4708 verbose readDependencies returned deps moment: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz',
4708 verbose readDependencies returned deps optimist: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4708 verbose readDependencies returned deps validator: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' }
4709 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/convict',
4709 verbose readDependencies: using existing wrap { cjson:
4709 verbose readDependencies: using existing wrap { version: '0.3.0',
4709 verbose readDependencies: using existing wrap from: 'cjson@0.3.0',
4709 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4709 verbose readDependencies: using existing wrap dependencies: [Object] },
4709 verbose readDependencies: using existing wrap depd:
4709 verbose readDependencies: using existing wrap { version: '1.0.0',
4709 verbose readDependencies: using existing wrap from: 'depd@1.0.0',
4709 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz' },
4709 verbose readDependencies: using existing wrap moment:
4709 verbose readDependencies: using existing wrap { version: '2.8.3',
4709 verbose readDependencies: using existing wrap from: 'moment@2.8.3',
4709 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz' },
4709 verbose readDependencies: using existing wrap optimist:
4709 verbose readDependencies: using existing wrap { version: '0.6.1',
4709 verbose readDependencies: using existing wrap from: 'optimist@0.6.1',
4709 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4709 verbose readDependencies: using existing wrap dependencies: [Object] },
4709 verbose readDependencies: using existing wrap validator:
4709 verbose readDependencies: using existing wrap { version: '3.22.1',
4709 verbose readDependencies: using existing wrap from: 'validator@3.22.1',
4709 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' } } ]
4710 verbose from wrap [ 'cjson',
4710 verbose from wrap { version: '0.3.0',
4710 verbose from wrap from: 'cjson@0.3.0',
4710 verbose from wrap resolved: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4710 verbose from wrap dependencies: { jsonlint: [Object] } } ]
4711 verbose from wrap [ 'depd',
4711 verbose from wrap { version: '1.0.0',
4711 verbose from wrap from: 'depd@1.0.0',
4711 verbose from wrap resolved: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz' } ]
4712 verbose from wrap [ 'moment',
4712 verbose from wrap { version: '2.8.3',
4712 verbose from wrap from: 'moment@2.8.3',
4712 verbose from wrap resolved: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz' } ]
4713 verbose from wrap [ 'optimist',
4713 verbose from wrap { version: '0.6.1',
4713 verbose from wrap from: 'optimist@0.6.1',
4713 verbose from wrap resolved: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4713 verbose from wrap dependencies: { wordwrap: [Object], minimist: [Object] } } ]
4714 verbose from wrap [ 'validator',
4714 verbose from wrap { version: '3.22.1',
4714 verbose from wrap from: 'validator@3.22.1',
4714 verbose from wrap resolved: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' } ]
4715 verbose readDependencies returned deps { cjson: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4715 verbose readDependencies returned deps depd: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz',
4715 verbose readDependencies returned deps moment: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz',
4715 verbose readDependencies returned deps optimist: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4715 verbose readDependencies returned deps validator: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' }
4716 info preinstall grunt-cli@0.1.13
4717 silly gunzTarPerm extractEntry test/mod.js
4718 silly gunzTarPerm extractEntry test/pow.js
4719 verbose cache add [ 'moment@https://registry.npmjs.org/moment/-/moment-2.8.3.tgz',
4719 verbose cache add null ]
4720 verbose cache add name=undefined spec="moment@https://registry.npmjs.org/moment/-/moment-2.8.3.tgz" args=["moment@https://registry.npmjs.org/moment/-/moment-2.8.3.tgz",null]
4721 verbose parsed url { protocol: null,
4721 verbose parsed url slashes: null,
4721 verbose parsed url auth: null,
4721 verbose parsed url host: null,
4721 verbose parsed url port: null,
4721 verbose parsed url hostname: null,
4721 verbose parsed url hash: null,
4721 verbose parsed url search: null,
4721 verbose parsed url query: null,
4721 verbose parsed url pathname: 'moment@https://registry.npmjs.org/moment/-/moment-2.8.3.tgz',
4721 verbose parsed url path: 'moment@https://registry.npmjs.org/moment/-/moment-2.8.3.tgz',
4721 verbose parsed url href: 'moment@https://registry.npmjs.org/moment/-/moment-2.8.3.tgz' }
4722 verbose cache add name="moment" spec="https://registry.npmjs.org/moment/-/moment-2.8.3.tgz" args=["moment","https://registry.npmjs.org/moment/-/moment-2.8.3.tgz"]
4723 verbose parsed url { protocol: 'https:',
4723 verbose parsed url slashes: true,
4723 verbose parsed url auth: null,
4723 verbose parsed url host: 'registry.npmjs.org',
4723 verbose parsed url port: null,
4723 verbose parsed url hostname: 'registry.npmjs.org',
4723 verbose parsed url hash: null,
4723 verbose parsed url search: null,
4723 verbose parsed url query: null,
4723 verbose parsed url pathname: '/moment/-/moment-2.8.3.tgz',
4723 verbose parsed url path: '/moment/-/moment-2.8.3.tgz',
4723 verbose parsed url href: 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz' }
4724 silly lockFile d4397d1b-pmjs-org-moment-moment-2-8-3-tgz https://registry.npmjs.org/moment/-/moment-2.8.3.tgz
4725 verbose lock https://registry.npmjs.org/moment/-/moment-2.8.3.tgz /root/.npm/d4397d1b-pmjs-org-moment-moment-2-8-3-tgz.lock
4726 verbose cache add [ 'optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4726 verbose cache add null ]
4727 verbose cache add name=undefined spec="optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz" args=["optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",null]
4728 verbose parsed url { protocol: null,
4728 verbose parsed url slashes: null,
4728 verbose parsed url auth: null,
4728 verbose parsed url host: null,
4728 verbose parsed url port: null,
4728 verbose parsed url hostname: null,
4728 verbose parsed url hash: null,
4728 verbose parsed url search: null,
4728 verbose parsed url query: null,
4728 verbose parsed url pathname: 'optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4728 verbose parsed url path: 'optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4728 verbose parsed url href: 'optimist@https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz' }
4729 verbose cache add name="optimist" spec="https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz" args=["optimist","https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz"]
4730 verbose parsed url { protocol: 'https:',
4730 verbose parsed url slashes: true,
4730 verbose parsed url auth: null,
4730 verbose parsed url host: 'registry.npmjs.org',
4730 verbose parsed url port: null,
4730 verbose parsed url hostname: 'registry.npmjs.org',
4730 verbose parsed url hash: null,
4730 verbose parsed url search: null,
4730 verbose parsed url query: null,
4730 verbose parsed url pathname: '/optimist/-/optimist-0.6.1.tgz',
4730 verbose parsed url path: '/optimist/-/optimist-0.6.1.tgz',
4730 verbose parsed url href: 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz' }
4731 silly lockFile e99091a3--org-optimist-optimist-0-6-1-tgz https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
4732 verbose lock https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz /root/.npm/e99091a3--org-optimist-optimist-0-6-1-tgz.lock
4733 verbose cache add [ 'validator@https://registry.npmjs.org/validator/-/validator-3.22.1.tgz',
4733 verbose cache add null ]
4734 verbose cache add name=undefined spec="validator@https://registry.npmjs.org/validator/-/validator-3.22.1.tgz" args=["validator@https://registry.npmjs.org/validator/-/validator-3.22.1.tgz",null]
4735 verbose parsed url { protocol: null,
4735 verbose parsed url slashes: null,
4735 verbose parsed url auth: null,
4735 verbose parsed url host: null,
4735 verbose parsed url port: null,
4735 verbose parsed url hostname: null,
4735 verbose parsed url hash: null,
4735 verbose parsed url search: null,
4735 verbose parsed url query: null,
4735 verbose parsed url pathname: 'validator@https://registry.npmjs.org/validator/-/validator-3.22.1.tgz',
4735 verbose parsed url path: 'validator@https://registry.npmjs.org/validator/-/validator-3.22.1.tgz',
4735 verbose parsed url href: 'validator@https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' }
4736 verbose cache add name="validator" spec="https://registry.npmjs.org/validator/-/validator-3.22.1.tgz" args=["validator","https://registry.npmjs.org/validator/-/validator-3.22.1.tgz"]
4737 verbose parsed url { protocol: 'https:',
4737 verbose parsed url slashes: true,
4737 verbose parsed url auth: null,
4737 verbose parsed url host: 'registry.npmjs.org',
4737 verbose parsed url port: null,
4737 verbose parsed url hostname: 'registry.npmjs.org',
4737 verbose parsed url hash: null,
4737 verbose parsed url search: null,
4737 verbose parsed url query: null,
4737 verbose parsed url pathname: '/validator/-/validator-3.22.1.tgz',
4737 verbose parsed url path: '/validator/-/validator-3.22.1.tgz',
4737 verbose parsed url href: 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz' }
4738 silly lockFile e6531c1e-g-validator-validator-3-22-1-tgz https://registry.npmjs.org/validator/-/validator-3.22.1.tgz
4739 verbose lock https://registry.npmjs.org/validator/-/validator-3.22.1.tgz /root/.npm/e6531c1e-g-validator-validator-3-22-1-tgz.lock
4740 verbose cache add [ 'cjson@https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4740 verbose cache add null ]
4741 verbose cache add name=undefined spec="cjson@https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz" args=["cjson@https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz",null]
4742 verbose parsed url { protocol: null,
4742 verbose parsed url slashes: null,
4742 verbose parsed url auth: null,
4742 verbose parsed url host: null,
4742 verbose parsed url port: null,
4742 verbose parsed url hostname: null,
4742 verbose parsed url hash: null,
4742 verbose parsed url search: null,
4742 verbose parsed url query: null,
4742 verbose parsed url pathname: 'cjson@https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4742 verbose parsed url path: 'cjson@https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz',
4742 verbose parsed url href: 'cjson@https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz' }
4743 verbose cache add name="cjson" spec="https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz" args=["cjson","https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz"]
4744 verbose parsed url { protocol: 'https:',
4744 verbose parsed url slashes: true,
4744 verbose parsed url auth: null,
4744 verbose parsed url host: 'registry.npmjs.org',
4744 verbose parsed url port: null,
4744 verbose parsed url hostname: 'registry.npmjs.org',
4744 verbose parsed url hash: null,
4744 verbose parsed url search: null,
4744 verbose parsed url query: null,
4744 verbose parsed url pathname: '/cjson/-/cjson-0.3.0.tgz',
4744 verbose parsed url path: '/cjson/-/cjson-0.3.0.tgz',
4744 verbose parsed url href: 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz' }
4745 silly lockFile 3ad902d9--npmjs-org-cjson-cjson-0-3-0-tgz https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz
4746 verbose lock https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz /root/.npm/3ad902d9--npmjs-org-cjson-cjson-0-3-0-tgz.lock
4747 verbose cache add [ 'depd@https://registry.npmjs.org/depd/-/depd-1.0.0.tgz',
4747 verbose cache add null ]
4748 verbose cache add name=undefined spec="depd@https://registry.npmjs.org/depd/-/depd-1.0.0.tgz" args=["depd@https://registry.npmjs.org/depd/-/depd-1.0.0.tgz",null]
4749 verbose parsed url { protocol: null,
4749 verbose parsed url slashes: null,
4749 verbose parsed url auth: null,
4749 verbose parsed url host: null,
4749 verbose parsed url port: null,
4749 verbose parsed url hostname: null,
4749 verbose parsed url hash: null,
4749 verbose parsed url search: null,
4749 verbose parsed url query: null,
4749 verbose parsed url pathname: 'depd@https://registry.npmjs.org/depd/-/depd-1.0.0.tgz',
4749 verbose parsed url path: 'depd@https://registry.npmjs.org/depd/-/depd-1.0.0.tgz',
4749 verbose parsed url href: 'depd@https://registry.npmjs.org/depd/-/depd-1.0.0.tgz' }
4750 verbose cache add name="depd" spec="https://registry.npmjs.org/depd/-/depd-1.0.0.tgz" args=["depd","https://registry.npmjs.org/depd/-/depd-1.0.0.tgz"]
4751 verbose parsed url { protocol: 'https:',
4751 verbose parsed url slashes: true,
4751 verbose parsed url auth: null,
4751 verbose parsed url host: 'registry.npmjs.org',
4751 verbose parsed url port: null,
4751 verbose parsed url hostname: 'registry.npmjs.org',
4751 verbose parsed url hash: null,
4751 verbose parsed url search: null,
4751 verbose parsed url query: null,
4751 verbose parsed url pathname: '/depd/-/depd-1.0.0.tgz',
4751 verbose parsed url path: '/depd/-/depd-1.0.0.tgz',
4751 verbose parsed url href: 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz' }
4752 silly lockFile c12a3e0e-ry-npmjs-org-depd-depd-1-0-0-tgz https://registry.npmjs.org/depd/-/depd-1.0.0.tgz
4753 verbose lock https://registry.npmjs.org/depd/-/depd-1.0.0.tgz /root/.npm/c12a3e0e-ry-npmjs-org-depd-depd-1-0-0-tgz.lock
4754 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/grunt-cli',
4754 verbose readDependencies: using existing wrap { nopt:
4754 verbose readDependencies: using existing wrap { version: '1.0.10',
4754 verbose readDependencies: using existing wrap from: 'nopt@~1.0.10',
4754 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4754 verbose readDependencies: using existing wrap dependencies: [Object] },
4754 verbose readDependencies: using existing wrap 'findup-sync':
4754 verbose readDependencies: using existing wrap { version: '0.1.3',
4754 verbose readDependencies: using existing wrap from: 'findup-sync@~0.1.2',
4754 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4754 verbose readDependencies: using existing wrap dependencies: [Object] },
4754 verbose readDependencies: using existing wrap resolve:
4754 verbose readDependencies: using existing wrap { version: '0.3.1',
4754 verbose readDependencies: using existing wrap from: 'resolve@~0.3.1',
4754 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' } } ]
4755 verbose from wrap [ 'nopt',
4755 verbose from wrap { version: '1.0.10',
4755 verbose from wrap from: 'nopt@~1.0.10',
4755 verbose from wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4755 verbose from wrap dependencies: { abbrev: [Object] } } ]
4756 verbose from wrap [ 'findup-sync',
4756 verbose from wrap { version: '0.1.3',
4756 verbose from wrap from: 'findup-sync@~0.1.2',
4756 verbose from wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4756 verbose from wrap dependencies: { glob: [Object], lodash: [Object] } } ]
4757 verbose from wrap [ 'resolve',
4757 verbose from wrap { version: '0.3.1',
4757 verbose from wrap from: 'resolve@~0.3.1',
4757 verbose from wrap resolved: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' } ]
4758 verbose readDependencies returned deps { nopt: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4758 verbose readDependencies returned deps 'findup-sync': 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4758 verbose readDependencies returned deps resolve: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' }
4759 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/grunt-cli',
4759 verbose readDependencies: using existing wrap { nopt:
4759 verbose readDependencies: using existing wrap { version: '1.0.10',
4759 verbose readDependencies: using existing wrap from: 'nopt@~1.0.10',
4759 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4759 verbose readDependencies: using existing wrap dependencies: [Object] },
4759 verbose readDependencies: using existing wrap 'findup-sync':
4759 verbose readDependencies: using existing wrap { version: '0.1.3',
4759 verbose readDependencies: using existing wrap from: 'findup-sync@~0.1.2',
4759 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4759 verbose readDependencies: using existing wrap dependencies: [Object] },
4759 verbose readDependencies: using existing wrap resolve:
4759 verbose readDependencies: using existing wrap { version: '0.3.1',
4759 verbose readDependencies: using existing wrap from: 'resolve@~0.3.1',
4759 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' } } ]
4760 verbose from wrap [ 'nopt',
4760 verbose from wrap { version: '1.0.10',
4760 verbose from wrap from: 'nopt@~1.0.10',
4760 verbose from wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4760 verbose from wrap dependencies: { abbrev: [Object] } } ]
4761 verbose from wrap [ 'findup-sync',
4761 verbose from wrap { version: '0.1.3',
4761 verbose from wrap from: 'findup-sync@~0.1.2',
4761 verbose from wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4761 verbose from wrap dependencies: { glob: [Object], lodash: [Object] } } ]
4762 verbose from wrap [ 'resolve',
4762 verbose from wrap { version: '0.3.1',
4762 verbose from wrap from: 'resolve@~0.3.1',
4762 verbose from wrap resolved: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' } ]
4763 verbose readDependencies returned deps { nopt: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4763 verbose readDependencies returned deps 'findup-sync': 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4763 verbose readDependencies returned deps resolve: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' }
4764 verbose addRemoteTarball [ 'https://registry.npmjs.org/moment/-/moment-2.8.3.tgz', null ]
4765 verbose addRemoteTarball [ 'https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz',
4765 verbose addRemoteTarball null ]
4766 verbose addRemoteTarball [ 'https://registry.npmjs.org/validator/-/validator-3.22.1.tgz',
4766 verbose addRemoteTarball null ]
4767 info retry fetch attempt 1 at 16:34:17
4768 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457070-0.18799979565665126/tmp.tgz
4769 info retry fetch attempt 1 at 16:34:17
4770 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457071-0.35088358842767775/tmp.tgz
4771 verbose addRemoteTarball [ 'https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz', null ]
4772 verbose cache add [ 'resolve@https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz',
4772 verbose cache add null ]
4773 verbose cache add name=undefined spec="resolve@https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz" args=["resolve@https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz",null]
4774 verbose parsed url { protocol: null,
4774 verbose parsed url slashes: null,
4774 verbose parsed url auth: null,
4774 verbose parsed url host: null,
4774 verbose parsed url port: null,
4774 verbose parsed url hostname: null,
4774 verbose parsed url hash: null,
4774 verbose parsed url search: null,
4774 verbose parsed url query: null,
4774 verbose parsed url pathname: 'resolve@https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz',
4774 verbose parsed url path: 'resolve@https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz',
4774 verbose parsed url href: 'resolve@https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' }
4775 verbose cache add name="resolve" spec="https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz" args=["resolve","https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz"]
4776 verbose parsed url { protocol: 'https:',
4776 verbose parsed url slashes: true,
4776 verbose parsed url auth: null,
4776 verbose parsed url host: 'registry.npmjs.org',
4776 verbose parsed url port: null,
4776 verbose parsed url hostname: 'registry.npmjs.org',
4776 verbose parsed url hash: null,
4776 verbose parsed url search: null,
4776 verbose parsed url query: null,
4776 verbose parsed url pathname: '/resolve/-/resolve-0.3.1.tgz',
4776 verbose parsed url path: '/resolve/-/resolve-0.3.1.tgz',
4776 verbose parsed url href: 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz' }
4777 silly lockFile e92308c0-js-org-resolve-resolve-0-3-1-tgz https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
4778 verbose lock https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz /root/.npm/e92308c0-js-org-resolve-resolve-0-3-1-tgz.lock
4779 verbose addRemoteTarball [ 'https://registry.npmjs.org/depd/-/depd-1.0.0.tgz', null ]
4780 info retry fetch attempt 1 at 16:34:17
4781 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457072-0.590184273198247/tmp.tgz
4782 info retry fetch attempt 1 at 16:34:17
4783 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/tmp.tgz
4784 verbose cache add [ 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4784 verbose cache add null ]
4785 verbose cache add name=undefined spec="nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz" args=["nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",null]
4786 verbose parsed url { protocol: null,
4786 verbose parsed url slashes: null,
4786 verbose parsed url auth: null,
4786 verbose parsed url host: null,
4786 verbose parsed url port: null,
4786 verbose parsed url hostname: null,
4786 verbose parsed url hash: null,
4786 verbose parsed url search: null,
4786 verbose parsed url query: null,
4786 verbose parsed url pathname: 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4786 verbose parsed url path: 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
4786 verbose parsed url href: 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz' }
4787 verbose cache add name="nopt" spec="https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz" args=["nopt","https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"]
4788 verbose parsed url { protocol: 'https:',
4788 verbose parsed url slashes: true,
4788 verbose parsed url auth: null,
4788 verbose parsed url host: 'registry.npmjs.org',
4788 verbose parsed url port: null,
4788 verbose parsed url hostname: 'registry.npmjs.org',
4788 verbose parsed url hash: null,
4788 verbose parsed url search: null,
4788 verbose parsed url query: null,
4788 verbose parsed url pathname: '/nopt/-/nopt-1.0.10.tgz',
4788 verbose parsed url path: '/nopt/-/nopt-1.0.10.tgz',
4788 verbose parsed url href: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz' }
4789 silly lockFile 4ce84396-y-npmjs-org-nopt-nopt-1-0-10-tgz https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
4790 verbose lock https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz /root/.npm/4ce84396-y-npmjs-org-nopt-nopt-1-0-10-tgz.lock
4791 verbose cache add [ 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4791 verbose cache add null ]
4792 verbose cache add name=undefined spec="findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz" args=["findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",null]
4793 verbose parsed url { protocol: null,
4793 verbose parsed url slashes: null,
4793 verbose parsed url auth: null,
4793 verbose parsed url host: null,
4793 verbose parsed url port: null,
4793 verbose parsed url hostname: null,
4793 verbose parsed url hash: null,
4793 verbose parsed url search: null,
4793 verbose parsed url query: null,
4793 verbose parsed url pathname: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4793 verbose parsed url path: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
4793 verbose parsed url href: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz' }
4794 verbose cache add name="findup-sync" spec="https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz" args=["findup-sync","https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz"]
4795 verbose parsed url { protocol: 'https:',
4795 verbose parsed url slashes: true,
4795 verbose parsed url auth: null,
4795 verbose parsed url host: 'registry.npmjs.org',
4795 verbose parsed url port: null,
4795 verbose parsed url hostname: 'registry.npmjs.org',
4795 verbose parsed url hash: null,
4795 verbose parsed url search: null,
4795 verbose parsed url query: null,
4795 verbose parsed url pathname: '/findup-sync/-/findup-sync-0.1.3.tgz',
4795 verbose parsed url path: '/findup-sync/-/findup-sync-0.1.3.tgz',
4795 verbose parsed url href: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz' }
4796 info retry fetch attempt 1 at 16:34:17
4797 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457076-0.8907102274242789/tmp.tgz
4798 silly gunzTarPerm extractEntry tests/test_intercept.js
4799 silly gunzTarPerm extractEntry tests/test_recorder.js
4800 http GET https://registry.npmjs.org/moment/-/moment-2.8.3.tgz
4801 http GET https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
4802 verbose addRemoteTarball [ 'https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz',
4802 verbose addRemoteTarball null ]
4803 http GET https://registry.npmjs.org/validator/-/validator-3.22.1.tgz
4804 http GET https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz
4805 verbose addRemoteTarball [ 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz', null ]
4806 info retry fetch attempt 1 at 16:34:17
4807 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457084-0.7284088260494173/tmp.tgz
4808 http GET https://registry.npmjs.org/depd/-/depd-1.0.0.tgz
4809 info retry fetch attempt 1 at 16:34:17
4810 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457087-0.0564641235396266/tmp.tgz
4811 silly gunzTarPerm extractEntry test/primes.js
4812 silly gunzTarPerm extractEntry test/rand.js
4813 http GET https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
4814 http GET https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
4815 silly lockFile e053d119--server-node-modules-scrypt-hash tar:///data/fxa-auth-server/node_modules/scrypt-hash
4816 silly lockFile e053d119--server-node-modules-scrypt-hash tar:///data/fxa-auth-server/node_modules/scrypt-hash
4817 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
4818 silly lockFile 6b59799d-pm-scrypt-hash-1-1-8-package-tgz tar:///root/.npm/scrypt-hash/1.1.8/package.tgz
4819 silly gunzTarPerm extractEntry test/seed.js
4820 silly gunzTarPerm extractEntry test/bit_length.js
4821 info preinstall scrypt-hash@1.1.8
4822 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/scrypt-hash',
4822 verbose readDependencies: using existing wrap { bindings:
4822 verbose readDependencies: using existing wrap { version: '1.1.1',
4822 verbose readDependencies: using existing wrap from: 'bindings@1.1.1',
4822 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz' },
4822 verbose readDependencies: using existing wrap nan:
4822 verbose readDependencies: using existing wrap { version: '0.7.0',
4822 verbose readDependencies: using existing wrap from: 'nan@0.7.0',
4822 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' } } ]
4823 verbose from wrap [ 'bindings',
4823 verbose from wrap { version: '1.1.1',
4823 verbose from wrap from: 'bindings@1.1.1',
4823 verbose from wrap resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz' } ]
4824 verbose from wrap [ 'nan',
4824 verbose from wrap { version: '0.7.0',
4824 verbose from wrap from: 'nan@0.7.0',
4824 verbose from wrap resolved: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' } ]
4825 verbose readDependencies returned deps { bindings: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz',
4825 verbose readDependencies returned deps nan: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' }
4826 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/scrypt-hash',
4826 verbose readDependencies: using existing wrap { bindings:
4826 verbose readDependencies: using existing wrap { version: '1.1.1',
4826 verbose readDependencies: using existing wrap from: 'bindings@1.1.1',
4826 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz' },
4826 verbose readDependencies: using existing wrap nan:
4826 verbose readDependencies: using existing wrap { version: '0.7.0',
4826 verbose readDependencies: using existing wrap from: 'nan@0.7.0',
4826 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' } } ]
4827 verbose from wrap [ 'bindings',
4827 verbose from wrap { version: '1.1.1',
4827 verbose from wrap from: 'bindings@1.1.1',
4827 verbose from wrap resolved: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz' } ]
4828 verbose from wrap [ 'nan',
4828 verbose from wrap { version: '0.7.0',
4828 verbose from wrap from: 'nan@0.7.0',
4828 verbose from wrap resolved: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' } ]
4829 verbose readDependencies returned deps { bindings: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz',
4829 verbose readDependencies returned deps nan: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' }
4830 verbose cache add [ 'bindings@https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz',
4830 verbose cache add null ]
4831 verbose cache add name=undefined spec="bindings@https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz" args=["bindings@https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz",null]
4832 verbose parsed url { protocol: null,
4832 verbose parsed url slashes: null,
4832 verbose parsed url auth: null,
4832 verbose parsed url host: null,
4832 verbose parsed url port: null,
4832 verbose parsed url hostname: null,
4832 verbose parsed url hash: null,
4832 verbose parsed url search: null,
4832 verbose parsed url query: null,
4832 verbose parsed url pathname: 'bindings@https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz',
4832 verbose parsed url path: 'bindings@https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz',
4832 verbose parsed url href: 'bindings@https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz' }
4833 verbose cache add name="bindings" spec="https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz" args=["bindings","https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz"]
4834 verbose parsed url { protocol: 'https:',
4834 verbose parsed url slashes: true,
4834 verbose parsed url auth: null,
4834 verbose parsed url host: 'registry.npmjs.org',
4834 verbose parsed url port: null,
4834 verbose parsed url hostname: 'registry.npmjs.org',
4834 verbose parsed url hash: null,
4834 verbose parsed url search: null,
4834 verbose parsed url query: null,
4834 verbose parsed url pathname: '/bindings/-/bindings-1.1.1.tgz',
4834 verbose parsed url path: '/bindings/-/bindings-1.1.1.tgz',
4834 verbose parsed url href: 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz' }
4835 silly lockFile 4e5e3491--org-bindings-bindings-1-1-1-tgz https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz
4836 verbose lock https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz /root/.npm/4e5e3491--org-bindings-bindings-1-1-1-tgz.lock
4837 verbose cache add [ 'nan@https://registry.npmjs.org/nan/-/nan-0.7.0.tgz', null ]
4838 verbose cache add name=undefined spec="nan@https://registry.npmjs.org/nan/-/nan-0.7.0.tgz" args=["nan@https://registry.npmjs.org/nan/-/nan-0.7.0.tgz",null]
4839 verbose parsed url { protocol: null,
4839 verbose parsed url slashes: null,
4839 verbose parsed url auth: null,
4839 verbose parsed url host: null,
4839 verbose parsed url port: null,
4839 verbose parsed url hostname: null,
4839 verbose parsed url hash: null,
4839 verbose parsed url search: null,
4839 verbose parsed url query: null,
4839 verbose parsed url pathname: 'nan@https://registry.npmjs.org/nan/-/nan-0.7.0.tgz',
4839 verbose parsed url path: 'nan@https://registry.npmjs.org/nan/-/nan-0.7.0.tgz',
4839 verbose parsed url href: 'nan@https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' }
4840 verbose cache add name="nan" spec="https://registry.npmjs.org/nan/-/nan-0.7.0.tgz" args=["nan","https://registry.npmjs.org/nan/-/nan-0.7.0.tgz"]
4841 verbose parsed url { protocol: 'https:',
4841 verbose parsed url slashes: true,
4841 verbose parsed url auth: null,
4841 verbose parsed url host: 'registry.npmjs.org',
4841 verbose parsed url port: null,
4841 verbose parsed url hostname: 'registry.npmjs.org',
4841 verbose parsed url hash: null,
4841 verbose parsed url search: null,
4841 verbose parsed url query: null,
4841 verbose parsed url pathname: '/nan/-/nan-0.7.0.tgz',
4841 verbose parsed url path: '/nan/-/nan-0.7.0.tgz',
4841 verbose parsed url href: 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz' }
4842 silly lockFile 96c0c7ab-stry-npmjs-org-nan-nan-0-7-0-tgz https://registry.npmjs.org/nan/-/nan-0.7.0.tgz
4843 verbose lock https://registry.npmjs.org/nan/-/nan-0.7.0.tgz /root/.npm/96c0c7ab-stry-npmjs-org-nan-nan-0-7-0-tgz.lock
4844 verbose addRemoteTarball [ 'https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz',
4844 verbose addRemoteTarball null ]
4845 verbose addRemoteTarball [ 'https://registry.npmjs.org/nan/-/nan-0.7.0.tgz', null ]
4846 info retry fetch attempt 1 at 16:34:17
4847 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/tmp.tgz
4848 info retry fetch attempt 1 at 16:34:17
4849 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457123-0.5054698043968529/tmp.tgz
4850 http GET https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz
4851 http GET https://registry.npmjs.org/nan/-/nan-0.7.0.tgz
4852 silly gunzTarPerm extractEntry test/shift.js
4853 silly gunzTarPerm extractEntry test/invertm.js
4854 silly lockFile a3efcf41-ver-node-modules-fxa-auth-mailer tar:///data/fxa-auth-server/node_modules/fxa-auth-mailer
4855 silly lockFile a3efcf41-ver-node-modules-fxa-auth-mailer tar:///data/fxa-auth-server/node_modules/fxa-auth-mailer
4856 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
4857 silly lockFile b59eee00-xa-auth-mailer-1-0-6-package-tgz tar:///root/.npm/fxa-auth-mailer/1.0.6/package.tgz
4858 info preinstall fxa-auth-mailer@1.0.6
4859 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/fxa-auth-mailer',
4859 verbose readDependencies: using existing wrap { bluebird:
4859 verbose readDependencies: using existing wrap { version: '2.2.2',
4859 verbose readDependencies: using existing wrap from: 'bluebird@2.2.2',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' },
4859 verbose readDependencies: using existing wrap bunyan:
4859 verbose readDependencies: using existing wrap { version: '1.0.0',
4859 verbose readDependencies: using existing wrap from: 'bunyan@1.0.0',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] },
4859 verbose readDependencies: using existing wrap 'fxa-content-server-l10n':
4859 verbose readDependencies: using existing wrap { version: '0.0.0',
4859 verbose readDependencies: using existing wrap from: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b4',
4859 verbose readDependencies: using existing wrap resolved: 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e' },
4859 verbose readDependencies: using existing wrap handlebars:
4859 verbose readDependencies: using existing wrap { version: '1.3.0',
4859 verbose readDependencies: using existing wrap from: 'handlebars@1.3.0',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] },
4859 verbose readDependencies: using existing wrap 'i18n-abide':
4859 verbose readDependencies: using existing wrap { version: '0.0.22',
4859 verbose readDependencies: using existing wrap from: 'i18n-abide@0.0.22',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] },
4859 verbose readDependencies: using existing wrap jed:
4859 verbose readDependencies: using existing wrap { version: '0.5.4',
4859 verbose readDependencies: using existing wrap from: 'jed@0.5.4',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz' },
4859 verbose readDependencies: using existing wrap nodemailer:
4859 verbose readDependencies: using existing wrap { version: '0.7.1',
4859 verbose readDependencies: using existing wrap from: 'nodemailer@0.7.1',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] },
4859 verbose readDependencies: using existing wrap po2json:
4859 verbose readDependencies: using existing wrap { version: '0.3.0',
4859 verbose readDependencies: using existing wrap from: 'po2json@0.3.0',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] },
4859 verbose readDependencies: using existing wrap rc:
4859 verbose readDependencies: using existing wrap { version: '0.5.0',
4859 verbose readDependencies: using existing wrap from: 'rc@0.5.0',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] },
4859 verbose readDependencies: using existing wrap restify:
4859 verbose readDependencies: using existing wrap { version: '2.8.2',
4859 verbose readDependencies: using existing wrap from: 'restify@2.8.2',
4859 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4859 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4860 verbose from wrap [ 'bluebird',
4860 verbose from wrap { version: '2.2.2',
4860 verbose from wrap from: 'bluebird@2.2.2',
4860 verbose from wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' } ]
4861 verbose from wrap [ 'bunyan',
4861 verbose from wrap { version: '1.0.0',
4861 verbose from wrap from: 'bunyan@1.0.0',
4861 verbose from wrap resolved: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4861 verbose from wrap dependencies: { mv: [Object] } } ]
4862 verbose from wrap [ 'fxa-content-server-l10n',
4862 verbose from wrap { version: '0.0.0',
4862 verbose from wrap from: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b4',
4862 verbose from wrap resolved: 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e' } ]
4863 verbose from wrap [ 'handlebars',
4863 verbose from wrap { version: '1.3.0',
4863 verbose from wrap from: 'handlebars@1.3.0',
4863 verbose from wrap resolved: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4863 verbose from wrap dependencies: { optimist: [Object], 'uglify-js': [Object] } } ]
4864 verbose from wrap [ 'i18n-abide',
4864 verbose from wrap { version: '0.0.22',
4864 verbose from wrap from: 'i18n-abide@0.0.22',
4864 verbose from wrap resolved: 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4864 verbose from wrap dependencies:
4864 verbose from wrap { async: [Object],
4864 verbose from wrap gobbledygook: [Object],
4864 verbose from wrap jsxgettext: [Object],
4864 verbose from wrap optimist: [Object],
4864 verbose from wrap plist: [Object] } } ]
4865 verbose from wrap [ 'jed',
4865 verbose from wrap { version: '0.5.4',
4865 verbose from wrap from: 'jed@0.5.4',
4865 verbose from wrap resolved: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz' } ]
4866 verbose from wrap [ 'nodemailer',
4866 verbose from wrap { version: '0.7.1',
4866 verbose from wrap from: 'nodemailer@0.7.1',
4866 verbose from wrap resolved: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4866 verbose from wrap dependencies:
4866 verbose from wrap { mailcomposer: [Object],
4866 verbose from wrap directmail: [Object],
4866 verbose from wrap he: [Object],
4866 verbose from wrap 'public-address': [Object],
4866 verbose from wrap 'aws-sdk': [Object],
4866 verbose from wrap 'readable-stream': [Object] } } ]
4867 verbose from wrap [ 'po2json',
4867 verbose from wrap { version: '0.3.0',
4867 verbose from wrap from: 'po2json@0.3.0',
4867 verbose from wrap resolved: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4867 verbose from wrap dependencies:
4867 verbose from wrap { lodash: [Object],
4867 verbose from wrap nomnom: [Object],
4867 verbose from wrap 'gettext-parser': [Object] } } ]
4868 verbose from wrap [ 'rc',
4868 verbose from wrap { version: '0.5.0',
4868 verbose from wrap from: 'rc@0.5.0',
4868 verbose from wrap resolved: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4868 verbose from wrap dependencies:
4868 verbose from wrap { minimist: [Object],
4868 verbose from wrap 'deep-extend': [Object],
4868 verbose from wrap 'strip-json-comments': [Object],
4868 verbose from wrap ini: [Object] } } ]
4869 verbose from wrap [ 'restify',
4869 verbose from wrap { version: '2.8.2',
4869 verbose from wrap from: 'restify@2.8.2',
4869 verbose from wrap resolved: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4869 verbose from wrap dependencies:
4869 verbose from wrap { 'assert-plus': [Object],
4869 verbose from wrap backoff: [Object],
4869 verbose from wrap bunyan: [Object],
4869 verbose from wrap csv: [Object],
4869 verbose from wrap 'deep-equal': [Object],
4869 verbose from wrap 'escape-regexp-component': [Object],
4869 verbose from wrap formidable: [Object],
4869 verbose from wrap 'http-signature': [Object],
4869 verbose from wrap 'keep-alive-agent': [Object],
4869 verbose from wrap 'lru-cache': [Object],
4869 verbose from wrap mime: [Object],
4869 verbose from wrap negotiator: [Object],
4869 verbose from wrap 'node-uuid': [Object],
4869 verbose from wrap once: [Object],
4869 verbose from wrap qs: [Object],
4869 verbose from wrap semver: [Object],
4869 verbose from wrap spdy: [Object],
4869 verbose from wrap 'tunnel-agent': [Object],
4869 verbose from wrap verror: [Object],
4869 verbose from wrap 'dtrace-provider': [Object] } } ]
4870 verbose readDependencies returned deps { bluebird: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4870 verbose readDependencies returned deps bunyan: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4870 verbose readDependencies returned deps 'fxa-content-server-l10n': 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e',
4870 verbose readDependencies returned deps handlebars: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4870 verbose readDependencies returned deps 'i18n-abide': 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4870 verbose readDependencies returned deps jed: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz',
4870 verbose readDependencies returned deps nodemailer: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4870 verbose readDependencies returned deps po2json: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4870 verbose readDependencies returned deps rc: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4870 verbose readDependencies returned deps restify: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz' }
4871 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/fxa-auth-mailer',
4871 verbose readDependencies: using existing wrap { bluebird:
4871 verbose readDependencies: using existing wrap { version: '2.2.2',
4871 verbose readDependencies: using existing wrap from: 'bluebird@2.2.2',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' },
4871 verbose readDependencies: using existing wrap bunyan:
4871 verbose readDependencies: using existing wrap { version: '1.0.0',
4871 verbose readDependencies: using existing wrap from: 'bunyan@1.0.0',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] },
4871 verbose readDependencies: using existing wrap 'fxa-content-server-l10n':
4871 verbose readDependencies: using existing wrap { version: '0.0.0',
4871 verbose readDependencies: using existing wrap from: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b4',
4871 verbose readDependencies: using existing wrap resolved: 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e' },
4871 verbose readDependencies: using existing wrap handlebars:
4871 verbose readDependencies: using existing wrap { version: '1.3.0',
4871 verbose readDependencies: using existing wrap from: 'handlebars@1.3.0',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] },
4871 verbose readDependencies: using existing wrap 'i18n-abide':
4871 verbose readDependencies: using existing wrap { version: '0.0.22',
4871 verbose readDependencies: using existing wrap from: 'i18n-abide@0.0.22',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] },
4871 verbose readDependencies: using existing wrap jed:
4871 verbose readDependencies: using existing wrap { version: '0.5.4',
4871 verbose readDependencies: using existing wrap from: 'jed@0.5.4',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz' },
4871 verbose readDependencies: using existing wrap nodemailer:
4871 verbose readDependencies: using existing wrap { version: '0.7.1',
4871 verbose readDependencies: using existing wrap from: 'nodemailer@0.7.1',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] },
4871 verbose readDependencies: using existing wrap po2json:
4871 verbose readDependencies: using existing wrap { version: '0.3.0',
4871 verbose readDependencies: using existing wrap from: 'po2json@0.3.0',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] },
4871 verbose readDependencies: using existing wrap rc:
4871 verbose readDependencies: using existing wrap { version: '0.5.0',
4871 verbose readDependencies: using existing wrap from: 'rc@0.5.0',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] },
4871 verbose readDependencies: using existing wrap restify:
4871 verbose readDependencies: using existing wrap { version: '2.8.2',
4871 verbose readDependencies: using existing wrap from: 'restify@2.8.2',
4871 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4871 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4872 verbose from wrap [ 'bluebird',
4872 verbose from wrap { version: '2.2.2',
4872 verbose from wrap from: 'bluebird@2.2.2',
4872 verbose from wrap resolved: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' } ]
4873 verbose from wrap [ 'bunyan',
4873 verbose from wrap { version: '1.0.0',
4873 verbose from wrap from: 'bunyan@1.0.0',
4873 verbose from wrap resolved: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4873 verbose from wrap dependencies: { mv: [Object] } } ]
4874 verbose from wrap [ 'fxa-content-server-l10n',
4874 verbose from wrap { version: '0.0.0',
4874 verbose from wrap from: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b4',
4874 verbose from wrap resolved: 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e' } ]
4875 verbose from wrap [ 'handlebars',
4875 verbose from wrap { version: '1.3.0',
4875 verbose from wrap from: 'handlebars@1.3.0',
4875 verbose from wrap resolved: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4875 verbose from wrap dependencies: { optimist: [Object], 'uglify-js': [Object] } } ]
4876 verbose from wrap [ 'i18n-abide',
4876 verbose from wrap { version: '0.0.22',
4876 verbose from wrap from: 'i18n-abide@0.0.22',
4876 verbose from wrap resolved: 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4876 verbose from wrap dependencies:
4876 verbose from wrap { async: [Object],
4876 verbose from wrap gobbledygook: [Object],
4876 verbose from wrap jsxgettext: [Object],
4876 verbose from wrap optimist: [Object],
4876 verbose from wrap plist: [Object] } } ]
4877 verbose from wrap [ 'jed',
4877 verbose from wrap { version: '0.5.4',
4877 verbose from wrap from: 'jed@0.5.4',
4877 verbose from wrap resolved: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz' } ]
4878 verbose from wrap [ 'nodemailer',
4878 verbose from wrap { version: '0.7.1',
4878 verbose from wrap from: 'nodemailer@0.7.1',
4878 verbose from wrap resolved: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4878 verbose from wrap dependencies:
4878 verbose from wrap { mailcomposer: [Object],
4878 verbose from wrap directmail: [Object],
4878 verbose from wrap he: [Object],
4878 verbose from wrap 'public-address': [Object],
4878 verbose from wrap 'aws-sdk': [Object],
4878 verbose from wrap 'readable-stream': [Object] } } ]
4879 verbose from wrap [ 'po2json',
4879 verbose from wrap { version: '0.3.0',
4879 verbose from wrap from: 'po2json@0.3.0',
4879 verbose from wrap resolved: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4879 verbose from wrap dependencies:
4879 verbose from wrap { lodash: [Object],
4879 verbose from wrap nomnom: [Object],
4879 verbose from wrap 'gettext-parser': [Object] } } ]
4880 verbose from wrap [ 'rc',
4880 verbose from wrap { version: '0.5.0',
4880 verbose from wrap from: 'rc@0.5.0',
4880 verbose from wrap resolved: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4880 verbose from wrap dependencies:
4880 verbose from wrap { minimist: [Object],
4880 verbose from wrap 'deep-extend': [Object],
4880 verbose from wrap 'strip-json-comments': [Object],
4880 verbose from wrap ini: [Object] } } ]
4881 verbose from wrap [ 'restify',
4881 verbose from wrap { version: '2.8.2',
4881 verbose from wrap from: 'restify@2.8.2',
4881 verbose from wrap resolved: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4881 verbose from wrap dependencies:
4881 verbose from wrap { 'assert-plus': [Object],
4881 verbose from wrap backoff: [Object],
4881 verbose from wrap bunyan: [Object],
4881 verbose from wrap csv: [Object],
4881 verbose from wrap 'deep-equal': [Object],
4881 verbose from wrap 'escape-regexp-component': [Object],
4881 verbose from wrap formidable: [Object],
4881 verbose from wrap 'http-signature': [Object],
4881 verbose from wrap 'keep-alive-agent': [Object],
4881 verbose from wrap 'lru-cache': [Object],
4881 verbose from wrap mime: [Object],
4881 verbose from wrap negotiator: [Object],
4881 verbose from wrap 'node-uuid': [Object],
4881 verbose from wrap once: [Object],
4881 verbose from wrap qs: [Object],
4881 verbose from wrap semver: [Object],
4881 verbose from wrap spdy: [Object],
4881 verbose from wrap 'tunnel-agent': [Object],
4881 verbose from wrap verror: [Object],
4881 verbose from wrap 'dtrace-provider': [Object] } } ]
4882 verbose readDependencies returned deps { bluebird: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4882 verbose readDependencies returned deps bunyan: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4882 verbose readDependencies returned deps 'fxa-content-server-l10n': 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e',
4882 verbose readDependencies returned deps handlebars: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4882 verbose readDependencies returned deps 'i18n-abide': 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4882 verbose readDependencies returned deps jed: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz',
4882 verbose readDependencies returned deps nodemailer: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4882 verbose readDependencies returned deps po2json: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4882 verbose readDependencies returned deps rc: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4882 verbose readDependencies returned deps restify: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz' }
4883 verbose cache add [ 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e',
4883 verbose cache add null ]
4884 verbose cache add name=undefined spec="fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e" args=["fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e",null]
4885 verbose parsed url { protocol: null,
4885 verbose parsed url slashes: null,
4885 verbose parsed url auth: null,
4885 verbose parsed url host: null,
4885 verbose parsed url port: null,
4885 verbose parsed url hostname: null,
4885 verbose parsed url hash: '#885344b3b44bf9e883219a42763fc1600cc9a49e',
4885 verbose parsed url search: null,
4885 verbose parsed url query: null,
4885 verbose parsed url pathname: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git',
4885 verbose parsed url path: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git',
4885 verbose parsed url href: 'fxa-content-server-l10n@git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e' }
4886 verbose cache add name="fxa-content-server-l10n" spec="git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e" args=["fxa-content-server-l10n","git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e"]
4887 verbose parsed url { protocol: 'git:',
4887 verbose parsed url slashes: true,
4887 verbose parsed url auth: null,
4887 verbose parsed url host: 'github.com',
4887 verbose parsed url port: null,
4887 verbose parsed url hostname: 'github.com',
4887 verbose parsed url hash: '#885344b3b44bf9e883219a42763fc1600cc9a49e',
4887 verbose parsed url search: null,
4887 verbose parsed url query: null,
4887 verbose parsed url pathname: '/mozilla/fxa-content-server-l10n.git',
4887 verbose parsed url path: '/mozilla/fxa-content-server-l10n.git',
4887 verbose parsed url href: 'git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e' }
4888 silly lockFile 7ffeb3f8-b44bf9e883219a42763fc1600cc9a49e git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e
4889 verbose lock git://github.com/mozilla/fxa-content-server-l10n.git#885344b3b44bf9e883219a42763fc1600cc9a49e /root/.npm/7ffeb3f8-b44bf9e883219a42763fc1600cc9a49e.lock
4890 verbose cache add [ 'handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4890 verbose cache add null ]
4891 verbose cache add name=undefined spec="handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz" args=["handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz",null]
4892 verbose parsed url { protocol: null,
4892 verbose parsed url slashes: null,
4892 verbose parsed url auth: null,
4892 verbose parsed url host: null,
4892 verbose parsed url port: null,
4892 verbose parsed url hostname: null,
4892 verbose parsed url hash: null,
4892 verbose parsed url search: null,
4892 verbose parsed url query: null,
4892 verbose parsed url pathname: 'handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4892 verbose parsed url path: 'handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4892 verbose parsed url href: 'handlebars@https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz' }
4893 verbose cache add name="handlebars" spec="https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz" args=["handlebars","https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz"]
4894 verbose parsed url { protocol: 'https:',
4894 verbose parsed url slashes: true,
4894 verbose parsed url auth: null,
4894 verbose parsed url host: 'registry.npmjs.org',
4894 verbose parsed url port: null,
4894 verbose parsed url hostname: 'registry.npmjs.org',
4894 verbose parsed url hash: null,
4894 verbose parsed url search: null,
4894 verbose parsed url query: null,
4894 verbose parsed url pathname: '/handlebars/-/handlebars-1.3.0.tgz',
4894 verbose parsed url path: '/handlebars/-/handlebars-1.3.0.tgz',
4894 verbose parsed url href: 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz' }
4895 silly lockFile 3cbc4fe2--handlebars-handlebars-1-3-0-tgz https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz
4896 verbose lock https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz /root/.npm/3cbc4fe2--handlebars-handlebars-1-3-0-tgz.lock
4897 verbose cache add [ 'i18n-abide@https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4897 verbose cache add null ]
4898 verbose cache add name=undefined spec="i18n-abide@https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz" args=["i18n-abide@https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz",null]
4899 verbose parsed url { protocol: null,
4899 verbose parsed url slashes: null,
4899 verbose parsed url auth: null,
4899 verbose parsed url host: null,
4899 verbose parsed url port: null,
4899 verbose parsed url hostname: null,
4899 verbose parsed url hash: null,
4899 verbose parsed url search: null,
4899 verbose parsed url query: null,
4899 verbose parsed url pathname: 'i18n-abide@https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4899 verbose parsed url path: 'i18n-abide@https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4899 verbose parsed url href: 'i18n-abide@https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz' }
4900 verbose cache add name="i18n-abide" spec="https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz" args=["i18n-abide","https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz"]
4901 verbose parsed url { protocol: 'https:',
4901 verbose parsed url slashes: true,
4901 verbose parsed url auth: null,
4901 verbose parsed url host: 'registry.npmjs.org',
4901 verbose parsed url port: null,
4901 verbose parsed url hostname: 'registry.npmjs.org',
4901 verbose parsed url hash: null,
4901 verbose parsed url search: null,
4901 verbose parsed url query: null,
4901 verbose parsed url pathname: '/i18n-abide/-/i18n-abide-0.0.22.tgz',
4901 verbose parsed url path: '/i18n-abide/-/i18n-abide-0.0.22.tgz',
4901 verbose parsed url href: 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz' }
4902 silly lockFile 80732f88-i18n-abide-i18n-abide-0-0-22-tgz https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz
4903 verbose lock https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz /root/.npm/80732f88-i18n-abide-i18n-abide-0-0-22-tgz.lock
4904 verbose cache add [ 'jed@https://registry.npmjs.org/jed/-/jed-0.5.4.tgz', null ]
4905 verbose cache add name=undefined spec="jed@https://registry.npmjs.org/jed/-/jed-0.5.4.tgz" args=["jed@https://registry.npmjs.org/jed/-/jed-0.5.4.tgz",null]
4906 verbose parsed url { protocol: null,
4906 verbose parsed url slashes: null,
4906 verbose parsed url auth: null,
4906 verbose parsed url host: null,
4906 verbose parsed url port: null,
4906 verbose parsed url hostname: null,
4906 verbose parsed url hash: null,
4906 verbose parsed url search: null,
4906 verbose parsed url query: null,
4906 verbose parsed url pathname: 'jed@https://registry.npmjs.org/jed/-/jed-0.5.4.tgz',
4906 verbose parsed url path: 'jed@https://registry.npmjs.org/jed/-/jed-0.5.4.tgz',
4906 verbose parsed url href: 'jed@https://registry.npmjs.org/jed/-/jed-0.5.4.tgz' }
4907 verbose cache add name="jed" spec="https://registry.npmjs.org/jed/-/jed-0.5.4.tgz" args=["jed","https://registry.npmjs.org/jed/-/jed-0.5.4.tgz"]
4908 verbose parsed url { protocol: 'https:',
4908 verbose parsed url slashes: true,
4908 verbose parsed url auth: null,
4908 verbose parsed url host: 'registry.npmjs.org',
4908 verbose parsed url port: null,
4908 verbose parsed url hostname: 'registry.npmjs.org',
4908 verbose parsed url hash: null,
4908 verbose parsed url search: null,
4908 verbose parsed url query: null,
4908 verbose parsed url pathname: '/jed/-/jed-0.5.4.tgz',
4908 verbose parsed url path: '/jed/-/jed-0.5.4.tgz',
4908 verbose parsed url href: 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz' }
4909 silly lockFile 811f39cf-stry-npmjs-org-jed-jed-0-5-4-tgz https://registry.npmjs.org/jed/-/jed-0.5.4.tgz
4910 verbose lock https://registry.npmjs.org/jed/-/jed-0.5.4.tgz /root/.npm/811f39cf-stry-npmjs-org-jed-jed-0-5-4-tgz.lock
4911 verbose cache add [ 'nodemailer@https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4911 verbose cache add null ]
4912 verbose cache add name=undefined spec="nodemailer@https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz" args=["nodemailer@https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz",null]
4913 verbose parsed url { protocol: null,
4913 verbose parsed url slashes: null,
4913 verbose parsed url auth: null,
4913 verbose parsed url host: null,
4913 verbose parsed url port: null,
4913 verbose parsed url hostname: null,
4913 verbose parsed url hash: null,
4913 verbose parsed url search: null,
4913 verbose parsed url query: null,
4913 verbose parsed url pathname: 'nodemailer@https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4913 verbose parsed url path: 'nodemailer@https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4913 verbose parsed url href: 'nodemailer@https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz' }
4914 verbose cache add name="nodemailer" spec="https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz" args=["nodemailer","https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz"]
4915 verbose parsed url { protocol: 'https:',
4915 verbose parsed url slashes: true,
4915 verbose parsed url auth: null,
4915 verbose parsed url host: 'registry.npmjs.org',
4915 verbose parsed url port: null,
4915 verbose parsed url hostname: 'registry.npmjs.org',
4915 verbose parsed url hash: null,
4915 verbose parsed url search: null,
4915 verbose parsed url query: null,
4915 verbose parsed url pathname: '/nodemailer/-/nodemailer-0.7.1.tgz',
4915 verbose parsed url path: '/nodemailer/-/nodemailer-0.7.1.tgz',
4915 verbose parsed url href: 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz' }
4916 silly lockFile 655c11d9--nodemailer-nodemailer-0-7-1-tgz https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz
4917 verbose lock https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz /root/.npm/655c11d9--nodemailer-nodemailer-0-7-1-tgz.lock
4918 verbose cache add [ 'po2json@https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4918 verbose cache add null ]
4919 verbose cache add name=undefined spec="po2json@https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz" args=["po2json@https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz",null]
4920 verbose parsed url { protocol: null,
4920 verbose parsed url slashes: null,
4920 verbose parsed url auth: null,
4920 verbose parsed url host: null,
4920 verbose parsed url port: null,
4920 verbose parsed url hostname: null,
4920 verbose parsed url hash: null,
4920 verbose parsed url search: null,
4920 verbose parsed url query: null,
4920 verbose parsed url pathname: 'po2json@https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4920 verbose parsed url path: 'po2json@https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4920 verbose parsed url href: 'po2json@https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz' }
4921 verbose cache add name="po2json" spec="https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz" args=["po2json","https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz"]
4922 verbose parsed url { protocol: 'https:',
4922 verbose parsed url slashes: true,
4922 verbose parsed url auth: null,
4922 verbose parsed url host: 'registry.npmjs.org',
4922 verbose parsed url port: null,
4922 verbose parsed url hostname: 'registry.npmjs.org',
4922 verbose parsed url hash: null,
4922 verbose parsed url search: null,
4922 verbose parsed url query: null,
4922 verbose parsed url pathname: '/po2json/-/po2json-0.3.0.tgz',
4922 verbose parsed url path: '/po2json/-/po2json-0.3.0.tgz',
4922 verbose parsed url href: 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz' }
4923 silly lockFile 3bde8390-js-org-po2json-po2json-0-3-0-tgz https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz
4924 verbose lock https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz /root/.npm/3bde8390-js-org-po2json-po2json-0-3-0-tgz.lock
4925 verbose cache add [ 'rc@https://registry.npmjs.org/rc/-/rc-0.5.0.tgz', null ]
4926 verbose cache add name=undefined spec="rc@https://registry.npmjs.org/rc/-/rc-0.5.0.tgz" args=["rc@https://registry.npmjs.org/rc/-/rc-0.5.0.tgz",null]
4927 verbose parsed url { protocol: null,
4927 verbose parsed url slashes: null,
4927 verbose parsed url auth: null,
4927 verbose parsed url host: null,
4927 verbose parsed url port: null,
4927 verbose parsed url hostname: null,
4927 verbose parsed url hash: null,
4927 verbose parsed url search: null,
4927 verbose parsed url query: null,
4927 verbose parsed url pathname: 'rc@https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4927 verbose parsed url path: 'rc@https://registry.npmjs.org/rc/-/rc-0.5.0.tgz',
4927 verbose parsed url href: 'rc@https://registry.npmjs.org/rc/-/rc-0.5.0.tgz' }
4928 verbose cache add name="rc" spec="https://registry.npmjs.org/rc/-/rc-0.5.0.tgz" args=["rc","https://registry.npmjs.org/rc/-/rc-0.5.0.tgz"]
4929 verbose parsed url { protocol: 'https:',
4929 verbose parsed url slashes: true,
4929 verbose parsed url auth: null,
4929 verbose parsed url host: 'registry.npmjs.org',
4929 verbose parsed url port: null,
4929 verbose parsed url hostname: 'registry.npmjs.org',
4929 verbose parsed url hash: null,
4929 verbose parsed url search: null,
4929 verbose parsed url query: null,
4929 verbose parsed url pathname: '/rc/-/rc-0.5.0.tgz',
4929 verbose parsed url path: '/rc/-/rc-0.5.0.tgz',
4929 verbose parsed url href: 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz' }
4930 silly lockFile 4fa5f77c-gistry-npmjs-org-rc-rc-0-5-0-tgz https://registry.npmjs.org/rc/-/rc-0.5.0.tgz
4931 verbose lock https://registry.npmjs.org/rc/-/rc-0.5.0.tgz /root/.npm/4fa5f77c-gistry-npmjs-org-rc-rc-0-5-0-tgz.lock
4932 verbose cache add [ 'restify@https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4932 verbose cache add null ]
4933 verbose cache add name=undefined spec="restify@https://registry.npmjs.org/restify/-/restify-2.8.2.tgz" args=["restify@https://registry.npmjs.org/restify/-/restify-2.8.2.tgz",null]
4934 verbose parsed url { protocol: null,
4934 verbose parsed url slashes: null,
4934 verbose parsed url auth: null,
4934 verbose parsed url host: null,
4934 verbose parsed url port: null,
4934 verbose parsed url hostname: null,
4934 verbose parsed url hash: null,
4934 verbose parsed url search: null,
4934 verbose parsed url query: null,
4934 verbose parsed url pathname: 'restify@https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4934 verbose parsed url path: 'restify@https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4934 verbose parsed url href: 'restify@https://registry.npmjs.org/restify/-/restify-2.8.2.tgz' }
4935 verbose cache add name="restify" spec="https://registry.npmjs.org/restify/-/restify-2.8.2.tgz" args=["restify","https://registry.npmjs.org/restify/-/restify-2.8.2.tgz"]
4936 verbose parsed url { protocol: 'https:',
4936 verbose parsed url slashes: true,
4936 verbose parsed url auth: null,
4936 verbose parsed url host: 'registry.npmjs.org',
4936 verbose parsed url port: null,
4936 verbose parsed url hostname: 'registry.npmjs.org',
4936 verbose parsed url hash: null,
4936 verbose parsed url search: null,
4936 verbose parsed url query: null,
4936 verbose parsed url pathname: '/restify/-/restify-2.8.2.tgz',
4936 verbose parsed url path: '/restify/-/restify-2.8.2.tgz',
4936 verbose parsed url href: 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz' }
4937 silly lockFile 539c46f2-js-org-restify-restify-2-8-2-tgz https://registry.npmjs.org/restify/-/restify-2.8.2.tgz
4938 verbose lock https://registry.npmjs.org/restify/-/restify-2.8.2.tgz /root/.npm/539c46f2-js-org-restify-restify-2-8-2-tgz.lock
4939 verbose cache add [ 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4939 verbose cache add null ]
4940 verbose cache add name=undefined spec="bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz" args=["bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz",null]
4941 verbose parsed url { protocol: null,
4941 verbose parsed url slashes: null,
4941 verbose parsed url auth: null,
4941 verbose parsed url host: null,
4941 verbose parsed url port: null,
4941 verbose parsed url hostname: null,
4941 verbose parsed url hash: null,
4941 verbose parsed url search: null,
4941 verbose parsed url query: null,
4941 verbose parsed url pathname: 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4941 verbose parsed url path: 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz',
4941 verbose parsed url href: 'bluebird@https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' }
4942 verbose cache add name="bluebird" spec="https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz" args=["bluebird","https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz"]
4943 verbose parsed url { protocol: 'https:',
4943 verbose parsed url slashes: true,
4943 verbose parsed url auth: null,
4943 verbose parsed url host: 'registry.npmjs.org',
4943 verbose parsed url port: null,
4943 verbose parsed url hostname: 'registry.npmjs.org',
4943 verbose parsed url hash: null,
4943 verbose parsed url search: null,
4943 verbose parsed url query: null,
4943 verbose parsed url pathname: '/bluebird/-/bluebird-2.2.2.tgz',
4943 verbose parsed url path: '/bluebird/-/bluebird-2.2.2.tgz',
4943 verbose parsed url href: 'https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz' }
4944 verbose cache add [ 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4944 verbose cache add null ]
4945 verbose cache add name=undefined spec="bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz" args=["bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz",null]
4946 verbose parsed url { protocol: null,
4946 verbose parsed url slashes: null,
4946 verbose parsed url auth: null,
4946 verbose parsed url host: null,
4946 verbose parsed url port: null,
4946 verbose parsed url hostname: null,
4946 verbose parsed url hash: null,
4946 verbose parsed url search: null,
4946 verbose parsed url query: null,
4946 verbose parsed url pathname: 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4946 verbose parsed url path: 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz',
4946 verbose parsed url href: 'bunyan@https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz' }
4947 verbose cache add name="bunyan" spec="https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz" args=["bunyan","https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz"]
4948 verbose parsed url { protocol: 'https:',
4948 verbose parsed url slashes: true,
4948 verbose parsed url auth: null,
4948 verbose parsed url host: 'registry.npmjs.org',
4948 verbose parsed url port: null,
4948 verbose parsed url hostname: 'registry.npmjs.org',
4948 verbose parsed url hash: null,
4948 verbose parsed url search: null,
4948 verbose parsed url query: null,
4948 verbose parsed url pathname: '/bunyan/-/bunyan-1.0.0.tgz',
4948 verbose parsed url path: '/bunyan/-/bunyan-1.0.0.tgz',
4948 verbose parsed url href: 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz' }
4949 silly lockFile 2f8ed5da-pmjs-org-bunyan-bunyan-1-0-0-tgz https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz
4950 verbose lock https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz /root/.npm/2f8ed5da-pmjs-org-bunyan-bunyan-1-0-0-tgz.lock
4951 verbose addRemoteGit [ 'git://github.com/mozilla/fxa-content-server-l10n.git',
4951 verbose addRemoteGit '885344b3b44bf9e883219a42763fc1600cc9a49e' ]
4952 verbose addRemoteTarball [ 'https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz',
4952 verbose addRemoteTarball null ]
4953 verbose addRemoteTarball [ 'https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz',
4953 verbose addRemoteTarball null ]
4954 verbose addRemoteTarball [ 'https://registry.npmjs.org/jed/-/jed-0.5.4.tgz', null ]
4955 verbose addRemoteTarball [ 'https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz',
4955 verbose addRemoteTarball null ]
4956 verbose addRemoteTarball [ 'https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz',
4956 verbose addRemoteTarball null ]
4957 verbose addRemoteTarball [ 'https://registry.npmjs.org/rc/-/rc-0.5.0.tgz', null ]
4958 verbose addRemoteTarball [ 'https://registry.npmjs.org/restify/-/restify-2.8.2.tgz',
4958 verbose addRemoteTarball null ]
4959 verbose addRemoteTarball [ 'https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz', null ]
4960 info retry fetch attempt 1 at 16:34:17
4961 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457166-0.5054010301828384/tmp.tgz
4962 info retry fetch attempt 1 at 16:34:17
4963 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457167-0.49609232507646084/tmp.tgz
4964 info retry fetch attempt 1 at 16:34:17
4965 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457167-0.9664512069430202/tmp.tgz
4966 info retry fetch attempt 1 at 16:34:17
4967 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457168-0.6273366876412183/tmp.tgz
4968 info retry fetch attempt 1 at 16:34:17
4969 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457169-0.21805434837006032/tmp.tgz
4970 info retry fetch attempt 1 at 16:34:17
4971 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457171-0.2192715797573328/tmp.tgz
4972 info retry fetch attempt 1 at 16:34:17
4973 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457171-0.9927936778403819/tmp.tgz
4974 info retry fetch attempt 1 at 16:34:17
4975 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457173-0.4971951344050467/tmp.tgz
4976 http GET https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz
4977 http GET https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz
4978 http GET https://registry.npmjs.org/jed/-/jed-0.5.4.tgz
4979 http GET https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz
4980 http GET https://registry.npmjs.org/po2json/-/po2json-0.3.0.tgz
4981 http GET https://registry.npmjs.org/rc/-/rc-0.5.0.tgz
4982 http GET https://registry.npmjs.org/restify/-/restify-2.8.2.tgz
4983 http GET https://registry.npmjs.org/bunyan/-/bunyan-1.0.0.tgz
4984 silly gunzTarPerm extractEntry wscript
4985 silly lockFile 9fc051e1-fxa-auth-server-node-modules-ass tar:///data/fxa-auth-server/node_modules/ass
4986 silly lockFile 9fc051e1-fxa-auth-server-node-modules-ass tar:///data/fxa-auth-server/node_modules/ass
4987 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
4988 silly lockFile 7a0736d2-r-root-npm-ass-0-0-4-package-tgz tar:///root/.npm/ass/0.0.4/package.tgz
4989 info preinstall ass@0.0.4
4990 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/ass',
4990 verbose readDependencies: using existing wrap { blanket:
4990 verbose readDependencies: using existing wrap { version: '1.1.6',
4990 verbose readDependencies: using existing wrap from: 'blanket@~1.1.5',
4990 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
4990 verbose readDependencies: using existing wrap dependencies: [Object] },
4990 verbose readDependencies: using existing wrap temp:
4990 verbose readDependencies: using existing wrap { version: '0.6.0',
4990 verbose readDependencies: using existing wrap from: 'temp@~0.6.0',
4990 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
4990 verbose readDependencies: using existing wrap dependencies: [Object] },
4990 verbose readDependencies: using existing wrap async:
4990 verbose readDependencies: using existing wrap { version: '0.2.10',
4990 verbose readDependencies: using existing wrap from: 'async@~0.2.6',
4990 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz' },
4990 verbose readDependencies: using existing wrap cheerio:
4990 verbose readDependencies: using existing wrap { version: '0.12.4',
4990 verbose readDependencies: using existing wrap from: 'cheerio@~0.12.4',
4990 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
4990 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4991 verbose from wrap [ 'blanket',
4991 verbose from wrap { version: '1.1.6',
4991 verbose from wrap from: 'blanket@~1.1.5',
4991 verbose from wrap resolved: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
4991 verbose from wrap dependencies: { esprima: [Object], falafel: [Object], xtend: [Object] } } ]
4992 verbose from wrap [ 'temp',
4992 verbose from wrap { version: '0.6.0',
4992 verbose from wrap from: 'temp@~0.6.0',
4992 verbose from wrap resolved: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
4992 verbose from wrap dependencies: { rimraf: [Object], osenv: [Object] } } ]
4993 verbose from wrap [ 'async',
4993 verbose from wrap { version: '0.2.10',
4993 verbose from wrap from: 'async@~0.2.6',
4993 verbose from wrap resolved: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz' } ]
4994 verbose from wrap [ 'cheerio',
4994 verbose from wrap { version: '0.12.4',
4994 verbose from wrap from: 'cheerio@~0.12.4',
4994 verbose from wrap resolved: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
4994 verbose from wrap dependencies:
4994 verbose from wrap { 'cheerio-select': [Object],
4994 verbose from wrap htmlparser2: [Object],
4994 verbose from wrap underscore: [Object],
4994 verbose from wrap entities: [Object] } } ]
4995 verbose readDependencies returned deps { blanket: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
4995 verbose readDependencies returned deps temp: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
4995 verbose readDependencies returned deps async: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz',
4995 verbose readDependencies returned deps cheerio: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz' }
4996 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/ass',
4996 verbose readDependencies: using existing wrap { blanket:
4996 verbose readDependencies: using existing wrap { version: '1.1.6',
4996 verbose readDependencies: using existing wrap from: 'blanket@~1.1.5',
4996 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
4996 verbose readDependencies: using existing wrap dependencies: [Object] },
4996 verbose readDependencies: using existing wrap temp:
4996 verbose readDependencies: using existing wrap { version: '0.6.0',
4996 verbose readDependencies: using existing wrap from: 'temp@~0.6.0',
4996 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
4996 verbose readDependencies: using existing wrap dependencies: [Object] },
4996 verbose readDependencies: using existing wrap async:
4996 verbose readDependencies: using existing wrap { version: '0.2.10',
4996 verbose readDependencies: using existing wrap from: 'async@~0.2.6',
4996 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz' },
4996 verbose readDependencies: using existing wrap cheerio:
4996 verbose readDependencies: using existing wrap { version: '0.12.4',
4996 verbose readDependencies: using existing wrap from: 'cheerio@~0.12.4',
4996 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
4996 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
4997 verbose from wrap [ 'blanket',
4997 verbose from wrap { version: '1.1.6',
4997 verbose from wrap from: 'blanket@~1.1.5',
4997 verbose from wrap resolved: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
4997 verbose from wrap dependencies: { esprima: [Object], falafel: [Object], xtend: [Object] } } ]
4998 verbose from wrap [ 'temp',
4998 verbose from wrap { version: '0.6.0',
4998 verbose from wrap from: 'temp@~0.6.0',
4998 verbose from wrap resolved: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
4998 verbose from wrap dependencies: { rimraf: [Object], osenv: [Object] } } ]
4999 verbose from wrap [ 'async',
4999 verbose from wrap { version: '0.2.10',
4999 verbose from wrap from: 'async@~0.2.6',
4999 verbose from wrap resolved: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz' } ]
5000 verbose from wrap [ 'cheerio',
5000 verbose from wrap { version: '0.12.4',
5000 verbose from wrap from: 'cheerio@~0.12.4',
5000 verbose from wrap resolved: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
5000 verbose from wrap dependencies:
5000 verbose from wrap { 'cheerio-select': [Object],
5000 verbose from wrap htmlparser2: [Object],
5000 verbose from wrap underscore: [Object],
5000 verbose from wrap entities: [Object] } } ]
5001 verbose readDependencies returned deps { blanket: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
5001 verbose readDependencies returned deps temp: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
5001 verbose readDependencies returned deps async: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz',
5001 verbose readDependencies returned deps cheerio: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz' }
5002 verbose cache add [ 'blanket@https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
5002 verbose cache add null ]
5003 verbose cache add name=undefined spec="blanket@https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz" args=["blanket@https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz",null]
5004 verbose parsed url { protocol: null,
5004 verbose parsed url slashes: null,
5004 verbose parsed url auth: null,
5004 verbose parsed url host: null,
5004 verbose parsed url port: null,
5004 verbose parsed url hostname: null,
5004 verbose parsed url hash: null,
5004 verbose parsed url search: null,
5004 verbose parsed url query: null,
5004 verbose parsed url pathname: 'blanket@https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
5004 verbose parsed url path: 'blanket@https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
5004 verbose parsed url href: 'blanket@https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz' }
5005 verbose cache add name="blanket" spec="https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz" args=["blanket","https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz"]
5006 verbose parsed url { protocol: 'https:',
5006 verbose parsed url slashes: true,
5006 verbose parsed url auth: null,
5006 verbose parsed url host: 'registry.npmjs.org',
5006 verbose parsed url port: null,
5006 verbose parsed url hostname: 'registry.npmjs.org',
5006 verbose parsed url hash: null,
5006 verbose parsed url search: null,
5006 verbose parsed url query: null,
5006 verbose parsed url pathname: '/blanket/-/blanket-1.1.6.tgz',
5006 verbose parsed url path: '/blanket/-/blanket-1.1.6.tgz',
5006 verbose parsed url href: 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz' }
5007 silly lockFile ad18f3ca-js-org-blanket-blanket-1-1-6-tgz https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz
5008 verbose lock https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz /root/.npm/ad18f3ca-js-org-blanket-blanket-1-1-6-tgz.lock
5009 verbose cache add [ 'temp@https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
5009 verbose cache add null ]
5010 verbose cache add name=undefined spec="temp@https://registry.npmjs.org/temp/-/temp-0.6.0.tgz" args=["temp@https://registry.npmjs.org/temp/-/temp-0.6.0.tgz",null]
5011 verbose parsed url { protocol: null,
5011 verbose parsed url slashes: null,
5011 verbose parsed url auth: null,
5011 verbose parsed url host: null,
5011 verbose parsed url port: null,
5011 verbose parsed url hostname: null,
5011 verbose parsed url hash: null,
5011 verbose parsed url search: null,
5011 verbose parsed url query: null,
5011 verbose parsed url pathname: 'temp@https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
5011 verbose parsed url path: 'temp@https://registry.npmjs.org/temp/-/temp-0.6.0.tgz',
5011 verbose parsed url href: 'temp@https://registry.npmjs.org/temp/-/temp-0.6.0.tgz' }
5012 verbose cache add name="temp" spec="https://registry.npmjs.org/temp/-/temp-0.6.0.tgz" args=["temp","https://registry.npmjs.org/temp/-/temp-0.6.0.tgz"]
5013 verbose parsed url { protocol: 'https:',
5013 verbose parsed url slashes: true,
5013 verbose parsed url auth: null,
5013 verbose parsed url host: 'registry.npmjs.org',
5013 verbose parsed url port: null,
5013 verbose parsed url hostname: 'registry.npmjs.org',
5013 verbose parsed url hash: null,
5013 verbose parsed url search: null,
5013 verbose parsed url query: null,
5013 verbose parsed url pathname: '/temp/-/temp-0.6.0.tgz',
5013 verbose parsed url path: '/temp/-/temp-0.6.0.tgz',
5013 verbose parsed url href: 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz' }
5014 silly lockFile c281faa3-ry-npmjs-org-temp-temp-0-6-0-tgz https://registry.npmjs.org/temp/-/temp-0.6.0.tgz
5015 verbose lock https://registry.npmjs.org/temp/-/temp-0.6.0.tgz /root/.npm/c281faa3-ry-npmjs-org-temp-temp-0-6-0-tgz.lock
5016 verbose cache add [ 'async@https://registry.npmjs.org/async/-/async-0.2.10.tgz',
5016 verbose cache add null ]
5017 verbose cache add name=undefined spec="async@https://registry.npmjs.org/async/-/async-0.2.10.tgz" args=["async@https://registry.npmjs.org/async/-/async-0.2.10.tgz",null]
5018 verbose parsed url { protocol: null,
5018 verbose parsed url slashes: null,
5018 verbose parsed url auth: null,
5018 verbose parsed url host: null,
5018 verbose parsed url port: null,
5018 verbose parsed url hostname: null,
5018 verbose parsed url hash: null,
5018 verbose parsed url search: null,
5018 verbose parsed url query: null,
5018 verbose parsed url pathname: 'async@https://registry.npmjs.org/async/-/async-0.2.10.tgz',
5018 verbose parsed url path: 'async@https://registry.npmjs.org/async/-/async-0.2.10.tgz',
5018 verbose parsed url href: 'async@https://registry.npmjs.org/async/-/async-0.2.10.tgz' }
5019 verbose cache add name="async" spec="https://registry.npmjs.org/async/-/async-0.2.10.tgz" args=["async","https://registry.npmjs.org/async/-/async-0.2.10.tgz"]
5020 verbose parsed url { protocol: 'https:',
5020 verbose parsed url slashes: true,
5020 verbose parsed url auth: null,
5020 verbose parsed url host: 'registry.npmjs.org',
5020 verbose parsed url port: null,
5020 verbose parsed url hostname: 'registry.npmjs.org',
5020 verbose parsed url hash: null,
5020 verbose parsed url search: null,
5020 verbose parsed url query: null,
5020 verbose parsed url pathname: '/async/-/async-0.2.10.tgz',
5020 verbose parsed url path: '/async/-/async-0.2.10.tgz',
5020 verbose parsed url href: 'https://registry.npmjs.org/async/-/async-0.2.10.tgz' }
5021 silly lockFile 172bae6c-npmjs-org-async-async-0-2-10-tgz https://registry.npmjs.org/async/-/async-0.2.10.tgz
5022 verbose lock https://registry.npmjs.org/async/-/async-0.2.10.tgz /root/.npm/172bae6c-npmjs-org-async-async-0-2-10-tgz.lock
5023 verbose cache add [ 'cheerio@https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
5023 verbose cache add null ]
5024 verbose cache add name=undefined spec="cheerio@https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz" args=["cheerio@https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz",null]
5025 verbose parsed url { protocol: null,
5025 verbose parsed url slashes: null,
5025 verbose parsed url auth: null,
5025 verbose parsed url host: null,
5025 verbose parsed url port: null,
5025 verbose parsed url hostname: null,
5025 verbose parsed url hash: null,
5025 verbose parsed url search: null,
5025 verbose parsed url query: null,
5025 verbose parsed url pathname: 'cheerio@https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
5025 verbose parsed url path: 'cheerio@https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
5025 verbose parsed url href: 'cheerio@https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz' }
5026 verbose cache add name="cheerio" spec="https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz" args=["cheerio","https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz"]
5027 verbose parsed url { protocol: 'https:',
5027 verbose parsed url slashes: true,
5027 verbose parsed url auth: null,
5027 verbose parsed url host: 'registry.npmjs.org',
5027 verbose parsed url port: null,
5027 verbose parsed url hostname: 'registry.npmjs.org',
5027 verbose parsed url hash: null,
5027 verbose parsed url search: null,
5027 verbose parsed url query: null,
5027 verbose parsed url pathname: '/cheerio/-/cheerio-0.12.4.tgz',
5027 verbose parsed url path: '/cheerio/-/cheerio-0.12.4.tgz',
5027 verbose parsed url href: 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz' }
5028 silly lockFile bd442c80-s-org-cheerio-cheerio-0-12-4-tgz https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz
5029 verbose lock https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz /root/.npm/bd442c80-s-org-cheerio-cheerio-0-12-4-tgz.lock
5030 verbose addRemoteTarball [ 'https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz',
5030 verbose addRemoteTarball null ]
5031 verbose addRemoteTarball [ 'https://registry.npmjs.org/temp/-/temp-0.6.0.tgz', null ]
5032 info retry fetch attempt 1 at 16:34:17
5033 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457263-0.1776745340321213/tmp.tgz
5034 verbose addRemoteTarball [ 'https://registry.npmjs.org/async/-/async-0.2.10.tgz', null ]
5035 verbose addRemoteTarball [ 'https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz',
5035 verbose addRemoteTarball null ]
5036 info retry fetch attempt 1 at 16:34:17
5037 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457264-0.9270840722601861/tmp.tgz
5038 info retry fetch attempt 1 at 16:34:17
5039 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457265-0.8700941388960928/tmp.tgz
5040 info retry fetch attempt 1 at 16:34:17
5041 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457266-0.5566811817698181/tmp.tgz
5042 http GET https://registry.npmjs.org/blanket/-/blanket-1.1.6.tgz
5043 http GET https://registry.npmjs.org/temp/-/temp-0.6.0.tgz
5044 http GET https://registry.npmjs.org/async/-/async-0.2.10.tgz
5045 http GET https://registry.npmjs.org/cheerio/-/cheerio-0.12.4.tgz
5046 silly lockFile 2da5dc62--auth-server-node-modules-poolee tar:///data/fxa-auth-server/node_modules/poolee
5047 silly lockFile 2da5dc62--auth-server-node-modules-poolee tar:///data/fxa-auth-server/node_modules/poolee
5048 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
5049 silly lockFile 76399f10-ot-npm-poolee-0-4-15-package-tgz tar:///root/.npm/poolee/0.4.15/package.tgz
5050 info preinstall poolee@0.4.15
5051 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/poolee',
5051 verbose readDependencies: using existing wrap { 'keep-alive-agent':
5051 verbose readDependencies: using existing wrap { version: '0.0.1',
5051 verbose readDependencies: using existing wrap from: 'keep-alive-agent@0.0.1',
5051 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' } } ]
5052 verbose from wrap [ 'keep-alive-agent',
5052 verbose from wrap { version: '0.0.1',
5052 verbose from wrap from: 'keep-alive-agent@0.0.1',
5052 verbose from wrap resolved: 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' } ]
5053 verbose readDependencies returned deps { 'keep-alive-agent': 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' }
5054 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/poolee',
5054 verbose readDependencies: using existing wrap { 'keep-alive-agent':
5054 verbose readDependencies: using existing wrap { version: '0.0.1',
5054 verbose readDependencies: using existing wrap from: 'keep-alive-agent@0.0.1',
5054 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' } } ]
5055 verbose from wrap [ 'keep-alive-agent',
5055 verbose from wrap { version: '0.0.1',
5055 verbose from wrap from: 'keep-alive-agent@0.0.1',
5055 verbose from wrap resolved: 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' } ]
5056 verbose readDependencies returned deps { 'keep-alive-agent': 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' }
5057 verbose cache add [ 'keep-alive-agent@https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz',
5057 verbose cache add null ]
5058 verbose cache add name=undefined spec="keep-alive-agent@https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz" args=["keep-alive-agent@https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz",null]
5059 verbose parsed url { protocol: null,
5059 verbose parsed url slashes: null,
5059 verbose parsed url auth: null,
5059 verbose parsed url host: null,
5059 verbose parsed url port: null,
5059 verbose parsed url hostname: null,
5059 verbose parsed url hash: null,
5059 verbose parsed url search: null,
5059 verbose parsed url query: null,
5059 verbose parsed url pathname: 'keep-alive-agent@https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz',
5059 verbose parsed url path: 'keep-alive-agent@https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz',
5059 verbose parsed url href: 'keep-alive-agent@https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' }
5060 verbose cache add name="keep-alive-agent" spec="https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz" args=["keep-alive-agent","https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz"]
5061 verbose parsed url { protocol: 'https:',
5061 verbose parsed url slashes: true,
5061 verbose parsed url auth: null,
5061 verbose parsed url host: 'registry.npmjs.org',
5061 verbose parsed url port: null,
5061 verbose parsed url hostname: 'registry.npmjs.org',
5061 verbose parsed url hash: null,
5061 verbose parsed url search: null,
5061 verbose parsed url query: null,
5061 verbose parsed url pathname: '/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz',
5061 verbose parsed url path: '/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz',
5061 verbose parsed url href: 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz' }
5062 silly lockFile c3da0e27-agent-keep-alive-agent-0-0-1-tgz https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz
5063 verbose lock https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz /root/.npm/c3da0e27-agent-keep-alive-agent-0-0-1-tgz.lock
5064 silly lockFile 6e8ef68c-ver-node-modules-compute-cluster tar:///data/fxa-auth-server/node_modules/compute-cluster
5065 silly lockFile 6e8ef68c-ver-node-modules-compute-cluster tar:///data/fxa-auth-server/node_modules/compute-cluster
5066 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
5067 silly lockFile cc931478-ompute-cluster-0-0-9-package-tgz tar:///root/.npm/compute-cluster/0.0.9/package.tgz
5068 verbose addRemoteTarball [ 'https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz',
5068 verbose addRemoteTarball null ]
5069 info retry fetch attempt 1 at 16:34:17
5070 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457322-0.6791036010254174/tmp.tgz
5071 http GET https://registry.npmjs.org/keep-alive-agent/-/keep-alive-agent-0.0.1.tgz
5072 info preinstall compute-cluster@0.0.9
5073 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/compute-cluster',
5073 verbose readDependencies: using existing wrap { vows:
5073 verbose readDependencies: using existing wrap { version: '0.6.0',
5073 verbose readDependencies: using existing wrap from: 'vows@0.6.0',
5073 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5073 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
5074 verbose from wrap [ 'vows',
5074 verbose from wrap { version: '0.6.0',
5074 verbose from wrap from: 'vows@0.6.0',
5074 verbose from wrap resolved: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5074 verbose from wrap dependencies: { eyes: [Object] } } ]
5075 verbose readDependencies returned deps { vows: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz' }
5076 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/compute-cluster',
5076 verbose readDependencies: using existing wrap { vows:
5076 verbose readDependencies: using existing wrap { version: '0.6.0',
5076 verbose readDependencies: using existing wrap from: 'vows@0.6.0',
5076 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5076 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
5077 verbose from wrap [ 'vows',
5077 verbose from wrap { version: '0.6.0',
5077 verbose from wrap from: 'vows@0.6.0',
5077 verbose from wrap resolved: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5077 verbose from wrap dependencies: { eyes: [Object] } } ]
5078 verbose readDependencies returned deps { vows: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz' }
5079 verbose cache add [ 'vows@https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5079 verbose cache add null ]
5080 verbose cache add name=undefined spec="vows@https://registry.npmjs.org/vows/-/vows-0.6.0.tgz" args=["vows@https://registry.npmjs.org/vows/-/vows-0.6.0.tgz",null]
5081 verbose parsed url { protocol: null,
5081 verbose parsed url slashes: null,
5081 verbose parsed url auth: null,
5081 verbose parsed url host: null,
5081 verbose parsed url port: null,
5081 verbose parsed url hostname: null,
5081 verbose parsed url hash: null,
5081 verbose parsed url search: null,
5081 verbose parsed url query: null,
5081 verbose parsed url pathname: 'vows@https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5081 verbose parsed url path: 'vows@https://registry.npmjs.org/vows/-/vows-0.6.0.tgz',
5081 verbose parsed url href: 'vows@https://registry.npmjs.org/vows/-/vows-0.6.0.tgz' }
5082 verbose cache add name="vows" spec="https://registry.npmjs.org/vows/-/vows-0.6.0.tgz" args=["vows","https://registry.npmjs.org/vows/-/vows-0.6.0.tgz"]
5083 verbose parsed url { protocol: 'https:',
5083 verbose parsed url slashes: true,
5083 verbose parsed url auth: null,
5083 verbose parsed url host: 'registry.npmjs.org',
5083 verbose parsed url port: null,
5083 verbose parsed url hostname: 'registry.npmjs.org',
5083 verbose parsed url hash: null,
5083 verbose parsed url search: null,
5083 verbose parsed url query: null,
5083 verbose parsed url pathname: '/vows/-/vows-0.6.0.tgz',
5083 verbose parsed url path: '/vows/-/vows-0.6.0.tgz',
5083 verbose parsed url href: 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz' }
5084 silly lockFile 5ddca6d7-ry-npmjs-org-vows-vows-0-6-0-tgz https://registry.npmjs.org/vows/-/vows-0.6.0.tgz
5085 verbose lock https://registry.npmjs.org/vows/-/vows-0.6.0.tgz /root/.npm/5ddca6d7-ry-npmjs-org-vows-vows-0-6-0-tgz.lock
5086 verbose addRemoteTarball [ 'https://registry.npmjs.org/vows/-/vows-0.6.0.tgz', null ]
5087 info retry fetch attempt 1 at 16:34:17
5088 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457337-0.36226428719237447/tmp.tgz
5089 http GET https://registry.npmjs.org/vows/-/vows-0.6.0.tgz
5090 silly lockFile d477df71-h-server-node-modules-simplesmtp tar:///data/fxa-auth-server/node_modules/simplesmtp
5091 silly lockFile d477df71-h-server-node-modules-simplesmtp tar:///data/fxa-auth-server/node_modules/simplesmtp
5092 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
5093 silly lockFile 4f62d33f-pm-simplesmtp-0-3-33-package-tgz tar:///root/.npm/simplesmtp/0.3.33/package.tgz
5094 info preinstall simplesmtp@0.3.33
5095 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/simplesmtp',
5095 verbose readDependencies: using existing wrap { rai:
5095 verbose readDependencies: using existing wrap { version: '0.1.11',
5095 verbose readDependencies: using existing wrap from: 'rai@~0.1.11',
5095 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz' },
5095 verbose readDependencies: using existing wrap xoauth2:
5095 verbose readDependencies: using existing wrap { version: '0.1.8',
5095 verbose readDependencies: using existing wrap from: 'xoauth2@~0.1.8',
5095 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' } } ]
5096 verbose from wrap [ 'rai',
5096 verbose from wrap { version: '0.1.11',
5096 verbose from wrap from: 'rai@~0.1.11',
5096 verbose from wrap resolved: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz' } ]
5097 verbose from wrap [ 'xoauth2',
5097 verbose from wrap { version: '0.1.8',
5097 verbose from wrap from: 'xoauth2@~0.1.8',
5097 verbose from wrap resolved: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' } ]
5098 verbose readDependencies returned deps { rai: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz',
5098 verbose readDependencies returned deps xoauth2: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' }
5099 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/simplesmtp',
5099 verbose readDependencies: using existing wrap { rai:
5099 verbose readDependencies: using existing wrap { version: '0.1.11',
5099 verbose readDependencies: using existing wrap from: 'rai@~0.1.11',
5099 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz' },
5099 verbose readDependencies: using existing wrap xoauth2:
5099 verbose readDependencies: using existing wrap { version: '0.1.8',
5099 verbose readDependencies: using existing wrap from: 'xoauth2@~0.1.8',
5099 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' } } ]
5100 verbose from wrap [ 'rai',
5100 verbose from wrap { version: '0.1.11',
5100 verbose from wrap from: 'rai@~0.1.11',
5100 verbose from wrap resolved: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz' } ]
5101 verbose from wrap [ 'xoauth2',
5101 verbose from wrap { version: '0.1.8',
5101 verbose from wrap from: 'xoauth2@~0.1.8',
5101 verbose from wrap resolved: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' } ]
5102 verbose readDependencies returned deps { rai: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz',
5102 verbose readDependencies returned deps xoauth2: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' }
5103 verbose cache add [ 'rai@https://registry.npmjs.org/rai/-/rai-0.1.11.tgz', null ]
5104 verbose cache add name=undefined spec="rai@https://registry.npmjs.org/rai/-/rai-0.1.11.tgz" args=["rai@https://registry.npmjs.org/rai/-/rai-0.1.11.tgz",null]
5105 verbose parsed url { protocol: null,
5105 verbose parsed url slashes: null,
5105 verbose parsed url auth: null,
5105 verbose parsed url host: null,
5105 verbose parsed url port: null,
5105 verbose parsed url hostname: null,
5105 verbose parsed url hash: null,
5105 verbose parsed url search: null,
5105 verbose parsed url query: null,
5105 verbose parsed url pathname: 'rai@https://registry.npmjs.org/rai/-/rai-0.1.11.tgz',
5105 verbose parsed url path: 'rai@https://registry.npmjs.org/rai/-/rai-0.1.11.tgz',
5105 verbose parsed url href: 'rai@https://registry.npmjs.org/rai/-/rai-0.1.11.tgz' }
5106 verbose cache add name="rai" spec="https://registry.npmjs.org/rai/-/rai-0.1.11.tgz" args=["rai","https://registry.npmjs.org/rai/-/rai-0.1.11.tgz"]
5107 verbose parsed url { protocol: 'https:',
5107 verbose parsed url slashes: true,
5107 verbose parsed url auth: null,
5107 verbose parsed url host: 'registry.npmjs.org',
5107 verbose parsed url port: null,
5107 verbose parsed url hostname: 'registry.npmjs.org',
5107 verbose parsed url hash: null,
5107 verbose parsed url search: null,
5107 verbose parsed url query: null,
5107 verbose parsed url pathname: '/rai/-/rai-0.1.11.tgz',
5107 verbose parsed url path: '/rai/-/rai-0.1.11.tgz',
5107 verbose parsed url href: 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz' }
5108 silly lockFile 732bbbb5-try-npmjs-org-rai-rai-0-1-11-tgz https://registry.npmjs.org/rai/-/rai-0.1.11.tgz
5109 verbose lock https://registry.npmjs.org/rai/-/rai-0.1.11.tgz /root/.npm/732bbbb5-try-npmjs-org-rai-rai-0-1-11-tgz.lock
5110 verbose cache add [ 'xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz',
5110 verbose cache add null ]
5111 verbose cache add name=undefined spec="xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz" args=["xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz",null]
5112 verbose parsed url { protocol: null,
5112 verbose parsed url slashes: null,
5112 verbose parsed url auth: null,
5112 verbose parsed url host: null,
5112 verbose parsed url port: null,
5112 verbose parsed url hostname: null,
5112 verbose parsed url hash: null,
5112 verbose parsed url search: null,
5112 verbose parsed url query: null,
5112 verbose parsed url pathname: 'xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz',
5112 verbose parsed url path: 'xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz',
5112 verbose parsed url href: 'xoauth2@https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' }
5113 verbose cache add name="xoauth2" spec="https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz" args=["xoauth2","https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz"]
5114 verbose parsed url { protocol: 'https:',
5114 verbose parsed url slashes: true,
5114 verbose parsed url auth: null,
5114 verbose parsed url host: 'registry.npmjs.org',
5114 verbose parsed url port: null,
5114 verbose parsed url hostname: 'registry.npmjs.org',
5114 verbose parsed url hash: null,
5114 verbose parsed url search: null,
5114 verbose parsed url query: null,
5114 verbose parsed url pathname: '/xoauth2/-/xoauth2-0.1.8.tgz',
5114 verbose parsed url path: '/xoauth2/-/xoauth2-0.1.8.tgz',
5114 verbose parsed url href: 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz' }
5115 silly lockFile c49fba2f-js-org-xoauth2-xoauth2-0-1-8-tgz https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz
5116 verbose lock https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz /root/.npm/c49fba2f-js-org-xoauth2-xoauth2-0-1-8-tgz.lock
5117 verbose addRemoteTarball [ 'https://registry.npmjs.org/rai/-/rai-0.1.11.tgz', null ]
5118 verbose addRemoteTarball [ 'https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz',
5118 verbose addRemoteTarball null ]
5119 info retry fetch attempt 1 at 16:34:17
5120 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457363-0.7297156061977148/tmp.tgz
5121 info retry fetch attempt 1 at 16:34:17
5122 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457364-0.6091117307078093/tmp.tgz
5123 http GET https://registry.npmjs.org/rai/-/rai-0.1.11.tgz
5124 http GET https://registry.npmjs.org/xoauth2/-/xoauth2-0.1.8.tgz
5125 http 200 https://registry.npmjs.org/jshint/-/jshint-2.5.10.tgz
5126 http 200 https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz
5127 http 200 https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz
5128 http 200 https://registry.npmjs.org/bops/-/bops-0.0.6.tgz
5129 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/tmp.tgz
5130 silly lockFile 0a0a5eaa-6934-0-18619571230374277-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5131 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package /root/.npm/0a0a5eaa-6934-0-18619571230374277-package.lock
5132 silly lockFile eb76bfea-6934-0-18619571230374277-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/tmp.tgz
5133 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/tmp.tgz /root/.npm/eb76bfea-6934-0-18619571230374277-tmp-tgz.lock
5134 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/tmp.tgz
5135 silly lockFile a115550a-6932-0-05314423516392708-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5136 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package /root/.npm/a115550a-6932-0-05314423516392708-package.lock
5137 silly lockFile 3477d03e-6932-0-05314423516392708-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/tmp.tgz
5138 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/tmp.tgz /root/.npm/3477d03e-6932-0-05314423516392708-tmp-tgz.lock
5139 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642456916-0.3165517123416066/tmp.tgz
5140 silly lockFile d8b9f730-56916-0-3165517123416066-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456916-0.3165517123416066/package
5141 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456916-0.3165517123416066/package /root/.npm/d8b9f730-56916-0-3165517123416066-package.lock
5142 silly lockFile f64cd84e-56916-0-3165517123416066-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456916-0.3165517123416066/tmp.tgz
5143 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456916-0.3165517123416066/tmp.tgz /root/.npm/f64cd84e-56916-0-3165517123416066-tmp-tgz.lock
5144 silly gunzTarPerm modes [ '755', '644' ]
5145 silly gunzTarPerm modes [ '755', '644' ]
5146 silly gunzTarPerm modes [ '755', '644' ]
5147 silly gunzTarPerm extractEntry package.json
5148 silly gunzTarPerm extractEntry package.json
5149 silly lockFile 683378f7-a-auth-server-node-modules-grunt tar:///data/fxa-auth-server/node_modules/grunt
5150 silly lockFile 683378f7-a-auth-server-node-modules-grunt tar:///data/fxa-auth-server/node_modules/grunt
5151 silly gunzTarPerm extractEntry package.json
5152 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
5153 silly lockFile fb56a329-root-npm-grunt-0-4-5-package-tgz tar:///root/.npm/grunt/0.4.5/package.tgz
5154 silly gunzTarPerm extractEntry index.js
5155 silly gunzTarPerm extractEntry readme.md
5156 silly gunzTarPerm extractEntry .npmignore
5157 silly gunzTarPerm extractEntry README.md
5158 silly gunzTarPerm extractEntry README.md
5159 silly gunzTarPerm extractEntry copy.js
5160 info preinstall grunt@0.4.5
5161 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/grunt',
5161 verbose readDependencies: using existing wrap { async:
5161 verbose readDependencies: using existing wrap { version: '0.1.22',
5161 verbose readDependencies: using existing wrap from: 'async@~0.1.22',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz' },
5161 verbose readDependencies: using existing wrap 'coffee-script':
5161 verbose readDependencies: using existing wrap { version: '1.3.3',
5161 verbose readDependencies: using existing wrap from: 'coffee-script@~1.3.3',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz' },
5161 verbose readDependencies: using existing wrap colors:
5161 verbose readDependencies: using existing wrap { version: '0.6.2',
5161 verbose readDependencies: using existing wrap from: 'colors@~0.6.2',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz' },
5161 verbose readDependencies: using existing wrap dateformat:
5161 verbose readDependencies: using existing wrap { version: '1.0.2-1.2.3',
5161 verbose readDependencies: using existing wrap from: 'dateformat@1.0.2-1.2.3',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz' },
5161 verbose readDependencies: using existing wrap eventemitter2:
5161 verbose readDependencies: using existing wrap { version: '0.4.14',
5161 verbose readDependencies: using existing wrap from: 'eventemitter2@~0.4.13',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz' },
5161 verbose readDependencies: using existing wrap 'findup-sync':
5161 verbose readDependencies: using existing wrap { version: '0.1.3',
5161 verbose readDependencies: using existing wrap from: 'findup-sync@~0.1.2',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5161 verbose readDependencies: using existing wrap dependencies: [Object] },
5161 verbose readDependencies: using existing wrap glob:
5161 verbose readDependencies: using existing wrap { version: '3.1.21',
5161 verbose readDependencies: using existing wrap from: 'glob@~3.1.21',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5161 verbose readDependencies: using existing wrap dependencies: [Object] },
5161 verbose readDependencies: using existing wrap hooker:
5161 verbose readDependencies: using existing wrap { version: '0.2.3',
5161 verbose readDependencies: using existing wrap from: 'hooker@~0.2.3',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' },
5161 verbose readDependencies: using existing wrap 'iconv-lite':
5161 verbose readDependencies: using existing wrap { version: '0.2.11',
5161 verbose readDependencies: using existing wrap from: 'iconv-lite@~0.2.11',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz' },
5161 verbose readDependencies: using existing wrap minimatch:
5161 verbose readDependencies: using existing wrap { version: '0.2.14',
5161 verbose readDependencies: using existing wrap from: 'minimatch@~0.2.12',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5161 verbose readDependencies: using existing wrap dependencies: [Object] },
5161 verbose readDependencies: using existing wrap nopt:
5161 verbose readDependencies: using existing wrap { version: '1.0.10',
5161 verbose readDependencies: using existing wrap from: 'nopt@~1.0.10',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5161 verbose readDependencies: using existing wrap dependencies: [Object] },
5161 verbose readDependencies: using existing wrap rimraf:
5161 verbose readDependencies: using existing wrap { version: '2.2.8',
5161 verbose readDependencies: using existing wrap from: 'rimraf@~2.2.8',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' },
5161 verbose readDependencies: using existing wrap lodash:
5161 verbose readDependencies: using existing wrap { version: '0.9.2',
5161 verbose readDependencies: using existing wrap from: 'lodash@~0.9.2',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz' },
5161 verbose readDependencies: using existing wrap 'underscore.string':
5161 verbose readDependencies: using existing wrap { version: '2.2.1',
5161 verbose readDependencies: using existing wrap from: 'underscore.string@~2.2.1',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz' },
5161 verbose readDependencies: using existing wrap which:
5161 verbose readDependencies: using existing wrap { version: '1.0.5',
5161 verbose readDependencies: using existing wrap from: 'which@~1.0.5',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz' },
5161 verbose readDependencies: using existing wrap 'js-yaml':
5161 verbose readDependencies: using existing wrap { version: '2.0.5',
5161 verbose readDependencies: using existing wrap from: 'js-yaml@~2.0.5',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5161 verbose readDependencies: using existing wrap dependencies: [Object] },
5161 verbose readDependencies: using existing wrap exit:
5161 verbose readDependencies: using existing wrap { version: '0.1.2',
5161 verbose readDependencies: using existing wrap from: 'exit@~0.1.1',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz' },
5161 verbose readDependencies: using existing wrap getobject:
5161 verbose readDependencies: using existing wrap { version: '0.1.0',
5161 verbose readDependencies: using existing wrap from: 'getobject@~0.1.0',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz' },
5161 verbose readDependencies: using existing wrap 'grunt-legacy-util':
5161 verbose readDependencies: using existing wrap { version: '0.2.0',
5161 verbose readDependencies: using existing wrap from: 'grunt-legacy-util@~0.2.0',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz' },
5161 verbose readDependencies: using existing wrap 'grunt-legacy-log':
5161 verbose readDependencies: using existing wrap { version: '0.1.1',
5161 verbose readDependencies: using existing wrap from: 'grunt-legacy-log@~0.1.0',
5161 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5161 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
5162 verbose from wrap [ 'async',
5162 verbose from wrap { version: '0.1.22',
5162 verbose from wrap from: 'async@~0.1.22',
5162 verbose from wrap resolved: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz' } ]
5163 verbose from wrap [ 'coffee-script',
5163 verbose from wrap { version: '1.3.3',
5163 verbose from wrap from: 'coffee-script@~1.3.3',
5163 verbose from wrap resolved: 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz' } ]
5164 verbose from wrap [ 'colors',
5164 verbose from wrap { version: '0.6.2',
5164 verbose from wrap from: 'colors@~0.6.2',
5164 verbose from wrap resolved: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz' } ]
5165 verbose from wrap [ 'dateformat',
5165 verbose from wrap { version: '1.0.2-1.2.3',
5165 verbose from wrap from: 'dateformat@1.0.2-1.2.3',
5165 verbose from wrap resolved: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz' } ]
5166 verbose from wrap [ 'eventemitter2',
5166 verbose from wrap { version: '0.4.14',
5166 verbose from wrap from: 'eventemitter2@~0.4.13',
5166 verbose from wrap resolved: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz' } ]
5167 verbose from wrap [ 'findup-sync',
5167 verbose from wrap { version: '0.1.3',
5167 verbose from wrap from: 'findup-sync@~0.1.2',
5167 verbose from wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5167 verbose from wrap dependencies: { glob: [Object], lodash: [Object] } } ]
5168 verbose from wrap [ 'glob',
5168 verbose from wrap { version: '3.1.21',
5168 verbose from wrap from: 'glob@~3.1.21',
5168 verbose from wrap resolved: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5168 verbose from wrap dependencies: { 'graceful-fs': [Object], inherits: [Object] } } ]
5169 verbose from wrap [ 'hooker',
5169 verbose from wrap { version: '0.2.3',
5169 verbose from wrap from: 'hooker@~0.2.3',
5169 verbose from wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' } ]
5170 verbose from wrap [ 'iconv-lite',
5170 verbose from wrap { version: '0.2.11',
5170 verbose from wrap from: 'iconv-lite@~0.2.11',
5170 verbose from wrap resolved: 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz' } ]
5171 verbose from wrap [ 'minimatch',
5171 verbose from wrap { version: '0.2.14',
5171 verbose from wrap from: 'minimatch@~0.2.12',
5171 verbose from wrap resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5171 verbose from wrap dependencies: { 'lru-cache': [Object], sigmund: [Object] } } ]
5172 verbose from wrap [ 'nopt',
5172 verbose from wrap { version: '1.0.10',
5172 verbose from wrap from: 'nopt@~1.0.10',
5172 verbose from wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5172 verbose from wrap dependencies: { abbrev: [Object] } } ]
5173 verbose from wrap [ 'rimraf',
5173 verbose from wrap { version: '2.2.8',
5173 verbose from wrap from: 'rimraf@~2.2.8',
5173 verbose from wrap resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' } ]
5174 verbose from wrap [ 'lodash',
5174 verbose from wrap { version: '0.9.2',
5174 verbose from wrap from: 'lodash@~0.9.2',
5174 verbose from wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz' } ]
5175 verbose from wrap [ 'underscore.string',
5175 verbose from wrap { version: '2.2.1',
5175 verbose from wrap from: 'underscore.string@~2.2.1',
5175 verbose from wrap resolved: 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz' } ]
5176 verbose from wrap [ 'which',
5176 verbose from wrap { version: '1.0.5',
5176 verbose from wrap from: 'which@~1.0.5',
5176 verbose from wrap resolved: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz' } ]
5177 verbose from wrap [ 'js-yaml',
5177 verbose from wrap { version: '2.0.5',
5177 verbose from wrap from: 'js-yaml@~2.0.5',
5177 verbose from wrap resolved: 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5177 verbose from wrap dependencies: { argparse: [Object], esprima: [Object] } } ]
5178 verbose from wrap [ 'exit',
5178 verbose from wrap { version: '0.1.2',
5178 verbose from wrap from: 'exit@~0.1.1',
5178 verbose from wrap resolved: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz' } ]
5179 verbose from wrap [ 'getobject',
5179 verbose from wrap { version: '0.1.0',
5179 verbose from wrap from: 'getobject@~0.1.0',
5179 verbose from wrap resolved: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz' } ]
5180 verbose from wrap [ 'grunt-legacy-util',
5180 verbose from wrap { version: '0.2.0',
5180 verbose from wrap from: 'grunt-legacy-util@~0.2.0',
5180 verbose from wrap resolved: 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz' } ]
5181 verbose from wrap [ 'grunt-legacy-log',
5181 verbose from wrap { version: '0.1.1',
5181 verbose from wrap from: 'grunt-legacy-log@~0.1.0',
5181 verbose from wrap resolved: 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5181 verbose from wrap dependencies: { lodash: [Object], 'underscore.string': [Object] } } ]
5182 verbose readDependencies returned deps { async: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz',
5182 verbose readDependencies returned deps 'coffee-script': 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
5182 verbose readDependencies returned deps colors: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
5182 verbose readDependencies returned deps dateformat: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5182 verbose readDependencies returned deps eventemitter2: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
5182 verbose readDependencies returned deps 'findup-sync': 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5182 verbose readDependencies returned deps glob: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5182 verbose readDependencies returned deps hooker: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
5182 verbose readDependencies returned deps 'iconv-lite': 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
5182 verbose readDependencies returned deps minimatch: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5182 verbose readDependencies returned deps nopt: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5182 verbose readDependencies returned deps rimraf: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
5182 verbose readDependencies returned deps lodash: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
5182 verbose readDependencies returned deps 'underscore.string': 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
5182 verbose readDependencies returned deps which: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz',
5182 verbose readDependencies returned deps 'js-yaml': 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5182 verbose readDependencies returned deps exit: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
5182 verbose readDependencies returned deps getobject: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
5182 verbose readDependencies returned deps 'grunt-legacy-util': 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5182 verbose readDependencies returned deps 'grunt-legacy-log': 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz' }
5183 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/grunt',
5183 verbose readDependencies: using existing wrap { async:
5183 verbose readDependencies: using existing wrap { version: '0.1.22',
5183 verbose readDependencies: using existing wrap from: 'async@~0.1.22',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz' },
5183 verbose readDependencies: using existing wrap 'coffee-script':
5183 verbose readDependencies: using existing wrap { version: '1.3.3',
5183 verbose readDependencies: using existing wrap from: 'coffee-script@~1.3.3',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz' },
5183 verbose readDependencies: using existing wrap colors:
5183 verbose readDependencies: using existing wrap { version: '0.6.2',
5183 verbose readDependencies: using existing wrap from: 'colors@~0.6.2',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz' },
5183 verbose readDependencies: using existing wrap dateformat:
5183 verbose readDependencies: using existing wrap { version: '1.0.2-1.2.3',
5183 verbose readDependencies: using existing wrap from: 'dateformat@1.0.2-1.2.3',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz' },
5183 verbose readDependencies: using existing wrap eventemitter2:
5183 verbose readDependencies: using existing wrap { version: '0.4.14',
5183 verbose readDependencies: using existing wrap from: 'eventemitter2@~0.4.13',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz' },
5183 verbose readDependencies: using existing wrap 'findup-sync':
5183 verbose readDependencies: using existing wrap { version: '0.1.3',
5183 verbose readDependencies: using existing wrap from: 'findup-sync@~0.1.2',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5183 verbose readDependencies: using existing wrap dependencies: [Object] },
5183 verbose readDependencies: using existing wrap glob:
5183 verbose readDependencies: using existing wrap { version: '3.1.21',
5183 verbose readDependencies: using existing wrap from: 'glob@~3.1.21',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5183 verbose readDependencies: using existing wrap dependencies: [Object] },
5183 verbose readDependencies: using existing wrap hooker:
5183 verbose readDependencies: using existing wrap { version: '0.2.3',
5183 verbose readDependencies: using existing wrap from: 'hooker@~0.2.3',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' },
5183 verbose readDependencies: using existing wrap 'iconv-lite':
5183 verbose readDependencies: using existing wrap { version: '0.2.11',
5183 verbose readDependencies: using existing wrap from: 'iconv-lite@~0.2.11',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz' },
5183 verbose readDependencies: using existing wrap minimatch:
5183 verbose readDependencies: using existing wrap { version: '0.2.14',
5183 verbose readDependencies: using existing wrap from: 'minimatch@~0.2.12',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5183 verbose readDependencies: using existing wrap dependencies: [Object] },
5183 verbose readDependencies: using existing wrap nopt:
5183 verbose readDependencies: using existing wrap { version: '1.0.10',
5183 verbose readDependencies: using existing wrap from: 'nopt@~1.0.10',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5183 verbose readDependencies: using existing wrap dependencies: [Object] },
5183 verbose readDependencies: using existing wrap rimraf:
5183 verbose readDependencies: using existing wrap { version: '2.2.8',
5183 verbose readDependencies: using existing wrap from: 'rimraf@~2.2.8',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' },
5183 verbose readDependencies: using existing wrap lodash:
5183 verbose readDependencies: using existing wrap { version: '0.9.2',
5183 verbose readDependencies: using existing wrap from: 'lodash@~0.9.2',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz' },
5183 verbose readDependencies: using existing wrap 'underscore.string':
5183 verbose readDependencies: using existing wrap { version: '2.2.1',
5183 verbose readDependencies: using existing wrap from: 'underscore.string@~2.2.1',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz' },
5183 verbose readDependencies: using existing wrap which:
5183 verbose readDependencies: using existing wrap { version: '1.0.5',
5183 verbose readDependencies: using existing wrap from: 'which@~1.0.5',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz' },
5183 verbose readDependencies: using existing wrap 'js-yaml':
5183 verbose readDependencies: using existing wrap { version: '2.0.5',
5183 verbose readDependencies: using existing wrap from: 'js-yaml@~2.0.5',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5183 verbose readDependencies: using existing wrap dependencies: [Object] },
5183 verbose readDependencies: using existing wrap exit:
5183 verbose readDependencies: using existing wrap { version: '0.1.2',
5183 verbose readDependencies: using existing wrap from: 'exit@~0.1.1',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz' },
5183 verbose readDependencies: using existing wrap getobject:
5183 verbose readDependencies: using existing wrap { version: '0.1.0',
5183 verbose readDependencies: using existing wrap from: 'getobject@~0.1.0',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz' },
5183 verbose readDependencies: using existing wrap 'grunt-legacy-util':
5183 verbose readDependencies: using existing wrap { version: '0.2.0',
5183 verbose readDependencies: using existing wrap from: 'grunt-legacy-util@~0.2.0',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz' },
5183 verbose readDependencies: using existing wrap 'grunt-legacy-log':
5183 verbose readDependencies: using existing wrap { version: '0.1.1',
5183 verbose readDependencies: using existing wrap from: 'grunt-legacy-log@~0.1.0',
5183 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5183 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
5184 verbose from wrap [ 'async',
5184 verbose from wrap { version: '0.1.22',
5184 verbose from wrap from: 'async@~0.1.22',
5184 verbose from wrap resolved: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz' } ]
5185 verbose from wrap [ 'coffee-script',
5185 verbose from wrap { version: '1.3.3',
5185 verbose from wrap from: 'coffee-script@~1.3.3',
5185 verbose from wrap resolved: 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz' } ]
5186 verbose from wrap [ 'colors',
5186 verbose from wrap { version: '0.6.2',
5186 verbose from wrap from: 'colors@~0.6.2',
5186 verbose from wrap resolved: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz' } ]
5187 verbose from wrap [ 'dateformat',
5187 verbose from wrap { version: '1.0.2-1.2.3',
5187 verbose from wrap from: 'dateformat@1.0.2-1.2.3',
5187 verbose from wrap resolved: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz' } ]
5188 verbose from wrap [ 'eventemitter2',
5188 verbose from wrap { version: '0.4.14',
5188 verbose from wrap from: 'eventemitter2@~0.4.13',
5188 verbose from wrap resolved: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz' } ]
5189 verbose from wrap [ 'findup-sync',
5189 verbose from wrap { version: '0.1.3',
5189 verbose from wrap from: 'findup-sync@~0.1.2',
5189 verbose from wrap resolved: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5189 verbose from wrap dependencies: { glob: [Object], lodash: [Object] } } ]
5190 verbose from wrap [ 'glob',
5190 verbose from wrap { version: '3.1.21',
5190 verbose from wrap from: 'glob@~3.1.21',
5190 verbose from wrap resolved: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5190 verbose from wrap dependencies: { 'graceful-fs': [Object], inherits: [Object] } } ]
5191 verbose from wrap [ 'hooker',
5191 verbose from wrap { version: '0.2.3',
5191 verbose from wrap from: 'hooker@~0.2.3',
5191 verbose from wrap resolved: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' } ]
5192 verbose from wrap [ 'iconv-lite',
5192 verbose from wrap { version: '0.2.11',
5192 verbose from wrap from: 'iconv-lite@~0.2.11',
5192 verbose from wrap resolved: 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz' } ]
5193 verbose from wrap [ 'minimatch',
5193 verbose from wrap { version: '0.2.14',
5193 verbose from wrap from: 'minimatch@~0.2.12',
5193 verbose from wrap resolved: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5193 verbose from wrap dependencies: { 'lru-cache': [Object], sigmund: [Object] } } ]
5194 verbose from wrap [ 'nopt',
5194 verbose from wrap { version: '1.0.10',
5194 verbose from wrap from: 'nopt@~1.0.10',
5194 verbose from wrap resolved: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5194 verbose from wrap dependencies: { abbrev: [Object] } } ]
5195 verbose from wrap [ 'rimraf',
5195 verbose from wrap { version: '2.2.8',
5195 verbose from wrap from: 'rimraf@~2.2.8',
5195 verbose from wrap resolved: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' } ]
5196 verbose from wrap [ 'lodash',
5196 verbose from wrap { version: '0.9.2',
5196 verbose from wrap from: 'lodash@~0.9.2',
5196 verbose from wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz' } ]
5197 verbose from wrap [ 'underscore.string',
5197 verbose from wrap { version: '2.2.1',
5197 verbose from wrap from: 'underscore.string@~2.2.1',
5197 verbose from wrap resolved: 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz' } ]
5198 verbose from wrap [ 'which',
5198 verbose from wrap { version: '1.0.5',
5198 verbose from wrap from: 'which@~1.0.5',
5198 verbose from wrap resolved: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz' } ]
5199 verbose from wrap [ 'js-yaml',
5199 verbose from wrap { version: '2.0.5',
5199 verbose from wrap from: 'js-yaml@~2.0.5',
5199 verbose from wrap resolved: 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5199 verbose from wrap dependencies: { argparse: [Object], esprima: [Object] } } ]
5200 verbose from wrap [ 'exit',
5200 verbose from wrap { version: '0.1.2',
5200 verbose from wrap from: 'exit@~0.1.1',
5200 verbose from wrap resolved: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz' } ]
5201 verbose from wrap [ 'getobject',
5201 verbose from wrap { version: '0.1.0',
5201 verbose from wrap from: 'getobject@~0.1.0',
5201 verbose from wrap resolved: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz' } ]
5202 verbose from wrap [ 'grunt-legacy-util',
5202 verbose from wrap { version: '0.2.0',
5202 verbose from wrap from: 'grunt-legacy-util@~0.2.0',
5202 verbose from wrap resolved: 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz' } ]
5203 verbose from wrap [ 'grunt-legacy-log',
5203 verbose from wrap { version: '0.1.1',
5203 verbose from wrap from: 'grunt-legacy-log@~0.1.0',
5203 verbose from wrap resolved: 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5203 verbose from wrap dependencies: { lodash: [Object], 'underscore.string': [Object] } } ]
5204 verbose readDependencies returned deps { async: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz',
5204 verbose readDependencies returned deps 'coffee-script': 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
5204 verbose readDependencies returned deps colors: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
5204 verbose readDependencies returned deps dateformat: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5204 verbose readDependencies returned deps eventemitter2: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
5204 verbose readDependencies returned deps 'findup-sync': 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5204 verbose readDependencies returned deps glob: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5204 verbose readDependencies returned deps hooker: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
5204 verbose readDependencies returned deps 'iconv-lite': 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
5204 verbose readDependencies returned deps minimatch: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5204 verbose readDependencies returned deps nopt: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5204 verbose readDependencies returned deps rimraf: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
5204 verbose readDependencies returned deps lodash: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
5204 verbose readDependencies returned deps 'underscore.string': 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
5204 verbose readDependencies returned deps which: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz',
5204 verbose readDependencies returned deps 'js-yaml': 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5204 verbose readDependencies returned deps exit: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
5204 verbose readDependencies returned deps getobject: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
5204 verbose readDependencies returned deps 'grunt-legacy-util': 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5204 verbose readDependencies returned deps 'grunt-legacy-log': 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz' }
5205 verbose cache add [ 'colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
5205 verbose cache add null ]
5206 verbose cache add name=undefined spec="colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz" args=["colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",null]
5207 verbose parsed url { protocol: null,
5207 verbose parsed url slashes: null,
5207 verbose parsed url auth: null,
5207 verbose parsed url host: null,
5207 verbose parsed url port: null,
5207 verbose parsed url hostname: null,
5207 verbose parsed url hash: null,
5207 verbose parsed url search: null,
5207 verbose parsed url query: null,
5207 verbose parsed url pathname: 'colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
5207 verbose parsed url path: 'colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz',
5207 verbose parsed url href: 'colors@https://registry.npmjs.org/colors/-/colors-0.6.2.tgz' }
5208 verbose cache add name="colors" spec="https://registry.npmjs.org/colors/-/colors-0.6.2.tgz" args=["colors","https://registry.npmjs.org/colors/-/colors-0.6.2.tgz"]
5209 verbose parsed url { protocol: 'https:',
5209 verbose parsed url slashes: true,
5209 verbose parsed url auth: null,
5209 verbose parsed url host: 'registry.npmjs.org',
5209 verbose parsed url port: null,
5209 verbose parsed url hostname: 'registry.npmjs.org',
5209 verbose parsed url hash: null,
5209 verbose parsed url search: null,
5209 verbose parsed url query: null,
5209 verbose parsed url pathname: '/colors/-/colors-0.6.2.tgz',
5209 verbose parsed url path: '/colors/-/colors-0.6.2.tgz',
5209 verbose parsed url href: 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz' }
5210 silly lockFile ab5efc36-pmjs-org-colors-colors-0-6-2-tgz https://registry.npmjs.org/colors/-/colors-0.6.2.tgz
5211 verbose lock https://registry.npmjs.org/colors/-/colors-0.6.2.tgz /root/.npm/ab5efc36-pmjs-org-colors-colors-0-6-2-tgz.lock
5212 verbose cache add [ 'dateformat@https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5212 verbose cache add null ]
5213 verbose cache add name=undefined spec="dateformat@https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz" args=["dateformat@https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz",null]
5214 verbose parsed url { protocol: null,
5214 verbose parsed url slashes: null,
5214 verbose parsed url auth: null,
5214 verbose parsed url host: null,
5214 verbose parsed url port: null,
5214 verbose parsed url hostname: null,
5214 verbose parsed url hash: null,
5214 verbose parsed url search: null,
5214 verbose parsed url query: null,
5214 verbose parsed url pathname: 'dateformat@https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5214 verbose parsed url path: 'dateformat@https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5214 verbose parsed url href: 'dateformat@https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz' }
5215 verbose cache add name="dateformat" spec="https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz" args=["dateformat","https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz"]
5216 verbose parsed url { protocol: 'https:',
5216 verbose parsed url slashes: true,
5216 verbose parsed url auth: null,
5216 verbose parsed url host: 'registry.npmjs.org',
5216 verbose parsed url port: null,
5216 verbose parsed url hostname: 'registry.npmjs.org',
5216 verbose parsed url hash: null,
5216 verbose parsed url search: null,
5216 verbose parsed url query: null,
5216 verbose parsed url pathname: '/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5216 verbose parsed url path: '/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5216 verbose parsed url href: 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz' }
5217 silly lockFile 8242891e-ormat-dateformat-1-0-2-1-2-3-tgz https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz
5218 verbose lock https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz /root/.npm/8242891e-ormat-dateformat-1-0-2-1-2-3-tgz.lock
5219 verbose cache add [ 'eventemitter2@https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
5219 verbose cache add null ]
5220 verbose cache add name=undefined spec="eventemitter2@https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz" args=["eventemitter2@https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",null]
5221 verbose parsed url { protocol: null,
5221 verbose parsed url slashes: null,
5221 verbose parsed url auth: null,
5221 verbose parsed url host: null,
5221 verbose parsed url port: null,
5221 verbose parsed url hostname: null,
5221 verbose parsed url hash: null,
5221 verbose parsed url search: null,
5221 verbose parsed url query: null,
5221 verbose parsed url pathname: 'eventemitter2@https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
5221 verbose parsed url path: 'eventemitter2@https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
5221 verbose parsed url href: 'eventemitter2@https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz' }
5222 verbose cache add name="eventemitter2" spec="https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz" args=["eventemitter2","https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz"]
5223 verbose parsed url { protocol: 'https:',
5223 verbose parsed url slashes: true,
5223 verbose parsed url auth: null,
5223 verbose parsed url host: 'registry.npmjs.org',
5223 verbose parsed url port: null,
5223 verbose parsed url hostname: 'registry.npmjs.org',
5223 verbose parsed url hash: null,
5223 verbose parsed url search: null,
5223 verbose parsed url query: null,
5223 verbose parsed url pathname: '/eventemitter2/-/eventemitter2-0.4.14.tgz',
5223 verbose parsed url path: '/eventemitter2/-/eventemitter2-0.4.14.tgz',
5223 verbose parsed url href: 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz' }
5224 silly lockFile bb0d9108-mitter2-eventemitter2-0-4-14-tgz https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
5225 verbose lock https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz /root/.npm/bb0d9108-mitter2-eventemitter2-0-4-14-tgz.lock
5226 verbose cache add [ 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5226 verbose cache add null ]
5227 verbose cache add name=undefined spec="findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz" args=["findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",null]
5228 verbose parsed url { protocol: null,
5228 verbose parsed url slashes: null,
5228 verbose parsed url auth: null,
5228 verbose parsed url host: null,
5228 verbose parsed url port: null,
5228 verbose parsed url hostname: null,
5228 verbose parsed url hash: null,
5228 verbose parsed url search: null,
5228 verbose parsed url query: null,
5228 verbose parsed url pathname: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5228 verbose parsed url path: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz',
5228 verbose parsed url href: 'findup-sync@https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz' }
5229 verbose cache add name="findup-sync" spec="https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz" args=["findup-sync","https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz"]
5230 verbose parsed url { protocol: 'https:',
5230 verbose parsed url slashes: true,
5230 verbose parsed url auth: null,
5230 verbose parsed url host: 'registry.npmjs.org',
5230 verbose parsed url port: null,
5230 verbose parsed url hostname: 'registry.npmjs.org',
5230 verbose parsed url hash: null,
5230 verbose parsed url search: null,
5230 verbose parsed url query: null,
5230 verbose parsed url pathname: '/findup-sync/-/findup-sync-0.1.3.tgz',
5230 verbose parsed url path: '/findup-sync/-/findup-sync-0.1.3.tgz',
5230 verbose parsed url href: 'https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz' }
5231 verbose cache add [ 'glob@https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5231 verbose cache add null ]
5232 verbose cache add name=undefined spec="glob@https://registry.npmjs.org/glob/-/glob-3.1.21.tgz" args=["glob@https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",null]
5233 verbose parsed url { protocol: null,
5233 verbose parsed url slashes: null,
5233 verbose parsed url auth: null,
5233 verbose parsed url host: null,
5233 verbose parsed url port: null,
5233 verbose parsed url hostname: null,
5233 verbose parsed url hash: null,
5233 verbose parsed url search: null,
5233 verbose parsed url query: null,
5233 verbose parsed url pathname: 'glob@https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5233 verbose parsed url path: 'glob@https://registry.npmjs.org/glob/-/glob-3.1.21.tgz',
5233 verbose parsed url href: 'glob@https://registry.npmjs.org/glob/-/glob-3.1.21.tgz' }
5234 verbose cache add name="glob" spec="https://registry.npmjs.org/glob/-/glob-3.1.21.tgz" args=["glob","https://registry.npmjs.org/glob/-/glob-3.1.21.tgz"]
5235 verbose parsed url { protocol: 'https:',
5235 verbose parsed url slashes: true,
5235 verbose parsed url auth: null,
5235 verbose parsed url host: 'registry.npmjs.org',
5235 verbose parsed url port: null,
5235 verbose parsed url hostname: 'registry.npmjs.org',
5235 verbose parsed url hash: null,
5235 verbose parsed url search: null,
5235 verbose parsed url query: null,
5235 verbose parsed url pathname: '/glob/-/glob-3.1.21.tgz',
5235 verbose parsed url path: '/glob/-/glob-3.1.21.tgz',
5235 verbose parsed url href: 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz' }
5236 silly lockFile a7e90008-y-npmjs-org-glob-glob-3-1-21-tgz https://registry.npmjs.org/glob/-/glob-3.1.21.tgz
5237 verbose lock https://registry.npmjs.org/glob/-/glob-3.1.21.tgz /root/.npm/a7e90008-y-npmjs-org-glob-glob-3-1-21-tgz.lock
5238 verbose cache add [ 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
5238 verbose cache add null ]
5239 verbose cache add name=undefined spec="hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" args=["hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",null]
5240 verbose parsed url { protocol: null,
5240 verbose parsed url slashes: null,
5240 verbose parsed url auth: null,
5240 verbose parsed url host: null,
5240 verbose parsed url port: null,
5240 verbose parsed url hostname: null,
5240 verbose parsed url hash: null,
5240 verbose parsed url search: null,
5240 verbose parsed url query: null,
5240 verbose parsed url pathname: 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
5240 verbose parsed url path: 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz',
5240 verbose parsed url href: 'hooker@https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' }
5241 verbose cache add name="hooker" spec="https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" args=["hooker","https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"]
5242 verbose parsed url { protocol: 'https:',
5242 verbose parsed url slashes: true,
5242 verbose parsed url auth: null,
5242 verbose parsed url host: 'registry.npmjs.org',
5242 verbose parsed url port: null,
5242 verbose parsed url hostname: 'registry.npmjs.org',
5242 verbose parsed url hash: null,
5242 verbose parsed url search: null,
5242 verbose parsed url query: null,
5242 verbose parsed url pathname: '/hooker/-/hooker-0.2.3.tgz',
5242 verbose parsed url path: '/hooker/-/hooker-0.2.3.tgz',
5242 verbose parsed url href: 'https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz' }
5243 verbose cache add [ 'iconv-lite@https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
5243 verbose cache add null ]
5244 verbose cache add name=undefined spec="iconv-lite@https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz" args=["iconv-lite@https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz",null]
5245 verbose parsed url { protocol: null,
5245 verbose parsed url slashes: null,
5245 verbose parsed url auth: null,
5245 verbose parsed url host: null,
5245 verbose parsed url port: null,
5245 verbose parsed url hostname: null,
5245 verbose parsed url hash: null,
5245 verbose parsed url search: null,
5245 verbose parsed url query: null,
5245 verbose parsed url pathname: 'iconv-lite@https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
5245 verbose parsed url path: 'iconv-lite@https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
5245 verbose parsed url href: 'iconv-lite@https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz' }
5246 verbose cache add name="iconv-lite" spec="https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz" args=["iconv-lite","https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz"]
5247 verbose parsed url { protocol: 'https:',
5247 verbose parsed url slashes: true,
5247 verbose parsed url auth: null,
5247 verbose parsed url host: 'registry.npmjs.org',
5247 verbose parsed url port: null,
5247 verbose parsed url hostname: 'registry.npmjs.org',
5247 verbose parsed url hash: null,
5247 verbose parsed url search: null,
5247 verbose parsed url query: null,
5247 verbose parsed url pathname: '/iconv-lite/-/iconv-lite-0.2.11.tgz',
5247 verbose parsed url path: '/iconv-lite/-/iconv-lite-0.2.11.tgz',
5247 verbose parsed url href: 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz' }
5248 silly lockFile 2e095f8b-iconv-lite-iconv-lite-0-2-11-tgz https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz
5249 verbose lock https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz /root/.npm/2e095f8b-iconv-lite-iconv-lite-0-2-11-tgz.lock
5250 verbose cache add [ 'minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5250 verbose cache add null ]
5251 verbose cache add name=undefined spec="minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz" args=["minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",null]
5252 verbose parsed url { protocol: null,
5252 verbose parsed url slashes: null,
5252 verbose parsed url auth: null,
5252 verbose parsed url host: null,
5252 verbose parsed url port: null,
5252 verbose parsed url hostname: null,
5252 verbose parsed url hash: null,
5252 verbose parsed url search: null,
5252 verbose parsed url query: null,
5252 verbose parsed url pathname: 'minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5252 verbose parsed url path: 'minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5252 verbose parsed url href: 'minimatch@https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz' }
5253 verbose cache add name="minimatch" spec="https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz" args=["minimatch","https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"]
5254 verbose parsed url { protocol: 'https:',
5254 verbose parsed url slashes: true,
5254 verbose parsed url auth: null,
5254 verbose parsed url host: 'registry.npmjs.org',
5254 verbose parsed url port: null,
5254 verbose parsed url hostname: 'registry.npmjs.org',
5254 verbose parsed url hash: null,
5254 verbose parsed url search: null,
5254 verbose parsed url query: null,
5254 verbose parsed url pathname: '/minimatch/-/minimatch-0.2.14.tgz',
5254 verbose parsed url path: '/minimatch/-/minimatch-0.2.14.tgz',
5254 verbose parsed url href: 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz' }
5255 silly lockFile 57788325-g-minimatch-minimatch-0-2-14-tgz https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
5256 verbose lock https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz /root/.npm/57788325-g-minimatch-minimatch-0-2-14-tgz.lock
5257 verbose cache add [ 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5257 verbose cache add null ]
5258 verbose cache add name=undefined spec="nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz" args=["nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",null]
5259 verbose parsed url { protocol: null,
5259 verbose parsed url slashes: null,
5259 verbose parsed url auth: null,
5259 verbose parsed url host: null,
5259 verbose parsed url port: null,
5259 verbose parsed url hostname: null,
5259 verbose parsed url hash: null,
5259 verbose parsed url search: null,
5259 verbose parsed url query: null,
5259 verbose parsed url pathname: 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5259 verbose parsed url path: 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz',
5259 verbose parsed url href: 'nopt@https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz' }
5260 verbose cache add name="nopt" spec="https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz" args=["nopt","https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"]
5261 verbose parsed url { protocol: 'https:',
5261 verbose parsed url slashes: true,
5261 verbose parsed url auth: null,
5261 verbose parsed url host: 'registry.npmjs.org',
5261 verbose parsed url port: null,
5261 verbose parsed url hostname: 'registry.npmjs.org',
5261 verbose parsed url hash: null,
5261 verbose parsed url search: null,
5261 verbose parsed url query: null,
5261 verbose parsed url pathname: '/nopt/-/nopt-1.0.10.tgz',
5261 verbose parsed url path: '/nopt/-/nopt-1.0.10.tgz',
5261 verbose parsed url href: 'https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz' }
5262 verbose cache add [ 'rimraf@https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
5262 verbose cache add null ]
5263 verbose cache add name=undefined spec="rimraf@https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" args=["rimraf@https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",null]
5264 verbose parsed url { protocol: null,
5264 verbose parsed url slashes: null,
5264 verbose parsed url auth: null,
5264 verbose parsed url host: null,
5264 verbose parsed url port: null,
5264 verbose parsed url hostname: null,
5264 verbose parsed url hash: null,
5264 verbose parsed url search: null,
5264 verbose parsed url query: null,
5264 verbose parsed url pathname: 'rimraf@https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
5264 verbose parsed url path: 'rimraf@https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz',
5264 verbose parsed url href: 'rimraf@https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' }
5265 verbose cache add name="rimraf" spec="https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" args=["rimraf","https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"]
5266 verbose parsed url { protocol: 'https:',
5266 verbose parsed url slashes: true,
5266 verbose parsed url auth: null,
5266 verbose parsed url host: 'registry.npmjs.org',
5266 verbose parsed url port: null,
5266 verbose parsed url hostname: 'registry.npmjs.org',
5266 verbose parsed url hash: null,
5266 verbose parsed url search: null,
5266 verbose parsed url query: null,
5266 verbose parsed url pathname: '/rimraf/-/rimraf-2.2.8.tgz',
5266 verbose parsed url path: '/rimraf/-/rimraf-2.2.8.tgz',
5266 verbose parsed url href: 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz' }
5267 silly lockFile c887906a-pmjs-org-rimraf-rimraf-2-2-8-tgz https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
5268 verbose lock https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz /root/.npm/c887906a-pmjs-org-rimraf-rimraf-2-2-8-tgz.lock
5269 verbose cache add [ 'lodash@https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
5269 verbose cache add null ]
5270 verbose cache add name=undefined spec="lodash@https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz" args=["lodash@https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz",null]
5271 verbose parsed url { protocol: null,
5271 verbose parsed url slashes: null,
5271 verbose parsed url auth: null,
5271 verbose parsed url host: null,
5271 verbose parsed url port: null,
5271 verbose parsed url hostname: null,
5271 verbose parsed url hash: null,
5271 verbose parsed url search: null,
5271 verbose parsed url query: null,
5271 verbose parsed url pathname: 'lodash@https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
5271 verbose parsed url path: 'lodash@https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz',
5271 verbose parsed url href: 'lodash@https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz' }
5272 verbose cache add name="lodash" spec="https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz" args=["lodash","https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz"]
5273 verbose parsed url { protocol: 'https:',
5273 verbose parsed url slashes: true,
5273 verbose parsed url auth: null,
5273 verbose parsed url host: 'registry.npmjs.org',
5273 verbose parsed url port: null,
5273 verbose parsed url hostname: 'registry.npmjs.org',
5273 verbose parsed url hash: null,
5273 verbose parsed url search: null,
5273 verbose parsed url query: null,
5273 verbose parsed url pathname: '/lodash/-/lodash-0.9.2.tgz',
5273 verbose parsed url path: '/lodash/-/lodash-0.9.2.tgz',
5273 verbose parsed url href: 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz' }
5274 silly lockFile 26543735-pmjs-org-lodash-lodash-0-9-2-tgz https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz
5275 verbose lock https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz /root/.npm/26543735-pmjs-org-lodash-lodash-0-9-2-tgz.lock
5276 verbose cache add [ 'underscore.string@https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
5276 verbose cache add null ]
5277 verbose cache add name=undefined spec="underscore.string@https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz" args=["underscore.string@https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz",null]
5278 verbose parsed url { protocol: null,
5278 verbose parsed url slashes: null,
5278 verbose parsed url auth: null,
5278 verbose parsed url host: null,
5278 verbose parsed url port: null,
5278 verbose parsed url hostname: null,
5278 verbose parsed url hash: null,
5278 verbose parsed url search: null,
5278 verbose parsed url query: null,
5278 verbose parsed url pathname: 'underscore.string@https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
5278 verbose parsed url path: 'underscore.string@https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
5278 verbose parsed url href: 'underscore.string@https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz' }
5279 verbose cache add name="underscore.string" spec="https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz" args=["underscore.string","https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz"]
5280 verbose parsed url { protocol: 'https:',
5280 verbose parsed url slashes: true,
5280 verbose parsed url auth: null,
5280 verbose parsed url host: 'registry.npmjs.org',
5280 verbose parsed url port: null,
5280 verbose parsed url hostname: 'registry.npmjs.org',
5280 verbose parsed url hash: null,
5280 verbose parsed url search: null,
5280 verbose parsed url query: null,
5280 verbose parsed url pathname: '/underscore.string/-/underscore.string-2.2.1.tgz',
5280 verbose parsed url path: '/underscore.string/-/underscore.string-2.2.1.tgz',
5280 verbose parsed url href: 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz' }
5281 silly lockFile c23c3112-ring-underscore-string-2-2-1-tgz https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz
5282 verbose lock https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz /root/.npm/c23c3112-ring-underscore-string-2-2-1-tgz.lock
5283 verbose cache add [ 'which@https://registry.npmjs.org/which/-/which-1.0.5.tgz',
5283 verbose cache add null ]
5284 verbose cache add name=undefined spec="which@https://registry.npmjs.org/which/-/which-1.0.5.tgz" args=["which@https://registry.npmjs.org/which/-/which-1.0.5.tgz",null]
5285 verbose parsed url { protocol: null,
5285 verbose parsed url slashes: null,
5285 verbose parsed url auth: null,
5285 verbose parsed url host: null,
5285 verbose parsed url port: null,
5285 verbose parsed url hostname: null,
5285 verbose parsed url hash: null,
5285 verbose parsed url search: null,
5285 verbose parsed url query: null,
5285 verbose parsed url pathname: 'which@https://registry.npmjs.org/which/-/which-1.0.5.tgz',
5285 verbose parsed url path: 'which@https://registry.npmjs.org/which/-/which-1.0.5.tgz',
5285 verbose parsed url href: 'which@https://registry.npmjs.org/which/-/which-1.0.5.tgz' }
5286 verbose cache add name="which" spec="https://registry.npmjs.org/which/-/which-1.0.5.tgz" args=["which","https://registry.npmjs.org/which/-/which-1.0.5.tgz"]
5287 verbose parsed url { protocol: 'https:',
5287 verbose parsed url slashes: true,
5287 verbose parsed url auth: null,
5287 verbose parsed url host: 'registry.npmjs.org',
5287 verbose parsed url port: null,
5287 verbose parsed url hostname: 'registry.npmjs.org',
5287 verbose parsed url hash: null,
5287 verbose parsed url search: null,
5287 verbose parsed url query: null,
5287 verbose parsed url pathname: '/which/-/which-1.0.5.tgz',
5287 verbose parsed url path: '/which/-/which-1.0.5.tgz',
5287 verbose parsed url href: 'https://registry.npmjs.org/which/-/which-1.0.5.tgz' }
5288 silly lockFile 9c4bb536--npmjs-org-which-which-1-0-5-tgz https://registry.npmjs.org/which/-/which-1.0.5.tgz
5289 verbose lock https://registry.npmjs.org/which/-/which-1.0.5.tgz /root/.npm/9c4bb536--npmjs-org-which-which-1-0-5-tgz.lock
5290 verbose cache add [ 'js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5290 verbose cache add null ]
5291 verbose cache add name=undefined spec="js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz" args=["js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",null]
5292 verbose parsed url { protocol: null,
5292 verbose parsed url slashes: null,
5292 verbose parsed url auth: null,
5292 verbose parsed url host: null,
5292 verbose parsed url port: null,
5292 verbose parsed url hostname: null,
5292 verbose parsed url hash: null,
5292 verbose parsed url search: null,
5292 verbose parsed url query: null,
5292 verbose parsed url pathname: 'js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5292 verbose parsed url path: 'js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5292 verbose parsed url href: 'js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz' }
5293 verbose cache add name="js-yaml" spec="https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz" args=["js-yaml","https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"]
5294 verbose parsed url { protocol: 'https:',
5294 verbose parsed url slashes: true,
5294 verbose parsed url auth: null,
5294 verbose parsed url host: 'registry.npmjs.org',
5294 verbose parsed url port: null,
5294 verbose parsed url hostname: 'registry.npmjs.org',
5294 verbose parsed url hash: null,
5294 verbose parsed url search: null,
5294 verbose parsed url query: null,
5294 verbose parsed url pathname: '/js-yaml/-/js-yaml-2.0.5.tgz',
5294 verbose parsed url path: '/js-yaml/-/js-yaml-2.0.5.tgz',
5294 verbose parsed url href: 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz' }
5295 silly lockFile eadff921-js-org-js-yaml-js-yaml-2-0-5-tgz https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz
5296 verbose lock https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz /root/.npm/eadff921-js-org-js-yaml-js-yaml-2-0-5-tgz.lock
5297 verbose cache add [ 'exit@https://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
5297 verbose cache add null ]
5298 verbose cache add name=undefined spec="exit@https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" args=["exit@https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",null]
5299 verbose parsed url { protocol: null,
5299 verbose parsed url slashes: null,
5299 verbose parsed url auth: null,
5299 verbose parsed url host: null,
5299 verbose parsed url port: null,
5299 verbose parsed url hostname: null,
5299 verbose parsed url hash: null,
5299 verbose parsed url search: null,
5299 verbose parsed url query: null,
5299 verbose parsed url pathname: 'exit@https://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
5299 verbose parsed url path: 'exit@https://registry.npmjs.org/exit/-/exit-0.1.2.tgz',
5299 verbose parsed url href: 'exit@https://registry.npmjs.org/exit/-/exit-0.1.2.tgz' }
5300 verbose cache add name="exit" spec="https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" args=["exit","https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"]
5301 verbose parsed url { protocol: 'https:',
5301 verbose parsed url slashes: true,
5301 verbose parsed url auth: null,
5301 verbose parsed url host: 'registry.npmjs.org',
5301 verbose parsed url port: null,
5301 verbose parsed url hostname: 'registry.npmjs.org',
5301 verbose parsed url hash: null,
5301 verbose parsed url search: null,
5301 verbose parsed url query: null,
5301 verbose parsed url pathname: '/exit/-/exit-0.1.2.tgz',
5301 verbose parsed url path: '/exit/-/exit-0.1.2.tgz',
5301 verbose parsed url href: 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz' }
5302 silly lockFile 26c4995b-ry-npmjs-org-exit-exit-0-1-2-tgz https://registry.npmjs.org/exit/-/exit-0.1.2.tgz
5303 verbose lock https://registry.npmjs.org/exit/-/exit-0.1.2.tgz /root/.npm/26c4995b-ry-npmjs-org-exit-exit-0-1-2-tgz.lock
5304 verbose cache add [ 'getobject@https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
5304 verbose cache add null ]
5305 verbose cache add name=undefined spec="getobject@https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz" args=["getobject@https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",null]
5306 verbose parsed url { protocol: null,
5306 verbose parsed url slashes: null,
5306 verbose parsed url auth: null,
5306 verbose parsed url host: null,
5306 verbose parsed url port: null,
5306 verbose parsed url hostname: null,
5306 verbose parsed url hash: null,
5306 verbose parsed url search: null,
5306 verbose parsed url query: null,
5306 verbose parsed url pathname: 'getobject@https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
5306 verbose parsed url path: 'getobject@https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
5306 verbose parsed url href: 'getobject@https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz' }
5307 verbose cache add name="getobject" spec="https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz" args=["getobject","https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz"]
5308 verbose parsed url { protocol: 'https:',
5308 verbose parsed url slashes: true,
5308 verbose parsed url auth: null,
5308 verbose parsed url host: 'registry.npmjs.org',
5308 verbose parsed url port: null,
5308 verbose parsed url hostname: 'registry.npmjs.org',
5308 verbose parsed url hash: null,
5308 verbose parsed url search: null,
5308 verbose parsed url query: null,
5308 verbose parsed url pathname: '/getobject/-/getobject-0.1.0.tgz',
5308 verbose parsed url path: '/getobject/-/getobject-0.1.0.tgz',
5308 verbose parsed url href: 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz' }
5309 silly lockFile ffaebdea-rg-getobject-getobject-0-1-0-tgz https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
5310 verbose lock https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz /root/.npm/ffaebdea-rg-getobject-getobject-0-1-0-tgz.lock
5311 verbose cache add [ 'grunt-legacy-util@https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5311 verbose cache add null ]
5312 verbose cache add name=undefined spec="grunt-legacy-util@https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz" args=["grunt-legacy-util@https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz",null]
5313 verbose parsed url { protocol: null,
5313 verbose parsed url slashes: null,
5313 verbose parsed url auth: null,
5313 verbose parsed url host: null,
5313 verbose parsed url port: null,
5313 verbose parsed url hostname: null,
5313 verbose parsed url hash: null,
5313 verbose parsed url search: null,
5313 verbose parsed url query: null,
5313 verbose parsed url pathname: 'grunt-legacy-util@https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5313 verbose parsed url path: 'grunt-legacy-util@https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5313 verbose parsed url href: 'grunt-legacy-util@https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz' }
5314 verbose cache add name="grunt-legacy-util" spec="https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz" args=["grunt-legacy-util","https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz"]
5315 verbose parsed url { protocol: 'https:',
5315 verbose parsed url slashes: true,
5315 verbose parsed url auth: null,
5315 verbose parsed url host: 'registry.npmjs.org',
5315 verbose parsed url port: null,
5315 verbose parsed url hostname: 'registry.npmjs.org',
5315 verbose parsed url hash: null,
5315 verbose parsed url search: null,
5315 verbose parsed url query: null,
5315 verbose parsed url pathname: '/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5315 verbose parsed url path: '/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5315 verbose parsed url href: 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz' }
5316 silly lockFile b98da523-util-grunt-legacy-util-0-2-0-tgz https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz
5317 verbose lock https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz /root/.npm/b98da523-util-grunt-legacy-util-0-2-0-tgz.lock
5318 verbose cache add [ 'grunt-legacy-log@https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5318 verbose cache add null ]
5319 verbose cache add name=undefined spec="grunt-legacy-log@https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz" args=["grunt-legacy-log@https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz",null]
5320 verbose parsed url { protocol: null,
5320 verbose parsed url slashes: null,
5320 verbose parsed url auth: null,
5320 verbose parsed url host: null,
5320 verbose parsed url port: null,
5320 verbose parsed url hostname: null,
5320 verbose parsed url hash: null,
5320 verbose parsed url search: null,
5320 verbose parsed url query: null,
5320 verbose parsed url pathname: 'grunt-legacy-log@https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5320 verbose parsed url path: 'grunt-legacy-log@https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5320 verbose parsed url href: 'grunt-legacy-log@https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz' }
5321 verbose cache add name="grunt-legacy-log" spec="https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz" args=["grunt-legacy-log","https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz"]
5322 verbose parsed url { protocol: 'https:',
5322 verbose parsed url slashes: true,
5322 verbose parsed url auth: null,
5322 verbose parsed url host: 'registry.npmjs.org',
5322 verbose parsed url port: null,
5322 verbose parsed url hostname: 'registry.npmjs.org',
5322 verbose parsed url hash: null,
5322 verbose parsed url search: null,
5322 verbose parsed url query: null,
5322 verbose parsed url pathname: '/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5322 verbose parsed url path: '/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5322 verbose parsed url href: 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz' }
5323 silly lockFile 03def546-y-log-grunt-legacy-log-0-1-1-tgz https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz
5324 verbose lock https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz /root/.npm/03def546-y-log-grunt-legacy-log-0-1-1-tgz.lock
5325 verbose cache add [ 'async@https://registry.npmjs.org/async/-/async-0.1.22.tgz',
5325 verbose cache add null ]
5326 verbose cache add name=undefined spec="async@https://registry.npmjs.org/async/-/async-0.1.22.tgz" args=["async@https://registry.npmjs.org/async/-/async-0.1.22.tgz",null]
5327 verbose parsed url { protocol: null,
5327 verbose parsed url slashes: null,
5327 verbose parsed url auth: null,
5327 verbose parsed url host: null,
5327 verbose parsed url port: null,
5327 verbose parsed url hostname: null,
5327 verbose parsed url hash: null,
5327 verbose parsed url search: null,
5327 verbose parsed url query: null,
5327 verbose parsed url pathname: 'async@https://registry.npmjs.org/async/-/async-0.1.22.tgz',
5327 verbose parsed url path: 'async@https://registry.npmjs.org/async/-/async-0.1.22.tgz',
5327 verbose parsed url href: 'async@https://registry.npmjs.org/async/-/async-0.1.22.tgz' }
5328 verbose cache add name="async" spec="https://registry.npmjs.org/async/-/async-0.1.22.tgz" args=["async","https://registry.npmjs.org/async/-/async-0.1.22.tgz"]
5329 verbose parsed url { protocol: 'https:',
5329 verbose parsed url slashes: true,
5329 verbose parsed url auth: null,
5329 verbose parsed url host: 'registry.npmjs.org',
5329 verbose parsed url port: null,
5329 verbose parsed url hostname: 'registry.npmjs.org',
5329 verbose parsed url hash: null,
5329 verbose parsed url search: null,
5329 verbose parsed url query: null,
5329 verbose parsed url pathname: '/async/-/async-0.1.22.tgz',
5329 verbose parsed url path: '/async/-/async-0.1.22.tgz',
5329 verbose parsed url href: 'https://registry.npmjs.org/async/-/async-0.1.22.tgz' }
5330 silly lockFile d8129da7-npmjs-org-async-async-0-1-22-tgz https://registry.npmjs.org/async/-/async-0.1.22.tgz
5331 verbose lock https://registry.npmjs.org/async/-/async-0.1.22.tgz /root/.npm/d8129da7-npmjs-org-async-async-0-1-22-tgz.lock
5332 verbose cache add [ 'coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
5332 verbose cache add null ]
5333 verbose cache add name=undefined spec="coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz" args=["coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz",null]
5334 verbose parsed url { protocol: null,
5334 verbose parsed url slashes: null,
5334 verbose parsed url auth: null,
5334 verbose parsed url host: null,
5334 verbose parsed url port: null,
5334 verbose parsed url hostname: null,
5334 verbose parsed url hash: null,
5334 verbose parsed url search: null,
5334 verbose parsed url query: null,
5334 verbose parsed url pathname: 'coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
5334 verbose parsed url path: 'coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
5334 verbose parsed url href: 'coffee-script@https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz' }
5335 verbose cache add name="coffee-script" spec="https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz" args=["coffee-script","https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz"]
5336 verbose parsed url { protocol: 'https:',
5336 verbose parsed url slashes: true,
5336 verbose parsed url auth: null,
5336 verbose parsed url host: 'registry.npmjs.org',
5336 verbose parsed url port: null,
5336 verbose parsed url hostname: 'registry.npmjs.org',
5336 verbose parsed url hash: null,
5336 verbose parsed url search: null,
5336 verbose parsed url query: null,
5336 verbose parsed url pathname: '/coffee-script/-/coffee-script-1.3.3.tgz',
5336 verbose parsed url path: '/coffee-script/-/coffee-script-1.3.3.tgz',
5336 verbose parsed url href: 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz' }
5337 silly lockFile 1b193f6e-e-script-coffee-script-1-3-3-tgz https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz
5338 verbose lock https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz /root/.npm/1b193f6e-e-script-coffee-script-1-3-3-tgz.lock
5339 verbose addRemoteTarball [ 'https://registry.npmjs.org/colors/-/colors-0.6.2.tgz', null ]
5340 verbose addRemoteTarball [ 'https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz',
5340 verbose addRemoteTarball null ]
5341 http 200 https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz
5342 http 200 https://registry.npmjs.org/moment/-/moment-2.8.3.tgz
5343 http 200 https://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz
5344 verbose addRemoteTarball [ 'https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz',
5344 verbose addRemoteTarball null ]
5345 info retry fetch attempt 1 at 16:34:17
5346 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457434-0.5151812732219696/tmp.tgz
5347 verbose addRemoteTarball [ 'https://registry.npmjs.org/glob/-/glob-3.1.21.tgz', null ]
5348 verbose addRemoteTarball [ 'https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz',
5348 verbose addRemoteTarball null ]
5349 info retry fetch attempt 1 at 16:34:17
5350 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457436-0.18133897054940462/tmp.tgz
5351 verbose addRemoteTarball [ 'https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz',
5351 verbose addRemoteTarball null ]
5352 verbose addRemoteTarball [ 'https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz', null ]
5353 verbose addRemoteTarball [ 'https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz', null ]
5354 verbose addRemoteTarball [ 'https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz',
5354 verbose addRemoteTarball null ]
5355 verbose addRemoteTarball [ 'https://registry.npmjs.org/which/-/which-1.0.5.tgz', null ]
5356 verbose addRemoteTarball [ 'https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz',
5356 verbose addRemoteTarball null ]
5357 verbose addRemoteTarball [ 'https://registry.npmjs.org/exit/-/exit-0.1.2.tgz', null ]
5358 verbose addRemoteTarball [ 'https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz',
5358 verbose addRemoteTarball null ]
5359 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz',
5359 verbose addRemoteTarball null ]
5360 verbose addRemoteTarball [ 'https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz',
5360 verbose addRemoteTarball null ]
5361 verbose addRemoteTarball [ 'https://registry.npmjs.org/async/-/async-0.1.22.tgz', null ]
5362 verbose addRemoteTarball [ 'https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz',
5362 verbose addRemoteTarball null ]
5363 info retry fetch attempt 1 at 16:34:17
5364 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457437-0.4074859647080302/tmp.tgz
5365 silly gunzTarPerm extractEntry Gruntfile.js
5366 silly gunzTarPerm extractEntry .jshintrc
5367 info retry fetch attempt 1 at 16:34:17
5368 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457441-0.6521824868395925/tmp.tgz
5369 info retry fetch attempt 1 at 16:34:17
5370 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457446-0.8480275755282491/tmp.tgz
5371 info retry fetch attempt 1 at 16:34:17
5372 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457447-0.9977534003555775/tmp.tgz
5373 info retry fetch attempt 1 at 16:34:17
5374 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457448-0.732594556408003/tmp.tgz
5375 info retry fetch attempt 1 at 16:34:17
5376 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457448-0.8325273771770298/tmp.tgz
5377 info retry fetch attempt 1 at 16:34:17
5378 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457449-0.013995129149407148/tmp.tgz
5379 info retry fetch attempt 1 at 16:34:17
5380 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457455-0.8680637564975768/tmp.tgz
5381 info retry fetch attempt 1 at 16:34:17
5382 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457456-0.4275883948430419/tmp.tgz
5383 info retry fetch attempt 1 at 16:34:17
5384 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457456-0.6364244103897363/tmp.tgz
5385 info retry fetch attempt 1 at 16:34:17
5386 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457457-0.8983118366450071/tmp.tgz
5387 info retry fetch attempt 1 at 16:34:17
5388 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457457-0.5088642253540456/tmp.tgz
5389 info retry fetch attempt 1 at 16:34:17
5390 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457458-0.9924505746457726/tmp.tgz
5391 info retry fetch attempt 1 at 16:34:17
5392 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457460-0.6073377083521336/tmp.tgz
5393 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/tmp.tgz
5394 silly lockFile 65033bc4-6975-0-27776650292798877-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package
5395 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package /root/.npm/65033bc4-6975-0-27776650292798877-package.lock
5396 silly lockFile fad024a0-6975-0-27776650292798877-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/tmp.tgz
5397 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/tmp.tgz /root/.npm/fad024a0-6975-0-27776650292798877-tmp-tgz.lock
5398 info retry fetch attempt 1 at 16:34:17
5399 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457461-0.617565767141059/tmp.tgz
5400 http GET https://registry.npmjs.org/colors/-/colors-0.6.2.tgz
5401 http GET https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz
5402 http GET https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz
5403 silly gunzTarPerm extractEntry from.js
5404 silly gunzTarPerm extractEntry index.js
5405 http GET https://registry.npmjs.org/glob/-/glob-3.1.21.tgz
5406 http GET https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz
5407 http GET https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz
5408 http GET https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
5409 http GET https://registry.npmjs.org/lodash/-/lodash-0.9.2.tgz
5410 http GET https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz
5411 http GET https://registry.npmjs.org/which/-/which-1.0.5.tgz
5412 http GET https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz
5413 http GET https://registry.npmjs.org/exit/-/exit-0.1.2.tgz
5414 http GET https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz
5415 http GET https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz
5416 http GET https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.1.tgz
5417 http GET https://registry.npmjs.org/async/-/async-0.1.22.tgz
5418 http GET https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz
5419 silly lockFile 26ee83de--auth-server-node-modules-bigint tar:///data/fxa-auth-server/node_modules/bigint
5420 silly lockFile 26ee83de--auth-server-node-modules-bigint tar:///data/fxa-auth-server/node_modules/bigint
5421 silly gunzTarPerm modes [ '755', '644' ]
5422 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
5423 silly lockFile f5fc8187-oot-npm-bigint-0-4-2-package-tgz tar:///root/.npm/bigint/0.4.2/package.tgz
5424 silly gunzTarPerm extractEntry .travis.yml
5425 silly gunzTarPerm extractEntry LICENSE-MIT
5426 info preinstall bigint@0.4.2
5427 silly gunzTarPerm extractEntry child.js
5428 verbose readDependencies using package.json deps
5429 verbose readDependencies using package.json deps
5430 silly resolved []
5431 verbose about to build /data/fxa-auth-server/node_modules/bigint
5432 info build /data/fxa-auth-server/node_modules/bigint
5433 verbose linkStuff [ false, false, false, '/data/fxa-auth-server/node_modules' ]
5434 info linkStuff bigint@0.4.2
5435 verbose linkBins bigint@0.4.2
5436 verbose linkMans bigint@0.4.2
5437 verbose rebuildBundles bigint@0.4.2
5438 info install bigint@0.4.2
5439 silly gunzTarPerm extractEntry dist/
5440 silly gunzTarPerm extractEntry dist/ba-hooker.js
5441 silly gunzTarPerm extractEntry is.js
5442 silly gunzTarPerm extractEntry join.js
5443 verbose unsafe-perm in lifecycle false
5444 silly gunzTarPerm extractEntry lib/findup-sync.js
5445 silly gunzTarPerm extractEntry test/findup-sync_test.js
5446 silly gunzTarPerm extractEntry create.js
5447 silly gunzTarPerm extractEntry subarray.js
5448 silly gunzTarPerm extractEntry test/fixtures/a/b/bar.txt
5449 silly gunzTarPerm extractEntry test/fixtures/a/foo.txt
5450 silly lockFile 0a0a5eaa-6934-0-18619571230374277-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5451 silly lockFile 0a0a5eaa-6934-0-18619571230374277-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5452 silly gunzTarPerm extractEntry dist/ba-hooker.min.js
5453 silly gunzTarPerm extractEntry grunt.js
5454 silly gunzTarPerm extractEntry lib/
5455 http 200 https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
5456 silly lockFile eb76bfea-6934-0-18619571230374277-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/tmp.tgz
5457 silly lockFile eb76bfea-6934-0-18619571230374277-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/tmp.tgz
5458 silly gunzTarPerm extractEntry to.js
5459 silly gunzTarPerm extractEntry write.js
5460 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457071-0.35088358842767775/tmp.tgz
5461 silly lockFile eeae4fa5-7071-0-35088358842767775-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457071-0.35088358842767775/package
5462 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457071-0.35088358842767775/package /root/.npm/eeae4fa5-7071-0-35088358842767775-package.lock
5463 silly lockFile 52a84d80-7071-0-35088358842767775-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457071-0.35088358842767775/tmp.tgz
5464 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457071-0.35088358842767775/tmp.tgz /root/.npm/52a84d80-7071-0-35088358842767775-tmp-tgz.lock
5465 verbose tar pack [ '/root/.npm/multimatch/0.3.0/package.tgz',
5465 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package' ]
5466 verbose tarball /root/.npm/multimatch/0.3.0/package.tgz
5467 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5468 silly lockFile 0a0a5eaa-6934-0-18619571230374277-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5469 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package /root/.npm/0a0a5eaa-6934-0-18619571230374277-package.lock
5470 silly lockFile 85c57e07-npm-multimatch-0-3-0-package-tgz tar:///root/.npm/multimatch/0.3.0/package.tgz
5471 verbose lock tar:///root/.npm/multimatch/0.3.0/package.tgz /root/.npm/85c57e07-npm-multimatch-0-3-0-package-tgz.lock
5472 silly gunzTarPerm extractEntry test/fixtures/a.txt
5473 silly gunzTarPerm extractEntry test/fixtures/aaa.txt
5474 silly gunzTarPerm modes [ '755', '644' ]
5475 silly gunzTarPerm extractEntry lib/hooker.js
5476 silly lockFile 42d1e655-h-server-node-modules-mailparser tar:///data/fxa-auth-server/node_modules/mailparser
5477 silly lockFile 42d1e655-h-server-node-modules-mailparser tar:///data/fxa-auth-server/node_modules/mailparser
5478 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
5479 silly lockFile 97686b64-npm-mailparser-0-4-6-package-tgz tar:///root/.npm/mailparser/0.4.6/package.tgz
5480 silly gunzTarPerm extractEntry read.js
5481 silly gunzTarPerm extractEntry test/copy.js
5482 silly gunzTarPerm extractEntry package.json
5483 info preinstall mailparser@0.4.6
5484 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/mailparser',
5484 verbose readDependencies: using existing wrap { mimelib:
5484 verbose readDependencies: using existing wrap { version: '0.2.18',
5484 verbose readDependencies: using existing wrap from: 'mimelib@>=0.2.17',
5484 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5484 verbose readDependencies: using existing wrap dependencies: [Object] },
5484 verbose readDependencies: using existing wrap encoding:
5484 verbose readDependencies: using existing wrap { version: '0.1.11',
5484 verbose readDependencies: using existing wrap from: 'encoding@>=0.1.4',
5484 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5484 verbose readDependencies: using existing wrap dependencies: [Object] },
5484 verbose readDependencies: using existing wrap mime:
5484 verbose readDependencies: using existing wrap { version: '1.2.11',
5484 verbose readDependencies: using existing wrap from: 'mime@*',
5484 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz' },
5484 verbose readDependencies: using existing wrap uue:
5484 verbose readDependencies: using existing wrap { version: '1.0.0',
5484 verbose readDependencies: using existing wrap from: 'uue@~1.0.0',
5484 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' } } ]
5485 verbose from wrap [ 'mimelib',
5485 verbose from wrap { version: '0.2.18',
5485 verbose from wrap from: 'mimelib@>=0.2.17',
5485 verbose from wrap resolved: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5485 verbose from wrap dependencies: { addressparser: [Object] } } ]
5486 verbose from wrap [ 'encoding',
5486 verbose from wrap { version: '0.1.11',
5486 verbose from wrap from: 'encoding@>=0.1.4',
5486 verbose from wrap resolved: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5486 verbose from wrap dependencies: { 'iconv-lite': [Object] } } ]
5487 verbose from wrap [ 'mime',
5487 verbose from wrap { version: '1.2.11',
5487 verbose from wrap from: 'mime@*',
5487 verbose from wrap resolved: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz' } ]
5488 verbose from wrap [ 'uue',
5488 verbose from wrap { version: '1.0.0',
5488 verbose from wrap from: 'uue@~1.0.0',
5488 verbose from wrap resolved: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' } ]
5489 verbose readDependencies returned deps { mimelib: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5489 verbose readDependencies returned deps encoding: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5489 verbose readDependencies returned deps mime: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
5489 verbose readDependencies returned deps uue: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' }
5490 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/mailparser',
5490 verbose readDependencies: using existing wrap { mimelib:
5490 verbose readDependencies: using existing wrap { version: '0.2.18',
5490 verbose readDependencies: using existing wrap from: 'mimelib@>=0.2.17',
5490 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5490 verbose readDependencies: using existing wrap dependencies: [Object] },
5490 verbose readDependencies: using existing wrap encoding:
5490 verbose readDependencies: using existing wrap { version: '0.1.11',
5490 verbose readDependencies: using existing wrap from: 'encoding@>=0.1.4',
5490 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5490 verbose readDependencies: using existing wrap dependencies: [Object] },
5490 verbose readDependencies: using existing wrap mime:
5490 verbose readDependencies: using existing wrap { version: '1.2.11',
5490 verbose readDependencies: using existing wrap from: 'mime@*',
5490 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz' },
5490 verbose readDependencies: using existing wrap uue:
5490 verbose readDependencies: using existing wrap { version: '1.0.0',
5490 verbose readDependencies: using existing wrap from: 'uue@~1.0.0',
5490 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' } } ]
5491 verbose from wrap [ 'mimelib',
5491 verbose from wrap { version: '0.2.18',
5491 verbose from wrap from: 'mimelib@>=0.2.17',
5491 verbose from wrap resolved: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5491 verbose from wrap dependencies: { addressparser: [Object] } } ]
5492 verbose from wrap [ 'encoding',
5492 verbose from wrap { version: '0.1.11',
5492 verbose from wrap from: 'encoding@>=0.1.4',
5492 verbose from wrap resolved: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5492 verbose from wrap dependencies: { 'iconv-lite': [Object] } } ]
5493 verbose from wrap [ 'mime',
5493 verbose from wrap { version: '1.2.11',
5493 verbose from wrap from: 'mime@*',
5493 verbose from wrap resolved: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz' } ]
5494 verbose from wrap [ 'uue',
5494 verbose from wrap { version: '1.0.0',
5494 verbose from wrap from: 'uue@~1.0.0',
5494 verbose from wrap resolved: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' } ]
5495 verbose readDependencies returned deps { mimelib: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5495 verbose readDependencies returned deps encoding: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5495 verbose readDependencies returned deps mime: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
5495 verbose readDependencies returned deps uue: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' }
5496 silly gunzTarPerm extractEntry LICENSE
5497 silly gunzTarPerm extractEntry index.js
5498 http 200 https://registry.npmjs.org/validator/-/validator-3.22.1.tgz
5499 verbose cache add [ 'mimelib@https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5499 verbose cache add null ]
5500 verbose cache add name=undefined spec="mimelib@https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz" args=["mimelib@https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz",null]
5501 verbose parsed url { protocol: null,
5501 verbose parsed url slashes: null,
5501 verbose parsed url auth: null,
5501 verbose parsed url host: null,
5501 verbose parsed url port: null,
5501 verbose parsed url hostname: null,
5501 verbose parsed url hash: null,
5501 verbose parsed url search: null,
5501 verbose parsed url query: null,
5501 verbose parsed url pathname: 'mimelib@https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5501 verbose parsed url path: 'mimelib@https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5501 verbose parsed url href: 'mimelib@https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz' }
5502 verbose cache add name="mimelib" spec="https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz" args=["mimelib","https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz"]
5503 verbose parsed url { protocol: 'https:',
5503 verbose parsed url slashes: true,
5503 verbose parsed url auth: null,
5503 verbose parsed url host: 'registry.npmjs.org',
5503 verbose parsed url port: null,
5503 verbose parsed url hostname: 'registry.npmjs.org',
5503 verbose parsed url hash: null,
5503 verbose parsed url search: null,
5503 verbose parsed url query: null,
5503 verbose parsed url pathname: '/mimelib/-/mimelib-0.2.18.tgz',
5503 verbose parsed url path: '/mimelib/-/mimelib-0.2.18.tgz',
5503 verbose parsed url href: 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz' }
5504 silly lockFile dbd307ff-s-org-mimelib-mimelib-0-2-18-tgz https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz
5505 verbose lock https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz /root/.npm/dbd307ff-s-org-mimelib-mimelib-0-2-18-tgz.lock
5506 verbose cache add [ 'encoding@https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5506 verbose cache add null ]
5507 verbose cache add name=undefined spec="encoding@https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz" args=["encoding@https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz",null]
5508 verbose parsed url { protocol: null,
5508 verbose parsed url slashes: null,
5508 verbose parsed url auth: null,
5508 verbose parsed url host: null,
5508 verbose parsed url port: null,
5508 verbose parsed url hostname: null,
5508 verbose parsed url hash: null,
5508 verbose parsed url search: null,
5508 verbose parsed url query: null,
5508 verbose parsed url pathname: 'encoding@https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5508 verbose parsed url path: 'encoding@https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5508 verbose parsed url href: 'encoding@https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz' }
5509 verbose cache add name="encoding" spec="https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz" args=["encoding","https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz"]
5510 verbose parsed url { protocol: 'https:',
5510 verbose parsed url slashes: true,
5510 verbose parsed url auth: null,
5510 verbose parsed url host: 'registry.npmjs.org',
5510 verbose parsed url port: null,
5510 verbose parsed url hostname: 'registry.npmjs.org',
5510 verbose parsed url hash: null,
5510 verbose parsed url search: null,
5510 verbose parsed url query: null,
5510 verbose parsed url pathname: '/encoding/-/encoding-0.1.11.tgz',
5510 verbose parsed url path: '/encoding/-/encoding-0.1.11.tgz',
5510 verbose parsed url href: 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz' }
5511 silly lockFile a29a85a2-org-encoding-encoding-0-1-11-tgz https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz
5512 verbose lock https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz /root/.npm/a29a85a2-org-encoding-encoding-0-1-11-tgz.lock
5513 verbose cache add [ 'mime@https://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
5513 verbose cache add null ]
5514 verbose cache add name=undefined spec="mime@https://registry.npmjs.org/mime/-/mime-1.2.11.tgz" args=["mime@https://registry.npmjs.org/mime/-/mime-1.2.11.tgz",null]
5515 verbose parsed url { protocol: null,
5515 verbose parsed url slashes: null,
5515 verbose parsed url auth: null,
5515 verbose parsed url host: null,
5515 verbose parsed url port: null,
5515 verbose parsed url hostname: null,
5515 verbose parsed url hash: null,
5515 verbose parsed url search: null,
5515 verbose parsed url query: null,
5515 verbose parsed url pathname: 'mime@https://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
5515 verbose parsed url path: 'mime@https://registry.npmjs.org/mime/-/mime-1.2.11.tgz',
5515 verbose parsed url href: 'mime@https://registry.npmjs.org/mime/-/mime-1.2.11.tgz' }
5516 verbose cache add name="mime" spec="https://registry.npmjs.org/mime/-/mime-1.2.11.tgz" args=["mime","https://registry.npmjs.org/mime/-/mime-1.2.11.tgz"]
5517 verbose parsed url { protocol: 'https:',
5517 verbose parsed url slashes: true,
5517 verbose parsed url auth: null,
5517 verbose parsed url host: 'registry.npmjs.org',
5517 verbose parsed url port: null,
5517 verbose parsed url hostname: 'registry.npmjs.org',
5517 verbose parsed url hash: null,
5517 verbose parsed url search: null,
5517 verbose parsed url query: null,
5517 verbose parsed url pathname: '/mime/-/mime-1.2.11.tgz',
5517 verbose parsed url path: '/mime/-/mime-1.2.11.tgz',
5517 verbose parsed url href: 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz' }
5518 silly lockFile 98468155-y-npmjs-org-mime-mime-1-2-11-tgz https://registry.npmjs.org/mime/-/mime-1.2.11.tgz
5519 verbose lock https://registry.npmjs.org/mime/-/mime-1.2.11.tgz /root/.npm/98468155-y-npmjs-org-mime-mime-1-2-11-tgz.lock
5520 verbose cache add [ 'uue@https://registry.npmjs.org/uue/-/uue-1.0.0.tgz', null ]
5521 verbose cache add name=undefined spec="uue@https://registry.npmjs.org/uue/-/uue-1.0.0.tgz" args=["uue@https://registry.npmjs.org/uue/-/uue-1.0.0.tgz",null]
5522 verbose parsed url { protocol: null,
5522 verbose parsed url slashes: null,
5522 verbose parsed url auth: null,
5522 verbose parsed url host: null,
5522 verbose parsed url port: null,
5522 verbose parsed url hostname: null,
5522 verbose parsed url hash: null,
5522 verbose parsed url search: null,
5522 verbose parsed url query: null,
5522 verbose parsed url pathname: 'uue@https://registry.npmjs.org/uue/-/uue-1.0.0.tgz',
5522 verbose parsed url path: 'uue@https://registry.npmjs.org/uue/-/uue-1.0.0.tgz',
5522 verbose parsed url href: 'uue@https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' }
5523 verbose cache add name="uue" spec="https://registry.npmjs.org/uue/-/uue-1.0.0.tgz" args=["uue","https://registry.npmjs.org/uue/-/uue-1.0.0.tgz"]
5524 verbose parsed url { protocol: 'https:',
5524 verbose parsed url slashes: true,
5524 verbose parsed url auth: null,
5524 verbose parsed url host: 'registry.npmjs.org',
5524 verbose parsed url port: null,
5524 verbose parsed url hostname: 'registry.npmjs.org',
5524 verbose parsed url hash: null,
5524 verbose parsed url search: null,
5524 verbose parsed url query: null,
5524 verbose parsed url pathname: '/uue/-/uue-1.0.0.tgz',
5524 verbose parsed url path: '/uue/-/uue-1.0.0.tgz',
5524 verbose parsed url href: 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz' }
5525 silly lockFile 11537fe5-stry-npmjs-org-uue-uue-1-0-0-tgz https://registry.npmjs.org/uue/-/uue-1.0.0.tgz
5526 verbose lock https://registry.npmjs.org/uue/-/uue-1.0.0.tgz /root/.npm/11537fe5-stry-npmjs-org-uue-uue-1-0-0-tgz.lock
5527 silly gunzTarPerm extractEntry test/create.js
5528 verbose addRemoteTarball [ 'https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz',
5528 verbose addRemoteTarball null ]
5529 info retry fetch attempt 1 at 16:34:17
5530 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457599-0.9475450967438519/tmp.tgz
5531 verbose addRemoteTarball [ 'https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz',
5531 verbose addRemoteTarball null ]
5532 verbose addRemoteTarball [ 'https://registry.npmjs.org/mime/-/mime-1.2.11.tgz', null ]
5533 verbose addRemoteTarball [ 'https://registry.npmjs.org/uue/-/uue-1.0.0.tgz', null ]
5534 info retry fetch attempt 1 at 16:34:17
5535 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457604-0.3057431688066572/tmp.tgz
5536 info retry fetch attempt 1 at 16:34:17
5537 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457606-0.4592339952941984/tmp.tgz
5538 info retry fetch attempt 1 at 16:34:17
5539 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642457606-0.620892038801685/tmp.tgz
5540 http GET https://registry.npmjs.org/mimelib/-/mimelib-0.2.18.tgz
5541 http GET https://registry.npmjs.org/encoding/-/encoding-0.1.11.tgz
5542 http GET https://registry.npmjs.org/mime/-/mime-1.2.11.tgz
5543 http GET https://registry.npmjs.org/uue/-/uue-1.0.0.tgz
5544 silly gunzTarPerm extractEntry .travis.yml
5545 silly gunzTarPerm extractEntry example/bool.js
5546 http 200 https://registry.npmjs.org/cjson/-/cjson-0.3.0.tgz
5547 silly gunzTarPerm extractEntry LICENSE-MIT
5548 silly gunzTarPerm extractEntry package.json
5549 silly gunzTarPerm extractEntry test/from.js
5550 silly gunzTarPerm extractEntry test/index.js
5551 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/tmp.tgz
5552 silly lockFile cbbf0f44-57076-0-9012356621678919-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/package
5553 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/package /root/.npm/cbbf0f44-57076-0-9012356621678919-package.lock
5554 silly lockFile 5e4ccfa9-57076-0-9012356621678919-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/tmp.tgz
5555 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/tmp.tgz /root/.npm/5e4ccfa9-57076-0-9012356621678919-tmp-tgz.lock
5556 silly gunzTarPerm modes [ '755', '644' ]
5557 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457072-0.590184273198247/tmp.tgz
5558 silly lockFile 06dca8ba-457072-0-590184273198247-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457072-0.590184273198247/package
5559 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457072-0.590184273198247/package /root/.npm/06dca8ba-457072-0-590184273198247-package.lock
5560 silly lockFile 22bed5ba-457072-0-590184273198247-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457072-0.590184273198247/tmp.tgz
5561 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457072-0.590184273198247/tmp.tgz /root/.npm/22bed5ba-457072-0-590184273198247-tmp-tgz.lock
5562 silly gunzTarPerm modes [ '755', '644' ]
5563 silly gunzTarPerm extractEntry test/is.js
5564 silly gunzTarPerm extractEntry test/join.js
5565 silly gunzTarPerm extractEntry example/default_singles.js
5566 silly gunzTarPerm extractEntry example/divide.js
5567 silly gunzTarPerm extractEntry example/line_count.js
5568 silly gunzTarPerm extractEntry example/default_hash.js
5569 silly gunzTarPerm extractEntry example/line_count_wrap.js
5570 silly gunzTarPerm extractEntry example/nonopt.js
5571 silly gunzTarPerm extractEntry example/reflect.js
5572 silly gunzTarPerm extractEntry example/short.js
5573 silly gunzTarPerm extractEntry example/string.js
5574 silly gunzTarPerm extractEntry example/boolean_single.js
5575 silly gunzTarPerm extractEntry example/usage-options.js
5576 silly gunzTarPerm extractEntry example/boolean_double.js
5577 silly gunzTarPerm extractEntry example/xup.js
5578 silly gunzTarPerm extractEntry example/line_count_options.js
5579 silly gunzTarPerm extractEntry readme.markdown
5580 silly gunzTarPerm extractEntry test/_.js
5581 silly gunzTarPerm extractEntry test/dash.js
5582 silly gunzTarPerm extractEntry test/parse.js
5583 silly gunzTarPerm extractEntry test/parse_modified.js
5584 silly gunzTarPerm extractEntry test/short.js
5585 silly gunzTarPerm extractEntry test/usage.js
5586 silly gunzTarPerm extractEntry test/whitespace.js
5587 silly gunzTarPerm extractEntry test/_/argv.js
5588 silly gunzTarPerm extractEntry test/_/bin.js
5589 silly gunzTarPerm extractEntry package.json
5590 silly lockFile 0a0a5eaa-6934-0-18619571230374277-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5591 silly lockFile 0a0a5eaa-6934-0-18619571230374277-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456934-0.18619571230374277/package
5592 silly gunzTarPerm extractEntry parent.js
5593 silly gunzTarPerm extractEntry README.md
5594 silly lockFile 85c57e07-npm-multimatch-0-3-0-package-tgz tar:///root/.npm/multimatch/0.3.0/package.tgz
5595 silly lockFile 85c57e07-npm-multimatch-0-3-0-package-tgz tar:///root/.npm/multimatch/0.3.0/package.tgz
5596 silly gunzTarPerm extractEntry package.json
5597 silly gunzTarPerm extractEntry .npmignore
5598 silly gunzTarPerm extractEntry index.js
5599 silly gunzTarPerm extractEntry test/read.js
5600 silly gunzTarPerm extractEntry test/subarray.js
5601 silly gunzTarPerm extractEntry .npmignore
5602 silly gunzTarPerm extractEntry README.md
5603 silly lockFile 670cda24-oot-npm-multimatch-0-3-0-package /root/.npm/multimatch/0.3.0/package
5604 verbose lock /root/.npm/multimatch/0.3.0/package /root/.npm/670cda24-oot-npm-multimatch-0-3-0-package.lock
5605 silly gunzTarPerm extractEntry test/
5606 silly gunzTarPerm extractEntry test/hooker_test.js
5607 silly lockFile 670cda24-oot-npm-multimatch-0-3-0-package /root/.npm/multimatch/0.3.0/package
5608 silly lockFile 670cda24-oot-npm-multimatch-0-3-0-package /root/.npm/multimatch/0.3.0/package
5609 verbose tar unpack /root/.npm/multimatch/0.3.0/package.tgz
5610 silly lockFile f58c2437-oot-npm-multimatch-0-3-0-package tar:///root/.npm/multimatch/0.3.0/package
5611 verbose lock tar:///root/.npm/multimatch/0.3.0/package /root/.npm/f58c2437-oot-npm-multimatch-0-3-0-package.lock
5612 silly lockFile 85c57e07-npm-multimatch-0-3-0-package-tgz tar:///root/.npm/multimatch/0.3.0/package.tgz
5613 verbose lock tar:///root/.npm/multimatch/0.3.0/package.tgz /root/.npm/85c57e07-npm-multimatch-0-3-0-package-tgz.lock
5614 silly gunzTarPerm extractEntry .travis.yml
5615 silly gunzTarPerm extractEntry Makefile
5616 silly gunzTarPerm extractEntry test/to.js
5617 silly gunzTarPerm extractEntry test/write.js
5618 silly gunzTarPerm modes [ '755', '644' ]
5619 silly gunzTarPerm extractEntry LICENSE
5620 silly gunzTarPerm extractEntry validator.js
5621 silly gunzTarPerm extractEntry readme.md
5622 silly gunzTarPerm extractEntry test/test.js
5623 silly gunzTarPerm extractEntry package.json
5624 silly gunzTarPerm extractEntry typedarray/copy.js
5625 silly gunzTarPerm extractEntry typedarray/create.js
5626 silly gunzTarPerm extractEntry validator.min.js
5627 silly gunzTarPerm extractEntry index.js
5628 silly gunzTarPerm extractEntry readme.md
5629 silly gunzTarPerm extractEntry typedarray/from.js
5630 silly gunzTarPerm extractEntry typedarray/is.js
5631 silly gunzTarPerm extractEntry test/fixtures/conf1.json
5632 silly gunzTarPerm extractEntry typedarray/join.js
5633 silly gunzTarPerm extractEntry typedarray/mapped.js
5634 silly gunzTarPerm extractEntry test/fixtures/conf2.json
5635 silly gunzTarPerm extractEntry test/fixtures/conf3.json
5636 silly gunzTarPerm extractEntry typedarray/read.js
5637 silly gunzTarPerm extractEntry typedarray/subarray.js
5638 silly gunzTarPerm extractEntry Makefile
5639 silly gunzTarPerm extractEntry bower.json
5640 silly lockFile a115550a-6932-0-05314423516392708-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5641 silly lockFile a115550a-6932-0-05314423516392708-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5642 silly gunzTarPerm extractEntry test/fixtures/conf4.json
5643 silly gunzTarPerm extractEntry test/fixtures/conf5.json
5644 silly lockFile 3477d03e-6932-0-05314423516392708-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/tmp.tgz
5645 silly lockFile 3477d03e-6932-0-05314423516392708-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/tmp.tgz
5646 verbose tar pack [ '/root/.npm/findup-sync/0.1.3/package.tgz',
5646 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package' ]
5647 verbose tarball /root/.npm/findup-sync/0.1.3/package.tgz
5648 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5649 silly lockFile a115550a-6932-0-05314423516392708-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5650 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package /root/.npm/a115550a-6932-0-05314423516392708-package.lock
5651 silly lockFile 3918196f-pm-findup-sync-0-1-3-package-tgz tar:///root/.npm/findup-sync/0.1.3/package.tgz
5652 verbose lock tar:///root/.npm/findup-sync/0.1.3/package.tgz /root/.npm/3918196f-pm-findup-sync-0-1-3-package-tgz.lock
5653 silly gunzTarPerm extractEntry typedarray/to.js
5654 silly gunzTarPerm extractEntry typedarray/write.js
5655 silly lockFile f58c2437-oot-npm-multimatch-0-3-0-package tar:///root/.npm/multimatch/0.3.0/package
5656 silly lockFile f58c2437-oot-npm-multimatch-0-3-0-package tar:///root/.npm/multimatch/0.3.0/package
5657 silly gunzTarPerm extractEntry .travis.yml
5658 silly gunzTarPerm extractEntry test/client-side.js
5659 silly lockFile 85c57e07-npm-multimatch-0-3-0-package-tgz tar:///root/.npm/multimatch/0.3.0/package.tgz
5660 silly lockFile 85c57e07-npm-multimatch-0-3-0-package-tgz tar:///root/.npm/multimatch/0.3.0/package.tgz
5661 verbose chmod /root/.npm/multimatch/0.3.0/package.tgz 644
5662 verbose chown /root/.npm/multimatch/0.3.0/package.tgz [ 0, 0 ]
5663 http 200 https://registry.npmjs.org/resolve/-/resolve-0.3.1.tgz
5664 http 200 https://registry.npmjs.org/depd/-/depd-1.0.0.tgz
5665 silly lockFile 7b03ef72--multimatch-multimatch-0-3-0-tgz https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz
5666 silly lockFile 7b03ef72--multimatch-multimatch-0-3-0-tgz https://registry.npmjs.org/multimatch/-/multimatch-0.3.0.tgz
5667 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642456876-0.8668243035208434/tmp.tgz
5668 silly lockFile 45c709f4-56876-0-8668243035208434-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456876-0.8668243035208434/package
5669 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456876-0.8668243035208434/package /root/.npm/45c709f4-56876-0-8668243035208434-package.lock
5670 silly lockFile e366c44f-56876-0-8668243035208434-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456876-0.8668243035208434/tmp.tgz
5671 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456876-0.8668243035208434/tmp.tgz /root/.npm/e366c44f-56876-0-8668243035208434-tmp-tgz.lock
5672 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457084-0.7284088260494173/tmp.tgz
5673 silly lockFile 628534de-57084-0-7284088260494173-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457084-0.7284088260494173/package
5674 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457084-0.7284088260494173/package /root/.npm/628534de-57084-0-7284088260494173-package.lock
5675 silly lockFile 1d8e0b8a-57084-0-7284088260494173-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457084-0.7284088260494173/tmp.tgz
5676 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457084-0.7284088260494173/tmp.tgz /root/.npm/1d8e0b8a-57084-0-7284088260494173-tmp-tgz.lock
5677 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457076-0.8907102274242789/tmp.tgz
5678 silly lockFile 0371f432-57076-0-8907102274242789-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.8907102274242789/package
5679 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.8907102274242789/package /root/.npm/0371f432-57076-0-8907102274242789-package.lock
5680 silly lockFile 8bff9fd2-57076-0-8907102274242789-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.8907102274242789/tmp.tgz
5681 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.8907102274242789/tmp.tgz /root/.npm/8bff9fd2-57076-0-8907102274242789-tmp-tgz.lock
5682 verbose git clone git://github.com/dannycoates/fxa-auth-db-server.git Cloning into bare repository '/root/.npm/_git-remotes/git-github-com-dannycoates-fxa-auth-db-server-git-3adcade9'...
5683 silly gunzTarPerm extractEntry test/fixtures/conf6.json
5684 silly gunzTarPerm extractEntry test/fixtures/conf7.json
5685 silly gunzTarPerm modes [ '755', '644' ]
5686 silly gunzTarPerm modes [ '755', '644' ]
5687 silly gunzTarPerm modes [ '755', '644' ]
5688 silly gunzTarPerm extractEntry package.json
5689 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ]
5690 silly gunzTarPerm extractEntry package.json
5691 silly gunzTarPerm extractEntry package.json
5692 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ]
5693 silly gunzTarPerm extractEntry README.md
5694 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ]
5695 silly gunzTarPerm extractEntry LICENSE
5696 silly gunzTarPerm modified mode [ 'LICENSE', 438, 420 ]
5697 silly gunzTarPerm extractEntry LICENSE
5698 silly gunzTarPerm extractEntry index.js
5699 silly gunzTarPerm extractEntry LICENSE
5700 silly gunzTarPerm modified mode [ 'LICENSE', 438, 420 ]
5701 silly gunzTarPerm extractEntry index.js
5702 silly gunzTarPerm modified mode [ 'index.js', 438, 420 ]
5703 silly gunzTarPerm extractEntry test/fixtures/conf8.json
5704 silly gunzTarPerm extractEntry test/fixtures/conf9.cjson
5705 http 200 https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz
5706 silly gunzTarPerm extractEntry example/async.js
5707 silly gunzTarPerm extractEntry example/sync.js
5708 silly gunzTarPerm extractEntry History.md
5709 silly gunzTarPerm modified mode [ 'History.md', 438, 420 ]
5710 silly gunzTarPerm extractEntry Readme.md
5711 silly gunzTarPerm modified mode [ 'Readme.md', 438, 420 ]
5712 silly gunzTarPerm extractEntry lib/compat/buffer-concat.js
5713 silly gunzTarPerm modified mode [ 'lib/compat/buffer-concat.js', 438, 420 ]
5714 silly gunzTarPerm extractEntry lib/compat/callsite-tostring.js
5715 silly gunzTarPerm modified mode [ 'lib/compat/callsite-tostring.js', 438, 420 ]
5716 silly gunzTarPerm extractEntry lib/compat/index.js
5717 silly gunzTarPerm modified mode [ 'lib/compat/index.js', 438, 420 ]
5718 http 200 https://registry.npmjs.org/bindings/-/bindings-1.1.1.tgz
5719 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457087-0.0564641235396266/tmp.tgz
5720 silly lockFile 5e4b1f35-57087-0-0564641235396266-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457087-0.0564641235396266/package
5721 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457087-0.0564641235396266/package /root/.npm/5e4b1f35-57087-0-0564641235396266-package.lock
5722 silly lockFile 6692bd1b-57087-0-0564641235396266-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457087-0.0564641235396266/tmp.tgz
5723 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457087-0.0564641235396266/tmp.tgz /root/.npm/6692bd1b-57087-0-0564641235396266-tmp-tgz.lock
5724 silly gunzTarPerm extractEntry zalgo.js
5725 silly gunzTarPerm modified mode [ 'zalgo.js', 438, 420 ]
5726 silly gunzTarPerm extractEntry js/main/any.js
5727 silly gunzTarPerm modified mode [ 'js/main/any.js', 438, 420 ]
5728 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/tmp.tgz
5729 silly lockFile 3989f947-457122-0-875465035205707-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package
5730 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package /root/.npm/3989f947-457122-0-875465035205707-package.lock
5731 silly lockFile 908a6db4-457122-0-875465035205707-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/tmp.tgz
5732 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/tmp.tgz /root/.npm/908a6db4-457122-0-875465035205707-tmp-tgz.lock
5733 silly gunzTarPerm modes [ '755', '644' ]
5734 silly gunzTarPerm modes [ '755', '644' ]
5735 silly gunzTarPerm extractEntry readme.markdown
5736 silly gunzTarPerm extractEntry test/resolver.js
5737 silly gunzTarPerm extractEntry .gitignore
5738 silly gunzTarPerm extractEntry package.json
5739 http 200 https://registry.npmjs.org/nan/-/nan-0.7.0.tgz
5740 silly gunzTarPerm extractEntry test/exports.js
5741 silly gunzTarPerm extractEntry test/sanitizers.js
5742 silly gunzTarPerm extractEntry LICENSE
5743 silly gunzTarPerm extractEntry package.json
5744 silly gunzTarPerm extractEntry README.md
5745 silly gunzTarPerm extractEntry bindings.js
5746 silly gunzTarPerm extractEntry test/core.js
5747 silly gunzTarPerm extractEntry test/filter_sync.js
5748 silly gunzTarPerm extractEntry README.md
5749 silly gunzTarPerm extractEntry bin/nopt.js
5750 http 200 https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz
5751 http 200 https://registry.npmjs.org/i18n-abide/-/i18n-abide-0.0.22.tgz
5752 silly gunzTarPerm extractEntry test/resolver_sync.js
5753 silly gunzTarPerm extractEntry examples/my-program.js
5754 silly gunzTarPerm extractEntry lib/nopt.js
5755 info bigint@0.4.2 Failed to exec install script
5756 info /data/fxa-auth-server/node_modules/bigint unbuild
5757 info preuninstall bigint@0.4.2
5758 verbose git fetch -a origin (git://github.com/dannycoates/fxa-auth-db-server.git)
5759 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457123-0.5054698043968529/tmp.tgz
5760 silly lockFile d06088fd-57123-0-5054698043968529-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457123-0.5054698043968529/package
5761 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457123-0.5054698043968529/package /root/.npm/d06088fd-57123-0-5054698043968529-package.lock
5762 silly lockFile f355df04-57123-0-5054698043968529-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457123-0.5054698043968529/tmp.tgz
5763 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457123-0.5054698043968529/tmp.tgz /root/.npm/f355df04-57123-0-5054698043968529-tmp-tgz.lock
5764 info uninstall bigint@0.4.2
5765 silly gunzTarPerm extractEntry test/filter.js
5766 silly gunzTarPerm extractEntry test/mock.js
5767 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457167-0.49609232507646084/tmp.tgz
5768 silly lockFile e9ba90ac-7167-0-49609232507646084-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457167-0.49609232507646084/package
5769 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457167-0.49609232507646084/package /root/.npm/e9ba90ac-7167-0-49609232507646084-package.lock
5770 silly lockFile ae3e1ba9-7167-0-49609232507646084-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457167-0.49609232507646084/tmp.tgz
5771 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457167-0.49609232507646084/tmp.tgz /root/.npm/ae3e1ba9-7167-0-49609232507646084-tmp-tgz.lock
5772 verbose git rev-list -n1 69752b9b93743113bd4f57258994291d9857fd5e 69752b9b93743113bd4f57258994291d9857fd5e
5773 verbose resolved git url git://github.com/dannycoates/fxa-auth-db-server.git#69752b9b93743113bd4f57258994291d9857fd5e
5774 verbose true,/data/fxa-auth-server/node_modules,/data/fxa-auth-server/node_modules unbuild bigint@0.4.2
5775 info postuninstall bigint@0.4.2
5776 silly gunzTarPerm modes [ '755', '644' ]
5777 silly gunzTarPerm modes [ '755', '644' ]
5778 silly gunzTarPerm extractEntry test/validators.js
5779 silly gunzTarPerm extractEntry .jshintrc
5780 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/tmp.tgz
5781 silly lockFile 62535042-58084-0-7868879463057965-package tar:///root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/package
5782 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/package /root/.npm/62535042-58084-0-7868879463057965-package.lock
5783 silly lockFile 68afe84f-58084-0-7868879463057965-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/tmp.tgz
5784 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/tmp.tgz /root/.npm/68afe84f-58084-0-7868879463057965-tmp-tgz.lock
5785 silly gunzTarPerm extractEntry package.json
5786 silly gunzTarPerm extractEntry package.json
5787 silly gunzTarPerm modes [ '755', '644' ]
5788 silly gunzTarPerm extractEntry test/mock_sync.js
5789 silly gunzTarPerm extractEntry test/resolver/mug.js
5790 silly gunzTarPerm extractEntry README.md
5791 silly gunzTarPerm extractEntry LICENSE
5792 silly gunzTarPerm extractEntry include_dirs.js
5793 silly gunzTarPerm extractEntry build/config.gypi
5794 silly gunzTarPerm extractEntry .dntrc
5795 silly gunzTarPerm extractEntry nan.h
5796 silly gunzTarPerm extractEntry .npmignore
5797 silly gunzTarPerm extractEntry README.md
5798 silly gunzTarPerm extractEntry
5799 silly gunzTarPerm modified mode [ '', 509, 493 ]
5800 silly lockFile 65033bc4-6975-0-27776650292798877-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package
5801 silly lockFile 65033bc4-6975-0-27776650292798877-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package
5802 silly lockFile fad024a0-6975-0-27776650292798877-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/tmp.tgz
5803 silly lockFile fad024a0-6975-0-27776650292798877-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/tmp.tgz
5804 silly gunzTarPerm extractEntry .gitignore
5805 silly gunzTarPerm modified mode [ '.gitignore', 436, 420 ]
5806 silly gunzTarPerm extractEntry .jshintrc
5807 silly gunzTarPerm modified mode [ '.jshintrc', 436, 420 ]
5808 silly gunzTarPerm extractEntry .travis.yml
5809 silly gunzTarPerm modified mode [ '.travis.yml', 436, 420 ]
5810 silly lockFile e41aa0a3-xa-auth-server-node-modules-nock tar:///data/fxa-auth-server/node_modules/nock
5811 silly lockFile e41aa0a3-xa-auth-server-node-modules-nock tar:///data/fxa-auth-server/node_modules/nock
5812 verbose tar pack [ '/root/.npm/hooker/0.2.3/package.tgz',
5812 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package' ]
5813 verbose tarball /root/.npm/hooker/0.2.3/package.tgz
5814 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package
5815 silly lockFile 65033bc4-6975-0-27776650292798877-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package
5816 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642456975-0.27776650292798877/package /root/.npm/65033bc4-6975-0-27776650292798877-package.lock
5817 silly lockFile d45e8146-oot-npm-hooker-0-2-3-package-tgz tar:///root/.npm/hooker/0.2.3/package.tgz
5818 verbose lock tar:///root/.npm/hooker/0.2.3/package.tgz /root/.npm/d45e8146-oot-npm-hooker-0-2-3-package-tgz.lock
5819 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
5820 silly lockFile 6183ab71-root-npm-nock-0-48-1-package-tgz tar:///root/.npm/nock/0.48.1/package.tgz
5821 silly gunzTarPerm extractEntry docs/API.md
5822 silly gunzTarPerm extractEntry docs/GETTEXT.md
5823 silly lockFile 3989f947-457122-0-875465035205707-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package
5824 silly lockFile 3989f947-457122-0-875465035205707-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package
5825 http 200 https://registry.npmjs.org/nodemailer/-/nodemailer-0.7.1.tgz
5826 silly lockFile 908a6db4-457122-0-875465035205707-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/tmp.tgz
5827 silly lockFile 908a6db4-457122-0-875465035205707-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/tmp.tgz
5828 silly gunzTarPerm extractEntry CHANGELOG
5829 silly gunzTarPerm modified mode [ 'CHANGELOG', 436, 420 ]
5830 silly gunzTarPerm extractEntry README.md
5831 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ]
5832 info preinstall nock@0.48.1
5833 silly gunzTarPerm extractEntry js/main/finally.js
5834 silly gunzTarPerm modified mode [ 'js/main/finally.js', 438, 420 ]
5835 silly gunzTarPerm extractEntry js/main/generators.js
5836 silly gunzTarPerm modified mode [ 'js/main/generators.js', 438, 420 ]
5837 silly gunzTarPerm extractEntry test/resolver/foo.js
5838 silly gunzTarPerm extractEntry test/resolver/mug.coffee
5839 error weird error 1
5840 verbose exit [ 1, true ]
5841 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/nock',
5841 verbose readDependencies: using existing wrap { propagate:
5841 verbose readDependencies: using existing wrap { version: '0.3.0',
5841 verbose readDependencies: using existing wrap from: 'propagate@0.3.x',
5841 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz' },
5841 verbose readDependencies: using existing wrap lodash:
5841 verbose readDependencies: using existing wrap { version: '2.4.1',
5841 verbose readDependencies: using existing wrap from: 'lodash@~2.4.1',
5841 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' },
5841 verbose readDependencies: using existing wrap debug:
5841 verbose readDependencies: using existing wrap { version: '1.0.4',
5841 verbose readDependencies: using existing wrap from: 'debug@^1.0.4',
5841 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5841 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
5842 verbose from wrap [ 'propagate',
5842 verbose from wrap { version: '0.3.0',
5842 verbose from wrap from: 'propagate@0.3.x',
5842 verbose from wrap resolved: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz' } ]
5843 verbose from wrap [ 'lodash',
5843 verbose from wrap { version: '2.4.1',
5843 verbose from wrap from: 'lodash@~2.4.1',
5843 verbose from wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' } ]
5844 verbose from wrap [ 'debug',
5844 verbose from wrap { version: '1.0.4',
5844 verbose from wrap from: 'debug@^1.0.4',
5844 verbose from wrap resolved: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5844 verbose from wrap dependencies: { ms: [Object] } } ]
5845 verbose readDependencies returned deps { propagate: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz',
5845 verbose readDependencies returned deps lodash: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz',
5845 verbose readDependencies returned deps debug: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz' }
5846 verbose readDependencies: using existing wrap [ '/data/fxa-auth-server/node_modules/nock',
5846 verbose readDependencies: using existing wrap { propagate:
5846 verbose readDependencies: using existing wrap { version: '0.3.0',
5846 verbose readDependencies: using existing wrap from: 'propagate@0.3.x',
5846 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz' },
5846 verbose readDependencies: using existing wrap lodash:
5846 verbose readDependencies: using existing wrap { version: '2.4.1',
5846 verbose readDependencies: using existing wrap from: 'lodash@~2.4.1',
5846 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' },
5846 verbose readDependencies: using existing wrap debug:
5846 verbose readDependencies: using existing wrap { version: '1.0.4',
5846 verbose readDependencies: using existing wrap from: 'debug@^1.0.4',
5846 verbose readDependencies: using existing wrap resolved: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5846 verbose readDependencies: using existing wrap dependencies: [Object] } } ]
5847 verbose from wrap [ 'propagate',
5847 verbose from wrap { version: '0.3.0',
5847 verbose from wrap from: 'propagate@0.3.x',
5847 verbose from wrap resolved: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz' } ]
5848 verbose from wrap [ 'lodash',
5848 verbose from wrap { version: '2.4.1',
5848 verbose from wrap from: 'lodash@~2.4.1',
5848 verbose from wrap resolved: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' } ]
5849 verbose from wrap [ 'debug',
5849 verbose from wrap { version: '1.0.4',
5849 verbose from wrap from: 'debug@^1.0.4',
5849 verbose from wrap resolved: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5849 verbose from wrap dependencies: { ms: [Object] } } ]
5850 verbose readDependencies returned deps { propagate: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz',
5850 verbose readDependencies returned deps lodash: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz',
5850 verbose readDependencies returned deps debug: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz' }
5851 verbose tar pack [ '/root/.npm/bindings/1.1.1/package.tgz',
5851 verbose tar pack '/root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package' ]
5852 verbose tarball /root/.npm/bindings/1.1.1/package.tgz
5853 verbose folder /root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package
5854 silly lockFile 3989f947-457122-0-875465035205707-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package
5855 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457122-0.875465035205707/package /root/.npm/3989f947-457122-0-875465035205707-package.lock
5856 silly lockFile 4860d90e-t-npm-bindings-1-1-1-package-tgz tar:///root/.npm/bindings/1.1.1/package.tgz
5857 verbose lock tar:///root/.npm/bindings/1.1.1/package.tgz /root/.npm/4860d90e-t-npm-bindings-1-1-1-package-tgz.lock
5858 verbose cache add [ 'debug@https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5858 verbose cache add null ]
5859 verbose cache add name=undefined spec="debug@https://registry.npmjs.org/debug/-/debug-1.0.4.tgz" args=["debug@https://registry.npmjs.org/debug/-/debug-1.0.4.tgz",null]
5860 verbose parsed url { protocol: null,
5860 verbose parsed url slashes: null,
5860 verbose parsed url auth: null,
5860 verbose parsed url host: null,
5860 verbose parsed url port: null,
5860 verbose parsed url hostname: null,
5860 verbose parsed url hash: null,
5860 verbose parsed url search: null,
5860 verbose parsed url query: null,
5860 verbose parsed url pathname: 'debug@https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5860 verbose parsed url path: 'debug@https://registry.npmjs.org/debug/-/debug-1.0.4.tgz',
5860 verbose parsed url href: 'debug@https://registry.npmjs.org/debug/-/debug-1.0.4.tgz' }
5861 verbose cache add name="debug" spec="https://registry.npmjs.org/debug/-/debug-1.0.4.tgz" args=["debug","https://registry.npmjs.org/debug/-/debug-1.0.4.tgz"]
5862 verbose parsed url { protocol: 'https:',
5862 verbose parsed url slashes: true,
5862 verbose parsed url auth: null,
5862 verbose parsed url host: 'registry.npmjs.org',
5862 verbose parsed url port: null,
5862 verbose parsed url hostname: 'registry.npmjs.org',
5862 verbose parsed url hash: null,
5862 verbose parsed url search: null,
5862 verbose parsed url query: null,
5862 verbose parsed url pathname: '/debug/-/debug-1.0.4.tgz',
5862 verbose parsed url path: '/debug/-/debug-1.0.4.tgz',
5862 verbose parsed url href: 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz' }
5863 silly lockFile 9669d216--npmjs-org-debug-debug-1-0-4-tgz https://registry.npmjs.org/debug/-/debug-1.0.4.tgz
5864 verbose lock https://registry.npmjs.org/debug/-/debug-1.0.4.tgz /root/.npm/9669d216--npmjs-org-debug-debug-1-0-4-tgz.lock
5865 verbose cache add [ 'propagate@https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz',
5865 verbose cache add null ]
5866 verbose cache add name=undefined spec="propagate@https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz" args=["propagate@https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz",null]
5867 verbose parsed url { protocol: null,
5867 verbose parsed url slashes: null,
5867 verbose parsed url auth: null,
5867 verbose parsed url host: null,
5867 verbose parsed url port: null,
5867 verbose parsed url hostname: null,
5867 verbose parsed url hash: null,
5867 verbose parsed url search: null,
5867 verbose parsed url query: null,
5867 verbose parsed url pathname: 'propagate@https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz',
5867 verbose parsed url path: 'propagate@https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz',
5867 verbose parsed url href: 'propagate@https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz' }
5868 verbose cache add name="propagate" spec="https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz" args=["propagate","https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz"]
5869 verbose parsed url { protocol: 'https:',
5869 verbose parsed url slashes: true,
5869 verbose parsed url auth: null,
5869 verbose parsed url host: 'registry.npmjs.org',
5869 verbose parsed url port: null,
5869 verbose parsed url hostname: 'registry.npmjs.org',
5869 verbose parsed url hash: null,
5869 verbose parsed url search: null,
5869 verbose parsed url query: null,
5869 verbose parsed url pathname: '/propagate/-/propagate-0.3.0.tgz',
5869 verbose parsed url path: '/propagate/-/propagate-0.3.0.tgz',
5869 verbose parsed url href: 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz' }
5870 silly lockFile 2ef8dcd6-rg-propagate-propagate-0-3-0-tgz https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz
5871 verbose lock https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz /root/.npm/2ef8dcd6-rg-propagate-propagate-0-3-0-tgz.lock
5872 verbose cache add [ 'lodash@https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz',
5872 verbose cache add null ]
5873 verbose cache add name=undefined spec="lodash@https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" args=["lodash@https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz",null]
5874 verbose parsed url { protocol: null,
5874 verbose parsed url slashes: null,
5874 verbose parsed url auth: null,
5874 verbose parsed url host: null,
5874 verbose parsed url port: null,
5874 verbose parsed url hostname: null,
5874 verbose parsed url hash: null,
5874 verbose parsed url search: null,
5874 verbose parsed url query: null,
5874 verbose parsed url pathname: 'lodash@https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz',
5874 verbose parsed url path: 'lodash@https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz',
5874 verbose parsed url href: 'lodash@https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' }
5875 verbose cache add name="lodash" spec="https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz" args=["lodash","https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"]
5876 verbose parsed url { protocol: 'https:',
5876 verbose parsed url slashes: true,
5876 verbose parsed url auth: null,
5876 verbose parsed url host: 'registry.npmjs.org',
5876 verbose parsed url port: null,
5876 verbose parsed url hostname: 'registry.npmjs.org',
5876 verbose parsed url hash: null,
5876 verbose parsed url search: null,
5876 verbose parsed url query: null,
5876 verbose parsed url pathname: '/lodash/-/lodash-2.4.1.tgz',
5876 verbose parsed url path: '/lodash/-/lodash-2.4.1.tgz',
5876 verbose parsed url href: 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz' }
5877 silly lockFile 0d74032f-pmjs-org-lodash-lodash-2-4-1-tgz https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz
5878 verbose lock https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz /root/.npm/0d74032f-pmjs-org-lodash-lodash-2-4-1-tgz.lock
5879 silly gunzTarPerm extractEntry docs/USAGE.md
5880 silly gunzTarPerm extractEntry bin/check-l10n-config.js
5881 silly gunzTarPerm extractEntry bin/every-locale.js
5882 silly gunzTarPerm extractEntry bin/po2json.js
5883 silly gunzTarPerm extractEntry bin/check-po.sh
5884 silly gunzTarPerm extractEntry bin/compile-json
5885 silly gunzTarPerm extractEntry bin/compile-mo.sh
5886 silly gunzTarPerm extractEntry bin/extract-pot
5887 silly gunzTarPerm extractEntry bin/merge-po.sh
5888 silly gunzTarPerm extractEntry .travis.yml
5889 silly gunzTarPerm extractEntry examples/express2/package.json
5890 silly gunzTarPerm extractEntry examples/express2/README.md
5891 silly gunzTarPerm extractEntry examples/express2/app.js
5892 silly gunzTarPerm extractEntry examples/express2/i18n/db_LB/messages.json
5893 silly gunzTarPerm extractEntry examples/express2/i18n/de/messages.json
5894 silly gunzTarPerm extractEntry examples/express2/i18n/en_US/messages.json
5895 silly gunzTarPerm extractEntry examples/express2/i18n/es/messages.json
5896 silly gunzTarPerm extractEntry examples/express2/locale/db_LB/LC_MESSAGES/messages.po
5897 silly gunzTarPerm extractEntry examples/express2/locale/de/LC_MESSAGES/messages.po
5898 silly gunzTarPerm extractEntry examples/express2/locale/en_US/LC_MESSAGES/messages.po
5899 silly gunzTarPerm extractEntry examples/express2/locale/es/LC_MESSAGES/messages.po
5900 silly gunzTarPerm extractEntry examples/express2/locale/templates/LC_MESSAGES/messages.pot
5901 silly gunzTarPerm extractEntry examples/express2/public/stylesheets/style.css
5902 silly gunzTarPerm extractEntry examples/express2/routes/index.js
5903 silly gunzTarPerm extractEntry examples/express2/scripts/extract-json-only.sh
5904 silly gunzTarPerm extractEntry examples/express2/views/index.ejs
5905 silly gunzTarPerm extractEntry examples/express2/views/layout.ejs
5906 silly gunzTarPerm extractEntry examples/express3/package.json
5907 silly gunzTarPerm extractEntry examples/express3/app.js
5908 silly gunzTarPerm extractEntry examples/express3/i18n/db_LB/messages.json
5909 silly gunzTarPerm extractEntry examples/express3/i18n/de/messages.json
5910 silly gunzTarPerm extractEntry examples/express3/i18n/en_US/messages.json
5911 silly gunzTarPerm extractEntry examples/express3/i18n/es/messages.json
5912 silly gunzTarPerm extractEntry examples/express3/locale/db_LB/LC_MESSAGES/messages.po
5913 silly gunzTarPerm extractEntry examples/express3/locale/de/LC_MESSAGES/messages.po
5914 silly gunzTarPerm extractEntry examples/express3/locale/en_US/LC_MESSAGES/messages.po
5915 silly gunzTarPerm extractEntry examples/express3/locale/es/LC_MESSAGES/messages.po
5916 silly gunzTarPerm extractEntry examples/express3/locale/templates/LC_MESSAGES/messages.pot
5917 silly gunzTarPerm extractEntry examples/express3/public/stylesheets/style.css
5918 silly gunzTarPerm extractEntry examples/express3/routes/index.js
5919 silly gunzTarPerm extractEntry examples/express3/routes/user.js
5920 silly gunzTarPerm extractEntry examples/express3/scripts/extract-json-only.sh
5921 silly gunzTarPerm extractEntry examples/express3/views/index.ejs
5922 silly gunzTarPerm extractEntry lib/i18n.js
5923 silly gunzTarPerm extractEntry .jshintrc
5924 silly gunzTarPerm extractEntry static/gettext.js
5925 silly gunzTarPerm extractEntry tests/i18n-tests.js
5926 silly gunzTarPerm extractEntry tests/locale/de/messages.json
5927 silly gunzTarPerm extractEntry tests/locale/en/messages.json
5928 silly gunzTarPerm extractEntry tests/locale/fr/messages.json
5929 verbose addRemoteTarball [ 'https://registry.npmjs.org/debug/-/debug-1.0.4.tgz', null ]
5930 verbose addRemoteTarball [ 'https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz',
5930 verbose addRemoteTarball null ]
5931 verbose addRemoteTarball [ 'https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz', null ]
5932 info retry fetch attempt 1 at 16:34:18
5933 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642458208-0.7863152620848268/tmp.tgz
5934 info retry fetch attempt 1 at 16:34:18
5935 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642458209-0.5620570059400052/tmp.tgz
5936 info retry fetch attempt 1 at 16:34:18
5937 verbose fetch to= /root/tmp/npm-14029-gGgPQP34/1417642458211-0.5685491655021906/tmp.tgz
5938 silly lockFile a115550a-6932-0-05314423516392708-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5939 silly lockFile a115550a-6932-0-05314423516392708-package tar:///root/tmp/npm-14029-gGgPQP34/1417642456932-0.05314423516392708/package
5940 silly gunzTarPerm extractEntry bufferize.js
5941 silly gunzTarPerm modified mode [ 'bufferize.js', 436, 420 ]
5942 silly gunzTarPerm extractEntry error.js
5943 silly gunzTarPerm modified mode [ 'error.js', 436, 420 ]
5944 silly lockFile 3918196f-pm-findup-sync-0-1-3-package-tgz tar:///root/.npm/findup-sync/0.1.3/package.tgz
5945 silly lockFile 3918196f-pm-findup-sync-0-1-3-package-tgz tar:///root/.npm/findup-sync/0.1.3/package.tgz
5946 http GET https://registry.npmjs.org/debug/-/debug-1.0.4.tgz
5947 http GET https://registry.npmjs.org/propagate/-/propagate-0.3.0.tgz
5948 http GET https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz
5949 silly gunzTarPerm extractEntry test/resolver/cup.coffee
5950 silly gunzTarPerm extractEntry test/resolver/other_path/root.js
5951 http 200 https://registry.npmjs.org/jed/-/jed-0.5.4.tgz
5952 silly lockFile d951fb3a-ot-npm-findup-sync-0-1-3-package /root/.npm/findup-sync/0.1.3/package
5953 verbose lock /root/.npm/findup-sync/0.1.3/package /root/.npm/d951fb3a-ot-npm-findup-sync-0-1-3-package.lock
5954 silly gunzTarPerm extractEntry js/main/join.js
5955 silly gunzTarPerm modified mode [ 'js/main/join.js', 438, 420 ]
5956 silly gunzTarPerm extractEntry js/main/map.js
5957 silly gunzTarPerm modified mode [ 'js/main/map.js', 438, 420 ]
5958 verbose tar unpack /root/tmp/npm-14029-gGgPQP34/1417642457168-0.6273366876412183/tmp.tgz
5959 silly lockFile 392c62b2-57168-0-6273366876412183-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457168-0.6273366876412183/package
5960 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457168-0.6273366876412183/package /root/.npm/392c62b2-57168-0-6273366876412183-package.lock
5961 silly lockFile c4c66254-57168-0-6273366876412183-tmp-tgz tar:///root/tmp/npm-14029-gGgPQP34/1417642457168-0.6273366876412183/tmp.tgz
5962 verbose lock tar:///root/tmp/npm-14029-gGgPQP34/1417642457168-0.6273366876412183/tmp.tgz /root/.npm/c4c66254-57168-0-6273366876412183-tmp-tgz.lock
5963 silly lockFile cbbf0f44-57076-0-9012356621678919-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/package
5964 silly lockFile cbbf0f44-57076-0-9012356621678919-package tar:///root/tmp/npm-14029-gGgPQP34/1417642457076-0.9012356621678919/package
5965 error EEXIST, mkdir '/root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/package'
File exists: /root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/package
Move it away, and try again.
5966 error System Linux 3.17.4-200.fc20.x86_64
5967 error command "node" "/bin/npm" "install"
5968 error cwd /data/fxa-auth-server
5969 error node -v v0.10.32
5970 error npm -v 1.3.6
5971 error path /root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/package
5972 error fstream_path /root/tmp/npm-14029-gGgPQP34/1417642458084-0.7868879463057965/package/.travis.yml
5973 error fstream_type File
5974 error fstream_class FileWriter
5975 error code EEXIST
5976 error errno 47
5977 error fstream_stack /usr/lib/node_modules/fstream/lib/writer.js:171:23
5977 error fstream_stack /usr/lib/node_modules/mkdirp/index.js:37:53
5977 error fstream_stack Object.oncomplete (fs.js:107:15)
5978 verbose exit [ 47, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment