UNPKG

1.38 kBJSONView Raw
1{
2 "_args": [
3 [
4 "has-unicode@2.0.1",
5 "/Users/rebecca/code/npm"
6 ]
7 ],
8 "_from": "has-unicode@2.0.1",
9 "_id": "has-unicode@2.0.1",
10 "_inBundle": false,
11 "_integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
12 "_location": "/has-unicode",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "has-unicode@2.0.1",
18 "name": "has-unicode",
19 "escapedName": "has-unicode",
20 "rawSpec": "2.0.1",
21 "saveSpec": null,
22 "fetchSpec": "2.0.1"
23 },
24 "_requiredBy": [
25 "/",
26 "/gauge"
27 ],
28 "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
29 "_spec": "2.0.1",
30 "_where": "/Users/rebecca/code/npm",
31 "author": {
32 "name": "Rebecca Turner",
33 "email": "me@re-becca.org"
34 },
35 "bugs": {
36 "url": "https://github.com/iarna/has-unicode/issues"
37 },
38 "description": "Try to guess if your terminal supports unicode",
39 "devDependencies": {
40 "require-inject": "^1.3.0",
41 "tap": "^2.3.1"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/iarna/has-unicode",
47 "keywords": [
48 "unicode",
49 "terminal"
50 ],
51 "license": "ISC",
52 "main": "index.js",
53 "name": "has-unicode",
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/iarna/has-unicode.git"
57 },
58 "scripts": {
59 "test": "tap test/*.js"
60 },
61 "version": "2.0.1"
62}