Kat Marchán
24f43903b4
deps: upgrade npm to 5.3.0
PR-URL: https://github.com/nodejs/node/pull/14235
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
8 years ago
Kat Marchán
c58cea5a16
deps: upgrade npm to 5.0.0
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>
8 years ago
Kat Marchán
c0d858f8bb
deps: upgrade npm beta to 5.0.0-beta.56
PR-URL: https://github.com/nodejs/node/pull/12936
Reviewed-By: Anna Henningsen <anna@addaleax.net>
8 years ago
Rebecca Turner
0084260448
deps: upgrade npm to 4.5.0
PR-URL: https://github.com/nodejs/node/pull/12480
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
8 years ago
Kat Marchán
d44a9eb11b
deps: upgrade npm to 3.10.8
PR-URL: https://github.com/nodejs/node/pull/8706
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
9 years ago
Rebecca Turner
d538811fc8
deps: upgrade npm to 3.10.2
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>
9 years ago
Kat Marchán
843d58fcbb
deps: upgrade npm to 3.9.5
PR-URL: https://github.com/nodejs/node/pull/7139
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
9 years ago
Rebecca Turner
5c36cfc843
deps: upgrade npm to 3.8.9
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>
9 years ago
Rebecca Turner
507fc53e37
deps: upgrade npm to 3.3.10
PR-URL: https://github.com/nodejs/node/pull/3599
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
9 years ago
Rebecca Turner
41923c0c07
deps: upgrade npm to 3.3.6
PR-URL: https://github.com/nodejs/node/pull/3310
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
10 years ago
Forrest L Norvell
e79ccee168
npm: upgrade to v2.1.18
PR-URL: https://github.com/iojs/io.js/pull/266
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
10 years ago
Timothy J Fontaine
28ae70ebad
npm: Upgrade to v2.1.6
10 years ago
Timothy J Fontaine
daca803e9e
npm: Update to 1.4.28
11 years ago
Timothy J Fontaine
f051f31790
npm: upgrade to v1.4.14
11 years ago
isaacs
217bb0c964
npm: upgrade to 1.4.3
11 years ago
isaacs
9da67fa519
npm: Upgrade to 1.3.3
12 years ago
isaacs
49d9ad9d81
npm: Upgrade to 1.2.30
12 years ago
isaacs
5aef65a98a
npm: Upgrade to v1.2.10
12 years ago
isaacs
4d32fc5964
npm: Upgrade to v1.2.2
12 years ago
isaacs
0459a60232
npm: Upgrade to 1.2.2
12 years ago
isaacs
ae5a209b11
npm: Upgrade to 1.1.37
13 years ago
isaacs
59a40fc8ed
npm: Upgrade to 1.1.36
13 years ago
isaacs
911b0fddd3
Upgrade npm to 1.1.26
13 years ago
isaacs
13198357e9
Upgrade npm to 1.1.25
13 years ago
isaacs
e5d3ea7771
Upgrade npm to 1.1.24
13 years ago
isaacs
719376730d
upgrade npm to 1.1.23
This also upgrades node-gyp to 0.4.3
13 years ago
isaacs
33a9ac6087
Upgrade npm to 1.1.21
Somehow this got downgraded in the last v0.6 merge. Very strange.
13 years ago
isaacs
37ac5e52bf
Update npm to 1.1.16
13 years ago
isaacs
cda3b6ff52
Upgrade npm to 1.1.14
13 years ago
isaacs
67f1778065
Upgrade npm to 1.1.12
13 years ago
isaacs
f631c1d73b
Update npm to 1.1.9
13 years ago
isaacs
10dc129a4b
Update npm to 1.1.8
13 years ago
isaacs
bcb0cc0b18
Upgrade npm to 1.1.6
* 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
13 years ago
isaacs
1bf3a14353
Upgrade npm to 1.1.4 (minor bugfix)
13 years ago
isaacs
054127112c
Upgrade npm to 1.1.3
* Update request to support HTTPS-over-HTTP proxy tunneling
* Throw on undefined envs in config settings
* Update which to 1.0.5
* Fix windows UNC busyloop in findPrefix
* Bundle nested bundleDependencies properly
* Alias adduser to add-user
* Doc updates (Christian Howe, Henrik Hodne, Andrew Lunny)
* ignore logfd/outfd streams in makeEnv() (Rod Vagg)
* shrinkwrap: Behave properly with url-installed deps
* install: Support --save with url install targets
* Support installing naked tars or single-file modules from urls etc.
* init: Don't add engines section
* Don't run make clean on rebuild
* Added missing unicode replacement (atomizer)
13 years ago
isaacs
bb9316da28
npm 1.1.0-beta-2
13 years ago
isaacs
ffc8110659
Workaround: A/V software prevents folder rename
13 years ago
isaacs
61764613d1
npm 1.1.0-alpha-5
Fix #2186
First part of #2207
13 years ago
isaacs
3ab15cde25
Update npm to 1.1.0-alpha-2
13 years ago
Ryan Dahl
b488be127a
Include NPM, update .pkg to install it.
.msi update coming soon.
13 years ago