Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-24deps: upgrade npm to 2.7.3Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/1219 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
2015-03-16deps: upgrade npm to 2.7.1Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/1142 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
2015-03-06deps: upgrade npm to 2.7.0Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/1080 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-02-27deps: upgrade npm to 2.6.1Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/990 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-02-22deps: upgrade npm to 2.6.0Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/904 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-02-06deps: upgrade npm to 2.5.1Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/738 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-01-31deps: upgrade npm to 2.4.1Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/663 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-01-24deps: upgrade npm to 2.3.0Forrest L Norvell
* Windows improvements: no more uid is undefined errors, use `%COMSPEC%` when set in preference to hardcoded `cmd`, improved handling of Git remotes. * Add caching based on Last-Modified / If-Modified-Since headers in addition to Etag-based cache validation. PR-URL: https://github.com/iojs/io.js/pull/573 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-01-18deps: upgrade npm to 2.2.0Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/479 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org>
2015-01-09npm: upgrade to v2.1.18Forrest L Norvell
PR-URL: https://github.com/iojs/io.js/pull/266 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2014-11-05npm: Upgrade to v2.1.6Timothy J Fontaine
2014-09-25deps: upgrade npm to 2.0.0Timothy J Fontaine
2014-09-17npm: Update to 1.4.28Timothy J Fontaine
2014-08-19npm: Update to v1.4.23Timothy J Fontaine
2014-07-31npm: Upgrade to v1.4.21Timothy J Fontaine
2014-06-07npm: upgrade to v1.4.14Timothy J Fontaine
2014-05-06npm: upgrade to 1.4.10isaacs
* Don't set referer if already set * fetch: Send referer and npm-session headers * run-script: Support --parseable and --json * list runnable scripts (Evan Lucas) * Use marked instead of ronn for html docs
2014-05-02npm: upgrade to v1.4.9isaacs
* Send referer header (with any potentially private stuff redacted) * Fix critical typo bug in previous npm release
2014-05-01npm: upgrade to v1.4.8isaacs
* Check SHA before using files from cache * adduser: allow change of the saved password * Make `npm install` respect `config.unicode` * Fix lifecycle to pass `Infinity` for config env value * Don't return 0 exit code on invalid command * cache: Handle 404s and other HTTP errors as errors * bump tap dep, make tests stderr a bit quieter * Resolve ~ in path configs to env.HOME * Include npm version in default user-agent conf * npm init: Use ISC as default license, use save-prefix for deps * Many test and doc fixes
2014-04-16npm: upgrade to 1.4.7isaacs
* isaacs, Robert Kowalski, Benjamin Coe: Test Improvements * isaacs doc: Add canonical url * isaacs view: handle unpublished packages properly * Raynos (Jake Verbaten) do not log if silent * Julian Gruber fix no such property error * isaacs npmconf@0.1.14 * Thorsten Lorenz adding save-prefix configuration option * isaacs npm-registry-client@0.4.7 * isaacs cache: treat missing versions as a 404 * isaacs cache: Save shasum, write resolved/etc data to cache * isaacs cache: Always fetch root doc * isaacs cache: don't repack unnecessarily from tmp * Andrey Kislyuk Don't crash if shrinkwrap-dependencies were not passed in pkginfo * Robert Kowalski fix link in faq * Jean Lauliac Add a peerDependencies section in package.json doc * isaacs read-installed@2.0.2
2014-03-26npm: upgrade to 1.4.6isaacs
* Documentation upgrades * Fix glob bug which prevents proper README publishing * node-gyp upgrade to 0.13 * Documentation updates * Add --save-exact to save an exact dep (instead of a range) * alias 't' to 'test'
2014-02-18npm: upgrade to 1.4.3isaacs
2014-02-14npm: Upgrade to v1.4.0isaacs
- Removes 'npm publish -f' - Documentation - Bug-fixes - Update license etc to refer to npm, Inc. rather than @isaacs personally
2014-02-09npm: upgrade to 1.3.26isaacs
2014-01-24npm: Upgrade to v1.3.25isaacs
2014-01-20npm: Upgrade to v1.3.24isaacs
2014-01-07npm: Upgrade to 1.3.23isaacs
2013-12-26npm: Upgrade to v1.3.22isaacs
2013-12-18npm: upgrade to 1.3.21isaacs
2013-12-17npm: upgrade to 1.3.20isaacs
The 1.3.19 release had a critical bug: any packages published with it could not be installed, because the shasum would be incorrect. Thankfully, 1.3.19 was published using 1.3.19, so could not be installed by any users! However, if it goes out as part of a Node.js release, then obviously that would be a problem.
2013-12-17npm: Upgrade to 1.3.19isaacs
2013-12-11npm: Upgrade to 1.3.17isaacs
2013-11-20npm: Upgrade to v1.3.15isaacs
2013-11-09npm: Upgrade to 1.3.14isaacs
2013-10-29npm@1.3.13isaacs
2013-10-24npm@1.3.12isaacs
2013-09-07npm: upgrade to 1.3.11isaacs
2013-09-06npm: upgrade to v1.3.10isaacs
2013-08-16npm: Upgrade to 1.3.8isaacs
2013-08-03npm: Upgrade to 1.3.7isaacs
2013-07-25npm: Upgrade to v1.3.5isaacs
2013-07-13npm: Upgrade to 1.3.4isaacs
2013-07-12npm: Upgrade to 1.3.3isaacs