Skip to content

Commit

Permalink
deps: node-gyp@8.4.1
Browse files Browse the repository at this point in the history
PR-URL: #4078
Credit: @wraithgar
Close: #4078
Reviewed-by: @lukekarrys
  • Loading branch information
wraithgar committed Nov 30, 2021
1 parent 0e63df6 commit 037f2cc
Show file tree
Hide file tree
Showing 42 changed files with 135 additions and 2,069 deletions.
4 changes: 4 additions & 0 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ readme*
/chokidar
/cliui
/cmark-gfm
/code-point-at
/collapse-white-space
/combined-stream
/comma-separated-tokens
Expand Down Expand Up @@ -225,6 +226,7 @@ readme*
/is-whitespace-character
/is-windows
/is-word-character
/isarray
/isstream
/istanbul-lib-coverage
/istanbul-lib-hook
Expand Down Expand Up @@ -277,6 +279,7 @@ readme*
/normalize-path
/npm-license-corrections
/null-check
/number-is-nan
/nwsapi
/nyc
/oauth-sign
Expand All @@ -297,6 +300,7 @@ readme*
/picomatch
/prebuild-install
/prelude-ls
/process-nextick-args
/process-on-spawn
/progress
/property-information
Expand Down
2 changes: 1 addition & 1 deletion node_modules/are-we-there-yet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "are-we-there-yet",
"version": "1.1.6",
"version": "2.0.0",
"description": "Keep track of the overall completion of many disparate processes",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ npm config set node_gyp $(npm prefix -g)/lib/node_modules/node-gyp/bin/node-gyp.
### Windows Command Prompt
```
npm install --global node-gyp@latest
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp"%P\node_modules\node-gyp\bin\node-gyp.js"
for /f "delims=" %P in ('npm prefix -g') do npm config set node_gyp "%P\node_modules\node-gyp\bin\node-gyp.js"
```

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

## Undo
Expand Down
14 changes: 0 additions & 14 deletions node_modules/node-gyp/node_modules/aproba/LICENSE

This file was deleted.

105 changes: 0 additions & 105 deletions node_modules/node-gyp/node_modules/aproba/index.js

This file was deleted.

34 changes: 0 additions & 34 deletions node_modules/node-gyp/node_modules/aproba/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions node_modules/node-gyp/node_modules/gauge/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions node_modules/node-gyp/node_modules/gauge/base-theme.js

This file was deleted.

24 changes: 0 additions & 24 deletions node_modules/node-gyp/node_modules/gauge/error.js

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/node-gyp/node_modules/gauge/has-color.js

This file was deleted.

Loading

0 comments on commit 037f2cc

Please sign in to comment.