Giter Site home page Giter Site logo

getmoro / moro Goto Github PK

View Code? Open in Web Editor NEW
468.0 8.0 35.0 5.13 MB

[DEPRECATED/DON'T USE] Simple CLI tool for tracking work hours. Note: Heavy changes are happening in this repository. Docs might not be up to date, and things might be broken. Only the released NPM version is stable.

Home Page: https://moro.js.org

License: MIT License

JavaScript 27.82% Shell 2.36% TypeScript 68.81% HTML 1.01%
time-tracker time-tracking nodejs cli

moro's Introduction

Moro (DEPRECATED / USE AT YOUR OWN RISK)

A command line tool for tracking work hours, as simple as it can get.

Backers on Open Collective Sponsors on Open Collective Downloads Greenkeeper badge All Contributors

Demo

alt tag

Install

If you have node and npm

You need node version 10 or higher (we haven't tested lower versions)

To install just type this into command line:

npm install -g moro

# or if you are using yarn, it works too
yarn global add  moro

You are done installing Moro!

(alternative install method) Download the compiled binary file

We recommend installing moro using npm but if you don't have node and npm on your machine, you can download the executable files from releases page for Linux, Mac and Windows.

Remember to copy ./lib/config.json to your home directory and rename it to

~/.moro-config.json

Then you can copy the downloaded executable file to your path, for example to /bin and start using moro just like the nomral installation.

Update

npm update -g moro

Usage

  1. Run moro hi when starting your working day. Moro registers that time as your clock in time.
  2. Run moro bye when ending your working day. Moro Registers that time as your clock out time.

That's it! Moro prints on the screen how many hours you have worked.

Invoke $:moro report at any time to see how long you have worked on the current day.

To see the full report of previous days run moro report --all.

Learn more:

Those two steps above should be all you need to know about Moro, but there are 3 ways to learn more:

  • $: moro --help
  • See the documentation: link
  • Or check this screen recording: link

Frequently Asked Questions (FAQ)

Click to open FAQ

Q: I forgot to run moro in the morning, so my clock in time is not saved. Can I adjust it now? A: yes! for example, if you started work at 09:30 run $: moro hi 09:30

What does moro mean?

Moro means hello in Finnish.

Contributing

Open an issue, or make a pull request. We love contributions.

Development

Clone this repo, and then inside the folder run:

npm link

This will install moro globally but using the files inside the project folder. You can now change the files and run moro in your command line to see the effects.

To run tests

npm test

Code of conduct

Code is important but people are more important. If you like to contribute to Moro please read and follow our code of conduct found in this file: CODE_OF_CONDUCT.md

Contributors

Thanks goes to these wonderful people (emoji key):


Nick Okapi

πŸ’¬ πŸ› πŸ’» πŸ“– πŸ‘€ ⚠️

Mario

πŸ’» πŸ“– ⚠️

Karl Fleischmann

πŸ’» πŸ“– ⚠️

Niloofar Motamed

πŸ“–

Wolf-Rost

πŸ“–

Henri Koski

πŸ“–

Olavi Haapala

πŸ“– πŸ›

Walid Mani

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

moro's People

Contributors

albacoretuna avatar danielruf avatar eriiond avatar erikmueller avatar fleischie avatar flouss avatar greenkeeper[bot] avatar heppu avatar mahyarj avatar mario-s avatar niloomotita avatar olpeh avatar pouriamaleki avatar xdamman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moro's Issues

Installation fails on Ubuntu 16.04.2 LTS - No compatible version found: [email protected]

I'm unable to install this on my machine:

  • Ubuntu 16.04.2 LTS
  • node v7.2.0
  • npm 3.10.9
    Command used for installation: sudo npm install -g moro
Error output: npm ERR! Linux 4.4.0-72-generic npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "moro" npm ERR! node v7.2.0 npm ERR! npm v3.10.9 npm ERR! code ETARGET

npm ERR! notarget No compatible version found: [email protected]
npm ERR! notarget Valid install targets:
npm ERR! notarget 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.0, 0.1.0, 0.1.0-alpha
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'moro'
npm ERR! notarget

npm-debug.log 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli '-g', 1 verbose cli 'moro' ] 2 info using [email protected] 3 info using [email protected] 4 silly loadCurrentTree Starting 5 silly install loadCurrentTree 6 silly install readGlobalPackageData 7 silly fetchPackageMetaData moro 8 silly fetchNamedPackageData moro 9 silly mapToRegistry name moro 10 silly mapToRegistry using default registry 11 silly mapToRegistry registry https://registry.npmjs.org/ 12 silly mapToRegistry data Result { 12 silly mapToRegistry raw: 'moro', 12 silly mapToRegistry scope: null, 12 silly mapToRegistry escapedName: 'moro', 12 silly mapToRegistry name: 'moro', 12 silly mapToRegistry rawSpec: '', 12 silly mapToRegistry spec: 'latest', 12 silly mapToRegistry type: 'tag' } 13 silly mapToRegistry uri https://registry.npmjs.org/moro 14 verbose request uri https://registry.npmjs.org/moro 15 verbose request no auth needed 16 info attempt registry request try #1 at 10:12:12 PM 17 verbose request id 418a0cc68b1e0fc9 18 verbose etag W/"58ff566c-e3aa" 19 verbose lastModified Tue, 25 Apr 2017 14:00:12 GMT 20 http request GET https://registry.npmjs.org/moro 21 http 304 https://registry.npmjs.org/moro 22 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 22 verbose headers via: '1.1 varnish', 22 verbose headers 'cache-control': 'max-age=300', 22 verbose headers etag: 'W/"58ff566c-e3aa"', 22 verbose headers age: '84', 22 verbose headers connection: 'keep-alive', 22 verbose headers 'x-served-by': 'cache-bma7020-BMA', 22 verbose headers 'x-cache': 'HIT', 22 verbose headers 'x-cache-hits': '1', 22 verbose headers 'x-timer': 'S1493147533.646347,VS0,VE1', 22 verbose headers vary: 'Accept-Encoding' } 23 silly get cb [ 304, 23 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 23 silly get via: '1.1 varnish', 23 silly get 'cache-control': 'max-age=300', 23 silly get etag: 'W/"58ff566c-e3aa"', 23 silly get age: '84', 23 silly get connection: 'keep-alive', 23 silly get 'x-served-by': 'cache-bma7020-BMA', 23 silly get 'x-cache': 'HIT', 23 silly get 'x-cache-hits': '1', 23 silly get 'x-timer': 'S1493147533.646347,VS0,VE1', 23 silly get vary: 'Accept-Encoding' } ] 24 verbose etag https://registry.npmjs.org/moro from cache 25 verbose get saving moro to /home/olpe/.npm/registry.npmjs.org/moro/.cache.json 26 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 27 silly install normalizeTree 28 silly loadCurrentTree Finishing 29 silly loadIdealTree Starting 30 silly install loadIdealTree 31 silly cloneCurrentTree Starting 32 silly install cloneCurrentTreeToIdealTree 33 silly cloneCurrentTree Finishing 34 silly loadShrinkwrap Starting 35 silly install loadShrinkwrap 36 silly loadShrinkwrap Finishing 37 silly loadAllDepsIntoIdealTree Starting 38 silly install loadAllDepsIntoIdealTree 39 silly resolveWithNewModule [email protected] checking installable status 40 silly cache add args [ 'moro', null ] 41 verbose cache add spec moro 42 silly cache add parsed spec Result { 42 silly cache add raw: 'moro', 42 silly cache add scope: null, 42 silly cache add escapedName: 'moro', 42 silly cache add name: 'moro', 42 silly cache add rawSpec: '', 42 silly cache add spec: 'latest', 42 silly cache add type: 'tag' } 43 silly addNamed moro@latest 44 verbose addNamed "latest" is being treated as a dist-tag for moro 45 info addNameTag [ 'moro', 'latest' ] 46 silly mapToRegistry name moro 47 silly mapToRegistry using default registry 48 silly mapToRegistry registry https://registry.npmjs.org/ 49 silly mapToRegistry data Result { 49 silly mapToRegistry raw: 'moro', 49 silly mapToRegistry scope: null, 49 silly mapToRegistry escapedName: 'moro', 49 silly mapToRegistry name: 'moro', 49 silly mapToRegistry rawSpec: '', 49 silly mapToRegistry spec: 'latest', 49 silly mapToRegistry type: 'tag' } 50 silly mapToRegistry uri https://registry.npmjs.org/moro 51 verbose addNameTag registry:https://registry.npmjs.org/moro not in flight; fetching 52 verbose get https://registry.npmjs.org/moro not expired, no request 53 silly addNameTag next cb for moro with tag latest 54 silly addNamed [email protected] 55 verbose addNamed "2.11.3" is a plain semver version for moro 56 silly cache afterAdd [email protected] 57 verbose afterAdd /home/olpe/.npm/moro/2.11.3/package/package.json not in flight; writing 58 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 59 verbose afterAdd /home/olpe/.npm/moro/2.11.3/package/package.json written 60 silly fetchNamedPackageData caporal 61 silly mapToRegistry name caporal 62 silly mapToRegistry using default registry 63 silly mapToRegistry registry https://registry.npmjs.org/ 64 silly mapToRegistry data Result { 64 silly mapToRegistry raw: 'caporal', 64 silly mapToRegistry scope: null, 64 silly mapToRegistry escapedName: 'caporal', 64 silly mapToRegistry name: 'caporal', 64 silly mapToRegistry rawSpec: '', 64 silly mapToRegistry spec: 'latest', 64 silly mapToRegistry type: 'tag' } 65 silly mapToRegistry uri https://registry.npmjs.org/caporal 66 silly fetchNamedPackageData chalk 67 silly mapToRegistry name chalk 68 silly mapToRegistry using default registry 69 silly mapToRegistry registry https://registry.npmjs.org/ 70 silly mapToRegistry data Result { 70 silly mapToRegistry raw: 'chalk', 70 silly mapToRegistry scope: null, 70 silly mapToRegistry escapedName: 'chalk', 70 silly mapToRegistry name: 'chalk', 70 silly mapToRegistry rawSpec: '', 70 silly mapToRegistry spec: 'latest', 70 silly mapToRegistry type: 'tag' } 71 silly mapToRegistry uri https://registry.npmjs.org/chalk 72 silly fetchNamedPackageData cli-table2 73 silly mapToRegistry name cli-table2 74 silly mapToRegistry using default registry 75 silly mapToRegistry registry https://registry.npmjs.org/ 76 silly mapToRegistry data Result { 76 silly mapToRegistry raw: 'cli-table2', 76 silly mapToRegistry scope: null, 76 silly mapToRegistry escapedName: 'cli-table2', 76 silly mapToRegistry name: 'cli-table2', 76 silly mapToRegistry rawSpec: '', 76 silly mapToRegistry spec: 'latest', 76 silly mapToRegistry type: 'tag' } 77 silly mapToRegistry uri https://registry.npmjs.org/cli-table2 78 silly fetchNamedPackageData expand-home-dir 79 silly mapToRegistry name expand-home-dir 80 silly mapToRegistry using default registry 81 silly mapToRegistry registry https://registry.npmjs.org/ 82 silly mapToRegistry data Result { 82 silly mapToRegistry raw: 'expand-home-dir', 82 silly mapToRegistry scope: null, 82 silly mapToRegistry escapedName: 'expand-home-dir', 82 silly mapToRegistry name: 'expand-home-dir', 82 silly mapToRegistry rawSpec: '', 82 silly mapToRegistry spec: 'latest', 82 silly mapToRegistry type: 'tag' } 83 silly mapToRegistry uri https://registry.npmjs.org/expand-home-dir 84 silly fetchNamedPackageData fs-extra 85 silly mapToRegistry name fs-extra 86 silly mapToRegistry using default registry 87 silly mapToRegistry registry https://registry.npmjs.org/ 88 silly mapToRegistry data Result { 88 silly mapToRegistry raw: 'fs-extra', 88 silly mapToRegistry scope: null, 88 silly mapToRegistry escapedName: 'fs-extra', 88 silly mapToRegistry name: 'fs-extra', 88 silly mapToRegistry rawSpec: '', 88 silly mapToRegistry spec: 'latest', 88 silly mapToRegistry type: 'tag' } 89 silly mapToRegistry uri https://registry.npmjs.org/fs-extra 90 silly fetchNamedPackageData jsonfile 91 silly mapToRegistry name jsonfile 92 silly mapToRegistry using default registry 93 silly mapToRegistry registry https://registry.npmjs.org/ 94 silly mapToRegistry data Result { 94 silly mapToRegistry raw: 'jsonfile', 94 silly mapToRegistry scope: null, 94 silly mapToRegistry escapedName: 'jsonfile', 94 silly mapToRegistry name: 'jsonfile', 94 silly mapToRegistry rawSpec: '', 94 silly mapToRegistry spec: 'latest', 94 silly mapToRegistry type: 'tag' } 95 silly mapToRegistry uri https://registry.npmjs.org/jsonfile 96 silly fetchNamedPackageData knex 97 silly mapToRegistry name knex 98 silly mapToRegistry using default registry 99 silly mapToRegistry registry https://registry.npmjs.org/ 100 silly mapToRegistry data Result { 100 silly mapToRegistry raw: 'knex', 100 silly mapToRegistry scope: null, 100 silly mapToRegistry escapedName: 'knex', 100 silly mapToRegistry name: 'knex', 100 silly mapToRegistry rawSpec: '', 100 silly mapToRegistry spec: 'latest', 100 silly mapToRegistry type: 'tag' } 101 silly mapToRegistry uri https://registry.npmjs.org/knex 102 silly fetchNamedPackageData moment 103 silly mapToRegistry name moment 104 silly mapToRegistry using default registry 105 silly mapToRegistry registry https://registry.npmjs.org/ 106 silly mapToRegistry data Result { 106 silly mapToRegistry raw: 'moment', 106 silly mapToRegistry scope: null, 106 silly mapToRegistry escapedName: 'moment', 106 silly mapToRegistry name: 'moment', 106 silly mapToRegistry rawSpec: '', 106 silly mapToRegistry spec: 'latest', 106 silly mapToRegistry type: 'tag' } 107 silly mapToRegistry uri https://registry.npmjs.org/moment 108 silly fetchNamedPackageData mz 109 silly mapToRegistry name mz 110 silly mapToRegistry using default registry 111 silly mapToRegistry registry https://registry.npmjs.org/ 112 silly mapToRegistry data Result { 112 silly mapToRegistry raw: 'mz', 112 silly mapToRegistry scope: null, 112 silly mapToRegistry escapedName: 'mz', 112 silly mapToRegistry name: 'mz', 112 silly mapToRegistry rawSpec: '', 112 silly mapToRegistry spec: 'latest', 112 silly mapToRegistry type: 'tag' } 113 silly mapToRegistry uri https://registry.npmjs.org/mz 114 silly fetchNamedPackageData ora 115 silly mapToRegistry name ora 116 silly mapToRegistry using default registry 117 silly mapToRegistry registry https://registry.npmjs.org/ 118 silly mapToRegistry data Result { 118 silly mapToRegistry raw: 'ora', 118 silly mapToRegistry scope: null, 118 silly mapToRegistry escapedName: 'ora', 118 silly mapToRegistry name: 'ora', 118 silly mapToRegistry rawSpec: '', 118 silly mapToRegistry spec: 'latest', 118 silly mapToRegistry type: 'tag' } 119 silly mapToRegistry uri https://registry.npmjs.org/ora 120 silly fetchNamedPackageData os-homedir 121 silly mapToRegistry name os-homedir 122 silly mapToRegistry using default registry 123 silly mapToRegistry registry https://registry.npmjs.org/ 124 silly mapToRegistry data Result { 124 silly mapToRegistry raw: 'os-homedir', 124 silly mapToRegistry scope: null, 124 silly mapToRegistry escapedName: 'os-homedir', 124 silly mapToRegistry name: 'os-homedir', 124 silly mapToRegistry rawSpec: '', 124 silly mapToRegistry spec: 'latest', 124 silly mapToRegistry type: 'tag' } 125 silly mapToRegistry uri https://registry.npmjs.org/os-homedir 126 silly fetchNamedPackageData sqlite3 127 silly mapToRegistry name sqlite3 128 silly mapToRegistry using default registry 129 silly mapToRegistry registry https://registry.npmjs.org/ 130 silly mapToRegistry data Result { 130 silly mapToRegistry raw: 'sqlite3', 130 silly mapToRegistry scope: null, 130 silly mapToRegistry escapedName: 'sqlite3', 130 silly mapToRegistry name: 'sqlite3', 130 silly mapToRegistry rawSpec: '', 130 silly mapToRegistry spec: 'latest', 130 silly mapToRegistry type: 'tag' } 131 silly mapToRegistry uri https://registry.npmjs.org/sqlite3 132 silly fetchNamedPackageData standard 133 silly mapToRegistry name standard 134 silly mapToRegistry using default registry 135 silly mapToRegistry registry https://registry.npmjs.org/ 136 silly mapToRegistry data Result { 136 silly mapToRegistry raw: 'standard', 136 silly mapToRegistry scope: null, 136 silly mapToRegistry escapedName: 'standard', 136 silly mapToRegistry name: 'standard', 136 silly mapToRegistry rawSpec: '', 136 silly mapToRegistry spec: 'latest', 136 silly mapToRegistry type: 'tag' } 137 silly mapToRegistry uri https://registry.npmjs.org/standard 138 verbose request uri https://registry.npmjs.org/chalk 139 verbose request no auth needed 140 info attempt registry request try #1 at 10:12:12 PM 141 verbose etag W/"58ff1c7c-894c" 142 verbose lastModified Tue, 25 Apr 2017 09:53:00 GMT 143 http request GET https://registry.npmjs.org/chalk 144 verbose request uri https://registry.npmjs.org/cli-table2 145 verbose request no auth needed 146 info attempt registry request try #1 at 10:12:12 PM 147 verbose etag W/"58e6446c-64e0" 148 verbose lastModified Thu, 06 Apr 2017 13:36:44 GMT 149 http request GET https://registry.npmjs.org/cli-table2 150 verbose request uri https://registry.npmjs.org/expand-home-dir 151 verbose request no auth needed 152 info attempt registry request try #1 at 10:12:12 PM 153 verbose etag W/"56f4cdc0-139e" 154 verbose lastModified Fri, 25 Mar 2016 05:33:52 GMT 155 http request GET https://registry.npmjs.org/expand-home-dir 156 verbose request uri https://registry.npmjs.org/caporal 157 verbose request no auth needed 158 info attempt registry request try #1 at 10:12:12 PM 159 verbose etag W/"58ef232b-96ec" 160 verbose lastModified Thu, 13 Apr 2017 07:05:15 GMT 161 http request GET https://registry.npmjs.org/caporal 162 verbose request uri https://registry.npmjs.org/jsonfile 163 verbose request no auth needed 164 info attempt registry request try #1 at 10:12:12 PM 165 verbose etag W/"58ff8515-6c4e" 166 verbose lastModified Tue, 25 Apr 2017 17:19:17 GMT 167 http request GET https://registry.npmjs.org/jsonfile 168 verbose request uri https://registry.npmjs.org/fs-extra 169 verbose request no auth needed 170 info attempt registry request try #1 at 10:12:12 PM 171 verbose etag W/"58fec4f7-1e841" 172 verbose lastModified Tue, 25 Apr 2017 03:39:35 GMT 173 http request GET https://registry.npmjs.org/fs-extra 174 verbose request uri https://registry.npmjs.org/moment 175 verbose request no auth needed 176 info attempt registry request try #1 at 10:12:12 PM 177 verbose etag W/"58fed691-1bea0" 178 verbose lastModified Tue, 25 Apr 2017 04:54:41 GMT 179 http request GET https://registry.npmjs.org/moment 180 verbose request uri https://registry.npmjs.org/mz 181 verbose request no auth needed 182 info attempt registry request try #1 at 10:12:12 PM 183 verbose etag W/"58f74941-84d0" 184 verbose lastModified Wed, 19 Apr 2017 11:25:53 GMT 185 http request GET https://registry.npmjs.org/mz 186 verbose request uri https://registry.npmjs.org/knex 187 verbose request no auth needed 188 info attempt registry request try #1 at 10:12:12 PM 189 verbose etag W/"58efcaef-3b925" 190 verbose lastModified Thu, 13 Apr 2017 19:01:03 GMT 191 http request GET https://registry.npmjs.org/knex 192 verbose request uri https://registry.npmjs.org/ora 193 verbose request no auth needed 194 info attempt registry request try #1 at 10:12:12 PM 195 verbose etag W/"58fd859e-575c" 196 verbose lastModified Mon, 24 Apr 2017 04:57:02 GMT 197 http request GET https://registry.npmjs.org/ora 198 verbose request uri https://registry.npmjs.org/os-homedir 199 verbose request no auth needed 200 info attempt registry request try #1 at 10:12:12 PM 201 verbose etag W/"5815a488-19ee" 202 verbose lastModified Sun, 30 Oct 2016 07:43:04 GMT 203 http request GET https://registry.npmjs.org/os-homedir 204 verbose request uri https://registry.npmjs.org/sqlite3 205 verbose request no auth needed 206 info attempt registry request try #1 at 10:12:12 PM 207 verbose etag W/"58fc463d-22801" 208 verbose lastModified Sun, 23 Apr 2017 06:14:21 GMT 209 http request GET https://registry.npmjs.org/sqlite3 210 http 304 https://registry.npmjs.org/chalk 211 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 211 verbose headers via: '1.1 varnish', 211 verbose headers 'cache-control': 'max-age=300', 211 verbose headers etag: 'W/"58ff1c7c-894c"', 211 verbose headers age: '120', 211 verbose headers connection: 'keep-alive', 211 verbose headers 'x-served-by': 'cache-bma7020-BMA', 211 verbose headers 'x-cache': 'HIT', 211 verbose headers 'x-cache-hits': '5', 211 verbose headers 'x-timer': 'S1493147533.838932,VS0,VE0', 211 verbose headers vary: 'Accept-Encoding' } 212 silly get cb [ 304, 212 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 212 silly get via: '1.1 varnish', 212 silly get 'cache-control': 'max-age=300', 212 silly get etag: 'W/"58ff1c7c-894c"', 212 silly get age: '120', 212 silly get connection: 'keep-alive', 212 silly get 'x-served-by': 'cache-bma7020-BMA', 212 silly get 'x-cache': 'HIT', 212 silly get 'x-cache-hits': '5', 212 silly get 'x-timer': 'S1493147533.838932,VS0,VE0', 212 silly get vary: 'Accept-Encoding' } ] 213 verbose etag https://registry.npmjs.org/chalk from cache 214 verbose get saving chalk to /home/olpe/.npm/registry.npmjs.org/chalk/.cache.json 215 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 216 verbose request uri https://registry.npmjs.org/standard 217 verbose request no auth needed 218 info attempt registry request try #1 at 10:12:12 PM 219 verbose etag W/"58f4cd79-4d366" 220 verbose lastModified Mon, 17 Apr 2017 14:13:13 GMT 221 http request GET https://registry.npmjs.org/standard 222 silly resolveWithNewModule [email protected] checking installable status 223 silly cache add args [ 'chalk@^1.1.3', null ] 224 verbose cache add spec chalk@^1.1.3 225 silly cache add parsed spec Result { 225 silly cache add raw: 'chalk@^1.1.3', 225 silly cache add scope: null, 225 silly cache add escapedName: 'chalk', 225 silly cache add name: 'chalk', 225 silly cache add rawSpec: '^1.1.3', 225 silly cache add spec: '>=1.1.3 <2.0.0', 225 silly cache add type: 'range' } 226 silly addNamed chalk@>=1.1.3 <2.0.0 227 verbose addNamed ">=1.1.3 <2.0.0" is a valid semver range for chalk 228 silly addNameRange { name: 'chalk', range: '>=1.1.3 <2.0.0', hasData: false } 229 silly mapToRegistry name chalk 230 silly mapToRegistry using default registry 231 silly mapToRegistry registry https://registry.npmjs.org/ 232 silly mapToRegistry data Result { 232 silly mapToRegistry raw: 'chalk', 232 silly mapToRegistry scope: null, 232 silly mapToRegistry escapedName: 'chalk', 232 silly mapToRegistry name: 'chalk', 232 silly mapToRegistry rawSpec: '', 232 silly mapToRegistry spec: 'latest', 232 silly mapToRegistry type: 'tag' } 233 silly mapToRegistry uri https://registry.npmjs.org/chalk 234 verbose addNameRange registry:https://registry.npmjs.org/chalk not in flight; fetching 235 verbose get https://registry.npmjs.org/chalk not expired, no request 236 silly addNameRange number 2 { name: 'chalk', range: '>=1.1.3 <2.0.0', hasData: true } 237 silly addNameRange versions [ 'chalk', 237 silly addNameRange [ '0.1.0', 237 silly addNameRange '0.1.1', 237 silly addNameRange '0.2.0', 237 silly addNameRange '0.2.1', 237 silly addNameRange '0.3.0', 237 silly addNameRange '0.4.0', 237 silly addNameRange '0.5.0', 237 silly addNameRange '0.5.1', 237 silly addNameRange '1.0.0', 237 silly addNameRange '1.1.0', 237 silly addNameRange '1.1.1', 237 silly addNameRange '1.1.2', 237 silly addNameRange '1.1.3' ] ] 238 silly addNamed [email protected] 239 verbose addNamed "1.1.3" is a plain semver version for chalk 240 silly cache afterAdd [email protected] 241 verbose afterAdd /home/olpe/.npm/chalk/1.1.3/package/package.json not in flight; writing 242 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 243 verbose afterAdd /home/olpe/.npm/chalk/1.1.3/package/package.json written 244 http 304 https://registry.npmjs.org/standard 245 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 245 verbose headers via: '1.1 varnish', 245 verbose headers 'cache-control': 'max-age=300', 245 verbose headers etag: 'W/"58f4cd79-4d366"', 245 verbose headers age: '84', 245 verbose headers connection: 'keep-alive', 245 verbose headers 'x-served-by': 'cache-bma7020-BMA', 245 verbose headers 'x-cache': 'HIT', 245 verbose headers 'x-cache-hits': '1', 245 verbose headers 'x-timer': 'S1493147533.882211,VS0,VE1', 245 verbose headers vary: 'Accept-Encoding' } 246 silly get cb [ 304, 246 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 246 silly get via: '1.1 varnish', 246 silly get 'cache-control': 'max-age=300', 246 silly get etag: 'W/"58f4cd79-4d366"', 246 silly get age: '84', 246 silly get connection: 'keep-alive', 246 silly get 'x-served-by': 'cache-bma7020-BMA', 246 silly get 'x-cache': 'HIT', 246 silly get 'x-cache-hits': '1', 246 silly get 'x-timer': 'S1493147533.882211,VS0,VE1', 246 silly get vary: 'Accept-Encoding' } ] 247 verbose etag https://registry.npmjs.org/standard from cache 248 verbose get saving standard to /home/olpe/.npm/registry.npmjs.org/standard/.cache.json 249 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 250 silly resolveWithNewModule [email protected] checking installable status 251 silly cache add args [ 'standard@^10.0.0', null ] 252 verbose cache add spec standard@^10.0.0 253 silly cache add parsed spec Result { 253 silly cache add raw: 'standard@^10.0.0', 253 silly cache add scope: null, 253 silly cache add escapedName: 'standard', 253 silly cache add name: 'standard', 253 silly cache add rawSpec: '^10.0.0', 253 silly cache add spec: '>=10.0.0 <11.0.0', 253 silly cache add type: 'range' } 254 silly addNamed standard@>=10.0.0 <11.0.0 255 verbose addNamed ">=10.0.0 <11.0.0" is a valid semver range for standard 256 silly addNameRange { name: 'standard', range: '>=10.0.0 <11.0.0', hasData: false } 257 silly mapToRegistry name standard 258 silly mapToRegistry using default registry 259 silly mapToRegistry registry https://registry.npmjs.org/ 260 silly mapToRegistry data Result { 260 silly mapToRegistry raw: 'standard', 260 silly mapToRegistry scope: null, 260 silly mapToRegistry escapedName: 'standard', 260 silly mapToRegistry name: 'standard', 260 silly mapToRegistry rawSpec: '', 260 silly mapToRegistry spec: 'latest', 260 silly mapToRegistry type: 'tag' } 261 silly mapToRegistry uri https://registry.npmjs.org/standard 262 verbose addNameRange registry:https://registry.npmjs.org/standard not in flight; fetching 263 verbose get https://registry.npmjs.org/standard not expired, no request 264 silly addNameRange number 2 { name: 'standard', range: '>=10.0.0 <11.0.0', hasData: true } 265 silly addNameRange versions [ 'standard', 265 silly addNameRange [ '1.0.0', 265 silly addNameRange '1.0.1', 265 silly addNameRange '1.0.2', 265 silly addNameRange '1.1.0', 265 silly addNameRange '1.3.0', 265 silly addNameRange '1.4.0', 265 silly addNameRange '1.4.1', 265 silly addNameRange '1.4.2', 265 silly addNameRange '1.5.0', 265 silly addNameRange '2.0.0', 265 silly addNameRange '2.1.0', 265 silly addNameRange '2.1.1', 265 silly addNameRange '2.2.0', 265 silly addNameRange '2.2.1', 265 silly addNameRange '2.2.2', 265 silly addNameRange '2.2.3', 265 silly addNameRange '2.2.4', 265 silly addNameRange '2.2.5', 265 silly addNameRange '2.2.6', 265 silly addNameRange '2.3.0', 265 silly addNameRange '2.3.1', 265 silly addNameRange '2.3.2', 265 silly addNameRange '2.4.0', 265 silly addNameRange '2.4.1', 265 silly addNameRange '2.4.2', 265 silly addNameRange '2.4.3', 265 silly addNameRange '2.4.4', 265 silly addNameRange '2.4.5', 265 silly addNameRange '2.5.0', 265 silly addNameRange '2.6.0', 265 silly addNameRange '2.6.1', 265 silly addNameRange '2.6.2', 265 silly addNameRange '2.6.3', 265 silly addNameRange '2.6.4', 265 silly addNameRange '2.6.5', 265 silly addNameRange '2.7.0', 265 silly addNameRange '2.7.1', 265 silly addNameRange '2.7.2', 265 silly addNameRange '2.7.3', 265 silly addNameRange '2.8.0', 265 silly addNameRange '2.9.0', 265 silly addNameRange '2.10.0', 265 silly addNameRange '3.0.0-alpha', 265 silly addNameRange '3.0.0-beta', 265 silly addNameRange '3.0.0-beta2', 265 silly addNameRange '3.0.0-beta3', 265 silly addNameRange '2.11.0', 265 silly addNameRange '3.0.0-beta4', 265 silly addNameRange '3.0.0', 265 silly addNameRange '3.1.0', 265 silly addNameRange '3.1.1', 265 silly addNameRange '3.1.2', 265 silly addNameRange '3.2.0', 265 silly addNameRange '3.2.1', 265 silly addNameRange '3.3.0', 265 silly addNameRange '3.3.1', 265 silly addNameRange '3.3.2', 265 silly addNameRange '3.4.0', 265 silly addNameRange '3.5.0', 265 silly addNameRange '3.6.0', 265 silly addNameRange '3.6.1', 265 silly addNameRange '3.7.0', 265 silly addNameRange '3.7.1', 265 silly addNameRange '3.7.2', 265 silly addNameRange '3.7.3', 265 silly addNameRange '3.8.0', 265 silly addNameRange '3.9.0', 265 silly addNameRange '3.11.0', 265 silly addNameRange '3.11.1', 265 silly addNameRange '3.13.0', 265 silly addNameRange '3.13.1', 265 silly addNameRange '3.13.2', 265 silly addNameRange '4.0.0', 265 silly addNameRange '4.0.1', 265 silly addNameRange '4.1.0', 265 silly addNameRange '4.1.1', 265 silly addNameRange '4.2.0', 265 silly addNameRange '4.2.1', 265 silly addNameRange '4.3.0', 265 silly addNameRange '4.3.1', 265 silly addNameRange '4.3.2', 265 silly addNameRange '4.3.3', 265 silly addNameRange '4.4.0', 265 silly addNameRange '4.4.1', 265 silly addNameRange '4.5.0', 265 silly addNameRange '4.5.1', 265 silly addNameRange '4.5.2', 265 silly addNameRange '4.5.3', 265 silly addNameRange '4.5.4', 265 silly addNameRange '5.0.0-0', 265 silly addNameRange '5.0.1-0', 265 silly addNameRange '5.0.0-2', 265 silly addNameRange '5.0.0-3', 265 silly addNameRange '5.0.0-4', 265 silly addNameRange '5.0.0-5', 265 silly addNameRange '5.0.0-6', 265 silly addNameRange '5.0.0-7', 265 silly addNameRange '5.0.0-8', 265 silly addNameRange '5.0.0', 265 silly addNameRange '5.0.1', 265 silly addNameRange ... 48 more items ] ] 266 silly addNamed [email protected] 267 verbose addNamed "10.0.2" is a plain semver version for standard 268 silly cache afterAdd [email protected] 269 verbose afterAdd /home/olpe/.npm/standard/10.0.2/package/package.json not in flight; writing 270 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 271 verbose afterAdd /home/olpe/.npm/standard/10.0.2/package/package.json written 272 http 304 https://registry.npmjs.org/jsonfile 273 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 273 verbose headers via: '1.1 varnish', 273 verbose headers 'cache-control': 'max-age=300', 273 verbose headers etag: 'W/"58ff8515-6c4e"', 273 verbose headers age: '255', 273 verbose headers connection: 'keep-alive', 273 verbose headers 'x-served-by': 'cache-bma7027-BMA', 273 verbose headers 'x-cache': 'HIT', 273 verbose headers 'x-cache-hits': '1', 273 verbose headers 'x-timer': 'S1493147533.922277,VS0,VE1', 273 verbose headers vary: 'Accept-Encoding' } 274 silly get cb [ 304, 274 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 274 silly get via: '1.1 varnish', 274 silly get 'cache-control': 'max-age=300', 274 silly get etag: 'W/"58ff8515-6c4e"', 274 silly get age: '255', 274 silly get connection: 'keep-alive', 274 silly get 'x-served-by': 'cache-bma7027-BMA', 274 silly get 'x-cache': 'HIT', 274 silly get 'x-cache-hits': '1', 274 silly get 'x-timer': 'S1493147533.922277,VS0,VE1', 274 silly get vary: 'Accept-Encoding' } ] 275 verbose etag https://registry.npmjs.org/jsonfile from cache 276 verbose get saving jsonfile to /home/olpe/.npm/registry.npmjs.org/jsonfile/.cache.json 277 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 278 http 304 https://registry.npmjs.org/expand-home-dir 279 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 279 verbose headers via: '1.1 varnish', 279 verbose headers 'cache-control': 'max-age=300', 279 verbose headers etag: 'W/"56f4cdc0-139e"', 279 verbose headers age: '84', 279 verbose headers connection: 'keep-alive', 279 verbose headers 'x-served-by': 'cache-bma7030-BMA', 279 verbose headers 'x-cache': 'HIT', 279 verbose headers 'x-cache-hits': '1', 279 verbose headers 'x-timer': 'S1493147533.924798,VS0,VE0', 279 verbose headers vary: 'Accept-Encoding' } 280 silly get cb [ 304, 280 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 280 silly get via: '1.1 varnish', 280 silly get 'cache-control': 'max-age=300', 280 silly get etag: 'W/"56f4cdc0-139e"', 280 silly get age: '84', 280 silly get connection: 'keep-alive', 280 silly get 'x-served-by': 'cache-bma7030-BMA', 280 silly get 'x-cache': 'HIT', 280 silly get 'x-cache-hits': '1', 280 silly get 'x-timer': 'S1493147533.924798,VS0,VE0', 280 silly get vary: 'Accept-Encoding' } ] 281 verbose etag https://registry.npmjs.org/expand-home-dir from cache 282 verbose get saving expand-home-dir to /home/olpe/.npm/registry.npmjs.org/expand-home-dir/.cache.json 283 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 284 silly resolveWithNewModule [email protected] checking installable status 285 silly cache add args [ 'jsonfile@^2.4.0', null ] 286 verbose cache add spec jsonfile@^2.4.0 287 silly cache add parsed spec Result { 287 silly cache add raw: 'jsonfile@^2.4.0', 287 silly cache add scope: null, 287 silly cache add escapedName: 'jsonfile', 287 silly cache add name: 'jsonfile', 287 silly cache add rawSpec: '^2.4.0', 287 silly cache add spec: '>=2.4.0 <3.0.0', 287 silly cache add type: 'range' } 288 silly addNamed jsonfile@>=2.4.0 <3.0.0 289 verbose addNamed ">=2.4.0 <3.0.0" is a valid semver range for jsonfile 290 silly addNameRange { name: 'jsonfile', range: '>=2.4.0 <3.0.0', hasData: false } 291 silly mapToRegistry name jsonfile 292 silly mapToRegistry using default registry 293 silly mapToRegistry registry https://registry.npmjs.org/ 294 silly mapToRegistry data Result { 294 silly mapToRegistry raw: 'jsonfile', 294 silly mapToRegistry scope: null, 294 silly mapToRegistry escapedName: 'jsonfile', 294 silly mapToRegistry name: 'jsonfile', 294 silly mapToRegistry rawSpec: '', 294 silly mapToRegistry spec: 'latest', 294 silly mapToRegistry type: 'tag' } 295 silly mapToRegistry uri https://registry.npmjs.org/jsonfile 296 verbose addNameRange registry:https://registry.npmjs.org/jsonfile not in flight; fetching 297 http 304 https://registry.npmjs.org/caporal 298 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 298 verbose headers via: '1.1 varnish', 298 verbose headers 'cache-control': 'max-age=300', 298 verbose headers etag: 'W/"58ef232b-96ec"', 298 verbose headers age: '84', 298 verbose headers connection: 'keep-alive', 298 verbose headers 'x-served-by': 'cache-bma7033-BMA', 298 verbose headers 'x-cache': 'HIT', 298 verbose headers 'x-cache-hits': '1', 298 verbose headers 'x-timer': 'S1493147533.927673,VS0,VE0', 298 verbose headers vary: 'Accept-Encoding' } 299 silly get cb [ 304, 299 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 299 silly get via: '1.1 varnish', 299 silly get 'cache-control': 'max-age=300', 299 silly get etag: 'W/"58ef232b-96ec"', 299 silly get age: '84', 299 silly get connection: 'keep-alive', 299 silly get 'x-served-by': 'cache-bma7033-BMA', 299 silly get 'x-cache': 'HIT', 299 silly get 'x-cache-hits': '1', 299 silly get 'x-timer': 'S1493147533.927673,VS0,VE0', 299 silly get vary: 'Accept-Encoding' } ] 300 verbose etag https://registry.npmjs.org/caporal from cache 301 verbose get saving caporal to /home/olpe/.npm/registry.npmjs.org/caporal/.cache.json 302 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 303 silly resolveWithNewModule [email protected] checking installable status 304 silly cache add args [ 'expand-home-dir@^0.0.3', null ] 305 verbose cache add spec expand-home-dir@^0.0.3 306 silly cache add parsed spec Result { 306 silly cache add raw: 'expand-home-dir@^0.0.3', 306 silly cache add scope: null, 306 silly cache add escapedName: 'expand-home-dir', 306 silly cache add name: 'expand-home-dir', 306 silly cache add rawSpec: '^0.0.3', 306 silly cache add spec: '>=0.0.3 <0.0.4', 306 silly cache add type: 'range' } 307 silly addNamed expand-home-dir@>=0.0.3 <0.0.4 308 verbose addNamed ">=0.0.3 <0.0.4" is a valid semver range for expand-home-dir 309 silly addNameRange { name: 'expand-home-dir', 309 silly addNameRange range: '>=0.0.3 <0.0.4', 309 silly addNameRange hasData: false } 310 silly mapToRegistry name expand-home-dir 311 silly mapToRegistry using default registry 312 silly mapToRegistry registry https://registry.npmjs.org/ 313 silly mapToRegistry data Result { 313 silly mapToRegistry raw: 'expand-home-dir', 313 silly mapToRegistry scope: null, 313 silly mapToRegistry escapedName: 'expand-home-dir', 313 silly mapToRegistry name: 'expand-home-dir', 313 silly mapToRegistry rawSpec: '', 313 silly mapToRegistry spec: 'latest', 313 silly mapToRegistry type: 'tag' } 314 silly mapToRegistry uri https://registry.npmjs.org/expand-home-dir 315 verbose addNameRange registry:https://registry.npmjs.org/expand-home-dir not in flight; fetching 316 http 304 https://registry.npmjs.org/cli-table2 317 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 317 verbose headers via: '1.1 varnish', 317 verbose headers 'cache-control': 'max-age=300', 317 verbose headers etag: 'W/"58e6446c-64e0"', 317 verbose headers age: '84', 317 verbose headers connection: 'keep-alive', 317 verbose headers 'x-served-by': 'cache-bma7029-BMA', 317 verbose headers 'x-cache': 'HIT', 317 verbose headers 'x-cache-hits': '1', 317 verbose headers 'x-timer': 'S1493147533.935264,VS0,VE1', 317 verbose headers vary: 'Accept-Encoding' } 318 silly get cb [ 304, 318 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 318 silly get via: '1.1 varnish', 318 silly get 'cache-control': 'max-age=300', 318 silly get etag: 'W/"58e6446c-64e0"', 318 silly get age: '84', 318 silly get connection: 'keep-alive', 318 silly get 'x-served-by': 'cache-bma7029-BMA', 318 silly get 'x-cache': 'HIT', 318 silly get 'x-cache-hits': '1', 318 silly get 'x-timer': 'S1493147533.935264,VS0,VE1', 318 silly get vary: 'Accept-Encoding' } ] 319 verbose etag https://registry.npmjs.org/cli-table2 from cache 320 verbose get saving cli-table2 to /home/olpe/.npm/registry.npmjs.org/cli-table2/.cache.json 321 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 322 verbose get https://registry.npmjs.org/jsonfile not expired, no request 323 silly addNameRange number 2 { name: 'jsonfile', range: '>=2.4.0 <3.0.0', hasData: true } 324 silly addNameRange versions [ 'jsonfile', 324 silly addNameRange [ '0.0.1', 324 silly addNameRange '1.0.0', 324 silly addNameRange '1.0.1', 324 silly addNameRange '1.1.0', 324 silly addNameRange '1.1.1', 324 silly addNameRange '1.2.0', 324 silly addNameRange '2.0.0', 324 silly addNameRange '2.0.1', 324 silly addNameRange '2.1.0', 324 silly addNameRange '2.1.1', 324 silly addNameRange '2.1.2', 324 silly addNameRange '2.2.0', 324 silly addNameRange '2.2.1', 324 silly addNameRange '2.2.2', 324 silly addNameRange '2.2.3', 324 silly addNameRange '2.3.0', 324 silly addNameRange '2.3.1', 324 silly addNameRange '2.4.0', 324 silly addNameRange '3.0.0' ] ] 325 silly addNamed [email protected] 326 verbose addNamed "2.4.0" is a plain semver version for jsonfile 327 http 304 https://registry.npmjs.org/moment 328 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 328 verbose headers via: '1.1 varnish', 328 verbose headers 'cache-control': 'max-age=300', 328 verbose headers etag: 'W/"58fed691-1bea0"', 328 verbose headers age: '17', 328 verbose headers connection: 'keep-alive', 328 verbose headers 'x-served-by': 'cache-bma7031-BMA', 328 verbose headers 'x-cache': 'HIT', 328 verbose headers 'x-cache-hits': '1', 328 verbose headers 'x-timer': 'S1493147533.946316,VS0,VE1', 328 verbose headers vary: 'Accept-Encoding' } 329 silly get cb [ 304, 329 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 329 silly get via: '1.1 varnish', 329 silly get 'cache-control': 'max-age=300', 329 silly get etag: 'W/"58fed691-1bea0"', 329 silly get age: '17', 329 silly get connection: 'keep-alive', 329 silly get 'x-served-by': 'cache-bma7031-BMA', 329 silly get 'x-cache': 'HIT', 329 silly get 'x-cache-hits': '1', 329 silly get 'x-timer': 'S1493147533.946316,VS0,VE1', 329 silly get vary: 'Accept-Encoding' } ] 330 verbose etag https://registry.npmjs.org/moment from cache 331 verbose get saving moment to /home/olpe/.npm/registry.npmjs.org/moment/.cache.json 332 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 333 http 304 https://registry.npmjs.org/knex 334 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 334 verbose headers via: '1.1 varnish', 334 verbose headers 'cache-control': 'max-age=300', 334 verbose headers etag: 'W/"58efcaef-3b925"', 334 verbose headers age: '84', 334 verbose headers connection: 'keep-alive', 334 verbose headers 'x-served-by': 'cache-bma7028-BMA', 334 verbose headers 'x-cache': 'HIT', 334 verbose headers 'x-cache-hits': '1', 334 verbose headers 'x-timer': 'S1493147533.947087,VS0,VE0', 334 verbose headers vary: 'Accept-Encoding' } 335 silly get cb [ 304, 335 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 335 silly get via: '1.1 varnish', 335 silly get 'cache-control': 'max-age=300', 335 silly get etag: 'W/"58efcaef-3b925"', 335 silly get age: '84', 335 silly get connection: 'keep-alive', 335 silly get 'x-served-by': 'cache-bma7028-BMA', 335 silly get 'x-cache': 'HIT', 335 silly get 'x-cache-hits': '1', 335 silly get 'x-timer': 'S1493147533.947087,VS0,VE0', 335 silly get vary: 'Accept-Encoding' } ] 336 verbose etag https://registry.npmjs.org/knex from cache 337 verbose get saving knex to /home/olpe/.npm/registry.npmjs.org/knex/.cache.json 338 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 339 http 304 https://registry.npmjs.org/mz 340 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 340 verbose headers via: '1.1 varnish', 340 verbose headers 'cache-control': 'max-age=300', 340 verbose headers etag: 'W/"58f74941-84d0"', 340 verbose headers age: '155', 340 verbose headers connection: 'keep-alive', 340 verbose headers 'x-served-by': 'cache-bma7032-BMA', 340 verbose headers 'x-cache': 'HIT', 340 verbose headers 'x-cache-hits': '2', 340 verbose headers 'x-timer': 'S1493147533.948483,VS0,VE0', 340 verbose headers vary: 'Accept-Encoding' } 341 silly get cb [ 304, 341 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 341 silly get via: '1.1 varnish', 341 silly get 'cache-control': 'max-age=300', 341 silly get etag: 'W/"58f74941-84d0"', 341 silly get age: '155', 341 silly get connection: 'keep-alive', 341 silly get 'x-served-by': 'cache-bma7032-BMA', 341 silly get 'x-cache': 'HIT', 341 silly get 'x-cache-hits': '2', 341 silly get 'x-timer': 'S1493147533.948483,VS0,VE0', 341 silly get vary: 'Accept-Encoding' } ] 342 verbose etag https://registry.npmjs.org/mz from cache 343 verbose get saving mz to /home/olpe/.npm/registry.npmjs.org/mz/.cache.json 344 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 345 http 304 https://registry.npmjs.org/ora 346 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 346 verbose headers via: '1.1 varnish', 346 verbose headers 'cache-control': 'max-age=300', 346 verbose headers etag: 'W/"58fd859e-575c"', 346 verbose headers age: '47', 346 verbose headers connection: 'keep-alive', 346 verbose headers 'x-served-by': 'cache-bma7035-BMA', 346 verbose headers 'x-cache': 'HIT', 346 verbose headers 'x-cache-hits': '1', 346 verbose headers 'x-timer': 'S1493147533.950958,VS0,VE1', 346 verbose headers vary: 'Accept-Encoding' } 347 silly get cb [ 304, 347 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 347 silly get via: '1.1 varnish', 347 silly get 'cache-control': 'max-age=300', 347 silly get etag: 'W/"58fd859e-575c"', 347 silly get age: '47', 347 silly get connection: 'keep-alive', 347 silly get 'x-served-by': 'cache-bma7035-BMA', 347 silly get 'x-cache': 'HIT', 347 silly get 'x-cache-hits': '1', 347 silly get 'x-timer': 'S1493147533.950958,VS0,VE1', 347 silly get vary: 'Accept-Encoding' } ] 348 verbose etag https://registry.npmjs.org/ora from cache 349 verbose get saving ora to /home/olpe/.npm/registry.npmjs.org/ora/.cache.json 350 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 351 http 304 https://registry.npmjs.org/os-homedir 352 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 352 verbose headers via: '1.1 varnish', 352 verbose headers 'cache-control': 'max-age=300', 352 verbose headers etag: 'W/"5815a488-19ee"', 352 verbose headers age: '76', 352 verbose headers connection: 'keep-alive', 352 verbose headers 'x-served-by': 'cache-bma7032-BMA', 352 verbose headers 'x-cache': 'HIT', 352 verbose headers 'x-cache-hits': '1', 352 verbose headers 'x-timer': 'S1493147533.952820,VS0,VE0', 352 verbose headers vary: 'Accept-Encoding' } 353 silly get cb [ 304, 353 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 353 silly get via: '1.1 varnish', 353 silly get 'cache-control': 'max-age=300', 353 silly get etag: 'W/"5815a488-19ee"', 353 silly get age: '76', 353 silly get connection: 'keep-alive', 353 silly get 'x-served-by': 'cache-bma7032-BMA', 353 silly get 'x-cache': 'HIT', 353 silly get 'x-cache-hits': '1', 353 silly get 'x-timer': 'S1493147533.952820,VS0,VE0', 353 silly get vary: 'Accept-Encoding' } ] 354 verbose etag https://registry.npmjs.org/os-homedir from cache 355 verbose get saving os-homedir to /home/olpe/.npm/registry.npmjs.org/os-homedir/.cache.json 356 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 357 http 304 https://registry.npmjs.org/fs-extra 358 verbose headers { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 358 verbose headers via: '1.1 varnish', 358 verbose headers 'cache-control': 'max-age=300', 358 verbose headers etag: 'W/"58fec4f7-1e841"', 358 verbose headers age: '0', 358 verbose headers connection: 'keep-alive', 358 verbose headers 'x-served-by': 'cache-bma7034-BMA', 358 verbose headers 'x-cache': 'HIT', 358 verbose headers 'x-cache-hits': '1', 358 verbose headers 'x-timer': 'S1493147533.935691,VS0,VE21', 358 verbose headers vary: 'Accept-Encoding' } 359 silly get cb [ 304, 359 silly get { date: 'Tue, 25 Apr 2017 19:12:12 GMT', 359 silly get via: '1.1 varnish', 359 silly get 'cache-control': 'max-age=300', 359 silly get etag: 'W/"58fec4f7-1e841"', 359 silly get age: '0', 359 silly get connection: 'keep-alive', 359 silly get 'x-served-by': 'cache-bma7034-BMA', 359 silly get 'x-cache': 'HIT', 359 silly get 'x-cache-hits': '1', 359 silly get 'x-timer': 'S1493147533.935691,VS0,VE21', 359 silly get vary: 'Accept-Encoding' } ] 360 verbose etag https://registry.npmjs.org/fs-extra from cache 361 verbose get saving fs-extra to /home/olpe/.npm/registry.npmjs.org/fs-extra/.cache.json 362 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 363 verbose get https://registry.npmjs.org/expand-home-dir not expired, no request 364 silly addNameRange number 2 { name: 'expand-home-dir', 364 silly addNameRange range: '>=0.0.3 <0.0.4', 364 silly addNameRange hasData: true } 365 silly addNameRange versions [ 'expand-home-dir', 365 silly addNameRange [ '2.0.0', '0.0.3', '0.0.0', '0.0.1', '0.0.2' ] ] 366 silly addNamed [email protected] 367 verbose addNamed "0.0.3" is a plain semver version for expand-home-dir 368 silly cache afterAdd [email protected] 369 verbose afterAdd /home/olpe/.npm/jsonfile/2.4.0/package/package.json not in flight; writing 370 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 371 silly fetchNamedPackageData No valid target from cache, forcing network 372 verbose request uri https://registry.npmjs.org/caporal 373 verbose request no auth needed 374 info attempt registry request try #1 at 10:12:12 PM 375 http request GET https://registry.npmjs.org/caporal 376 silly cache afterAdd [email protected] 377 verbose afterAdd /home/olpe/.npm/expand-home-dir/0.0.3/package/package.json not in flight; writing 378 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 379 silly resolveWithNewModule [email protected] checking installable status 380 silly cache add args [ 'cli-table2@^0.2.0', null ] 381 verbose cache add spec cli-table2@^0.2.0 382 silly cache add parsed spec Result { 382 silly cache add raw: 'cli-table2@^0.2.0', 382 silly cache add scope: null, 382 silly cache add escapedName: 'cli-table2', 382 silly cache add name: 'cli-table2', 382 silly cache add rawSpec: '^0.2.0', 382 silly cache add spec: '>=0.2.0 <0.3.0', 382 silly cache add type: 'range' } 383 silly addNamed cli-table2@>=0.2.0 <0.3.0 384 verbose addNamed ">=0.2.0 <0.3.0" is a valid semver range for cli-table2 385 silly addNameRange { name: 'cli-table2', range: '>=0.2.0 <0.3.0', hasData: false } 386 silly mapToRegistry name cli-table2 387 silly mapToRegistry using default registry 388 silly mapToRegistry registry https://registry.npmjs.org/ 389 silly mapToRegistry data Result { 389 silly mapToRegistry raw: 'cli-table2', 389 silly mapToRegistry scope: null, 389 silly mapToRegistry escapedName: 'cli-table2', 389 silly mapToRegistry name: 'cli-table2', 389 silly mapToRegistry rawSpec: '', 389 silly mapToRegistry spec: 'latest', 389 silly mapToRegistry type: 'tag' } 390 silly mapToRegistry uri https://registry.npmjs.org/cli-table2 391 verbose addNameRange registry:https://registry.npmjs.org/cli-table2 not in flight; fetching 392 silly resolveWithNewModule [email protected] checking installable status 393 silly cache add args [ 'mz@^2.6.0', null ] 394 verbose cache add spec mz@^2.6.0 395 silly cache add parsed spec Result { 395 silly cache add raw: 'mz@^2.6.0', 395 silly cache add scope: null, 395 silly cache add escapedName: 'mz', 395 silly cache add name: 'mz', 395 silly cache add rawSpec: '^2.6.0', 395 silly cache add spec: '>=2.6.0 <3.0.0', 395 silly cache add type: 'range' } 396 silly addNamed mz@>=2.6.0 <3.0.0 397 verbose addNamed ">=2.6.0 <3.0.0" is a valid semver range for mz 398 silly addNameRange { name: 'mz', range: '>=2.6.0 <3.0.0', hasData: false } 399 silly mapToRegistry name mz 400 silly mapToRegistry using default registry 401 silly mapToRegistry registry https://registry.npmjs.org/ 402 silly mapToRegistry data Result { 402 silly mapToRegistry raw: 'mz', 402 silly mapToRegistry scope: null, 402 silly mapToRegistry escapedName: 'mz', 402 silly mapToRegistry name: 'mz', 402 silly mapToRegistry rawSpec: '', 402 silly mapToRegistry spec: 'latest', 402 silly mapToRegistry type: 'tag' } 403 silly mapToRegistry uri https://registry.npmjs.org/mz 404 verbose addNameRange registry:https://registry.npmjs.org/mz not in flight; fetching 405 silly resolveWithNewModule [email protected] checking installable status 406 silly cache add args [ 'moment@^2.17.1', null ] 407 verbose cache add spec moment@^2.17.1 408 silly cache add parsed spec Result { 408 silly cache add raw: 'moment@^2.17.1', 408 silly cache add scope: null, 408 silly cache add escapedName: 'moment', 408 silly cache add name: 'moment', 408 silly cache add rawSpec: '^2.17.1', 408 silly cache add spec: '>=2.17.1 <3.0.0', 408 silly cache add type: 'range' } 409 silly addNamed moment@>=2.17.1 <3.0.0 410 verbose addNamed ">=2.17.1 <3.0.0" is a valid semver range for moment 411 silly addNameRange { name: 'moment', range: '>=2.17.1 <3.0.0', hasData: false } 412 silly mapToRegistry name moment 413 silly mapToRegistry using default registry 414 silly mapToRegistry registry https://registry.npmjs.org/ 415 silly mapToRegistry data Result { 415 silly mapToRegistry raw: 'moment', 415 silly mapToRegistry scope: null, 415 silly mapToRegistry escapedName: 'moment', 415 silly mapToRegistry name: 'moment', 415 silly mapToRegistry rawSpec: '', 415 silly mapToRegistry spec: 'latest', 415 silly mapToRegistry type: 'tag' } 416 silly mapToRegistry uri https://registry.npmjs.org/moment 417 verbose addNameRange registry:https://registry.npmjs.org/moment not in flight; fetching 418 silly resolveWithNewModule [email protected] checking installable status 419 silly cache add args [ 'knex@^0.12.7', null ] 420 verbose cache add spec knex@^0.12.7 421 silly cache add parsed spec Result { 421 silly cache add raw: 'knex@^0.12.7', 421 silly cache add scope: null, 421 silly cache add escapedName: 'knex', 421 silly cache add name: 'knex', 421 silly cache add rawSpec: '^0.12.7', 421 silly cache add spec: '>=0.12.7 <0.13.0', 421 silly cache add type: 'range' } 422 silly addNamed knex@>=0.12.7 <0.13.0 423 verbose addNamed ">=0.12.7 <0.13.0" is a valid semver range for knex 424 silly addNameRange { name: 'knex', range: '>=0.12.7 <0.13.0', hasData: false } 425 silly mapToRegistry name knex 426 silly mapToRegistry using default registry 427 silly mapToRegistry registry https://registry.npmjs.org/ 428 silly mapToRegistry data Result { 428 silly mapToRegistry raw: 'knex', 428 silly mapToRegistry scope: null, 428 silly mapToRegistry escapedName: 'knex', 428 silly mapToRegistry name: 'knex', 428 silly mapToRegistry rawSpec: '', 428 silly mapToRegistry spec: 'latest', 428 silly mapToRegistry type: 'tag' } 429 silly mapToRegistry uri https://registry.npmjs.org/knex 430 verbose addNameRange registry:https://registry.npmjs.org/knex not in flight; fetching 431 silly resolveWithNewModule [email protected] checking installable status 432 silly cache add args [ 'ora@^1.2.0', null ] 433 verbose cache add spec ora@^1.2.0 434 silly cache add parsed spec Result { 434 silly cache add raw: 'ora@^1.2.0', 434 silly cache add scope: null, 434 silly cache add escapedName: 'ora', 434 silly cache add name: 'ora', 434 silly cache add rawSpec: '^1.2.0', 434 silly cache add spec: '>=1.2.0 <2.0.0', 434 silly cache add type: 'range' } 435 silly addNamed ora@>=1.2.0 <2.0.0 436 verbose addNamed ">=1.2.0 <2.0.0" is a valid semver range for ora 437 silly addNameRange { name: 'ora', range: '>=1.2.0 <2.0.0', hasData: false } 438 silly mapToRegistry name ora 439 silly mapToRegistry using default registry 440 silly mapToRegistry registry https://registry.npmjs.org/ 441 silly mapToRegistry data Result { 441 silly mapToRegistry raw: 'ora', 441 silly mapToRegistry scope: null, 441 silly mapToRegistry escapedName: 'ora', 441 silly mapToRegistry name: 'ora', 441 silly mapToRegistry rawSpec: '', 441 silly mapToRegistry spec: 'latest', 441 silly mapToRegistry type: 'tag' } 442 silly mapToRegistry uri https://registry.npmjs.org/ora 443 verbose addNameRange registry:https://registry.npmjs.org/ora not in flight; fetching 444 silly resolveWithNewModule [email protected] checking installable status 445 silly cache add args [ 'os-homedir@^1.0.2', null ] 446 verbose cache add spec os-homedir@^1.0.2 447 silly cache add parsed spec Result { 447 silly cache add raw: 'os-homedir@^1.0.2', 447 silly cache add scope: null, 447 silly cache add escapedName: 'os-homedir', 447 silly cache add name: 'os-homedir', 447 silly cache add rawSpec: '^1.0.2', 447 silly cache add spec: '>=1.0.2 <2.0.0', 447 silly cache add type: 'range' } 448 silly addNamed os-homedir@>=1.0.2 <2.0.0 449 verbose addNamed ">=1.0.2 <2.0.0" is a valid semver range for os-homedir 450 silly addNameRange { name: 'os-homedir', range: '>=1.0.2 <2.0.0', hasData: false } 451 silly mapToRegistry name os-homedir 452 silly mapToRegistry using default registry 453 silly mapToRegistry registry https://registry.npmjs.org/ 454 silly mapToRegistry data Result { 454 silly mapToRegistry raw: 'os-homedir', 454 silly mapToRegistry scope: null, 454 silly mapToRegistry escapedName: 'os-homedir', 454 silly mapToRegistry name: 'os-homedir', 454 silly mapToRegistry rawSpec: '', 454 silly mapToRegistry spec: 'latest', 454 silly mapToRegistry type: 'tag' } 455 silly mapToRegistry uri https://registry.npmjs.org/os-homedir 456 verbose addNameRange registry:https://registry.npmjs.org/os-homedir not in flight; fetching 457 silly resolveWithNewModule [email protected] checking installable status 458 silly cache add args [ 'fs-extra@^2.1.2', null ] 459 verbose cache add spec fs-extra@^2.1.2 460 silly cache add parsed spec Result { 460 silly cache add raw: 'fs-extra@^2.1.2', 460 silly cache add scope: null, 460 silly cache add escapedName: 'fs-extra', 460 silly cache add name: 'fs-extra', 460 silly cache add rawSpec: '^2.1.2', 460 silly cache add spec: '>=2.1.2 <3.0.0', 460 silly cache add type: 'range' } 461 silly addNamed fs-extra@>=2.1.2 <3.0.0 462 verbose addNamed ">=2.1.2 <3.0.0" is a valid semver range for fs-extra 463 silly addNameRange { name: 'fs-extra', range: '>=2.1.2 <3.0.0', hasData: false } 464 silly mapToRegistry name fs-extra 465 silly mapToRegistry using default registry 466 silly mapToRegistry registry https://registry.npmjs.org/ 467 silly mapToRegistry data Result { 467 silly mapToRegistry raw: 'fs-extra', 467 silly mapToRegistry scope: null, 467 silly mapToRegistry escapedName: 'fs-extra', 467 silly mapToRegistry name: 'fs-extra', 467 silly mapToRegistry rawSpec: '', 467 silly mapToRegistry spec: 'latest', 467 silly mapToRegistry type: 'tag' } 468 silly mapToRegistry uri https://registry.npmjs.org/fs-extra 469 verbose addNameRange registry:https://registry.npmjs.org/fs-extra not in flight; fetching 470 verbose afterAdd /home/olpe/.npm/jsonfile/2.4.0/package/package.json written 471 verbose get https://registry.npmjs.org/cli-table2 not expired, no request 472 silly addNameRange number 2 { name: 'cli-table2', range: '>=0.2.0 <0.3.0', hasData: true } 473 silly addNameRange versions [ 'cli-table2', 473 silly addNameRange [ '0.0.1', 473 silly addNameRange '0.1.0', 473 silly addNameRange '0.1.1', 473 silly addNameRange '0.1.2', 473 silly addNameRange '0.1.3', 473 silly addNameRange '0.1.4', 473 silly addNameRange '0.1.5', 473 silly addNameRange '0.1.6', 473 silly addNameRange '0.1.7', 473 silly addNameRange '0.1.8', 473 silly addNameRange '0.1.9', 473 silly addNameRange '0.2.0' ] ] 474 silly addNamed [email protected] 475 verbose addNamed "0.2.0" is a plain semver version for cli-table2 476 verbose afterAdd /home/olpe/.npm/expand-home-dir/0.0.3/package/package.json written 477 verbose get https://registry.npmjs.org/mz not expired, no request 478 silly addNameRange number 2 { name: 'mz', range: '>=2.6.0 <3.0.0', hasData: true } 479 silly addNameRange versions [ 'mz', 479 silly addNameRange [ '0.1.1', 479 silly addNameRange '0.1.2', 479 silly addNameRange '0.1.3', 479 silly addNameRange '0.1.4', 479 silly addNameRange '0.1.5', 479 silly addNameRange '0.1.6', 479 silly addNameRange '1.0.0', 479 silly addNameRange '1.0.1', 479 silly addNameRange '1.0.2', 479 silly addNameRange '1.1.0', 479 silly addNameRange '1.2.0', 479 silly addNameRange '1.2.1', 479 silly addNameRange '1.3.0', 479 silly addNameRange '2.0.0', 479 silly addNameRange '2.1.0', 479 silly addNameRange '2.2.0', 479 silly addNameRange '2.3.0', 479 silly addNameRange '2.3.1', 479 silly addNameRange '2.4.0', 479 silly addNameRange '2.5.0', 479 silly addNameRange '2.6.0' ] ] 480 silly addNamed [email protected] 481 verbose addNamed "2.6.0" is a plain semver version for mz 482 verbose get https://registry.npmjs.org/moment not expired, no request 483 silly addNameRange number 2 { name: 'moment', range: '>=2.17.1 <3.0.0', hasData: true } 484 silly addNameRange versions [ 'moment', 484 silly addNameRange [ '1.0.0', 484 silly addNameRange '1.0.1', 484 silly addNameRange '1.1.0', 484 silly addNameRange '1.1.1', 484 silly addNameRange '1.2.0', 484 silly addNameRange '1.3.0', 484 silly addNameRange '1.4.0', 484 silly addNameRange '1.5.0', 484 silly addNameRange '1.5.1', 484 silly addNameRange '1.6.0', 484 silly addNameRange '1.6.1', 484 silly addNameRange '1.6.2', 484 silly addNameRange '1.7.0', 484 silly addNameRange '1.7.1', 484 silly addNameRange '1.7.2', 484 silly addNameRange '2.0.0', 484 silly addNameRange '2.1.0', 484 silly addNameRange '2.2.1', 484 silly addNameRange '2.3.0', 484 silly addNameRange '2.3.1', 484 silly addNameRange '2.4.0', 484 silly addNameRange '2.5.0', 484 silly addNameRange '2.5.1', 484 silly addNameRange '2.6.0', 484 silly addNameRange '2.7.0', 484 silly addNameRange '2.8.1', 484 silly addNameRange '2.8.2', 484 silly addNameRange '2.8.3', 484 silly addNameRange '2.8.4', 484 silly addNameRange '2.9.0', 484 silly addNameRange '2.10.2', 484 silly addNameRange '2.10.3', 484 silly addNameRange '2.10.5', 484 silly addNameRange '2.10.6', 484 silly addNameRange '2.11.0', 484 silly addNameRange '2.11.1', 484 silly addNameRange '2.11.2', 484 silly addNameRange '2.12.0', 484 silly addNameRange '2.13.0', 484 silly addNameRange '2.14.0', 484 silly addNameRange '2.14.1', 484 silly addNameRange '2.15.0', 484 silly addNameRange '2.15.1', 484 silly addNameRange '2.15.2', 484 silly addNameRange '2.16.0', 484 silly addNameRange '2.17.0', 484 silly addNameRange '2.17.1', 484 silly addNameRange '2.18.0', 484 silly addNameRange '2.18.1' ] ] 485 silly addNamed [email protected] 486 verbose addNamed "2.18.1" is a plain semver version for moment 487 verbose get https://registry.npmjs.org/knex not expired, no request 488 silly addNameRange number 2 { name: 'knex', range: '>=0.12.7 <0.13.0', hasData: true } 489 silly addNameRange versions [ 'knex', 489 silly addNameRange [ '0.0.0', 489 silly addNameRange '0.0.1', 489 silly addNameRange '0.0.2', 489 silly addNameRange '0.0.3', 489 silly addNameRange '0.0.5', 489 silly addNameRange '0.1.0', 489 silly addNameRange '0.1.1', 489 silly addNameRange '0.1.2', 489 silly addNameRange '0.1.3', 489 silly addNameRange '0.1.4', 489 silly addNameRange '0.1.5', 489 silly addNameRange '0.1.6', 489 silly addNameRange '0.1.7', 489 silly addNameRange '0.1.8', 489 silly addNameRange '0.2.0', 489 silly addNameRange '0.2.1', 489 silly addNameRange '0.2.2', 489 silly addNameRange '0.2.3', 489 silly addNameRange '0.2.4', 489 silly addNameRange '0.2.5', 489 silly addNameRange '0.2.6', 489 silly addNameRange '0.4.0', 489 silly addNameRange '0.4.1', 489 silly addNameRange '0.4.2', 489 silly addNameRange '0.2.7-alpha', 489 silly addNameRange '0.4.3', 489 silly addNameRange '0.4.4', 489 silly addNameRange '0.4.5', 489 silly addNameRange '0.4.6', 489 silly addNameRange '0.4.7', 489 silly addNameRange '0.4.8', 489 silly addNameRange '0.4.9', 489 silly addNameRange '0.4.10', 489 silly addNameRange '0.4.11', 489 silly addNameRange '0.4.12', 489 silly addNameRange '0.4.13', 489 silly addNameRange '0.5.0', 489 silly addNameRange '0.5.1', 489 silly addNameRange '0.5.2', 489 silly addNameRange '0.5.3', 489 silly addNameRange '0.5.4', 489 silly addNameRange '0.5.5', 489 silly addNameRange '0.5.6', 489 silly addNameRange '0.5.7', 489 silly addNameRange '0.5.8', 489 silly addNameRange '0.5.9', 489 silly addNameRange '0.5.10', 489 silly addNameRange '0.5.11', 489 silly addNameRange '0.5.12', 489 silly addNameRange '0.5.13', 489 silly addNameRange '0.5.14', 489 silly addNameRange '0.5.15', 489 silly addNameRange '0.6.0', 489 silly addNameRange '0.6.1', 489 silly addNameRange '0.6.2', 489 silly addNameRange '0.6.3', 489 silly addNameRange '0.6.4', 489 silly addNameRange '0.6.5', 489 silly addNameRange '0.6.6', 489 silly addNameRange '0.6.7', 489 silly addNameRange '0.6.8', 489 silly addNameRange '0.6.9', 489 silly addNameRange '0.6.10', 489 silly addNameRange '0.6.11', 489 silly addNameRange '0.6.12', 489 silly addNameRange '0.6.13', 489 silly addNameRange '0.6.14', 489 silly addNameRange '0.6.15', 489 silly addNameRange '0.6.16', 489 silly addNameRange '0.6.17', 489 silly addNameRange '0.6.18', 489 silly addNameRange '0.6.19', 489 silly addNameRange '0.6.20', 489 silly addNameRange '0.6.21', 489 silly addNameRange '0.6.22', 489 silly addNameRange '0.5.16', 489 silly addNameRange '0.7.0', 489 silly addNameRange '0.7.1', 489 silly addNameRange '0.7.2', 489 silly addNameRange '0.7.3', 489 silly addNameRange '0.7.4', 489 silly addNameRange '0.7.5', 489 silly addNameRange '0.6.23', 489 silly addNameRange '0.7.6', 489 silly addNameRange '0.8.0', 489 silly addNameRange '0.8.1', 489 silly addNameRange '0.8.2', 489 silly addNameRange '0.8.3', 489 silly addNameRange '0.8.4', 489 silly addNameRange '0.8.5', 489 silly addNameRange '0.8.6', 489 silly addNameRange '0.9.0', 489 silly addNameRange '0.10.0-rc1', 489 silly addNameRange '0.10.0', 489 silly addNameRange '0.11.0', 489 silly addNameRange '0.11.1', 489 silly addNameRange '0.11.2', 489 silly addNameRange '0.11.3', 489 silly addNameRange '0.11.4', 489 silly addNameRange '0.11.5', 489 silly addNameRange ... 15 more items ] ] 490 silly addNamed [email protected] 491 verbose addNamed "0.12.9" is a plain semver version for knex 492 verbose get https://registry.npmjs.org/ora not expired, no request 493 silly addNameRange number 2 { name: 'ora', range: '>=1.2.0 <2.0.0', hasData: true } 494 silly addNameRange versions [ 'ora', 494 silly addNameRange [ '0.1.0', 494 silly addNameRange '0.1.1', 494 silly addNameRange '0.2.0', 494 silly addNameRange '0.2.1', 494 silly addNameRange '0.2.2', 494 silly addNameRange '0.2.3', 494 silly addNameRange '0.3.0', 494 silly addNameRange '0.4.0', 494 silly addNameRange '0.4.1', 494 silly addNameRange '1.0.0', 494 silly addNameRange '1.1.0', 494 silly addNameRange '1.2.0' ] ] 495 silly addNamed [email protected] 496 verbose addNamed "1.2.0" is a plain semver version for ora 497 verbose get https://registry.npmjs.org/os-homedir not expired, no request 498 silly addNameRange number 2 { name: 'os-homedir', range: '>=1.0.2 <2.0.0', hasData: true } 499 silly addNameRange versions [ 'os-homedir', [ '0.1.0', '1.0.0', '1.0.1', '1.0.2' ] ] 500 silly addNamed [email protected] 501 verbose addNamed "1.0.2" is a plain semver version for os-homedir 502 verbose get https://registry.npmjs.org/fs-extra not expired, no request 503 silly addNameRange number 2 { name: 'fs-extra', range: '>=2.1.2 <3.0.0', hasData: true } 504 silly addNameRange versions [ 'fs-extra', 504 silly addNameRange [ '0.0.1', 504 silly addNameRange '0.0.11', 504 silly addNameRange '0.0.3', 504 silly addNameRange '0.0.4', 504 silly addNameRange '0.1.0', 504 silly addNameRange '0.1.1', 504 silly addNameRange '0.1.2', 504 silly addNameRange '0.1.3', 504 silly addNameRange '0.2.0', 504 silly addNameRange '0.2.1', 504 silly addNameRange '0.3.0', 504 silly addNameRange '0.3.1', 504 silly addNameRange '0.3.2', 504 silly addNameRange '0.4.0', 504 silly addNameRange '0.5.0', 504 silly addNameRange '0.6.0', 504 silly addNameRange '0.6.1', 504 silly addNameRange '0.6.2', 504 silly addNameRange '0.6.3', 504 silly addNameRange '0.6.4', 504 silly addNameRange '0.7.0', 504 silly addNameRange '0.7.1', 504 silly addNameRange '0.8.0', 504 silly addNameRange '0.8.1', 504 silly addNameRange '0.9.0', 504 silly addNameRange '0.9.1', 504 silly addNameRange '0.10.0', 504 silly addNameRange '0.11.0', 504 silly addNameRange '0.11.1', 504 silly addNameRange '0.12.0', 504 silly addNameRange '0.13.0', 504 silly addNameRange '0.14.0', 504 silly addNameRange '0.15.0', 504 silly addNameRange '0.16.0', 504 silly addNameRange '0.16.1', 504 silly addNameRange '0.16.2', 504 silly addNameRange '0.16.3', 504 silly addNameRange '0.16.4', 504 silly addNameRange '0.16.5', 504 silly addNameRange '0.17.0', 504 silly addNameRange '0.18.0', 504 silly addNameRange '0.18.1', 504 silly addNameRange '0.18.2', 504 silly addNameRange '0.18.3', 504 silly addNameRange '0.18.4', 504 silly addNameRange '0.19.0', 504 silly addNameRange '0.20.0', 504 silly addNameRange '0.20.1', 504 silly addNameRange '0.21.0', 504 silly addNameRange '0.22.0', 504 silly addNameRange '0.22.1', 504 silly addNameRange '0.23.0', 504 silly addNameRange '0.23.1', 504 silly addNameRange '0.24.0', 504 silly addNameRange '0.25.0', 504 silly addNameRange '0.26.0', 504 silly addNameRange '0.26.1', 504 silly addNameRange '0.26.2', 504 silly addNameRange '0.26.3', 504 silly addNameRange '0.26.4', 504 silly addNameRange '0.26.5', 504 silly addNameRange '0.26.6', 504 silly addNameRange '0.26.7', 504 silly addNameRange '0.27.0', 504 silly addNameRange '0.28.0', 504 silly addNameRange '0.29.0', 504 silly addNameRange '0.30.0', 504 silly addNameRange '1.0.0', 504 silly addNameRange '2.0.0', 504 silly addNameRange '2.1.0', 504 silly addNameRange '2.1.1', 504 silly addNameRange '2.1.2' ] ] 505 silly addNamed [email protected] 506 verbose addNamed "2.1.2" is a plain semver version for fs-extra 507 http 200 https://registry.npmjs.org/caporal 508 verbose headers { server: 'nginx/1.10.1', 508 verbose headers 'content-type': 'application/json', 508 verbose headers 'last-modified': 'Thu, 13 Apr 2017 07:05:15 GMT', 508 verbose headers etag: 'W/"58ef232b-96ec"', 508 verbose headers 'content-encoding': 'gzip', 508 verbose headers 'cache-control': 'max-age=300', 508 verbose headers 'content-length': '8243', 508 verbose headers 'accept-ranges': 'bytes', 508 verbose headers date: 'Tue, 25 Apr 2017 19:12:13 GMT', 508 verbose headers via: '1.1 varnish', 508 verbose headers age: '84', 508 verbose headers connection: 'keep-alive', 508 verbose headers 'x-served-by': 'cache-bma7020-BMA', 508 verbose headers 'x-cache': 'HIT', 508 verbose headers 'x-cache-hits': '1', 508 verbose headers 'x-timer': 'S1493147533.012736,VS0,VE0', 508 verbose headers vary: 'Accept-Encoding' } 509 silly get cb [ 200, 509 silly get { server: 'nginx/1.10.1', 509 silly get 'content-type': 'application/json', 509 silly get 'last-modified': 'Thu, 13 Apr 2017 07:05:15 GMT', 509 silly get etag: 'W/"58ef232b-96ec"', 509 silly get 'content-encoding': 'gzip', 509 silly get 'cache-control': 'max-age=300', 509 silly get 'content-length': '8243', 509 silly get 'accept-ranges': 'bytes', 509 silly get date: 'Tue, 25 Apr 2017 19:12:13 GMT', 509 silly get via: '1.1 varnish', 509 silly get age: '84', 509 silly get connection: 'keep-alive', 509 silly get 'x-served-by': 'cache-bma7020-BMA', 509 silly get 'x-cache': 'HIT', 509 silly get 'x-cache-hits': '1', 509 silly get 'x-timer': 'S1493147533.012736,VS0,VE0', 509 silly get vary: 'Accept-Encoding' } ] 510 verbose get saving caporal to /home/olpe/.npm/registry.npmjs.org/caporal/.cache.json 511 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 512 silly cache afterAdd [email protected] 513 verbose afterAdd /home/olpe/.npm/cli-table2/0.2.0/package/package.json not in flight; writing 514 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 515 silly cache afterAdd [email protected] 516 verbose afterAdd /home/olpe/.npm/mz/2.6.0/package/package.json not in flight; writing 517 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 518 silly cache afterAdd [email protected] 519 verbose afterAdd /home/olpe/.npm/moment/2.18.1/package/package.json not in flight; writing 520 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 521 silly cache afterAdd [email protected] 522 verbose afterAdd /home/olpe/.npm/ora/1.2.0/package/package.json not in flight; writing 523 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 524 silly cache afterAdd [email protected] 525 verbose afterAdd /home/olpe/.npm/os-homedir/1.0.2/package/package.json not in flight; writing 526 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 527 silly cache afterAdd [email protected] 528 verbose afterAdd /home/olpe/.npm/knex/0.12.9/package/package.json not in flight; writing 529 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 530 silly cache afterAdd [email protected] 531 verbose afterAdd /home/olpe/.npm/fs-extra/2.1.2/package/package.json not in flight; writing 532 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 533 verbose afterAdd /home/olpe/.npm/cli-table2/0.2.0/package/package.json written 534 verbose afterAdd /home/olpe/.npm/mz/2.6.0/package/package.json written 535 verbose afterAdd /home/olpe/.npm/moment/2.18.1/package/package.json written 536 silly fetchPackageMetaData Error: No compatible version found: [email protected] 536 silly fetchPackageMetaData Valid install targets: 536 silly fetchPackageMetaData 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.0, 0.1.0, 0.1.0-alpha 536 silly fetchPackageMetaData 536 silly fetchPackageMetaData at pickVersionFromRegistryDocument (/usr/local/lib/node_modules/npm/lib/fetch-package-metadata.js:178:16) 536 silly fetchPackageMetaData at /usr/local/lib/node_modules/npm/node_modules/iferr/index.js:13:50 536 silly fetchPackageMetaData at /usr/local/lib/node_modules/npm/lib/utils/pulse-till-done.js:20:8 536 silly fetchPackageMetaData at saved (/usr/local/lib/node_modules/npm/lib/cache/caching-client.js:174:7) 536 silly fetchPackageMetaData at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:241:18 536 silly fetchPackageMetaData at FSReqWrap.oncomplete (fs.js:111:15) 536 silly fetchPackageMetaData error for [email protected] { Error: No compatible version found: [email protected] 536 silly fetchPackageMetaData Valid install targets: 536 silly fetchPackageMetaData 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.0, 0.1.0, 0.1.0-alpha 536 silly fetchPackageMetaData 536 silly fetchPackageMetaData at pickVersionFromRegistryDocument (/usr/local/lib/node_modules/npm/lib/fetch-package-metadata.js:178:16) 536 silly fetchPackageMetaData at /usr/local/lib/node_modules/npm/node_modules/iferr/index.js:13:50 536 silly fetchPackageMetaData at /usr/local/lib/node_modules/npm/lib/utils/pulse-till-done.js:20:8 536 silly fetchPackageMetaData at saved (/usr/local/lib/node_modules/npm/lib/cache/caching-client.js:174:7) 536 silly fetchPackageMetaData at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:241:18 536 silly fetchPackageMetaData at FSReqWrap.oncomplete (fs.js:111:15) code: 'ETARGET' } 537 verbose afterAdd /home/olpe/.npm/os-homedir/1.0.2/package/package.json written 538 verbose afterAdd /home/olpe/.npm/knex/0.12.9/package/package.json written 539 verbose afterAdd /home/olpe/.npm/ora/1.2.0/package/package.json written 540 verbose afterAdd /home/olpe/.npm/fs-extra/2.1.2/package/package.json written 541 http 304 https://registry.npmjs.org/sqlite3 542 verbose headers { date: 'Tue, 25 Apr 2017 19:12:17 GMT', 542 verbose headers via: '1.1 varnish', 542 verbose headers 'cache-control': 'max-age=300', 542 verbose headers etag: 'W/"58fc463d-22801"', 542 verbose headers age: '89', 542 verbose headers connection: 'keep-alive', 542 verbose headers 'x-served-by': 'cache-bma7020-BMA', 542 verbose headers 'x-cache': 'HIT', 542 verbose headers 'x-cache-hits': '1', 542 verbose headers 'x-timer': 'S1493147538.971117,VS0,VE0', 542 verbose headers vary: 'Accept-Encoding' } 543 silly get cb [ 304, 543 silly get { date: 'Tue, 25 Apr 2017 19:12:17 GMT', 543 silly get via: '1.1 varnish', 543 silly get 'cache-control': 'max-age=300', 543 silly get etag: 'W/"58fc463d-22801"', 543 silly get age: '89', 543 silly get connection: 'keep-alive', 543 silly get 'x-served-by': 'cache-bma7020-BMA', 543 silly get 'x-cache': 'HIT', 543 silly get 'x-cache-hits': '1', 543 silly get 'x-timer': 'S1493147538.971117,VS0,VE0', 543 silly get vary: 'Accept-Encoding' } ] 544 verbose etag https://registry.npmjs.org/sqlite3 from cache 545 verbose get saving sqlite3 to /home/olpe/.npm/registry.npmjs.org/sqlite3/.cache.json 546 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 547 silly resolveWithNewModule [email protected] checking installable status 548 silly cache add args [ 'sqlite3@^3.1.8', null ] 549 verbose cache add spec sqlite3@^3.1.8 550 silly cache add parsed spec Result { 550 silly cache add raw: 'sqlite3@^3.1.8', 550 silly cache add scope: null, 550 silly cache add escapedName: 'sqlite3', 550 silly cache add name: 'sqlite3', 550 silly cache add rawSpec: '^3.1.8', 550 silly cache add spec: '>=3.1.8 <4.0.0', 550 silly cache add type: 'range' } 551 silly addNamed sqlite3@>=3.1.8 <4.0.0 552 verbose addNamed ">=3.1.8 <4.0.0" is a valid semver range for sqlite3 553 silly addNameRange { name: 'sqlite3', range: '>=3.1.8 <4.0.0', hasData: false } 554 silly mapToRegistry name sqlite3 555 silly mapToRegistry using default registry 556 silly mapToRegistry registry https://registry.npmjs.org/ 557 silly mapToRegistry data Result { 557 silly mapToRegistry raw: 'sqlite3', 557 silly mapToRegistry scope: null, 557 silly mapToRegistry escapedName: 'sqlite3', 557 silly mapToRegistry name: 'sqlite3', 557 silly mapToRegistry rawSpec: '', 557 silly mapToRegistry spec: 'latest', 557 silly mapToRegistry type: 'tag' } 558 silly mapToRegistry uri https://registry.npmjs.org/sqlite3 559 verbose addNameRange registry:https://registry.npmjs.org/sqlite3 not in flight; fetching 560 verbose get https://registry.npmjs.org/sqlite3 not expired, no request 561 silly addNameRange number 2 { name: 'sqlite3', range: '>=3.1.8 <4.0.0', hasData: true } 562 silly addNameRange versions [ 'sqlite3', 562 silly addNameRange [ '2.0.0', 562 silly addNameRange '2.0.1', 562 silly addNameRange '2.0.2', 562 silly addNameRange '2.0.3', 562 silly addNameRange '2.0.4', 562 silly addNameRange '2.0.5', 562 silly addNameRange '2.0.6', 562 silly addNameRange '2.0.7', 562 silly addNameRange '2.0.8', 562 silly addNameRange '2.0.9', 562 silly addNameRange '2.0.10', 562 silly addNameRange '2.0.11', 562 silly addNameRange '2.0.12', 562 silly addNameRange '2.0.13', 562 silly addNameRange '2.0.14', 562 silly addNameRange '2.0.15', 562 silly addNameRange '2.0.16', 562 silly addNameRange '2.0.17', 562 silly addNameRange '2.0.18', 562 silly addNameRange '2.1.0', 562 silly addNameRange '2.1.1', 562 silly addNameRange '2.1.2', 562 silly addNameRange '2.1.3', 562 silly addNameRange '2.1.4', 562 silly addNameRange '2.1.5', 562 silly addNameRange '2.1.7', 562 silly addNameRange '2.1.8', 562 silly addNameRange '2.1.9', 562 silly addNameRange '2.1.10', 562 silly addNameRange '2.1.11', 562 silly addNameRange '2.1.12', 562 silly addNameRange '2.1.13', 562 silly addNameRange '2.1.14', 562 silly addNameRange '2.1.15', 562 silly addNameRange '2.1.16', 562 silly addNameRange '2.1.17', 562 silly addNameRange '2.1.18', 562 silly addNameRange '2.1.19', 562 silly addNameRange '2.2.0', 562 silly addNameRange '2.2.1', 562 silly addNameRange '2.2.2', 562 silly addNameRange '2.2.3', 562 silly addNameRange '2.2.4', 562 silly addNameRange '2.2.6', 562 silly addNameRange '2.2.7', 562 silly addNameRange '3.0.0', 562 silly addNameRange '3.0.1', 562 silly addNameRange '3.0.2', 562 silly addNameRange '3.0.4', 562 silly addNameRange '3.0.5', 562 silly addNameRange '3.0.6', 562 silly addNameRange '3.0.7', 562 silly addNameRange '3.0.8', 562 silly addNameRange '3.0.9', 562 silly addNameRange '3.0.10', 562 silly addNameRange '3.1.0', 562 silly addNameRange '3.1.1', 562 silly addNameRange '3.1.2', 562 silly addNameRange '3.1.3', 562 silly addNameRange '3.1.4', 562 silly addNameRange '3.1.5', 562 silly addNameRange '3.1.6', 562 silly addNameRange '3.1.7', 562 silly addNameRange '3.1.8' ] ] 563 silly addNamed [email protected] 564 verbose addNamed "3.1.8" is a plain semver version for sqlite3 565 silly cache afterAdd [email protected] 566 verbose afterAdd /home/olpe/.npm/sqlite3/3.1.8/package/package.json not in flight; writing 567 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 568 verbose afterAdd /home/olpe/.npm/sqlite3/3.1.8/package/package.json written 569 verbose correctMkdir /home/olpe/.npm correctMkdir not in flight; initializing 570 verbose addBundled extract /home/olpe/.npm/sqlite3/3.1.8/package.tgz 571 verbose tar unpack /home/olpe/.npm/sqlite3/3.1.8/package.tgz 572 verbose tar unpacking to /tmp/npm-1658-32b10858/unpack-0c0b4d8c 573 silly gentlyRm /tmp/npm-1658-32b10858/unpack-0c0b4d8c is being purged 574 verbose gentlyRm don't care about contents; nuking /tmp/npm-1658-32b10858/unpack-0c0b4d8c 575 silly gunzTarPerm modes [ '755', '644' ] 576 silly gunzTarPerm extractEntry package.json 577 silly gunzTarPerm extractEntry README.md 578 silly gunzTarPerm extractEntry LICENSE 579 silly gunzTarPerm extractEntry .eslintrc.js 580 silly gunzTarPerm extractEntry sqlite3.js 581 silly gunzTarPerm extractEntry binding.gyp 582 silly gunzTarPerm extractEntry appveyor.yml 583 silly gunzTarPerm extractEntry deps/common-sqlite.gypi 584 silly gunzTarPerm extractEntry deps/extract.py 585 silly gunzTarPerm extractEntry deps/sqlite-autoconf-3150000.tar.gz 586 silly gunzTarPerm extractEntry deps/sqlite3.gyp 587 silly gunzTarPerm extractEntry lib/index.js 588 silly gunzTarPerm extractEntry lib/sqlite3.js 589 silly gunzTarPerm extractEntry lib/trace.js 590 silly gunzTarPerm extractEntry src/async.h 591 silly gunzTarPerm extractEntry src/database.cc 592 silly gunzTarPerm extractEntry src/database.h 593 silly gunzTarPerm extractEntry src/gcc-preinclude.h 594 silly gunzTarPerm extractEntry src/macros.h 595 silly gunzTarPerm extractEntry src/node_sqlite3.cc 596 silly gunzTarPerm extractEntry src/statement.cc 597 silly gunzTarPerm extractEntry src/statement.h 598 silly gunzTarPerm extractEntry src/threading.h 599 silly gunzTarPerm extractEntry CHANGELOG.md 600 silly gunzTarPerm extractEntry CONTRIBUTING.md 601 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/package.json 602 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/README.md 603 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/LICENSE 604 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/CHANGELOG.md 605 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/appveyor.yml 606 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/bin/node-pre-gyp 607 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/bin/node-pre-gyp.cmd 608 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/build.js 609 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/install.js 610 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/node-pre-gyp.js 611 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/package.js 612 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/pre-binding.js 613 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/info.js 614 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/rebuild.js 615 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/reinstall.js 616 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/reveal.js 617 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/testbinary.js 618 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/testpackage.js 619 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/configure.js 620 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/unpublish.js 621 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/clean.js 622 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/publish.js 623 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/compile.js 624 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/handle_gyp_opts.js 625 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/s3_setup.js 626 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/versioning.js 627 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/abi_crosswalk.json 628 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/nw-pre-gyp/package.json 629 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/lib/util/nw-pre-gyp/index.html 630 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/package.json 631 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/LICENSE 632 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/index.js 633 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/.travis.yml 634 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/bin/cmd.js 635 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/bin/usage.txt 636 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/examples/pow.js 637 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/readme.markdown 638 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/chmod.js 639 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/opts_fs_sync.js 640 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/perm.js 641 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/perm_sync.js 642 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/opts_fs.js 643 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/rel.js 644 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/return.js 645 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/return_sync.js 646 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/root.js 647 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/sync.js 648 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/mkdirp.js 649 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/umask.js 650 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/clobber.js 651 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/umask_sync.js 652 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/test/race.js 653 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/package.json 654 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/LICENSE 655 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/index.js 656 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/.travis.yml 657 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/example/parse.js 658 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/readme.markdown 659 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/dash.js 660 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/default_bool.js 661 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/dotted.js 662 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/long.js 663 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/parse.js 664 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js 665 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/short.js 666 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/mkdirp/node_modules/minimist/test/whitespace.js 667 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/package.json 668 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/.npmignore 669 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/README.md 670 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/LICENSE 671 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/.travis.yml 672 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/bin/nopt.js 673 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/examples/my-program.js 674 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/lib/nopt.js 675 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/test/basic.js 676 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/node_modules/abbrev/package.json 677 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/node_modules/abbrev/README.md 678 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/node_modules/abbrev/LICENSE 679 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/nopt/node_modules/abbrev/abbrev.js 680 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/package.json 681 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/README.md 682 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/LICENSE 683 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/log.js 684 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/CHANGELOG.md 685 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json 686 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore 687 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/README.md 688 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE 689 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/index.js 690 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js 691 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js 692 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js 693 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js 694 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md 695 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/tracker.js 696 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/trackergroup.js 697 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/trackerstream.js 698 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/lib/test-event.js 699 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json 700 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore 701 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js 702 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md 703 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/License 704 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile 705 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md 706 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/test/index.js 707 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/package.json 708 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/.npmignore 709 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/README.md 710 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/LICENSE 711 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/transform.js 712 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/duplex.js 713 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/readable.js 714 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/passthrough.js 715 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/writable.js 716 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/.travis.yml 717 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/doc/stream.md 718 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md 719 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_duplex.js 720 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_passthrough.js 721 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_readable.js 722 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_transform.js 723 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/lib/_stream_writable.js 724 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/lib/internal/streams/BufferList.js 725 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/buffer-shims/package.json 726 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/buffer-shims/index.js 727 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/buffer-shims/license.md 728 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/buffer-shims/readme.md 729 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/package.json 730 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/README.md 731 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/LICENSE 732 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/test.js 733 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/float.patch 734 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/core-util-is/lib/util.js 735 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/package.json 736 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/README.md 737 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/LICENSE 738 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/inherits.js 739 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/inherits/inherits_browser.js 740 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/package.json 741 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/.npmignore 742 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/README.md 743 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/index.js 744 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/test.js 745 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/.travis.yml 746 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/Makefile 747 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/isarray/component.json 748 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/package.json 749 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/index.js 750 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/test.js 751 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml 752 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/license.md 753 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/process-nextick-args/readme.md 754 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/package.json 755 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/.npmignore 756 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/README.md 757 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/LICENSE 758 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/string_decoder/index.js 759 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/package.json 760 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/README.md 761 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/LICENSE 762 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/browser.js 763 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/node.js 764 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/util-deprecate/History.md 765 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/package.json 766 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/README.md 767 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/LICENSE 768 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/index.js 769 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/console-control-strings/README.md~ 770 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/package.json 771 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/README.md 772 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/LICENSE 773 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/error.js 774 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/has-color.js 775 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/index.js 776 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/themes.js 777 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/base-theme.js 778 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/template-item.js 779 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/process.js 780 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/progress-bar.js 781 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/render-template.js 782 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/set-immediate.js 783 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/wide-truncate.js 784 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/set-interval.js 785 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/spin.js 786 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/theme-set.js 787 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/plumbing.js 788 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/CHANGELOG.md~ 789 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/README.md~ 790 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/CHANGELOG.md 791 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/package.json 792 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/README.md 793 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/LICENSE 794 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/aproba/index.js 795 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-color/package.json 796 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-color/index.js 797 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-color/readme.md 798 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/package.json 799 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/README.md 800 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/LICENSE 801 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/index.js 802 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json 803 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/index.js 804 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/license 805 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/readme.md 806 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json 807 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/README.md 808 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js 809 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/signals.js 810 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/CHANGELOG.md 811 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/LICENSE.txt 812 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json 813 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/index.js 814 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/license 815 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/readme.md 816 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json 817 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/index.js 818 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/license 819 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/readme.md 820 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/package.json 821 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/index.js 822 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/license 823 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/readme.md 824 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json 825 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js 826 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/license 827 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md 828 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json 829 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js 830 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license 831 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md 832 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/package.json 833 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/index.js 834 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/license 835 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/readme.md 836 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/package.json 837 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/index.js 838 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/license 839 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex/readme.md 840 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json 841 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/.npmignore 842 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/README.md 843 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/LICENSE 844 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/align.js 845 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/test/align.js 846 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/package.json 847 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/README.md 848 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/index.js 849 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/CHANGELOG.md 850 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/npmlog/node_modules/set-blocking/LICENSE.txt 851 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/package.json 852 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/.npmignore 853 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/README.md 854 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/index.js 855 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/browser.js 856 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/LICENSE.APACHE2 857 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/LICENSE.MIT 858 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/lib/utils.js 859 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/LICENSE.BSD 860 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/test/ini.js 861 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/test/nested-env-vars.js 862 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/test/test.js 863 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend/package.json 864 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend/README.md 865 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend/LICENSE 866 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend/index.js 867 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend/CHANGELOG.md 868 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/deep-extend/lib/deep-extend.js 869 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/ini/package.json 870 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/ini/README.md 871 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/ini/LICENSE 872 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/ini/ini.js 873 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/package.json 874 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/LICENSE 875 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/index.js 876 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/.travis.yml 877 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/example/parse.js 878 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/readme.markdown 879 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/all_bool.js 880 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/default_bool.js 881 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/dotted.js 882 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/kv_short.js 883 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/long.js 884 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/dash.js 885 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/parse.js 886 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/parse_modified.js 887 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/short.js 888 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/stop_early.js 889 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/unknown.js 890 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/bool.js 891 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/whitespace.js 892 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/minimist/test/num.js 893 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/strip-json-comments/package.json 894 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/strip-json-comments/cli.js 895 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/strip-json-comments/strip-json-comments.js 896 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/strip-json-comments/license 897 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rc/node_modules/strip-json-comments/readme.md 898 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/package.json 899 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/.npmignore 900 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/README.md 901 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/LICENSE 902 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/index.js 903 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/request.js 904 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/CONTRIBUTING.md 905 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/codecov.yml 906 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/CHANGELOG.md 907 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/auth.js 908 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/cookies.js 909 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/getProxyFromURI.js 910 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/har.js 911 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/helpers.js 912 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/multipart.js 913 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/oauth.js 914 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/querystring.js 915 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/redirect.js 916 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/lib/tunnel.js 917 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/.travis.yml 918 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/.eslintrc 919 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/is-typedarray/package.json 920 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/is-typedarray/README.md 921 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/is-typedarray/index.js 922 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/is-typedarray/test.js 923 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/is-typedarray/LICENSE.md 924 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws-sign2/package.json 925 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws-sign2/README.md 926 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws-sign2/LICENSE 927 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws-sign2/index.js 928 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/caseless/package.json 929 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/caseless/README.md 930 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/caseless/LICENSE 931 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/caseless/index.js 932 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/caseless/test.js 933 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/package.json 934 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/License 935 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/Readme.md 936 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/lib/combined_stream.js 937 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/package.json 938 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/.npmignore 939 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/License 940 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Makefile 941 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/Readme.md 942 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js 943 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/package.json 944 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/.npmignore 945 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/README.md 946 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/LICENSE 947 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/index.js 948 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/.eslintrc 949 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/.jscs.json 950 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/.travis.yml 951 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/CHANGELOG.md 952 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/extend/component.json 953 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/forever-agent/package.json 954 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/forever-agent/README.md 955 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/forever-agent/LICENSE 956 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/forever-agent/index.js 957 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/package.json 958 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/README.md 959 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/License 960 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/lib/browser.js 961 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/lib/form_data.js 962 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/lib/populate.js 963 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/package.json 964 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/README.md 965 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/LICENSE 966 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/bench.js 967 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/index.js 968 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/parallel.js 969 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/serial.js 970 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/serialOrdered.js 971 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/stream.js 972 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/abort.js 973 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/defer.js 974 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/iterate.js 975 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_asynckit.js 976 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/async.js 977 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_serial.js 978 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_serial_ordered.js 979 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/state.js 980 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/streamify.js 981 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/terminator.js 982 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_parallel.js 983 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/package.json 984 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/README.md 985 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/LICENSE 986 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/bin/har-validator 987 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/async.js 988 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/error.js 989 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/index.js 990 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/runner.js 991 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/index.js 992 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/log.json 993 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/content.json 994 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/cookie.json 995 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/creator.json 996 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/entry.json 997 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/har.json 998 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/cache.json 999 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/cacheEntry.json 1000 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/page.json 1001 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/pageTimings.json 1002 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/postData.json 1003 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/record.json 1004 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/request.json 1005 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/response.json 1006 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/lib/schemas/timings.json 1007 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json 1008 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js 1009 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/license 1010 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md 1011 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/package.json 1012 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/index.js 1013 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/license 1014 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles/readme.md 1015 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json 1016 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/index.js 1017 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/license 1018 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/readme.md 1019 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/package.json 1020 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/index.js 1021 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/license 1022 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/readme.md 1023 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/package.json 1024 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js 1025 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/license 1026 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/readme.md 1027 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/package.json 1028 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/index.js 1029 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/license 1030 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/readme.md 1031 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/package.json 1032 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/index.js 1033 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/license 1034 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/readme.md 1035 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/package.json 1036 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/index.js 1037 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/license 1038 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color/readme.md 1039 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/package.json 1040 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/LICENSE 1041 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/index.js 1042 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/History.md 1043 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/Readme.md 1044 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json 1045 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/.npmignore 1046 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/README.md 1047 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/LICENSE 1048 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/index.js 1049 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/.travis.yml 1050 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json 1051 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/.npmignore 1052 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/README.md 1053 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/LICENSE 1054 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/example.js 1055 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/require.js 1056 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js 1057 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/formats.js 1058 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/.travis.yml 1059 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema.js 1060 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/misc.js 1061 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/fixtures/cosmic.js 1062 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minLength.json 1063 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalItems.json 1064 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/allOf.json 1065 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/anyOf.json 1066 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/bignum.json 1067 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/default.json 1068 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/definitions.json 1069 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/dependencies.json 1070 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/enum.json 1071 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/format.json 1072 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/items.json 1073 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxItems.json 1074 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxLength.json 1075 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maxProperties.json 1076 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/maximum.json 1077 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minItems.json 1078 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/additionalProperties.json 1079 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minProperties.json 1080 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/minimum.json 1081 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/multipleOf.json 1082 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/not.json 1083 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndFormat.json 1084 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json 1085 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/oneOf.json 1086 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/pattern.json 1087 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/patternProperties.json 1088 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/properties.json 1089 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/ref.json 1090 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/refRemote.json 1091 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/required.json 1092 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/type.json 1093 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/uniqueItems.json 1094 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/package.json 1095 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/.npmignore 1096 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/README.md 1097 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/example.js 1098 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/index.js 1099 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/test.js 1100 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/.travis.yml 1101 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/package.json 1102 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/.npmignore 1103 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/README.md 1104 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/LICENSE 1105 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/index.js 1106 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/test.js 1107 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/.travis.yml 1108 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/package.json 1109 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/.npmignore 1110 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/README.md 1111 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/LICENSE 1112 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/is-property.js 1113 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json 1114 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/README.md 1115 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/benchmark.js 1116 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/jsonpointer.js 1117 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/test.js 1118 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/.travis.yml 1119 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/LICENSE.md 1120 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/package.json 1121 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/.npmignore 1122 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/README.md 1123 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/LICENCE 1124 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/immutable.js 1125 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/mutable.js 1126 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/test.js 1127 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/.jshintrc 1128 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/Makefile 1129 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/package.json 1130 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/index.js 1131 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/license 1132 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/readme.md 1133 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/package.json 1134 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/index.js 1135 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/license 1136 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/har-validator/node_modules/pinkie-promise/node_modules/pinkie/readme.md 1137 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/package.json 1138 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/.npmignore 1139 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/README.md 1140 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/LICENSE 1141 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/bower.json 1142 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/component.json 1143 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/.travis.yml 1144 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/example/usage.js 1145 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/images/hawk.png 1146 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/images/logo.png 1147 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/lib/browser.js 1148 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/lib/client.js 1149 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/lib/crypto.js 1150 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/lib/index.js 1151 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/lib/server.js 1152 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/lib/utils.js 1153 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/browser.js 1154 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/client.js 1155 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/crypto.js 1156 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/index.js 1157 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/readme.js 1158 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/server.js 1159 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/uri.js 1160 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/test/utils.js 1161 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/dist/client.js 1162 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/package.json 1163 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/.npmignore 1164 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/README.md 1165 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/LICENSE 1166 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/.travis.yml 1167 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md 1168 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png 1169 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js 1170 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js 1171 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json 1172 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/.npmignore 1173 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md 1174 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/LICENSE 1175 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/.travis.yml 1176 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js 1177 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js 1178 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/package.json 1179 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/.npmignore 1180 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/README.md 1181 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/LICENSE 1182 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/.travis.yml 1183 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md 1184 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png 1185 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js 1186 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js 1187 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js 1188 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js 1189 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js 1190 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js 1191 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js 1192 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt 1193 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/package.json 1194 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/.npmignore 1195 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/README.md 1196 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/LICENSE 1197 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/index.js 1198 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/.travis.yml 1199 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/Makefile 1200 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js 1201 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js 1202 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js 1203 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js 1204 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/package.json 1205 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/.npmignore 1206 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/README.md 1207 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/LICENSE 1208 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/.dir-locals.el 1209 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/CHANGES.md 1210 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/http_signing.md 1211 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/lib/index.js 1212 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/lib/parser.js 1213 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/lib/signer.js 1214 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/lib/utils.js 1215 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/lib/verify.js 1216 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json 1217 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md 1218 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js 1219 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus/AUTHORS 1220 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/assert-plus/CHANGES.md 1221 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/package.json 1222 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md 1223 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/LICENSE 1224 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md 1225 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js 1226 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/package.json 1227 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md 1228 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/LICENSE 1229 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/.gitmodules 1230 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile 1231 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps 1232 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ 1233 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/examples/simple.js 1234 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/jsl.node.conf 1235 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/lib/extsprintf.js 1236 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/package.json 1237 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/README.md 1238 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-01/hyper-schema 1239 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-01/json-ref 1240 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-01/links 1241 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-01/schema 1242 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-02/hyper-schema 1243 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-02/json-ref 1244 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-02/links 1245 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-02/schema 1246 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/examples/address 1247 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/examples/calendar 1248 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/examples/card 1249 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/examples/geo 1250 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/examples/interfaces 1251 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/hyper-schema 1252 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/json-ref 1253 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/links 1254 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-03/schema 1255 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-00/hyper-schema 1256 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-00/json-ref 1257 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-00/links 1258 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-00/schema 1259 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-03.xml 1260 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-04.xml 1261 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/links.js 1262 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/lib/validate.js 1263 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/test/tests.js 1264 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/hyper-schema 1265 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/links 1266 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/schema 1267 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/package.json 1268 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/.npmignore 1269 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/README.md 1270 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/LICENSE 1271 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/Makefile.targ 1272 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/.gitmodules 1273 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-verror.js 1274 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/levels-werror.js 1275 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/varargs.js 1276 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/verror.js 1277 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/examples/werror.js 1278 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/jsl.node.conf 1279 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/lib/verror.js 1280 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/Makefile 1281 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.inherit.js 1282 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.verror.js 1283 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror/tests/tst.werror.js 1284 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/package.json 1285 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/.npmignore 1286 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/README.md 1287 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/LICENSE 1288 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/.travis.yml 1289 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/bin/sshpk-conv 1290 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/bin/sshpk-sign 1291 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/bin/sshpk-verify 1292 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/algs.js 1293 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ed-compat.js 1294 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/errors.js 1295 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/fingerprint.js 1296 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/dhe.js 1297 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/certificate.js 1298 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js 1299 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js 1300 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js 1301 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/signature.js 1302 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ssh-buffer.js 1303 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/utils.js 1304 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js 1305 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/auto.js 1306 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js 1307 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js 1308 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js 1309 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js 1310 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js 1311 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js 1312 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js 1313 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js 1314 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js 1315 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-conv.1 1316 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-sign.1 1317 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/man/man1/sshpk-verify.1 1318 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json 1319 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/.npmignore 1320 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md 1321 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/LICENSE 1322 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/.travis.yml 1323 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js 1324 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/errors.js 1325 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/index.js 1326 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/reader.js 1327 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/types.js 1328 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/writer.js 1329 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js 1330 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js 1331 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json 1332 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md 1333 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js 1334 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/AUTHORS 1335 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md 1336 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/package.json 1337 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/README.md 1338 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/index.js 1339 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json 1340 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md 1341 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in 1342 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js 1343 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json 1344 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/.npmignore 1345 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md 1346 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/LICENSE 1347 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js 1348 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js 1349 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/ec.js 1350 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js 1351 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/LICENSE-jsbn 1352 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json 1353 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.npmignore 1354 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md 1355 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/LICENSE 1356 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.travis.yml 1357 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js 1358 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/package.json 1359 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.npmignore 1360 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/README.md 1361 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/LICENSE 1362 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/index.js 1363 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md 1364 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.travis.yml 1365 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.1 1366 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/jsdoc.json 1367 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/core.js 1368 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/curve255.js 1369 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/dh.js 1370 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/eddsa.js 1371 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/lib/utils.js 1372 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/almond.0 1373 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/package.json 1374 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/.npmignore 1375 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/README.md 1376 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/LICENSE 1377 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.js 1378 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/index.js 1379 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn/example.html 1380 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json 1381 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/.npmignore 1382 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/README.md 1383 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.js 1384 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl-fast.min.js 1385 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.js 1386 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/nacl.min.js 1387 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/CHANGELOG.md 1388 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/COPYING.txt 1389 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/package.json 1390 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/.npmignore 1391 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/README.md 1392 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/LICENSE 1393 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/aws4.js 1394 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/lru.js 1395 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/.tern-port 1396 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/aws4/.travis.yml 1397 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/package.json 1398 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/.npmignore 1399 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/README.md 1400 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/isstream.js 1401 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/test.js 1402 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/.jshintrc 1403 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/.travis.yml 1404 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/isstream/LICENSE.md 1405 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/package.json 1406 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/.npmignore 1407 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/README.md 1408 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/LICENSE 1409 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/stringify.js 1410 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/CHANGELOG.md 1411 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/Makefile 1412 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/test/stringify_test.js 1413 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/json-stringify-safe/test/mocha.opts 1414 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/package.json 1415 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/README.md 1416 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/LICENSE 1417 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/index.js 1418 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/HISTORY.md 1419 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json 1420 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md 1421 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db/LICENSE 1422 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js 1423 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md 1424 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json 1425 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/package.json 1426 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/.npmignore 1427 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/README.md 1428 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/uuid.js 1429 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/LICENSE.md 1430 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/benchmark/README.md 1431 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js 1432 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu 1433 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/benchmark/bench.sh 1434 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c 1435 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/bin/uuid 1436 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/bower.json 1437 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/component.json 1438 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/test/compare_v1.js 1439 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/test/test.js 1440 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/node-uuid/test/test.html 1441 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/oauth-sign/package.json 1442 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/oauth-sign/README.md 1443 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/oauth-sign/LICENSE 1444 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/oauth-sign/index.js 1445 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/package.json 1446 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/README.md 1447 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/LICENSE 1448 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/.eslintignore 1449 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/.eslintrc 1450 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/CHANGELOG.md 1451 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/CONTRIBUTING.md 1452 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/dist/qs.js 1453 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/lib/formats.js 1454 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/lib/index.js 1455 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/lib/parse.js 1456 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/lib/stringify.js 1457 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/lib/utils.js 1458 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/test/index.js 1459 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/test/parse.js 1460 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/test/stringify.js 1461 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/test/utils.js 1462 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/qs/test/.eslintrc 1463 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/package.json 1464 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/.npmignore 1465 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/README.md 1466 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/example.js 1467 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/stringstream.js 1468 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/.travis.yml 1469 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/stringstream/LICENSE.txt 1470 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/package.json 1471 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/README.md 1472 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/LICENSE 1473 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/lib/cookie.js 1474 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/lib/memstore.js 1475 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/lib/pathMatch.js 1476 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/lib/permuteDomain.js 1477 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js 1478 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/lib/store.js 1479 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json 1480 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/node_modules/punycode/README.md 1481 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js 1482 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt 1483 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tunnel-agent/package.json 1484 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tunnel-agent/README.md 1485 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tunnel-agent/LICENSE 1486 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/request/node_modules/tunnel-agent/index.js 1487 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/package.json 1488 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/README.md 1489 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/LICENSE 1490 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/bin.js 1491 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/rimraf.js 1492 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/package.json 1493 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/README.md 1494 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/LICENSE 1495 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/common.js 1496 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/glob.js 1497 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/sync.js 1498 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/changelog.md 1499 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/package.json 1500 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/README.md 1501 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/LICENSE 1502 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/index.js 1503 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/fs.realpath/old.js 1504 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json 1505 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/README.md 1506 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/LICENSE 1507 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/inflight.js 1508 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json 1509 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md 1510 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE 1511 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js 1512 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json 1513 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md 1514 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE 1515 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits.js 1516 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits_browser.js 1517 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json 1518 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md 1519 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/LICENSE 1520 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js 1521 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json 1522 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md 1523 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js 1524 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json 1525 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore 1526 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md 1527 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js 1528 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md 1529 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json 1530 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE 1531 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js 1532 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml 1533 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown 1534 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js 1535 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js 1536 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/package.json 1537 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/README.md 1538 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/LICENSE 1539 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/once.js 1540 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json 1541 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md 1542 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE 1543 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js 1544 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json 1545 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/index.js 1546 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/license 1547 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/readme.md 1548 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/semver/package.json 1549 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/semver/README.md 1550 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/semver/LICENSE 1551 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/semver/semver.js 1552 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/semver/bin/semver 1553 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/semver/range.bnf 1554 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/package.json 1555 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/.npmignore 1556 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/README.md 1557 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/LICENSE 1558 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/tar.js 1559 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/.travis.yml 1560 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/examples/extracter.js 1561 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/examples/packer.js 1562 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/examples/reader.js 1563 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/buffer-entry.js 1564 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/entry-writer.js 1565 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/entry.js 1566 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/extended-header-writer.js 1567 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/extended-header.js 1568 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/extract.js 1569 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/global-header-writer.js 1570 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/header.js 1571 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/pack.js 1572 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/lib/parse.js 1573 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/00-setup-fixtures.js 1574 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/dir-normalization.js 1575 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/parse.js 1576 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/error-on-broken.js 1577 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/extract-move.js 1578 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/extract.js 1579 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/parse-discard.js 1580 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/header.js 1581 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/pack-no-proprietary.js 1582 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/pack.js 1583 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/zz-cleanup.js 1584 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/cb-never-called-1.0.1.tgz 1585 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/dir-normalization.tar 1586 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/test/fixtures.tgz 1587 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/block-stream/package.json 1588 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/block-stream/README.md 1589 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/block-stream/LICENCE 1590 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/block-stream/LICENSE 1591 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/block-stream/block-stream.js 1592 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/package.json 1593 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/.npmignore 1594 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/README.md 1595 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/LICENSE 1596 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/fstream.js 1597 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/.travis.yml 1598 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/examples/filter-pipe.js 1599 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/examples/pipe.js 1600 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/examples/reader.js 1601 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/examples/symlink-write.js 1602 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/abstract.js 1603 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/dir-writer.js 1604 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/file-reader.js 1605 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/file-writer.js 1606 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/get-type.js 1607 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/dir-reader.js 1608 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/link-writer.js 1609 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/proxy-reader.js 1610 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/proxy-writer.js 1611 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/reader.js 1612 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/socket-reader.js 1613 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/collect.js 1614 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/writer.js 1615 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/lib/link-reader.js 1616 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/package.json 1617 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/README.md 1618 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/LICENSE 1619 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/fs.js 1620 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js 1621 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/legacy-streams.js 1622 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/polyfills.js 1623 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/inherits/package.json 1624 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/inherits/README.md 1625 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/inherits/LICENSE 1626 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/inherits/inherits.js 1627 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar/node_modules/inherits/inherits_browser.js 1628 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/package.json 1629 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/.npmignore 1630 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/README.md 1631 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/LICENSE 1632 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/index.js 1633 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/.travis.yml 1634 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/test/index.js 1635 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/test/fixtures/packed-file.txt 1636 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/test/fixtures/packed.tar 1637 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/test/fixtures/packed.tar.gz 1638 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/test/fixtures/to-pack/bar.txt 1639 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/test/fixtures/to-pack/foo.txt 1640 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/package.json 1641 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/.npmignore 1642 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node.js 1643 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/debug.js 1644 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/browser.js 1645 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/bower.json 1646 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/Readme.md 1647 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/component.json 1648 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/Makefile 1649 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/History.md 1650 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/.jshintrc 1651 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms/package.json 1652 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms/.npmignore 1653 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms/README.md 1654 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms/LICENSE 1655 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms/index.js 1656 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/debug/node_modules/ms/History.md 1657 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/package.json 1658 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/.npmignore 1659 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/README.md 1660 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/LICENSE 1661 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/fstream.js 1662 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/.travis.yml 1663 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/examples/filter-pipe.js 1664 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/examples/pipe.js 1665 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/examples/reader.js 1666 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/examples/symlink-write.js 1667 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/abstract.js 1668 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/dir-writer.js 1669 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/file-reader.js 1670 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/file-writer.js 1671 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/get-type.js 1672 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/dir-reader.js 1673 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/link-writer.js 1674 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/proxy-reader.js 1675 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/proxy-writer.js 1676 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/reader.js 1677 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/socket-reader.js 1678 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/collect.js 1679 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/writer.js 1680 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/lib/link-reader.js 1681 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/package.json 1682 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/README.md 1683 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/LICENSE 1684 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/fs.js 1685 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js 1686 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/legacy-streams.js 1687 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/graceful-fs/polyfills.js 1688 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits/package.json 1689 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits/README.md 1690 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits/LICENSE 1691 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits/inherits.js 1692 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream/node_modules/inherits/inherits_browser.js 1693 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/package.json 1694 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/README.md 1695 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/LICENSE 1696 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/ignore.js 1697 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits/package.json 1698 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits/README.md 1699 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits/LICENSE 1700 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits/inherits.js 1701 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/inherits/inherits_browser.js 1702 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/package.json 1703 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/README.md 1704 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/LICENSE 1705 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/minimatch.js 1706 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json 1707 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/README.md 1708 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/index.js 1709 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json 1710 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore 1711 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md 1712 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js 1713 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md 1714 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json 1715 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE 1716 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js 1717 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml 1718 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown 1719 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js 1720 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js 1721 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/package.json 1722 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/README.md 1723 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/LICENSE 1724 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/once.js 1725 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/node_modules/wrappy/package.json 1726 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/node_modules/wrappy/README.md 1727 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/node_modules/wrappy/LICENSE 1728 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/once/node_modules/wrappy/wrappy.js 1729 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/package.json 1730 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/.npmignore 1731 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/README.md 1732 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/LICENSE 1733 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/transform.js 1734 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/duplex.js 1735 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/readable.js 1736 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/passthrough.js 1737 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/writable.js 1738 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/.travis.yml 1739 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/doc/stream.md 1740 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md 1741 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_duplex.js 1742 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_passthrough.js 1743 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_readable.js 1744 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_transform.js 1745 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_writable.js 1746 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/lib/internal/streams/BufferList.js 1747 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/buffer-shims/package.json 1748 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/buffer-shims/index.js 1749 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/buffer-shims/license.md 1750 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/buffer-shims/readme.md 1751 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json 1752 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/README.md 1753 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/LICENSE 1754 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js 1755 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/float.patch 1756 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/lib/util.js 1757 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json 1758 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/README.md 1759 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/LICENSE 1760 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits.js 1761 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits_browser.js 1762 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/package.json 1763 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/.npmignore 1764 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/README.md 1765 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/index.js 1766 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/test.js 1767 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/.travis.yml 1768 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/Makefile 1769 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/component.json 1770 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args/package.json 1771 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args/index.js 1772 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args/test.js 1773 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml 1774 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args/license.md 1775 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/process-nextick-args/readme.md 1776 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/package.json 1777 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/.npmignore 1778 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/README.md 1779 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/LICENSE 1780 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/index.js 1781 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate/package.json 1782 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate/README.md 1783 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate/LICENSE 1784 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate/browser.js 1785 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate/node.js 1786 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/readable-stream/node_modules/util-deprecate/History.md 1787 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number/package.json 1788 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number/README.md 1789 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number/LICENSE 1790 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number/get-uid-gid.js 1791 silly gunzTarPerm extractEntry node_modules/node-pre-gyp/node_modules/tar-pack/node_modules/uid-number/uid-number.js 1792 silly addBundled read tarball 1793 silly cleanup remove extracted module 1794 silly rollbackFailedOptional Starting 1795 silly rollbackFailedOptional Finishing 1796 silly runTopLevelLifecycles Finishing 1797 silly install printInstalled 1798 verbose stack Error: No compatible version found: [email protected] 1798 verbose stack Valid install targets: 1798 verbose stack 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.0, 0.1.0, 0.1.0-alpha 1798 verbose stack 1798 verbose stack at pickVersionFromRegistryDocument (/usr/local/lib/node_modules/npm/lib/fetch-package-metadata.js:178:16) 1798 verbose stack at /usr/local/lib/node_modules/npm/node_modules/iferr/index.js:13:50 1798 verbose stack at /usr/local/lib/node_modules/npm/lib/utils/pulse-till-done.js:20:8 1798 verbose stack at saved (/usr/local/lib/node_modules/npm/lib/cache/caching-client.js:174:7) 1798 verbose stack at /usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:241:18 1798 verbose stack at FSReqWrap.oncomplete (fs.js:111:15) 1799 verbose cwd /tmp 1800 error Linux 4.4.0-72-generic 1801 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "moro" 1802 error node v7.2.0 1803 error npm v3.10.9 1804 error code ETARGET 1805 error notarget No compatible version found: [email protected] 1805 error notarget Valid install targets: 1805 error notarget 0.5.0, 0.4.1, 0.4.0, 0.3.0, 0.2.0, 0.1.0, 0.1.0-alpha 1806 error notarget This is most likely not a problem with npm itself. 1806 error notarget In most cases you or one of your dependencies are requesting 1806 error notarget a package version that doesn't exist. 1806 error notarget 1806 error notarget It was specified as a dependency of 'moro' 1807 verbose exit [ 1, true ]

add local copy of config or put it in db

the config file is getting in the way while committing the code. It could go to database. Of course users shouldn't lose config

Or just move the configs to home directory!

After updating node moro doesn't work anymore

I updated nodejs to v8.9.4.
Now moro doesn't work:

moro hi 08:18

 πŸ’™  Moro \o/

Knex: run
$ npm install sqlite3 --save
Error: Cannot find module 'C:\Users\lutz.epperlein\AppData\Roaming\npm\node_modules\moro\node_modules\sqlite3\lib\binding\node-v57-win32-x64\node_sqlite3.node'
    at Function.Module._resolveFilename (module.js:538:15)
    at Function.Module._load (module.js:468:25)
    at Module.require (module.js:587:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\Users\lutz.epperlein\AppData\Roaming\npm\node_modules\moro\node_modules\sqlite3\lib\sqlite3.js:4:15)
    at Module._compile (module.js:643:30)
    at Object.Module._extensions..js (module.js:654:10)
    at Module.load (module.js:556:32)
    at tryModuleLoad (module.js:499:12)
    at Function.Module._load (module.js:491:3)
    at Module.require (module.js:587:17)
    at require (internal/module.js:11:18)
    at Client_SQLite3._driver (C:\Users\lutz.epperlein\AppData\Roaming\npm\node_modules\moro\node_modules\knex\lib\dialects\sqlite3\index.js:75:12)
    at Client_SQLite3.initializeDriver (C:\Users\lutz.epperlein\AppData\Roaming\npm\node_modules\moro\node_modules\knex\lib\client.js:219:26)
    at Client_SQLite3.Client (C:\Users\lutz.epperlein\AppData\Roaming\npm\node_modules\moro\node_modules\knex\lib\client.js:113:10)
    at new Client_SQLite3 (C:\Users\lutz.epperlein\AppData\Roaming\npm\node_modules\moro\node_modules\knex\lib\dialects\sqlite3\index.js:58:20)

Reinstalling moro and sqlite3 didn't help.

`report --all` hard to discover

When running moro help the description of the report command states the it is "Just like 'status'". This is not the case if it is used with the --all parameter - which is pretty hard to discover if you assume that status and report are identical.

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected πŸ€–


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Can't run tests on macOS

Hi!

I'm trying to run all tests on a macOS but I got the following error:

faketime: command not found

Then I've installed faketime with brew install libfaketime and tried to run again.
Unfortunately I got another error:

Timestamp to fake not recognized, please re-try with a different timestamp.

Which version of faketime is the project using?
It would be nice to have these instructions on readme :)

