UNPKG

762 BJSONView Raw
1{
2 "name": "unicode-8.0.0",
3 "version": "0.3.1",
4 "description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v8.0.0’s categories, scripts, blocks, bidi, and other properties.",
5 "homepage": "https://github.com/mathiasbynens/unicode-8.0.0",
6 "main": "index.js",
7 "keywords": [
8 "unicode",
9 "unicode-data",
10 "code points",
11 "symbols",
12 "characters",
13 "bidi",
14 "case-folding",
15 "regex",
16 "regexp",
17 "data"
18 ],
19 "license": "MIT",
20 "author": {
21 "name": "Mathias Bynens",
22 "url": "https://mathiasbynens.be/"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/mathiasbynens/unicode-8.0.0.git"
27 },
28 "bugs": "https://github.com/mathiasbynens/node-unicode-data/issues"
29}