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
2022-03-30deps: validate-npm-package-name@4.0.0Gar
* use latest builtins
2022-03-30deps: init-package-json@3.0.2Gar
2022-03-15deps: read-package-json@5.0.0Gar
2022-03-15deps: init-package-json@3.0.1Gar
2022-02-24chore(cli): install and resetdepsLuke Karrys
2021-09-10deps: init-package-json@2.0.5Gar
* fix: bin script path
2021-08-19read-package-json@4.0.0Gar
2021-08-19init-package-json@2.0.4Gar
2021-06-10chore: check less stuff into node_modulesisaacs
We bundle our deps, but we don't need to bundle docs, changelogs, editorconfigs, test coverage reports, .github workflow definitions, lint configurations, and all the rest, which we never use. This cuts about 10% off of our publish artifact file size. ``` $ ls -laF npm-7.16.0-*.tgz -rw-r--r-- 1 isaacs staff 7174497 Jun 3 13:01 npm-7.16.0-release-next.tgz -rw-r--r-- 1 isaacs staff 6782377 Jun 3 13:00 npm-7.16.0-trim-node-modules.tgz $ ls -laF npm-7.16.0-*.tar -rw-r--r-- 1 isaacs staff 19020288 Jun 3 13:01 npm-7.16.0-release-next.tar -rw-r--r-- 1 isaacs staff 17474048 Jun 3 13:00 npm-7.16.0-trim-node-modules.tar ``` PR-URL: https://github.com/npm/cli/pull/3362 Credit: @isaacs Close: #3362 Reviewed-by: @nlf
2021-04-22feat: add init workspacesRuy Adorno
Add workspaces support to `npm init` - Fixes `npm exec` respecting `script-shell` option value - Refactored `lib/exec.js` into `libnpmexec` - Updates init-package-json@2.0.3 - Added ability to create a new workspace using the -w config PR-URL: https://github.com/npm/cli/pull/3095 Credit: @ruyadorno Close: #3095 Reviewed-by: @wraithgar
2021-02-05init-package-json@2.0.2Ruy Adorno
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