Projekt

Obecné

Profil

Stáhnout (788 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
{
2
  "name": "is-fullwidth-code-point",
3
  "version": "2.0.0",
4
  "description": "Check if the character represented by a given Unicode code point is fullwidth",
5
  "license": "MIT",
6
  "repository": "sindresorhus/is-fullwidth-code-point",
7
  "author": {
8
    "name": "Sindre Sorhus",
9
    "email": "sindresorhus@gmail.com",
10
    "url": "sindresorhus.com"
11
  },
12
  "engines": {
13
    "node": ">=4"
14
  },
15
  "scripts": {
16
    "test": "xo && ava"
17
  },
18
  "files": [
19
    "index.js"
20
  ],
21
  "keywords": [
22
    "fullwidth",
23
    "full-width",
24
    "full",
25
    "width",
26
    "unicode",
27
    "character",
28
    "char",
29
    "string",
30
    "str",
31
    "codepoint",
32
    "code",
33
    "point",
34
    "is",
35
    "detect",
36
    "check"
37
  ],
38
  "devDependencies": {
39
    "ava": "*",
40
    "xo": "*"
41
  },
42
  "xo": {
43
    "esnext": true
44
  }
45
}