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
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-10-15 08:17:03 +0300
committerRebecca Turner <me@re-becca.org>2015-10-16 01:25:33 +0300
commit25a234b4595ee3f1a2c09e2a39e3c238aa642557 (patch)
treedef772e3c15c7bd3d0b05eeeb6069898617cbf23 /node_modules/has-unicode
parent4cd74b0cdc639081fcf292eb9a03dbd93451c7c0 (diff)
src: install npm@3 with npm@2
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
Diffstat (limited to 'node_modules/has-unicode')
-rw-r--r--node_modules/has-unicode/package.json84
1 files changed, 29 insertions, 55 deletions
diff --git a/node_modules/has-unicode/package.json b/node_modules/has-unicode/package.json
index 843a78073..3f0aa0581 100644
--- a/node_modules/has-unicode/package.json
+++ b/node_modules/has-unicode/package.json
@@ -1,79 +1,53 @@
{
- "_args": [
- [
- "has-unicode@~1.0.1",
- "/Users/ogd/Documents/projects/npm/npm"
- ]
- ],
- "_from": "has-unicode@>=1.0.1 <1.1.0",
- "_id": "has-unicode@1.0.1",
- "_inCache": true,
- "_location": "/has-unicode",
- "_nodeVersion": "4.1.1",
- "_npmUser": {
- "email": "me@re-becca.org",
- "name": "iarna"
+ "name": "has-unicode",
+ "version": "1.0.1",
+ "description": "Try to guess if your terminal supports unicode",
+ "main": "index.js",
+ "scripts": {
+ "test": "tap test/*.js"
},
- "_npmVersion": "3.3.6",
- "_phantomChildren": {},
- "_requested": {
- "name": "has-unicode",
- "raw": "has-unicode@~1.0.1",
- "rawSpec": "~1.0.1",
- "scope": null,
- "spec": ">=1.0.1 <1.1.0",
- "type": "range"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/iarna/has-unicode.git"
},
- "_requiredBy": [
- "/",
- "/gauge"
+ "keywords": [
+ "unicode",
+ "terminal"
],
- "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz",
- "_shasum": "c46fceea053eb8ec789bffbba25fca52dfdcf38e",
- "_shrinkwrap": null,
- "_spec": "has-unicode@~1.0.1",
- "_where": "/Users/ogd/Documents/projects/npm/npm",
"author": {
- "email": "me@re-becca.org",
- "name": "Rebecca Turner"
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org"
},
+ "license": "ISC",
"bugs": {
"url": "https://github.com/iarna/has-unicode/issues"
},
- "dependencies": {},
- "description": "Try to guess if your terminal supports unicode",
+ "homepage": "https://github.com/iarna/has-unicode",
"devDependencies": {
"require-inject": "^1.1.1",
"tap": "^0.4.13"
},
- "directories": {},
+ "gitHead": "d4ad300c67b25c197582e42e936ea928f7935d01",
+ "_id": "has-unicode@1.0.1",
+ "_shasum": "c46fceea053eb8ec789bffbba25fca52dfdcf38e",
+ "_from": "has-unicode@>=1.0.1 <1.1.0",
+ "_npmVersion": "3.3.6",
+ "_nodeVersion": "4.1.1",
+ "_npmUser": {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ },
"dist": {
"shasum": "c46fceea053eb8ec789bffbba25fca52dfdcf38e",
"tarball": "http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz"
},
- "gitHead": "d4ad300c67b25c197582e42e936ea928f7935d01",
- "homepage": "https://github.com/iarna/has-unicode",
- "installable": true,
- "keywords": [
- "terminal",
- "unicode"
- ],
- "license": "ISC",
- "main": "index.js",
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
- "name": "has-unicode",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/iarna/has-unicode.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.0.1"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz",
+ "readme": "ERROR: No README data found!"
}