summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/has-unicode/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/has-unicode/package.json')
-rw-r--r--deps/npm/node_modules/has-unicode/package.json72
1 files changed, 20 insertions, 52 deletions
diff --git a/deps/npm/node_modules/has-unicode/package.json b/deps/npm/node_modules/has-unicode/package.json
index b57ffd53d0..ebe9d76d62 100644
--- a/deps/npm/node_modules/has-unicode/package.json
+++ b/deps/npm/node_modules/has-unicode/package.json
@@ -1,62 +1,30 @@
{
- "_args": [
- [
- "has-unicode@2.0.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_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",
- "registry": true,
- "raw": "has-unicode@2.0.1",
- "name": "has-unicode",
- "escapedName": "has-unicode",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "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",
- "author": {
- "name": "Rebecca Turner",
- "email": "me@re-becca.org"
- },
- "bugs": {
- "url": "https://github.com/iarna/has-unicode/issues"
- },
+ "name": "has-unicode",
+ "version": "2.0.1",
"description": "Try to guess if your terminal supports unicode",
- "devDependencies": {
- "require-inject": "^1.3.0",
- "tap": "^2.3.1"
+ "main": "index.js",
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/iarna/has-unicode"
},
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/iarna/has-unicode",
"keywords": [
"unicode",
"terminal"
],
+ "files": [
+ "index.js"
+ ],
+ "author": "Rebecca Turner <me@re-becca.org>",
"license": "ISC",
- "main": "index.js",
- "name": "has-unicode",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/iarna/has-unicode.git"
- },
- "scripts": {
- "test": "tap test/*.js"
+ "bugs": {
+ "url": "https://github.com/iarna/has-unicode/issues"
},
- "version": "2.0.1"
+ "homepage": "https://github.com/iarna/has-unicode",
+ "devDependencies": {
+ "require-inject": "^1.3.0",
+ "tap": "^2.3.1"
+ }
}