UNPKG

1.37 kBJSONView Raw
1{
2 "_args": [
3 [
4 "has-unicode@2.0.1",
5 "/Users/eshanker/Code/fsevents"
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 "_resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
26 "_spec": "2.0.1",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Rebecca Turner",
30 "email": "me@re-becca.org"
31 },
32 "bugs": {
33 "url": "https://github.com/iarna/has-unicode/issues"
34 },
35 "description": "Try to guess if your terminal supports unicode",
36 "devDependencies": {
37 "require-inject": "^1.3.0",
38 "tap": "^2.3.1"
39 },
40 "files": [
41 "index.js"
42 ],
43 "homepage": "https://github.com/iarna/has-unicode",
44 "keywords": [
45 "unicode",
46 "terminal"
47 ],
48 "license": "ISC",
49 "main": "index.js",
50 "name": "has-unicode",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/iarna/has-unicode.git"
54 },
55 "scripts": {
56 "test": "tap test/*.js"
57 },
58 "version": "2.0.1"
59}