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
2020-10-16init-package-json@2.0.1Ruy Adorno
2020-10-13read-package-json@3.0.0Darcy Clarke
2020-10-13init-package-json@2.0.0Darcy Clarke
2020-07-29reset deps using npm v7isaacs
First self-install!
2020-07-29Full dependency rebootisaacs
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
2020-05-08deps: hoist hosted-git-info to top, remove extraneous depsisaacs
2020-05-08semver@7.1.3Michael Perrotte
2020-05-08npm-package-arg@8.0.0claudiahdz
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2018-03-09init-package-json@1.10.3Kat Marchán
Credit: @zkat
2017-10-19npm-package-arg@6.0.0Kat Marchán
2017-05-26pacote@2.7.4Kat Marchán
2017-04-28init-package-json@1.10.1Rebecca Turner
2017-04-22init-package-json@1.10.1Rebecca Turner
2017-04-22init-package-json@1.10.0Rebecca Turner
Disambiguate 'name:' prompt. (@addaleax) Set default package name using npm rules. Allow directories.lib to be defaulted.
2017-04-21init-package-json@1.9.6Rebecca Turner
Allows installation with npm-package-arg@5. Credit: @iarna
2017-03-10init-package-json@1.9.5Kat Marchán
2017-02-24transitive: validate-npm-package-nameRebecca Turner
Upgrading validate-npm-package-name resulted in init-package-json@1.9.4 needing it's own copy. That's all well and good, but it wasn't added to git.
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-05-19init-package-json@1.9.4Kat Marchán
Stop using `package` for a variable, which defeats some bundlers and linters. Credit: @adius PR-URL: https://github.com/npm/init-package-json/pull/62
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-15init-package-json@1.9.3Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/11129 Credit: @iarna
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-08-28normalize-package-data@2.3.2Forrest L Norvell
Support new version of `validate-npm-package-license`.
2015-08-28init-package-json@1.9.1Forrest L Norvell
Support `silent` to suppress all output from the init process.
2015-08-14init-package-json@1.8.0Kat Marchán
Fixes #8716 PR-URL: https://github.com/npm/npm/pull/9269
2015-07-24init-package-json@1.7.1Forrest L Norvell
Allow `semver@5`.
2015-07-24semver@5.0.1Forrest L Norvell
Remove browser artifacts from distribution.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-19normalize-package-data@2.2.1Forrest L Norvell
"license" now supports UNLICEN[SC]ED and "SEE LICEN[SC]E IN <filename>" courtesy @kemitchell PR-URL: https://github.com/npm/normalize-package-data/pull/65
2015-06-19init-package-json@1.7.0Forrest L Norvell
* get rid of redundant property on errors (@watilde) * new tap (@isaacs) * lowercase default name (@quarterto) * use validate-package-license@2.0.0 with its rules: * accept UNLICENSED | UNLICENCED * accept "SEE LICENSE IN <file>" PR-URL: https://github.com/npm/init-package-json/pull/46 PR-URL: https://github.com/npm/init-package-json/pull/45 PR-URL: https://github.com/npm/init-package-json/pull/48 PR-URL: https://github.com/npm/init-package-json/pull/49
2015-05-22init-package-json@1.6.0Rebecca Turner
Fixes #4700 and #5044
2015-05-20deps: deduplicate!Forrest L Norvell
2015-05-07src: dedupe spdx up a levelForrest L Norvell
2015-05-07init-package-json@1.5.0Forrest L Norvell
Validate the license field upon new package creation against SPDX.
2015-04-24init-package-json@1.4.2Forrest L Norvell
Handle multiple validation errors better (@MisumiRize). (Also improved testing tools (@michaelnisi).)
2015-04-17init-package-json@1.4.1Forrest L Norvell
* set a default (empty) value for the author field to make `npm init -y` work without user input * allow at most one scope on a package name, replacing the new scope if an existing one is available
2015-04-09init-package-json@1.4.0Rebecca Turner
2015-04-03init-package-json@1.3.2Forrest L Norvell
* only add `@` to scopes if they're missing * validate package names inside promzard
2015-03-20glob@5.0.3Forrest L Norvell
2015-02-27init-package-json@1.3.0Forrest L Norvell
Closes #6749. Support for passing scopes to `npm init` so packages are initialized as part of that scope / organization / team.
2015-01-23init-package-json@1.2.0Forrest L Norvell
Support `--save-exact` when running `npm init`. (@gustavnikolaj)
2014-12-12init-package-json@1.1.3Forrest L Norvell
Ensure that dotted variables take precedence over dashed defaults.
2014-11-05init-package-json@1.1.2Forrest L Norvell
Handle both init-author-name and init.author.name. For #6642.
2014-10-23init-package-json@1.1.1Forrest L Norvell
Properly pick up default values from environment variables.
2014-09-19init-package-json@1.1.0Forrest L Norvell
part of #5925
2014-09-11Bump all semver dependents in preparation for semver@4.x's arrivalisaacs
2014-07-31init-package-json@1.0.0isaacs
Defaults package versions in 'npm init' to 1.0.0 instead of 0.0.0
2014-06-06Update glob and things depending on globisaacs
2014-05-16init-package-json@0.0.17isaacs