summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc
Commit message (Collapse)AuthorAgeFilesLines
* deps: upgrade npm to 2.6.1Forrest L Norvell2015-03-03106-145/+231
| | | | | | | | PR: #9297 PR-URL: https://github.com/joyent/node/pull/9297 Reviewed-By: Julien Gilli <julien.gilli@joyent.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* deps: upgrade npm to 2.5.1Forrest L Norvell2015-02-06105-126/+149
| | | | | | | Fixes #9126. Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com> Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
* deps: upgrade npm to 2.3.0Forrest L Norvell2015-01-27107-233/+493
| | | | | | | PR: #9086 PR-URL: https://github.com/joyent/node/pull/9086 Reviewed-By: Julien Gilli <julien.gilli@joyent.com> Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
* npm: Upgrade to v2.1.6Timothy J Fontaine2014-11-05105-875/+903
|
* deps: upgrade npm to 2.0.0Timothy J Fontaine2014-09-24106-677/+440
|
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-16105-331/+421
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog deps/v8/src/hydrogen.cc lib/http.js lib/querystring.js src/node_crypto.cc src/node_version.h test/simple/test-querystring.js
| * npm: Update to 1.4.28Timothy J Fontaine2014-09-16105-331/+421
| |
| * npm: Update to v1.4.23Timothy J Fontaine2014-08-19104-116/+116
| |
* | Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-08-07104-127/+127
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile deps/uv/ChangeLog deps/uv/build.mk deps/uv/src/unix/darwin.c deps/uv/src/unix/getaddrinfo.c deps/uv/src/version.c deps/v8/src/checks.h deps/v8/src/isolate.h lib/cluster.js lib/module.js lib/timers.js lib/tls.js src/node_version.h
| * npm: Upgrade to v1.4.21Timothy J Fontaine2014-07-31104-127/+127
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-10104-162/+261
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS ChangeLog deps/v8/src/api.cc deps/v8/src/unicode-inl.h deps/v8/src/unicode.h lib/_stream_readable.js lib/http.js src/cares_wrap.cc src/node.cc src/node_crypto.cc src/node_dtrace.cc src/node_file.cc src/node_stat_watcher.cc src/node_version.h src/process_wrap.cc src/string_bytes.cc src/string_bytes.h src/udp_wrap.cc src/util.h test/simple/test-buffer.js test/simple/test-stream2-compatibility.js
| * npm: upgrade to v1.4.14Timothy J Fontaine2014-06-06104-162/+261
| |
* | Merge branch 'v0.10'Fedor Indutny2014-06-05103-4055/+2819
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog lib/events.js lib/tls.js src/node_constants.cc src/node_crypto.cc src/node_crypto.h src/node_version.h
| * npm: upgrade to 1.4.10isaacs2014-05-05103-4055/+2819
| | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'upstream/v0.10' into v0.11.13-releasev0.11.13v0.11.13-releaseTimothy J Fontaine2014-05-01103-106/+106
|\ \ | |/
| * npm: upgrade to v1.4.9isaacs2014-05-01103-106/+106
| | | | | | | | | | * Send referer header (with any potentially private stuff redacted) * Fix critical typo bug in previous npm release
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-01103-115/+304
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverted 9520adeb37f5ebe02a68669ec97770f4869705bb Conflicts: deps/cares/src/ares_parse_txt_reply.c deps/uv/.mailmap deps/uv/AUTHORS deps/uv/ChangeLog deps/uv/include/uv.h deps/uv/src/unix/error.c deps/uv/src/unix/process.c deps/uv/src/version.c deps/uv/src/win/pipe.c deps/uv/src/win/signal.c deps/uv/src/win/util.c deps/uv/test/test-spawn.c deps/uv/vcbuild.bat deps/v8/src/platform-posix.cc deps/v8/tools/gyp/v8.gyp lib/util.js src/node.cc test/simple/test-util-format.js test/simple/test-util.js
| * npm: upgrade to v1.4.8isaacs2014-05-01103-114/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * npm: upgrade to 1.4.7isaacs2014-04-15103-108/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-26103-3334/+1537
|\ \ | |/ | | | | | | | | | | Conflicts: src/node.cc src/node_crypto.cc src/node_crypto.h
| * npm: upgrade to 1.4.6isaacs2014-03-25103-3334/+1537
| | | | | | | | | | | | | | | | | | * 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'
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-17103-152/+164
|\ \ | |/ | | | | | | Conflicts: src/node_zlib.cc
| * npm: upgrade to 1.4.3isaacs2014-02-17103-152/+164
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-13103-121/+160
|\ \ | |/ | | | | | | Conflicts: doc/blog/feature/streams2.md
| * npm: Upgrade to v1.4.0isaacs2014-02-13103-121/+160
| | | | | | | | | | | | | | - Removes 'npm publish -f' - Documentation - Bug-fixes - Update license etc to refer to npm, Inc. rather than @isaacs personally
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-08103-106/+106
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: deps/v8/src/preparser.cc deps/v8/src/win32-math.h doc/api/http.markdown src/node_buffer.h src/node_crypto.cc src/node_file.cc src/node_http_parser.cc
| * npm: upgrade to 1.3.26isaacs2014-02-08103-106/+106
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-24105-237/+124
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS ChangeLog deps/uv/AUTHORS deps/uv/ChangeLog deps/uv/src/unix/process.c deps/uv/src/version.c lib/net.js node.gyp src/node_version.h
| * npm: Upgrade to v1.3.25isaacs2014-01-23105-231/+106
| |
| * npm: Upgrade to v1.3.24isaacs2014-01-19103-112/+124
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-13103-164/+271
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: deps/uv/ChangeLog deps/uv/build.mk deps/uv/src/version.c deps/uv/test/test-ipc.c deps/v8/src/objects.cc src/node.cc src/node_os.cc
| * npm: Upgrade to 1.3.23isaacs2014-01-06103-164/+271
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-30103-113/+117
|\ \ | |/
| * npm: Upgrade to v1.3.22isaacs2013-12-25103-113/+117
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-19103-166/+153
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: ChangeLog deps/uv/AUTHORS deps/uv/ChangeLog deps/uv/src/version.c deps/v8/src/log-utils.cc src/node_version.h
| * npm: upgrade to 1.3.21isaacs2013-12-17103-106/+106
| |
| * npm: upgrade to 1.3.20isaacs2013-12-17103-106/+106
| | | | | | | | | | | | | | | | | | 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.
| * npm: Upgrade to 1.3.19isaacs2013-12-16103-166/+153
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-12103-117/+139
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS ChangeLog deps/uv/.mailmap deps/uv/ChangeLog deps/uv/build.mk deps/uv/src/unix/darwin.c deps/uv/src/unix/udp.c deps/uv/src/version.c deps/uv/test/test-list.h src/node_version.h
| * npm: Upgrade to 1.3.17isaacs2013-12-11103-117/+139
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-20103-110/+106
|\ \ | |/ | | | | | | | | Conflicts: lib/events.js src/udp_wrap.cc
| * npm: Upgrade to v1.3.15isaacs2013-11-20103-110/+106
| |
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-11-08103-106/+106
|\ \ | |/
| * npm: Upgrade to 1.3.14isaacs2013-11-08103-106/+106
| |
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-10-28103-107/+109
|\ \ | |/
| * npm@1.3.13isaacs2013-10-28103-107/+109
| |
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-25103-114/+141
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog deps/uv/ChangeLog deps/uv/include/uv-darwin.h deps/uv/src/unix/fsevents.c deps/uv/src/unix/process.c deps/uv/src/version.c doc/api/addons.markdown doc/api/cluster.markdown doc/api/http.markdown lib/http.js lib/tls.js src/node_crypto.cc src/node_http_parser.cc src/node_version.h src/pipe_wrap.cc src/v8abbr.h src/v8ustack.d test/simple/test-http-pipeline-flood.js
| * npm@1.3.12isaacs2013-10-24103-114/+141
| |
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-09-07103-106/+106
|\ \ | |/
| * npm: upgrade to 1.3.11isaacs2013-09-07103-106/+106
| |