Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] #4078

Merged
merged 1 commit into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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