summaryrefslogtreecommitdiff
path: root/deps/npm
Commit message (Collapse)AuthorAgeFilesLines
* deps: upgrade npm to 5.0.3Kat Marchán2017-06-06243-979/+1738
| | | | | | PR-URL: https://github.com/nodejs/node/pull/13487 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: float patch on npm to fix citgmMyles Borins2017-05-301-3/+1
| | | | | | | | | | This floats https://github.com/npm/npm/pull/16791 onto npm v5.0.0 to fix an edge case that was found in citgm PR-URL: https://github.com/nodejs/node/pull/13305 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
* deps: upgrade npm to 5.0.0Kat Marchán2017-05-29230-3413/+7639
| | | | | | | PR-URL: https://github.com/nodejs/node/pull/13276 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm beta to 5.0.0-beta.56Kat Marchán2017-05-231396-26062/+72523
| | | | | PR-URL: https://github.com/nodejs/node/pull/12936 Reviewed-By: Anna Henningsen <anna@addaleax.net>
* deps: remove **/node_modules/form-data/README.mdJeremiah Senkpiel2017-04-261-217/+0
| | | | | | | | | | | | | | | | | Having multiple files with the same name but different casings causes problems on lots of OS-s. Refs: https://github.com/nodejs/node/issues/12624 Refs: https://github.com/nodejs/node/pull/11085 Refs: https://github.com/nodejs/node/pull/11020 PR-URL: https://github.com/nodejs/node/pull/12643 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
* deps: upgrade npm to 4.5.0Rebecca Turner2017-04-251229-31294/+67108
| | | | | PR-URL: https://github.com/nodejs/node/pull/12480 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 4.2.0Kat Marchán2017-03-22300-12053/+2797
| | | | | PR-URL: https://github.com/nodejs/node/pull/11389 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* meta: restore original copyright headerJames M Snell2017-03-1015-0/+315
| | | | | | | | | | | | | | | A prior io.js era commit inappropriately removed the original copyright statements from the source. This restores those in any files still remaining from that edit. Ref: https://github.com/nodejs/TSC/issues/174 Ref: https://github.com/nodejs/node/pull/10599 PR-URL: https://github.com/nodejs/node/pull/10155 Note: This PR was required, reviewed-by and approved by the Node.js Foundation Legal Committee and the TSC. There is no `Approved-By:` meta data.
* deps: fix npm files from upgrade to 4.1.2João Reis2017-01-316-114/+0
| | | | | | PR-URL: https://github.com/nodejs/node/pull/11085 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
* deps: upgrade npm to 4.1.2Kat Marchán2017-01-301035-21259/+919
| | | | | PR-URL: https://github.com/nodejs/node/pull/11020 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 4.1.1Rebecca Turner2017-01-26347-6785/+4716
| | | | | PR-URL: https://github.com/nodejs/node/pull/10781 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 4.0.5Kat Marchán2016-12-28719-13894/+38681
| | | | | PR-URL: https://github.com/nodejs/node/pull/10330 Reviewed-By: Myles Borins <myles.borins@gmail.com>
* deps: upgrade npm to 3.10.10Rebecca Turner2016-12-05151-195/+264
| | | | | PR-URL: https://github.com/nodejs/node/pull/9847 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.10.9Kat Marchán2016-11-04311-6891/+5543
| | | | | PR-URL: https://github.com/nodejs/node/pull/9286 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: hotfix upgrade npm tap version for testsKat Marchán2016-09-271-1/+1
| | | | | PR-URL: https://github.com/nodejs/node/pull/8706 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.10.8Kat Marchán2016-09-27995-27695/+30309
| | | | | PR-URL: https://github.com/nodejs/node/pull/8706 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.10.3Kat Marchán2016-07-04169-686/+379
| | | | | | | | Contains the following npm release: - https://github.com/npm/npm/releases/tag/v3.10.3 PR-URL: https://github.com/nodejs/node/pull/7515 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.10.2Rebecca Turner2016-06-27413-12362/+12141
| | | | | | | | | | | Contains the following npm releases: - https://github.com/npm/npm/releases/tag/v3.9.6 - https://github.com/npm/npm/releases/tag/v3.10.0 - https://github.com/npm/npm/releases/tag/v3.10.1 - https://github.com/npm/npm/releases/tag/v3.10.2 PR-URL: https://github.com/nodejs/node/pull/7410 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.9.5Kat Marchán2016-06-06156-395/+552
| | | | | | PR-URL: https://github.com/nodejs/node/pull/7139 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
* deps: upgrade npm to 3.9.3Kat Marchán2016-05-28517-52654/+13754
| | | | | | | | | | | Contains the following npm releases: - v3.9.0: https://github.com/npm/npm/releases/tag/v3.9.0 - v3.9.1: https://github.com/npm/npm/releases/tag/v3.9.1 - v3.9.2: https://github.com/npm/npm/releases/tag/v3.9.2 - v3.9.3: https://github.com/npm/npm/releases/tag/v3.9.3 PR-URL: https://github.com/nodejs/node/pull/7030 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.8.9Rebecca Turner2016-05-10632-4028/+66096
| | | | | | | | | | | Contains the following three npm releases: https://github.com/npm/npm/releases/tag/v3.8.7 https://github.com/npm/npm/releases/tag/v3.8.8 https://github.com/npm/npm/releases/tag/v3.8.9 PR-URL: https://github.com/nodejs/node/pull/6664 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: floating fix for npm's test-node scriptKat Marchán2016-04-141-1/+1
| | | | | | | Upstream PR: https://github.com/npm/npm/pull/12310 PR-URL: https://github.com/nodejs/node/pull/6153 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.8.6Kat Marchán2016-04-14207-822/+1321
| | | | | PR-URL: https://github.com/nodejs/node/pull/6153 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.8.3Forrest L Norvell2016-04-01701-17311/+19551
| | | | | PR-URL: https://github.com/npm/node/pull/6 Reviewed-By: Evan Lucas <evanlucas@me.com>
* deps: upgrade to npm 3.7.3Kat Marchán2016-03-07390-6547/+8490
| | | | | | PR-URL: https://github.com/nodejs/node/pull/5369 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
* deps: upgrade npm to 3.6.0Rebecca Turner2016-02-012031-46906/+83365
| | | | | | | | PR-URL: https://github.com/nodejs/node/pull/4958 Reviewed-By: Myles Borins <mborins@us.ibm.com> Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.3.12Rebecca Turner2015-11-06149-173/+770
| | | | | PR-URL: https://github.com/nodejs/node/pull/3685 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade npm to 3.3.10Rebecca Turner2015-11-021567-55957/+29225
| | | | | PR-URL: https://github.com/nodejs/node/pull/3599 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: fix upgrade to npm 3.3.6Rebecca Turner2015-10-2210-0/+1142
| | | | | | | | 41923c0 broke things. This fixes them. Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> PR-URL: https://github.com/nodejs/node/pull/3494
* deps: upgrade npm to 3.3.6Rebecca Turner2015-10-222005-53824/+55441
| | | | | PR-URL: https://github.com/nodejs/node/pull/3310 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade to npm 2.14.7Kat Marchán2015-10-09486-3164/+9346
| | | | | PR-URL: https://github.com/nodejs/node/pull/3299 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: remove and gitignore .bin directoryBen Noordhuis2015-09-241-1/+0
| | | | | | | | | | | | The .bin/ directory in deps/npm/node_modules seens to have been an accidental check-in in commit e79ccee ("npm: upgrade to v2.1.18"). It causes trouble for distro packagers so delete it and blacklist it. Fixes: https://github.com/nodejs/node/issues/2839 PR-URL: https://github.com/nodejs/node/pull/3004 Reviewed-By: Kat Marchán <kzm@sykosomatic.org> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
* deps: upgraded to node-gyp@3.0.3 in npmKat Marchán2015-09-2014-19/+68
| | | | | | PR-URL: https://github.com/nodejs/node/pull/2958 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgrade to npm 2.14.4Kat Marchán2015-09-20228-4941/+845
| | | | | | PR-URL: https://github.com/nodejs/node/pull/2958 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: upgraded to node-gyp@3.0.3 in npmKat Marchán2015-09-1456-5060/+1050
| | | | | | | | 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-14169-1122/+5244
| | | | | | PR-URL: https://github.com/nodejs/node/pull/2822 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* node-gyp: float 3.0.1, minor fix for download urlRod Vagg2015-09-085-6/+77
| | | | | PR-URL: https://github.com/nodejs/node/pull/2737 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* deps: float node-gyp v3.0.0Rod Vagg2015-09-0861-5085/+945
| | | | | | | | | | | | | * 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>
* deps: create .npmrc during npm testsKat Marchán2015-09-061-1/+16
| | | | | | | | This patch should make the tests pass on the downstreamed npm. PR-URL: https://github.com/nodejs/node/pull/2696 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
* deps: upgrade to npm 2.14.2Kat Marchán2015-09-06499-11981/+7132
| | | | | | PR-URL: https://github.com/nodejs/node/pull/2696 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
* node-gyp: detect RC build with x.y.z-rc.n formatRod Vagg2015-08-041-6/+10
| | | | | | PR-URL: https://github.com/nodejs/io.js/pull/2171 Reviewed-By: Alexis Campailla <alexis@janeasystems.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
* node-gyp: download header tarball for compileRod Vagg2015-08-043-2/+7
| | | | | | | | | | | | Temporary fix only, node-gyp needs to be aware of whether it can even download this file for the current runtime so that information needs to come from the process itself. Floating patch on npm. PR-URL: https://github.com/nodejs/io.js/pull/2066 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Ryan Graham <ryan@strongloop.com>
* node-gyp: make aware of nightly, next-nightly & rcRod Vagg2015-08-041-2/+25
| | | | | | | | | | | | A temporary fix only, node-gyp needs to be made more intelligent upstream about figuring out where to find the download file by inspecting the binary. Floating patch on npm. PR-URL: https://github.com/nodejs/io.js/pull/2066 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-08-011-1/+1
| | | | | | | | The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe for more background. PR-URL: https://github.com/iojs/io.js/pull/1433 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: make node-gyp work with io.jscjihrig2015-08-013-25/+25
| | | | | | | | | | | | Every npm version bump requires a few patches to be floated on node-gyp for io.js compatibility. These patches are found in 03d199276e21c1fa08d8df14eeb654c90cc5aa20, 5de334c23096492014a097ff487f07ad8eaee6d2, and da730c76e98fb9fd18dac445dafbbec74d79f802. This commit squashes them into a single commit. PR-URL: https://github.com/iojs/io.js/pull/990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: upgrade to npm 2.13.3Kat Marchán2015-08-01320-13691/+10262
| | | | | PR-URL: https://github.com/nodejs/io.js/pull/2284 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-07-241-1/+1
| | | | | | | | The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe for more background. PR-URL: https://github.com/iojs/io.js/pull/1433 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: make node-gyp work with io.jscjihrig2015-07-243-25/+25
| | | | | | | | | | | | Every npm version bump requires a few patches to be floated on node-gyp for io.js compatibility. These patches are found in 03d199276e21c1fa08d8df14eeb654c90cc5aa20, 5de334c23096492014a097ff487f07ad8eaee6d2, and da730c76e98fb9fd18dac445dafbbec74d79f802. This commit squashes them into a single commit. PR-URL: https://github.com/iojs/io.js/pull/990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
* deps: upgrade to npm 2.13.2Kat Marchán2015-07-24231-1543/+2039
| | | | | PR-URL: https://github.com/nodejs/io.js/pull/2241 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
* win,node-gyp: enable delay-load hook by defaultBert Belder2015-07-211-1/+1
| | | | | | | | The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe for more background. PR-URL: https://github.com/iojs/io.js/pull/1433 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>