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-08-23fstream@REMOVERebecca Turner
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23npm-packlist@1.1.8Rebecca Turner
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23tar@4.0.1Rebecca Turner
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
2017-08-23test: make sure env doesn't interfere with commit hooks testRebecca Turner
Credit: @iarna
2017-08-23test: make optional-metadep-rollback-collision use mocks, less weird serverRebecca Turner
Previously it would start a server in the `preinstall` script in a detached state and then go to a bunch of effort to kill that process later. None of this was related to the test. Credit: @iarna
2017-08-23test: fix standard for install-windows-newlinesRebecca Turner
Credit: @iarna
2017-08-23module-name: Module names must be stringsRebecca Turner
Credit: @iarna
2017-08-23pacote@6.0.1Rebecca Turner
Credit: @zkat
2017-08-19scripts: Make install.sh find nodejs on debianCarsten Brandt
Credit: @cebe Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/18229
2017-08-19write-file-atomic@2.3.0Rebecca Turner
Serialize writes to the same file so that results are deterministic. Credit: @ferm10n Cleanup tempfiles when process is interrupted or killed. Credit: @iarna
2017-08-19tap@10.7.2Rebecca Turner
made t.rejects handle getting expected error but not options Credit: @isaacs Fixes: https://github.com/tapjs/node-tap/issues/384
2017-08-19worker-farm@1.5.0Rebecca Turner
Fix passing of process.argv to subprocesses Credit: @eGavr
2017-08-19libnpx@9.6.0Rebecca Turner
New Dutch & Arabic translations.
2017-08-19read-package-json@2.0.12Rebecca Turner
Credit: @iarna Reviewed-By: @zkat PR-URL: https://github.com/npm/read-package-json/pull/74 Fixes: #17802
2017-08-18doc: fix description of package.json in npm-scripts docstripu
Credit: @tripu Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/17667
2017-08-18extract: only do multiple procs on OSX for nowKat Marchán
Credit: @zkat Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/18164
2017-08-18doc: clarify interaction between npmignore and files in package.jsonTong Li
PR-URL: https://github.com/npm/npm/pull/18137 Credit: @supertong Reviewed-By: @iarna
2017-08-18test: Fix typos in files-and-ignores testTong Li
PR-URL: https://github.com/npm/npm/pull/18138 Credit: @supertong Reviewed-By: @iarna
2017-08-18deps & module-name: allow spaces in _from, trim spaces in module nameIgor Nadj
Some buggy clients write spaces to the _from field in package.json's in the form of `name @spec`. Here we ensure that we don't do that and allow for times when someone else did that. PR-URL: https://github.com/npm/npm/pull/18117 Credit: @IgorNadj Reviewed-By: @iarna
2017-08-18deps: update deps to remove jjuKat Marchán
jju was using WTFPL so we could not use it, I guess PR-URL: https://github.com/npm/npm/pull/18175 Credit: @zkat Reviewed-By: @iarna
2017-08-18doc: Corrected the typo in package-locks docsVikram
Fixes: #17967 PR-URL: https://github.com/npm/npm/pull/18044 Credit: @vikramnr Reviewed-By: @iarna
2017-08-18doc: clarify usage for the `files` field in `package.json`Xavier Cambar
PR-URL: https://github.com/npm/npm/pull/18022 Credit: @xcambar Reviewed-By: @iarna
2017-08-18npm-lifecycle@1.0.2Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/16476 Fixes: #16243 Credit: @addaleax Reviewed-By: @iarna
2017-08-18test: fix/skip test/tap/lifecycle-signal.jsAnna Henningsen
The tests in `test/tap/lifecycle-signal.js`, as well as the features they are testing, are partially broken. This moves them from being skipped in CI to being disabled only for certain platforms. In particular, because `npm` spawns its lifecycle scripts in a shell, signals are not necessarily forwarded by the shell and won’t cause scripts to exit; also, shells may report the signal they receive using their exit status, rather than terminating themselves with a signal. PR-URL: https://github.com/npm/npm/pull/16474 Credit: @addaleax Reviewed-By: @iarna
2017-08-17meta: Resort JSONStream in package-lockRebecca Turner
2017-08-17bin: Remove unused file, bin/read-package-json.jsEnrico Weigelt, metux IT consult
The script isn't called, isn't made available as a binary. Credit: @metux Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16547
2017-08-17makefile: fix doc build tools dependenciesEnrico Weigelt, metux IT consult
The build tools for the documentation need to be built/installed before the documents, even with parallel builds. Make has a simple mechanism which was made exactly for that: target dependencies. PR-URL: https://github.com/npm/npm/pull/16550 Credit: @metux Reviewed-By: @iarna
2017-08-17build: Check if bin script starts with hashbangScott Santucci
PR-URL: https://github.com/npm/npm/pull/16634 Fixes: #12371 Fixes: #13203 Credit: @ScottFreeCode Reviewed-By: @iarna
2017-08-16lifecycle: use npm-lifecycle for lifecycle scripts (#18176)Mike Sherov
* Lifecycle: use npm-lifecycle for lifecycle scripts * ping: fix standardjs errors PR-URL: https://github.com/npm/npm/pull/18176 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16lifecycle: cache config options and remove boolean trapsMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16lifecycle: remove local dependencies other than spawnMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16docs: update semver docsMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16config: provide --json cli switch to npm config listMike Sherov
This will support other CLI tools, notably cipm, that need to query npm for its configuration without having to parse ini format. PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16config: clarify list codeMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-16build: force Travis to use precise instead of TrustyMike Sherov
PR-URL: https://github.com/npm/npm/pull/18025 Credit: @mikesherov Reviewed-By: @zkat
2017-08-15version: Adding the ability to control running of git hooksBrendan Warkentin
PR-URL: https://github.com/npm/npm/pull/17142 Credit: @faazshift Reviewed-By: @iarna
2017-08-13doc: Clarify the behavior of the `files` array in the package-json docsJoshua Chaitin-Pollak
Credit: @jbcpollak Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/15234
2017-08-13ls: Don't exclude modules that are both dev & prod with --productionRebecca Turner
Previously if a module was in devDependencies then it would never show up with `npm ls --production` even if it was ALSO in dependencies. Credit: @iarna PR-URL: https://github.com/npm/npm/pull/15088
2017-08-13npm: Don't use color/progress on dumb terminalsRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/15087
2017-08-13ping: improve outputlegodude17
This makes it much clearer when `npm ping` succeeds or fails. PR-URL: https://github.com/npm/npm/pull/14461 Credit: @legodude17 Reviewed-By: @iarna
2017-08-13actions: Recursion guard when marking packages as failedVictor Travieso
PR-URL: https://github.com/npm/npm/pull/12784 Credit: @vtravieso Reviewed-By: @iarna
2017-08-13npm-registry-couchapp@2.7.0Rebecca Turner
2017-08-13which@1.3.0Rebecca Turner
2017-08-13tap@10.7.1Rebecca Turner
2017-07-29semver@5.4.1Kat Marchán
2017-07-29libnpx@9.5.0Kat Marchán
adds languages and fixes a lot of stuff on windows
2017-07-29deps: catch more `npa` parse failures (#17816)Samuel Marks
Fixes: #17283 PR-URL: https://github.com/npm/npm/pull/17816 Credit: @SamuelMarks Reviewed-By: @zkat
2017-07-29unbuild: fix top-level rmStuff (closes #17781) (#17919)Amos Wenger
Fixes: #17781 PR-URL: https://github.com/npm/npm/pull/17919 Credit: @fasterthanlime Reviewed-By: @zkat
2017-07-28docs: updating naming convention for certificates (#17785)Luis Gustavo Pereira
where it states PEM included Windows naming as (Windows calls it "Base-64 encoded X.509 (.CER)") PR-URL: https://github.com/npm/npm/pull/17785 Credit: @lgp1985 Reviewed-By: @zkat
2017-07-28docs: Add info about `files` and `npm pack` (#17897)David Goss
PR-URL: https://github.com/npm/npm/pull/17897 Credit: @davidjgoss Reviewed-By: @zkat