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:
Diffstat (limited to 'node_modules/has-unicode/package.json')
-rw-r--r--node_modules/has-unicode/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/has-unicode/package.json b/node_modules/has-unicode/package.json
index b57ffd53d..fe65c7c70 100644
--- a/node_modules/has-unicode/package.json
+++ b/node_modules/has-unicode/package.json
@@ -1,33 +1,28 @@
{
- "_args": [
- [
- "has-unicode@2.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "has-unicode@2.0.1",
+ "_from": "has-unicode@~2.0.1",
"_id": "has-unicode@2.0.1",
"_inBundle": false,
"_integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
"_location": "/has-unicode",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "has-unicode@2.0.1",
+ "raw": "has-unicode@~2.0.1",
"name": "has-unicode",
"escapedName": "has-unicode",
- "rawSpec": "2.0.1",
+ "rawSpec": "~2.0.1",
"saveSpec": null,
- "fetchSpec": "2.0.1"
+ "fetchSpec": "~2.0.1"
},
"_requiredBy": [
"/",
"/gauge"
],
"_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "e0e6fe6a28cf51138855e086d1691e771de2a8b9",
+ "_spec": "has-unicode@~2.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org"
@@ -35,6 +30,8 @@
"bugs": {
"url": "https://github.com/iarna/has-unicode/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "Try to guess if your terminal supports unicode",
"devDependencies": {
"require-inject": "^1.3.0",