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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-02node-gyp@3.6.2Kat Marchán
PR-URL: https://github.com/npm/npm/pull/16894 Credit: @refack Reviewed-By: @zkat
2017-05-26node-gyp@3.6.1Kat Marchán
2017-05-26pacote@2.7.4Kat Marchán
2017-03-25node-gyp@3.6.0Rebecca Turner
Support for VS2017. Chakracore support. Credit: @refack Credit: @kunalspathak
2017-01-12node-gyp@3.5.0Rebecca Turner
Improvements to how Python is located. New `--devdir` flag. Credit: @bnoordhuis Credit: @mhart
2016-12-15nopt@4.0.1Forrest L Norvell
The breaking change is a small tweak to how empty string values are handled. See the brand-new CHANGELOG.md for nopt for further details about what's changed in this release! Credit: @adius Credit: @samjonester Credit: @elidoran Credit: @helio Credit: @silkentrance Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/15215
2016-10-19signal-exit@3.0.1Forrest L Norvell
Fixes: #13782 Credit: @benjamincoe PR-URL: https://github.com/npm/npm/pull/13953
2016-09-09npmlog@4.0.0Kat Marchán
Allows creating log levels that are empty strings or 0 PR-URL: https://github.com/npm/npmlog/pull/34 Credit: @rwaldron
2016-08-12minimatch@3.0.3Rebecca Turner
Update minimatch to 3.0.3 to get fix for ReDOS vuln. Fixes: https://github.com/npm/npm/issues/13387 PR-URL: https://github.com/npm/npm/pull/13415 Credit: @isaacs
2016-07-06deps: fix node-gyp@3.4.0Kat Marchán
I do not know what happened, but whatever it is, it went poorly. This is a reinstall of node-gyp@3.4.0 which seems to be significantly different from the one that was submitted in a PR. Credit: @zkat Fixes: https://github.com/npm/npm/issues/13256 PR-URL: https://github.com/npm/npm/pull/13260
2016-07-01node-gyp@3.4.0Rod Vagg
Headline items: * Fix for Visual Studio 2015 __pfnDliNotifyHook2 failures https://github.com/nodejs/node-gyp/pull/952 * Fix for AIX using fs.statSync https://github.com/nodejs/node-gyp/pull/955 * More verbose msbuild.exe missing error output https://github.com/nodejs/node-gyp/pull/930/files * Added --silent for --loglevel=silent https://github.com/nodejs/node-gyp/pull/937 * Enable V8 deprecation warnings for native addons https://github.com/nodejs/node-gyp/pull/920 Full changelog at https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md Credit: @rvagg PR-URL: https://github.com/npm/npm/pull/13199 Reviewed-By: @zkat
2016-06-16npmlog@3.1.2Rebecca Turner
Bring in the new npmlog that uses the updated gauge. PR-URL: https://github.com/npm/npm/pull/13075 Credit: @iarna
2016-03-11node-gyp@3.3.1Rebecca Turner
Fix bug in builds for Android. Credit: @bnoordhuis
2016-02-19node-gyp@3.3.0Rebecca Turner
Update to a more recent version that uses a version of npmlog compatible with npm itself. Credit: @rvagg Reviewed-By: @zkat PR-URL: https://github.com/npm/npm/pull/11528
2016-01-21deps: node-gyp subsubdep updatesRebecca Turner
ansi@0.3.1 lodash.pad@3.2.0 lodash.repeat@3.1.0 path-array@1.0.1 array-index@1.0.0 es6-symbol@3.0.2 d@0.1.1 es5-ext@0.10.11 es6-iterator@2.0.0
2016-01-15deps: dedupe after most recent round of dep updatesRebecca Turner
PR-URL: https://github.com/npm/npm/pull/11129 Credit: @iarna
2015-12-04deps: Fix subdeps for node-gyp@3.2.1Rebecca Turner
Due to a snafu involving the timing of the running of `prune --production`, some subdeps of dev deps and our `.gitignore`, the initial node-gyp update removed some required subdeps.
2015-12-04node-gyp@3.2.1Forrest L Norvell
Improved *BSD support. Credit: @bnoordhuis Reviewed-By: @othiym23 PR-URL: https://github.com/nodejs/node-gyp/pull/831
2015-11-25node-gyp@3.2.0Forrest L Norvell
- Use result of `which` when searching for Python. (@refack) - Add support for AIX. (@mhdawson) - Update broken links and switch to HTTPS. (@drewish) - Update to newer gyp. (@TooTallNate, @nathan7, @iWuzHere) - Update to tar@2. (@Emuentes) - process.platform will never be kfreebsd. (@kapouer) Credit: @bnoordhuis Reviewed-By: @othiym23
2015-11-05npmlog@2.0.0Forrest L Norvell
Override default EventEmitter error-handling behavior. Some people might want to log messages with 'error' as the name. Only semver-major because there might have been somebody relying on the fact that npmlog was an EE. Credit: @bengl PR-URL: https://github.com/npm/npmlog/pull/19
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-09-14node-gyp@3.0.3Rebecca Turner
2015-09-10node-gyp@3.0.1Rebecca Turner
2015-07-24node-gyp/glob/minimatch@2.0.10Rebecca Turner
2015-07-24semver@5.0.1Forrest L Norvell
Remove browser artifacts from distribution.
2015-07-17node-gyp@2.0.2Kat Marchán
2015-07-01graceful-fs@4.1.2isaacs
PR-URL: https://github.com/npm/npm/pull/8735
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-28node-gyp@2.0.1Forrest L Norvell
Don't barf on non-semver-compliant Python version strings.
2015-05-28node-gyp@2.0.0Forrest L Norvell
* update to newer gyp * add delayed load hook to allow renaming binary at runtime * add license to package.json * support for newer Visual Studio
2015-03-27tar@2.0.0Forrest L Norvell
Normalize symbolic links with targets that point outside the extraction root.
2015-03-20glob@5.0.3Forrest L Norvell
2015-03-12node-gyp@1.0.3Jeff Barczewski
Upgrade bundled node-gyp from v1.0.2 to v1.0.3 which fixes the warning ``` customFds option is deprecated, use stdio instead. ```
2014-12-14revert c5df4d0d683cd3506808d1cd1acebff02a8b82dbForrest L Norvell
Change to docs was good, change to node-gyp was bad.
2014-12-12update the dist url to point to github releases pagelinclark
2014-12-05glob@4.3.1 / minimatch@2.0.1Forrest L Norvell
Updating glob and minimatch also required doing some tweaking to fstream-npm and node-gyp, which still require the old versions of glob and minimatch. But the tests all pass yay hooray.
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-08-01remove unnecessary mkdirpsisaacs
2014-08-01merge v1.4isaacs
2014-08-01update several dependenciesisaacs
The quest to avoid SemVer '0.x' magic continues.
2014-07-25Bump semver to version 3isaacs
This makes the '^' operator stricter for 0.x.y versions, even if 'x' is not 0. As a direct result, several *other* deps had to be updated, because they either depended on semver 2.x, or because the new stricter rules meant that they (or their deps) were no longer valid. The update to 'read-installed', in particular, causes a test failure. That update must be rolled back, or the test made to pass, prior to a stable npm 2.0.0 release going out.
2014-06-07more minor dep bumpsisaacs
2014-06-06graceful-fs@3isaacs
2014-06-06Update glob and things depending on globisaacs
2014-05-22node-gyp@0.13.1isaacs
2014-05-13make new semver stop warningisaacs
2014-03-19node-gyp@0.13isaacs
2014-01-14node-gyp@0.12.2isaacs
2013-11-20node-gyp@0.12isaacs
2013-10-29node-gyp@0.11.0isaacs