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 04:32:18 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-10-15 08:24:10 +0300
commit759f88ae3f10368031943b3f8b836cc8b20089b3 (patch)
tree307ea35492a54d38d0ae330283f6ba8b8d80b1e2 /node_modules
parentfce973484bfdb10c603c7fd7ca3a4a484ca70e5b (diff)
has-unicode@1.0.1
Remove unused variable. PR-URL: https://github.com/npm/npm/pull/9981
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/has-unicode/index.js1
-rw-r--r--node_modules/has-unicode/package.json37
2 files changed, 19 insertions, 19 deletions
diff --git a/node_modules/has-unicode/index.js b/node_modules/has-unicode/index.js
index edceb7030..e0907b510 100644
--- a/node_modules/has-unicode/index.js
+++ b/node_modules/has-unicode/index.js
@@ -1,6 +1,5 @@
"use strict"
var os = require("os")
-var child_process = require("child_process")
var hasUnicode = module.exports = function () {
// Supported Win32 platforms (>XP) support unicode in the console, though
diff --git a/node_modules/has-unicode/package.json b/node_modules/has-unicode/package.json
index de92acfca..843a78073 100644
--- a/node_modules/has-unicode/package.json
+++ b/node_modules/has-unicode/package.json
@@ -1,38 +1,38 @@
{
"_args": [
[
- "has-unicode@~1.0.0",
- "/Users/rebecca/code/npm"
+ "has-unicode@~1.0.1",
+ "/Users/ogd/Documents/projects/npm/npm"
]
],
- "_from": "has-unicode@>=1.0.0 <1.1.0",
- "_id": "has-unicode@1.0.0",
+ "_from": "has-unicode@>=1.0.1 <1.1.0",
+ "_id": "has-unicode@1.0.1",
"_inCache": true,
"_location": "/has-unicode",
- "_nodeVersion": "0.10.33",
+ "_nodeVersion": "4.1.1",
"_npmUser": {
"email": "me@re-becca.org",
"name": "iarna"
},
- "_npmVersion": "2.1.11",
+ "_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "has-unicode",
- "raw": "has-unicode@~1.0.0",
- "rawSpec": "~1.0.0",
+ "raw": "has-unicode@~1.0.1",
+ "rawSpec": "~1.0.1",
"scope": null,
- "spec": ">=1.0.0 <1.1.0",
+ "spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/",
"/gauge"
],
- "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz",
- "_shasum": "bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc",
+ "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz",
+ "_shasum": "c46fceea053eb8ec789bffbba25fca52dfdcf38e",
"_shrinkwrap": null,
- "_spec": "has-unicode@~1.0.0",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "has-unicode@~1.0.1",
+ "_where": "/Users/ogd/Documents/projects/npm/npm",
"author": {
"email": "me@re-becca.org",
"name": "Rebecca Turner"
@@ -48,11 +48,12 @@
},
"directories": {},
"dist": {
- "shasum": "bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc",
- "tarball": "http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz"
+ "shasum": "c46fceea053eb8ec789bffbba25fca52dfdcf38e",
+ "tarball": "http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.1.tgz"
},
- "gitHead": "a8c3dcf3be5f0c8f8e26a3e7ffea7da24344a006",
+ "gitHead": "d4ad300c67b25c197582e42e936ea928f7935d01",
"homepage": "https://github.com/iarna/has-unicode",
+ "installable": true,
"keywords": [
"terminal",
"unicode"
@@ -69,10 +70,10 @@
"optionalDependencies": {},
"repository": {
"type": "git",
- "url": "https://github.com/iarna/has-unicode"
+ "url": "git+https://github.com/iarna/has-unicode.git"
},
"scripts": {
"test": "tap test/*.js"
},
- "version": "1.0.0"
+ "version": "1.0.1"
}