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.json78
1 files changed, 78 insertions, 0 deletions
diff --git a/deps/npm/node_modules/has-unicode/package.json b/deps/npm/node_modules/has-unicode/package.json
new file mode 100644
index 0000000000..de92acfcac
--- /dev/null
+++ b/deps/npm/node_modules/has-unicode/package.json
@@ -0,0 +1,78 @@
+{
+ "_args": [
+ [
+ "has-unicode@~1.0.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "has-unicode@>=1.0.0 <1.1.0",
+ "_id": "has-unicode@1.0.0",
+ "_inCache": true,
+ "_location": "/has-unicode",
+ "_nodeVersion": "0.10.33",
+ "_npmUser": {
+ "email": "me@re-becca.org",
+ "name": "iarna"
+ },
+ "_npmVersion": "2.1.11",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "has-unicode",
+ "raw": "has-unicode@~1.0.0",
+ "rawSpec": "~1.0.0",
+ "scope": null,
+ "spec": ">=1.0.0 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/gauge"
+ ],
+ "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz",
+ "_shasum": "bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc",
+ "_shrinkwrap": null,
+ "_spec": "has-unicode@~1.0.0",
+ "_where": "/Users/rebecca/code/npm",
+ "author": {
+ "email": "me@re-becca.org",
+ "name": "Rebecca Turner"
+ },
+ "bugs": {
+ "url": "https://github.com/iarna/has-unicode/issues"
+ },
+ "dependencies": {},
+ "description": "Try to guess if your terminal supports unicode",
+ "devDependencies": {
+ "require-inject": "^1.1.1",
+ "tap": "^0.4.13"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "bac5c44e064c2ffc3b8fcbd8c71afe08f9afc8cc",
+ "tarball": "http://registry.npmjs.org/has-unicode/-/has-unicode-1.0.0.tgz"
+ },
+ "gitHead": "a8c3dcf3be5f0c8f8e26a3e7ffea7da24344a006",
+ "homepage": "https://github.com/iarna/has-unicode",
+ "keywords": [
+ "terminal",
+ "unicode"
+ ],
+ "license": "ISC",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "iarna",
+ "email": "me@re-becca.org"
+ }
+ ],
+ "name": "has-unicode",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/iarna/has-unicode"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.0.0"
+}