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
2016-05-28npmignore: ignore .nyc_outputMyles Borins
This will help avoid an accidental publish or commit filled with code coverage data Fixes: https://github.com/npm/npm/issues/12873 Credit: @TheAlphaNerd PR-URL: https://github.com/npm/npm/pull/12878 Reviewed-By: @zkat
2016-05-04test: enable coverage, handle coverageForrest L Norvell
nyc has come a long way over the last few months, and now only one test is wily enough to detect its presence. Handle that, and we get coverage information about the CLI! Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/11444 Reviewed-By: @zkat Reviewed-By: @iarna Reviewed-By: @othiym23
2016-02-19tacks@1.0.9Rebecca Turner
Tool to generate fixtures from folders and module for creating and tearing down filesystem fixtures easily. Credit: @iarna PR-URL: https://github.com/npm/npm/pull/11292 Reviewed-By: @zkat Reviewed-By: @othiym23
2015-12-18src: always install in npm in legacy modeForrest L Norvell
Also, clean out the docs and prune the tree before making a release tarball, to keep as much cruft as possible out of the release tarball. PR-URL: https://github.com/npm/npm/pull/10798 Credit: @othiym23
2015-12-12dep: Make readable-stream@2.0.2 a regular dependencyRebecca Turner
Previously it was only used in tests, but we needed a modern pass through stream to provide buffering for 0.8 http streams, which have a bug around backpressure.
2015-11-03src: standard now depends on lazy-cacheForrest L Norvell
PR-URL: https://github.com/npm/npm/pull/10180
2015-10-27gitignore: Update to include new tap depsRebecca Turner
2015-10-23gitignore: Add ignores for flat tap w/ new nyc->yargs->cliuiRebecca Turner
2015-10-22gitignore: Add ignores for flat tap subdepsRebecca Turner
2015-10-22gitignore: Add ignores for flat npm-registry-mock subdepsRebecca Turner
2015-10-22gitignore: Add ignores for flat npm-registry-couchapp subdepsRebecca Turner
2015-10-22gitignore: Add ignores for flat nock subdepsRebecca Turner
2015-10-22gitignore: Add ignores for flat standard subdepsRebecca Turner
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-10-07gitignore: updateRebecca Turner
2015-09-25gitignore: Add subsubdep required by updated subdepRebecca Turner
2015-09-09doc: remove misleading API documentationForrest L Norvell
The API is awkward, brittle, and frequently counterintuitive. Having it documented sets an unrealistic expectation of it being a supported / encouraged thing for developers outside the team to use. Until we have an API we should stand behind, having it be undocumented is actually a net win because people won't be misled into thinking they're gonna have a good time by using it.
2015-09-04tap@1.4.0Forrest L Norvell
Add t.contains() as alias to t.match(), and switch to version of `same` that supports cycles in the object graph.
2015-08-27gitignore: Ignore new dev sub-sub-sub-sub-sub-sub-sub-depRebecca Turner
2015-08-21gitignore: Update dev deps ignoresRebecca Turner
tap->nyc->yargs added a bunch of new deps that we now need to ignore
2015-08-21doc: stop building HTML partialsisaacs
This reverts commit 8b58ad09b719295461167a34f666c5aa4d6e26f2. As it turned out, those partial docs aren't actually used by the http://docs.npmjs.com site, so there's no sense slowing down the build. PR-URL: https://github.com/npm/npm/pull/9201
2015-08-01gitignore: Add y18n – a yargs dep which is a tap depRebecca Turner
2015-07-24standard@4.3.3Rebecca Turner
2015-07-17gitignore: Update to include latest dev subdepsRebecca Turner
2015-07-01unpipe@1.0.0Rebecca Turner
2015-06-26gitignore: Ignore dev subdep unpipeRebecca Turner
It's now used via this chain: npm-registry-couchapp -> couchapp -> connect -> finalhandler -> unpipe
2015-06-26standard@4.3.2Forrest L Norvell
Also add it to the test stanzas in package.json.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-01test: there are a few valid treesForrest L Norvell
Unfortunately small changes to the installer can result in different trees with git dependencies -- all are valid, but some are lossier than others. Handle all three valid alternatives in the test so it's not so sensitive to raciness, and also not coupled too tightly to the implementation.
2015-02-07tests: who *wouldn't* want a real printf implementation?Forrest L Norvell
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-04Fixed lint issues.Chris Meyers
2014-10-04tests run with no system-wide side effectsChris Meyers
All changes should be confined to the test repo.
2014-09-30doc: build partial html content as well as full-baked pagesisaacs
The better to docs.npmjs.com for great good
2014-09-11s/ronn/marked-man/gisaacs
2014-09-05don't commit devDependenciesForrest L Norvell
2014-07-17don't track linters until lint tests are writtenForrest L Norvell
2014-07-02publish to scoped registriesForrest L Norvell
2014-06-21add npm-registry-couchapp dev depisaacs
2014-05-05Ignore marked moduleisaacs
2013-08-15use npm-registry-mock, fixes #3633Robert Kowalski
2013-07-12doc: Build index as 'npm-index.md'isaacs
Otherwise, we end up creating 'man 7 index' which is weird.
2013-03-20ignore pyc filesisaacs
2013-02-15npm-registry-client@0.2.16isaacs
2012-07-18Ignore 'npm pack' tarballsisaacs
2012-06-26Ignore stuff betterisaacs
2012-06-19ignore tap package subdeps, as wellisaacs
2012-01-05A script for building a releaseisaacs
2011-10-08Ignore ./npmrc fileisaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
Conflicts: Makefile doc/cli/find.md lib/help.js man/man1/adduser.1 man/man1/bin.1 man/man1/build.1 man/man1/bundle.1 man/man1/cache.1 man/man1/changelog.1 man/man1/coding-style.1 man/man1/completion.1 man/man1/config.1 man/man1/developers.1 man/man1/docs.1 man/man1/faq.1 man/man1/find.1 man/man1/folders.1 man/man1/get.1 man/man1/global.1 man/man1/help-search.1 man/man1/home.1 man/man1/init.1 man/man1/install.1 man/man1/json.1 man/man1/link.1 man/man1/ln.1 man/man1/npm.1 man/man1/outdated.1 man/man1/prefix.1 man/man1/registry.1 man/man1/removing-npm.1 man/man1/rm.1 man/man1/root.1 man/man1/run-script.1 man/man1/scripts.1 man/man1/search.1 man/man1/semver.1 man/man1/set.1 man/man1/tag.1 man/man1/uninstall.1 man/man1/update.1 man/man1/version.1 man/man1/whoami.1 man/man3/author.3 man/man3/deprecate.3 man/man3/edit.3 man/man3/explore.3 man/man3/list.3 man/man3/ls.3 man/man3/owner.3 man/man3/pack.3 man/man3/prune.3 man/man3/publish.3 man/man3/rebuild.3 man/man3/restart.3 man/man3/start.3 man/man3/stop.3 man/man3/submodule.3 man/man3/test.3 man/man3/unpublish.3 man/man3/view.3 npm.js