Initial commit
[yaffs-website] / node_modules / is-fullwidth-code-point / package.json
1 {
2   "_args": [
3     [
4       "is-fullwidth-code-point@^1.0.0",
5       "/var/www/yaffs/node_modules/string-width"
6     ]
7   ],
8   "_from": "is-fullwidth-code-point@>=1.0.0 <2.0.0",
9   "_id": "is-fullwidth-code-point@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-fullwidth-code-point",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "is-fullwidth-code-point",
22     "raw": "is-fullwidth-code-point@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/string-width"
30   ],
31   "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
32   "_shasum": "ef9e31386f031a7f0d643af82fde50c457ef00cb",
33   "_shrinkwrap": null,
34   "_spec": "is-fullwidth-code-point@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/string-width",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
43   },
44   "dependencies": {
45     "number-is-nan": "^1.0.0"
46   },
47   "description": "Check if the character represented by a given Unicode code point is fullwidth",
48   "devDependencies": {
49     "ava": "0.0.4",
50     "code-point-at": "^1.0.0"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "ef9e31386f031a7f0d643af82fde50c457ef00cb",
55     "tarball": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz"
56   },
57   "engines": {
58     "node": ">=0.10.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "f2152d357f41f82785436d428e4f8ede143b7548",
64   "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point",
65   "keywords": [
66     "char",
67     "character",
68     "check",
69     "code",
70     "codepoint",
71     "detect",
72     "full",
73     "full-width",
74     "fullwidth",
75     "is",
76     "point",
77     "str",
78     "string",
79     "unicode",
80     "width"
81   ],
82   "license": "MIT",
83   "maintainers": [
84     {
85       "name": "sindresorhus",
86       "email": "sindresorhus@gmail.com"
87     }
88   ],
89   "name": "is-fullwidth-code-point",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
95   },
96   "scripts": {
97     "test": "node test.js"
98   },
99   "version": "1.0.0"
100 }