main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "regenerate-unicode-properties",
|
---|
3 | "version": "10.2.0",
|
---|
4 | "description": "Regenerate sets for Unicode properties and values.",
|
---|
5 | "homepage": "https://github.com/mathiasbynens/regenerate-unicode-properties",
|
---|
6 | "main": "index.js",
|
---|
7 | "engines": {
|
---|
8 | "node": ">=4"
|
---|
9 | },
|
---|
10 | "files": [
|
---|
11 | "LICENSE-MIT.txt",
|
---|
12 | "index.js",
|
---|
13 | "unicode-version.js",
|
---|
14 | "Binary_Property",
|
---|
15 | "General_Category",
|
---|
16 | "Property_of_Strings",
|
---|
17 | "Script",
|
---|
18 | "Script_Extensions"
|
---|
19 | ],
|
---|
20 | "keywords": [
|
---|
21 | "unicode",
|
---|
22 | "unicode-data",
|
---|
23 | "regenerate"
|
---|
24 | ],
|
---|
25 | "license": "MIT",
|
---|
26 | "author": {
|
---|
27 | "name": "Mathias Bynens",
|
---|
28 | "url": "https://mathiasbynens.be/"
|
---|
29 | },
|
---|
30 | "repository": {
|
---|
31 | "type": "git",
|
---|
32 | "url": "https://github.com/mathiasbynens/regenerate-unicode-properties.git"
|
---|
33 | },
|
---|
34 | "bugs": "https://github.com/mathiasbynens/regenerate-unicode-properties/issues",
|
---|
35 | "dependencies": {
|
---|
36 | "regenerate": "^1.4.2"
|
---|
37 | },
|
---|
38 | "devDependencies": {
|
---|
39 | "@unicode/unicode-16.0.0": "^1.6.0",
|
---|
40 | "ava": "^6.1.3",
|
---|
41 | "fs-extra": "^11.2.0",
|
---|
42 | "jsesc": "^3.0.2",
|
---|
43 | "unicode-canonical-property-names-ecmascript": "^2.0.1"
|
---|
44 | },
|
---|
45 | "scripts": {
|
---|
46 | "build": "node build.js",
|
---|
47 | "test": "ava tests/tests.js"
|
---|
48 | }
|
---|
49 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.