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-05-26pacote@2.7.4Kat Marchán
2017-03-10read-package-json@2.0.5Kat Marchán
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-04-27read-package-json@2.0.4Rebecca Turner
Made the error code you get on windows match that from unix if you try to read a package.json from a path that includes a file, not a folder. Credit: @zkat
2016-02-23deps: fix missing glob subdepsRebecca Turner
When updating the top level npm to glob@7, the subdeps that still depended on glob@6 got new versions installed but they weren't added to the commit. This adds them back in. Fixes: #11633 Credit: @iarna Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/11638
2016-01-15read-package-json@2.0.3Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/11129 Credit: @iarna
2015-11-05read-package-json@2.0.2Forrest L Norvell
Minor cleanups. Credit: @KenanY
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-11read-package-json@2.0.1Rebecca Turner
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-04-09read-package-json@2.0.0Rebecca Turner
2015-04-03read-package-json@1.3.3Forrest L Norvell
Eliminates caching of package.json files, which in turn eliminates a class of liveness problems / incomplete cache invalidation bugs / race conditions. Also took this opportunity to standardize the file. Closes #7074.
2015-03-20glob@5.0.3Forrest L Norvell
2015-02-27read-package-json@1.3.2Forrest L Norvell
Provide more helpful error messages when JSON parse errors are encountered by using a more forgiving JSON parser than JSON.parse.
2015-02-10read-package-json@1.3.1Forrest L Norvell
Warns when a bin reference is a dangling reference.
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-08-29github-url-from-username-repo@~1.0.0Forrest L Norvell
Also includes: * normalize-package-data@1.0.1 * npm-registry-client@3.1.5 * read-package-json@~1.2.7 Treeish names containing slashes now work. Also pulled dezalgo up to a top-level dependency, which necessitated adding it to the bundledDependencies list.
2014-08-01update several dependenciesisaacs
The quest to avoid SemVer '0.x' magic continues.
2014-07-31read-package-json@1.2.4isaacs
2014-06-07more minor dep bumpsisaacs
2014-06-06Update glob and things depending on globisaacs
2014-06-06github-url-from-username-repo and read-package-json updatesisaacs
Prefer https:// git urls instead of git://
2014-04-29bump normalize-package-data depisaacs
2014-03-19read-package-json@1.1.8isaacs
2014-02-13read-package-json@1.1.7isaacs
2014-01-20read-package-json@1.1.6isaacs
2014-01-08read-package-json@1.1.5isaacs
2013-10-28bump read-package-json and npm-registry-clientisaacs
2013-10-24various minor dep updatesisaacs
2013-08-25read-package-json@1.1.3Domenic Denicola
Brings along normalize-package-data@0.2.2, which closes #3783.
2013-08-03Bump all depsisaacs
2013-07-22Bump many deps for graceful-fs@2 upgradeisaacs
2013-06-21read-package-json@1.1.0isaacs
2013-05-11update normalize-package-jsonisaacs
2013-04-29read-package-json@0.4.1isaacs
2013-04-29read-package-json@0.4.0isaacs
2013-03-20read-package-json@0.3.0isaacs
2013-03-09read-package-json@0.2.2isaacs
2013-03-04read-package-json@0.2.1isaacs
2013-02-11read-package-json@0.2.0isaacs
2013-02-06read-package-json@0.1.13isaacs
2012-12-13read-package-json@0.1.12isaacs
2012-11-30read-package-json@0.1.11isaacs
2012-11-30read-package-json@0.1.10isaacs
2012-11-27read-package-json@0.1.9isaacs
2012-10-12read-package-json@0.1.8isaacs
2012-10-02read-package-json@0.1.7isaacs
2012-09-28read-package-json@0.1.6isaacs
Fix #2836
2012-09-08read-package-json@0.1.5isaacs