summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/bin
Commit message (Collapse)AuthorAgeFilesLines
* deps: update npm to 7.0.0-rc.3Myles Borins2020-10-071-3/+2
| | | | | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/35474 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
* deps: update npm to 6.12.0isaacs2019-10-151-1/+1
| | | | | | | | | | | | | | | | | Update npm to 6.12.0 Now `npm ci` runs prepare scripts for git dependencies, and respects the `--no-optional` argument. Warnings for `engine` mismatches are printed again. Various other fixes and cleanups. PR-URL: https://github.com/nodejs/node/pull/29885 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Christian Clauss <cclauss@me.com>
* deps: upgrade npm to 6.10.2isaacs2019-08-061-25/+18
| | | | | | | | | PR-URL: https://github.com/nodejs/node/pull/28853 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
* Revert "deps: upgrade npm to 5.8.0"Anna Henningsen2018-04-051-0/+148
| | | | | | | This reverts commit 25a816dcda7b1db0929501acfe13f2fe5119759b. PR-URL: https://github.com/nodejs/node/pull/19837 Reviewed-By: Gus Caplan <me@gus.host>
* deps: upgrade npm to 5.8.0FallenRiteMonk2018-04-051-148/+0
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/19560 Fixes: https://github.com/nodejs/node/issues/19271 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
* deps: upgrade npm to 4.1.2Kat Marchán2017-01-301-0/+15
| | | | | PR-URL: https://github.com/nodejs/node/pull/11020 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgraded to node-gyp@3.0.3 in npmKat Marchán2015-09-141-1/+1
| | | | | | | | No more cherry-picked io patches. hooray. PR-URL: https://github.com/nodejs/node/pull/2822 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade to npm 2.14.3Kat Marchán2015-09-141-1/+1
| | | | | | PR-URL: https://github.com/nodejs/node/pull/2822 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: float node-gyp v3.0.0Rod Vagg2015-09-081-1/+1
| | | | | | | | | | | | | * support process.release * support all io.js versions * support node v4+ including new download locations * enable delay-load hook by default by default * download header-only tarballs instead of full source See https://github.com/nodejs/node-gyp/pull/711 for full details PR-URL: https://github.com/nodejs/node/pull/2700 Reviewed-By: Forrest L Norvell <forrest@npmjs.com>
* npm: Upgrade to 1.3.3isaacs2013-07-121-1/+1
|
* npm: Upgrade to 1.1.46isaacs2012-08-021-1/+6
|
* npm: Upgrade to 1.1.45isaacs2012-07-241-21/+34
| | | | This includes node-gyp 0.6.1
* npm: upgrade to 1.1.41isaacs2012-07-131-2/+3
|
* Upgrade npm to 1.1.26isaacs2012-06-151-76/+32
|
* Upgrade npm to 1.1.17isaacs2012-04-181-35/+67
|
* Upgrade npm to 1.1.14isaacs2012-03-281-1/+1
|
* Update npm to 1.1.8isaacs2012-03-131-0/+0
|
* Upgrade npm to 1.1.6isaacs2012-03-121-0/+126
* Fix #472 Adds support for os/cpu fields in package.json (Adam Blackburn) * Don't use existing pkg if explicit * Install missing deps, even if they are in bundleDependencies * bundle node-gyp * Automatically node-gyp build stuff with a bindings.gyp * Fix #2230 Unpack in place. No folder renaming malarky * Never create un-listable directories * Fix cases where an optionalDependency fails to build * Always ignore .wafpickle-7 files * fix shrinkwrap test * Fix: bundleDependencies being re-installed unnecessarily