-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: removed node 16 and node-gyp, upgraded node-gyp-build and nan
- Loading branch information
Showing
6 changed files
with
123 additions
and
1,911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ code, the source code can be found at [https://github.com/newrelic/node-native-m | |
|
||
* [nan](#nan) | ||
* [node-gyp-build](#node-gyp-build) | ||
* [node-gyp](#node-gyp) | ||
* [prebuildify](#prebuildify) | ||
* [semver](#semver) | ||
|
||
|
@@ -48,7 +47,7 @@ code, the source code can be found at [https://github.com/newrelic/node-native-m | |
|
||
### nan | ||
|
||
This product includes source derived from [nan](https://github.com/nodejs/nan) ([v2.18.0](https://github.com/nodejs/nan/tree/v2.18.0)), distributed under the [MIT License](https://github.com/nodejs/nan/blob/v2.18.0/LICENSE.md): | ||
This product includes source derived from [nan](https://github.com/nodejs/nan) ([v2.19.0](https://github.com/nodejs/nan/tree/v2.19.0)), distributed under the [MIT License](https://github.com/nodejs/nan/blob/v2.19.0/LICENSE.md): | ||
|
||
``` | ||
The MIT License (MIT) | ||
|
@@ -65,7 +64,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI | |
|
||
### node-gyp-build | ||
|
||
This product includes source derived from [node-gyp-build](https://github.com/prebuild/node-gyp-build) ([v4.8.0](https://github.com/prebuild/node-gyp-build/tree/v4.8.0)), distributed under the [MIT License](https://github.com/prebuild/node-gyp-build/blob/v4.8.0/LICENSE): | ||
This product includes source derived from [node-gyp-build](https://github.com/prebuild/node-gyp-build) ([v4.8.1](https://github.com/prebuild/node-gyp-build/tree/v4.8.1)), distributed under the [MIT License](https://github.com/prebuild/node-gyp-build/blob/v4.8.1/LICENSE): | ||
|
||
``` | ||
The MIT License (MIT) | ||
|
@@ -92,38 +91,6 @@ THE SOFTWARE. | |
``` | ||
|
||
### node-gyp | ||
|
||
This product includes source derived from [node-gyp](https://github.com/nodejs/node-gyp) ([v10.1.0](https://github.com/nodejs/node-gyp/tree/v10.1.0)), distributed under the [MIT License](https://github.com/nodejs/node-gyp/blob/v10.1.0/LICENSE): | ||
|
||
``` | ||
(The MIT License) | ||
Copyright (c) 2012 Nathan Rajlich <[email protected]> | ||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the "Software"), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following | ||
conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
``` | ||
|
||
### prebuildify | ||
|
||
This product includes source derived from [prebuildify](https://github.com/prebuild/prebuildify) ([v6.0.0](https://github.com/prebuild/prebuildify/tree/v6.0.0)), distributed under the [MIT License](https://github.com/prebuild/prebuildify/blob/v6.0.0/LICENSE): | ||
|
Oops, something went wrong.