Thank you!

Error: Cannot find module when running npm install sqlite3

Failed to run moro after installing the package globally, seems like that sqlite3 has to be installed globally as well.

macOS: 10.13.4
yarn: 1.6.0
node: v9.9.0
$ yarn global add moro
$ moro
_ Knex: run
$ npm install sqlite3 --save
Error: Cannot find module '/Users/maxis.kao/.config/yarn/global/node_modules/sqlite3/lib/binding/node-v64-darwin-x64/node_sqlite3.node'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:571:15)
    at Function.Module._load (internal/modules/cjs/loader.js:497:25)
    at Module.require (internal/modules/cjs/loader.js:626:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/Users/maxis.kao/.config/yarn/global/node_modules/sqlite3/lib/sqlite3.js:4:15)
    at Module._compile (internal/modules/cjs/loader.js:678:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
    at Module.load (internal/modules/cjs/loader.js:589:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
    at Function.Module._load (internal/modules/cjs/loader.js:520:3)
    at Module.require (internal/modules/cjs/loader.js:626:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Client_SQLite3._driver (/Users/maxis.kao/.config/yarn/global/node_modules/knex/lib/dialects/sqlite3/index.js:79:12)
    at Client_SQLite3.initializeDriver (/Users/maxis.kao/.config/yarn/global/node_modules/knex/lib/client.js:254:26)
    at Client_SQLite3.Client (/Users/maxis.kao/.config/yarn/global/node_modules/knex/lib/client.js:115:10)
    at new Client_SQLite3 (/Users/maxis.kao/.config/yarn/global/node_modules/knex/lib/dialects/sqlite3/index.js:62:20)

FeatureRequest

Hi,

I really would like to use moro but in its current state i can't. I need to have multiple entries per day.
I was expecting something like:

moro hi 0800.
moro task DoSomething 0845

which would create a task with a duration of 45 minutes

and

moro hi 0800
moro task DoSomething 40m

which would do the same but duration of 40 minutes

Do you have anything like this planned?

improve the copy

David suggested clock in/clock out instead of start and end of day.

Ability to see clock in and out in report --all

Currently report --all will generate an overview that contains the day and the time worked. Sadly there is no way to see the actual clock-in and -out. It would be nice to see, as an additional data point, the time work started and the time it ended, as well as the break duration. Maybe this could be called moro report --dump, but I would consider this within the scope of --all.

Set the full day correctly

Β moro config --day 8 will not set the day to 8 hours - it always tells me "Working until 16:10 will make it a full (7.5) day " afterwards.

Break Duration

I changed the break duration but this is not updated in the status. The work untill 16:00 will make it a full work day is correct. But in the status it say i have then worked 8 hours 30 min and the break is 30 min instead of 60.

Axel

Time goal per day

  • Adding the capability to set a time goal per day ( or a predefined one ).
  • Add time left before achieving this goal in the report. (Could be displayed as time the user should checkout)

This feature could help to set a time goal to achieve or a time limit of work per day.

Possible bug with the newest node version, time calculated wrongly

What happens

Working from 08:00 to 16:58 results in 0 Hours and -23 Minutes

Expected behavior

Working from 08:00 to 16:58 should result in 8 Hours and 28 Minutes

Moro has been working fine before upgrading to the newest node.

➜  date
ti 6.3.2018 16.58.31 +0200
➜ moro hi 08:00

 πŸ’™  Moro \o/

βœ” You clocked in at: 08:00


⏰ Working until 16:00 will make it a full (7.5 hours) day


_ %                                                                                                                                                                                                                                    ➜  moro         

 πŸ’™  Moro \o/

β„Ή Today looks like this so far:

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Today you worked β”‚ 0 Hours and -23 Minutes β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Clock in         β”‚ 08:00                   β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Clock out        β”‚ 08:07                   β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Break duration   β”‚ 30 minutes              β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Date             β”‚ 2018-03-06              β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β„Ή Run moro --help to learn how to edit your clock in, clock out or break duration for today

Version information ➜ npm --version 5.6.0

➜ moro --version

πŸ’™ Moro \o/

_ 3.3.1
➜ node --version
v9.7.1

➜ lsb_release -d
Description: Ubuntu 16.04.4 LTS

Error on macOS

/usr/local/lib/node_modules/moro/commands.js:96
const report = (args, options, logger = console.log, date = TODAY) => {

SyntaxError: Unexpected token =
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:387:25)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/usr/local/lib/node_modules/moro/moro.js:15:18)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Function.Module.runMain (module.js:447:10)
    at startup (node.js:139:18)
    at node.js:999:3

Any idea?

Announcement: Developing Moro further! πŸŽ‰

Good news!

We have formed a team to work on Moro. πŸŽ‰πŸŽ‰πŸŽ‰

What will change:

  • An optional web interface where users can sync their reports, edit them and even do time tracking when away from the command line.
  • The license will be changed from MIT to AGPL
  • Moro will remain free an open source, but the optional hosted cloud sync will cost few euros per month.

Wanna help?
If you have any feature requests or ideas please let us know. We'd love to have a group of beta testers.

[feature] Search notes?

I really like this utility. I'm not only using it to log my working hours, I am also using it to log work events with hashtags. It would be great if moro can provide text search. Thanks :)

Allow notes starting with -

Currently this doesn't seem to be possible:

βœ— moro note "-5"
πŸ’›  Moro \o/
   Error: Unknown option -5.
   Type moro --help for help.

It crashes after global install on my mac (edit: on node V5.10.0)

mac ~> which node
/Users/igu/.nvm/versions/node/v5.10.0/bin/node

mac ~> moro
/Users/mac/.nvm/versions/node/v5.10.0/lib/node_modules/moro/moro.js:13
const {
      ^

SyntaxError: Unexpected token {
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:387:25)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Function.Module.runMain (module.js:447:10)
    at startup (node.js:146:18)
    at node.js:404:3````


`moro config --format` does not check for empty arguments

moro config --format without pattern argument validates to true and sets the configuration accordingly. This can be fixed by a validator function or a regexp validator.

P.S.: I am currently working on a database path config-command, that utilizes this approach as well. If I manage to create a PR in the next few days maybe it can be an example of how to use it (or how not to 😝 )

Heart Spinner not stopping on help

Hi, me again. πŸ™‚

I noticed, the spinner is started before parsing the arguments to moro.js. But it is only stopped on explicit commands: hi, bye, break, report, status, config, clear.

Running moro.js -h/--help/help does not stop the spinner (as process.exit(0) is never called and the spinner is thus never stopped. At least on linux and fish/zsh, I don't know, whether this is a problem on Mac as well.

Edit: This is also a problem, when using the caporal-features moro.js is built on. To be specific the tab-completion functionality (moro.js completion bash or moro.js completion fish) also displays the heart-spinner indefinitly.

todo

  • add a nice about page, support an NGO
  • add chilicorn ascii as sponsor
  • show a random cow link
  • 1. ask for code review
  • 1. add .npmrc
    Is this still needed with yarn? Or it will use exact versions anyhow
  • 1. refactor helpers out of the main file
  • 1. add feature to be able to add notes, which get saved with time stamp
  • document the above feature
  • 1. make work day length configurable
  • 1. add gif/screen recording
  • 1. remove comments out of readme
  • add standard linter to test
  • use npm link for local development
  • > currently the only way to set breaks is $: moro -break 45 which sets the total amound of break. But would be helpful for you to have a note taking feature something like $: moro note "I had a 3 hour break" which saves the time stamp as well?

[Discussion] Week / Month summary

How about a grid like overview of the current working week / month that summarizes the total hours worked per week / per month as well as a quick overview of the distribution of work.

Also, how about a way to add work from the day before. Or date X really. Some people log their work every day at the end of the day, some do it every week, some even every month (when accounting is not so uptight).
Also, a quick machine readable csv output would be nice. That way one may log their work quickly with moro and then import it into a companies (usually) rather cumbersome work tracking system.

Changing break duration does not change "Work until"

Hi, I just noticed that when I alter my break duration, the "Working until" does not reflect this:

$ moro report
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Today you worked β”‚ 5 Hours and 3 Minutes  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Clock in         β”‚ 07:41                  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Clock out        β”‚ (Not set yet)          β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Break duration   β”‚ 30 minutes             β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Date             β”‚ 2019-05-08             β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
⏰ Working until 15:11 will make it a full (7 hours) day

$ moro break 60
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Today you worked β”‚ 5 Hours and 3 Minutes β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Clock in         β”‚ 07:41                 β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Clock out        β”‚ (Not set yet)         β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Break duration   β”‚ 60 minutes            β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Date             β”‚ 2019-05-08            β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
⏰ Working until 15:11 will make it a full (7 hours) day

Is this intended?

Bluebird warnings

Great project! Just installed and am seeing soft warnings in from Bluebird promises on most commands. Code works as inspected but warnings ruin the nice cli output.

Cause seems to be "missing" returns on chains leading to "runaway" promises:

Bluebird Docs β€” Warning: a promise was created in a handler but was not returned from it.

MacOS Sierra: 10.12.16
Nodejs: 6.11.2
Bash: 4.4.12
Moro: v3.2.0 (latest) from npm

Examples:

moro or moro hi [time]

$ moro
$ (node:8633) Warning: a promise was created in a handler at /Users/aaron/.node-global-modules/lib/node_modules/moro/lib/commands.js:55:10 but was not returned from it, see http://goo.gl/rRqMUw
    at Function.Promise.attempt.Promise.try (/Users/aaron/.node-global-modules/lib/node_modules/moro/node_modules/bluebird/js/release/method.js:29:9)

moro search [term]

$ moro search first
$ (node:9710) Warning: a promise was created in a handler at /Users/aaron/.node-global-modules/lib/node_modules/moro/lib/commands.js:236:10 but was not returned from it, see http://goo.gl/rRqMUw
    at Function.Promise.attempt.Promise.try (/Users/aaron/.node-global-modules/lib/node_modules/moro/node_modules/bluebird/js/release/method.js:29:9)

Have removed the warnings locally by adding return's in all the suitable places I can see. For example to solve the first warning I've updated lib/commands.js lines 53–60 from:

// update database
db
  .updateDatabase(payload, db.knex)
  .then(() => {
    spinner.succeed(`You clocked in at: ${start}\n\n`).start()
    helpers.shouldWorkUntil(start, config)
    spinner.info(constants.TEXT.clockOutTip)
})

to

// update database
return db
  .updateDatabase(payload, db.knex)
  .then(() => {
    spinner.succeed(`You clocked in at: ${start}\n\n`).start()
    helpers.shouldWorkUntil(start, config)
    spinner.info(constants.TEXT.clockOutTip)

    return
})

Anyone else seeing this? Or am I missing something specific on my end?

Thanks

Conditional break substraction

Hi,

Might it be possible to have the break be only substracted when the working hours exceed 4 hours or so? I find it very disappointing to have negative working hours between 0 and 30 minutes into the day. (I am willing to volunteer a PR, but only if you think it's ok.) 😁

Alternatively clamp the working hours to 0 if below 0?

Create a mobile app

For the times we only have a phone to track time, a mobile app would be awesome!

Break time should not be added until user specify it

Issue: If report is asked before the break time is elapsed, moro returns a wrong work time.
Example:
conemu64_2018-05-13_19-09-47

Suggestion:
Do not count the break time until user add it manually.
This could be easily done by not adding default break duration to database.

Crash when setting a break of 0 minutes

$ moro break 0
/Users/me/.nvm/versions/node/v7.5.0/lib/node_modules/moro/commands.js:68
  const duration = args.duration || CONFIG.BREAK_DEFAULT
                                          ^

TypeError: Cannot read property 'BREAK_DEFAULT' of undefined
    at Command.setBreak [as _action] (/Users/me/.nvm/versions/node/v7.5.0/lib/node_modules/moro/commands.js:68:43)
    at Command._run (/Users/me/.nvm/versions/node/v7.5.0/lib/node_modules/moro/node_modules/caporal/lib/command.js:395:25)
    at Program._run (/Users/me/.nvm/versions/node/v7.5.0/lib/node_modules/moro/node_modules/caporal/lib/program.js:133:16)
    at Program.parse (/Users/me/.nvm/versions/node/v7.5.0/lib/node_modules/moro/node_modules/caporal/lib/program.js:230:10)
    at Object.<anonymous> (/Users/me/.nvm/versions/node/v7.5.0/lib/node_modules/moro/moro.js:98:6)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:418:7)
    at startup (bootstrap_node.js:139:9)
    at bootstrap_node.js:533:3

I wanted to say that I had no break on a day by setting the break to 0 minutes (maybe there's another way of doing that?), but it resulted in an error the log of which is pasted above.

week sum not working

The sum for one week is not working since 2019. If I enter moro report --all it only shows me sum in week 52 and the times form 2019 are added to this week.

Hope this can be fixed.

MacOS Installation Troubles

Mac could use some love. I first tried installing with npm and got an error (2019-12-09T09_13_36_632Z-debug.log).

And then when following directions for grabbing the binaries instead?
moro-binary.log

I feel like I must be missing something critical for the latter? Did I overlook some buried documentation?

I didn't enter these as two separate issues because frankly, I don't think that the responsibility of the first issue lies with moro and the latter seems more like user error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.