Skip to content

Commit 037f2cc

Browse files
committed
deps: node-gyp@8.4.1
PR-URL: #4078 Credit: @wraithgar Close: #4078 Reviewed-by: @lukekarrys
1 parent 0e63df6 commit 037f2cc

42 files changed

Lines changed: 135 additions & 2069 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

node_modules/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ readme*
103103
/chokidar
104104
/cliui
105105
/cmark-gfm
106+
/code-point-at
106107
/collapse-white-space
107108
/combined-stream
108109
/comma-separated-tokens
@@ -225,6 +226,7 @@ readme*
225226
/is-whitespace-character
226227
/is-windows
227228
/is-word-character
229+
/isarray
228230
/isstream
229231
/istanbul-lib-coverage
230232
/istanbul-lib-hook
@@ -277,6 +279,7 @@ readme*
277279
/normalize-path
278280
/npm-license-corrections
279281
/null-check
282+
/number-is-nan
280283
/nwsapi
281284
/nyc
282285
/oauth-sign
@@ -297,6 +300,7 @@ readme*
297300
/picomatch
298301
/prebuild-install
299302
/prelude-ls
303+
/process-nextick-args
300304
/process-on-spawn
301305
/progress
302306
/property-information

node_modules/are-we-there-yet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "are-we-there-yet",
3-
"version": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Keep track of the overall completion of many disparate processes",
55
"main": "lib/index.js",
66
"scripts": {

node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.
2727
### Windows Command Prompt
2828
```
2929
npm install --global node-gyp@latest
30-
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp"%P\node_modules\node-gyp\bin\node-gyp.js"
30+
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js"
3131
```
3232

3333
### Powershell
3434
```
3535
npm install --global node-gyp@latest
36-
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gypjs"}
36+
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
3737
```
3838

3939
## Undo

node_modules/node-gyp/node_modules/aproba/LICENSE

Lines changed: 0 additions & 14 deletions
This file was deleted.

node_modules/node-gyp/node_modules/aproba/index.js

Lines changed: 0 additions & 105 deletions
This file was deleted.

node_modules/node-gyp/node_modules/aproba/package.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

node_modules/node-gyp/node_modules/gauge/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

node_modules/node-gyp/node_modules/gauge/base-theme.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

node_modules/node-gyp/node_modules/gauge/error.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

node_modules/node-gyp/node_modules/gauge/has-color.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)