Skip to content

Commit 099238a

Browse files
committed
1 parent 6e4d673 commit 099238a

12 files changed

Lines changed: 3034 additions & 2377 deletions

File tree

node_modules/.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
!/archy
5858
!/balanced-match
5959
!/bin-links
60-
!/binary-extensions
6160
!/brace-expansion
6261
!/cacache
6362
!/chalk
@@ -101,6 +100,7 @@
101100
!/ip-regex
102101
!/is-cidr
103102
!/is-fullwidth-code-point
103+
!/isexe
104104
!/jackspeak
105105
!/json-parse-even-better-errors
106106
!/json-stringify-nice
@@ -215,7 +215,6 @@
215215
/tar/node_modules/minizlib/node_modules/*
216216
!/tar/node_modules/minizlib/node_modules/minipass
217217
!/tar/node_modules/mkdirp
218-
!/tar/node_modules/yallist
219218
!/text-table
220219
!/tiny-relative-date
221220
!/tinyglobby
@@ -235,9 +234,6 @@
235234
!/validate-npm-package-name
236235
!/walk-up-path
237236
!/which
238-
!/which/node_modules/
239-
/which/node_modules/*
240-
!/which/node_modules/isexe
241237
!/wrap-ansi-cjs
242238
!/wrap-ansi-cjs/node_modules/
243239
/wrap-ansi-cjs/node_modules/*

node_modules/binary-extensions/binary-extensions.json

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

node_modules/binary-extensions/index.js

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

node_modules/binary-extensions/license

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

node_modules/binary-extensions/package.json

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The ISC License
2+
3+
Copyright (c) Isaac Z. Schlueter and Contributors
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)