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
2015-06-27normalize-git-url@2.0.0Kat Marchán
Fix handling of scp-style resource identifiers.
2015-06-26read-installed@4.0.1Rebecca Turner
2015-06-26nopt@3.0.3Rebecca Turner
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-26unique-filename@1.0.0Rebecca Turner
2015-06-26lodash.uniq@3.2.1Rebecca Turner
2015-06-26lodash.without@3.2.1Rebecca Turner
2015-06-26lodash.union@3.1.0Rebecca Turner
2015-06-26has-unicode@1.0.0Rebecca Turner
Add to give better unicode defaults by interrogating the locale
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-06-26aproba@1.0.1Rebecca Turner
2015-06-26iferr@0.1.5Rebecca Turner
2015-06-26lodash.clonedeep@3.0.1Rebecca Turner
2015-06-26read-package-tree@4.1.0Rebecca 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-06-19fstream-npm@1.0.3Forrest L Norvell
Ensure that the "main" entry in package.json is always included, if present. Contributed by @coderhaoxin. PR-URL: https://github.com/npm/fstream-npm/pull/8
2015-06-19fstream@1.0.7Forrest L Norvell
Standardized and with new tap. Contributed by @isaacs, unsurprisingly. PR-URL: https://github.com/npm/fstream/pull/44
2015-06-19dezalgo@1.0.3Forrest L Norvell
* make dezalgo browserifiable by using asap@2 courtesy @mvayngrib PR-URL: https://github.com/npm/dezalgo/pull/1
2015-06-19request@2.58.0Forrest L Norvell
* move tunneling logic into standalone module * use `extend` instead of util._extend
2015-06-12osenv@0.1.2Rebecca Turner
Use `os-tmpdir` to get tmpdir info for greater consistency between node versions.
2015-06-12normalize-package-data@2.2.1Rebecca Turner
Fix crasher when scripts is not an object
2015-06-12spdx@0.4.1Rebecca Turner
License range updates
2015-06-12rimraf@2.4.0Rebecca Turner
2015-06-12ini@1.3.4Rebecca Turner
Published package only includes necessary files
2015-06-03config-chain@1.1.9Kat Marchán
Added MIT license to package.json
2015-06-03graceful-fs@3.0.8Kat Marchán
io.js fixes
2015-06-01semver@4.3.6Forrest L Norvell
.npmignore added for less cruft.
2015-06-01semver@4.3.5Forrest L Norvell
Improved testing, with coverage.
2015-06-01abbrev@1.0.7Forrest L Norvell
Better testing, with coverage.
2015-06-01request@2.57.0Forrest L Norvell
Replace dependency on IncomingMessage's `.client` with `.socket` as the former was deprecated in 2.2.0.
2015-06-01readable-stream@1.1.13Forrest L Norvell
The npm@<3 dedupe algorithm basically chooses which version of a module to hoist arbitrarily. Manually install 1.1.13 (streams3) and prune it where it appears in the tree, and also install 1.0.33 in `request` so that it continues to work as expected.
2015-05-28glob@5.0.10Forrest L Norvell
Add coverage to tests.
2015-05-28request@2.56.0Forrest L Norvell
2015-05-28node-gyp@2.0.1Forrest L Norvell
Don't barf on non-semver-compliant Python version strings.
2015-05-28node-gyp@2.0.0Forrest L Norvell
* update to newer gyp * add delayed load hook to allow renaming binary at runtime * add license to package.json * support for newer Visual Studio
2015-05-22write-file-atomic@1.1.2Forrest L Norvell
Add ISC license file. PR-URL: https://github.com/iarna/write-file-atomic/pull/2
2015-05-22async-some@1.0.2Forrest L Norvell
Add ISC license file. PR-URL: https://github.com/othiym23/async-some/pull/2
2015-05-22normalize-git-url@1.0.1Forrest L Norvell
Add ISC license file. PR-URL: https://github.com/npm/normalize-git-url/pull/2
2015-05-22deps: remove editor cruftForrest L Norvell
2015-05-22npm-registry-client@6.4.0Rebecca Turner
2015-05-22npm-package-arg@4.0.1Rebecca Turner
2015-05-22normalize-package-data@2.2.0Rebecca Turner
2015-05-22init-package-json@1.6.0Rebecca Turner
Fixes #4700 and #5044
2015-05-22fs-write-stream-atomic@1.0.3Rebecca Turner
2015-05-21realize-package-specifier@3.0.1Rebecca Turner
2015-05-21fs-vacuum@1.2.6Rebecca Turner
2015-05-21hosted-git-info@2.1.4Rebecca Turner
2015-05-21dezalgo@1.0.2Rebecca Turner
2015-05-21glob@5.0.7Rebecca Turner