Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "regenerate-unicode-properties",
|
---|
| 3 | "version": "9.0.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 | "Script",
|
---|
| 17 | "Script_Extensions"
|
---|
| 18 | ],
|
---|
| 19 | "keywords": [
|
---|
| 20 | "unicode",
|
---|
| 21 | "unicode-data",
|
---|
| 22 | "regenerate"
|
---|
| 23 | ],
|
---|
| 24 | "license": "MIT",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Mathias Bynens",
|
---|
| 27 | "url": "https://mathiasbynens.be/"
|
---|
| 28 | },
|
---|
| 29 | "repository": {
|
---|
| 30 | "type": "git",
|
---|
| 31 | "url": "https://github.com/mathiasbynens/regenerate-unicode-properties.git"
|
---|
| 32 | },
|
---|
| 33 | "bugs": "https://github.com/mathiasbynens/regenerate-unicode-properties/issues",
|
---|
| 34 | "dependencies": {
|
---|
| 35 | "regenerate": "^1.4.2"
|
---|
| 36 | },
|
---|
| 37 | "devDependencies": {
|
---|
| 38 | "ava": "^3.15.0",
|
---|
| 39 | "fs-extra": "^10.0.0",
|
---|
| 40 | "jsesc": "^3.0.2",
|
---|
| 41 | "@unicode/unicode-14.0.0": "^1.2.1",
|
---|
| 42 | "unicode-canonical-property-names-ecmascript": "^2.0.0"
|
---|
| 43 | },
|
---|
| 44 | "scripts": {
|
---|
| 45 | "build": "node build.js",
|
---|
| 46 | "test": "ava tests/tests.js"
|
---|
| 47 | }
|
---|
| 48 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.