main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "unicode-property-aliases-ecmascript",
|
---|
| 3 | "version": "2.1.0",
|
---|
| 4 | "description": "Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.",
|
---|
| 5 | "homepage": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",
|
---|
| 6 | "main": "index.js",
|
---|
| 7 | "engines": {
|
---|
| 8 | "node": ">=4"
|
---|
| 9 | },
|
---|
| 10 | "files": [
|
---|
| 11 | "LICENSE-MIT.txt",
|
---|
| 12 | "index.js"
|
---|
| 13 | ],
|
---|
| 14 | "keywords": [
|
---|
| 15 | "unicode",
|
---|
| 16 | "unicode-data",
|
---|
| 17 | "alias",
|
---|
| 18 | "aliases",
|
---|
| 19 | "property alias"
|
---|
| 20 | ],
|
---|
| 21 | "license": "MIT",
|
---|
| 22 | "author": {
|
---|
| 23 | "name": "Mathias Bynens",
|
---|
| 24 | "url": "https://mathiasbynens.be/"
|
---|
| 25 | },
|
---|
| 26 | "repository": {
|
---|
| 27 | "type": "git",
|
---|
| 28 | "url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git"
|
---|
| 29 | },
|
---|
| 30 | "bugs": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues",
|
---|
| 31 | "devDependencies": {
|
---|
| 32 | "ava": "*",
|
---|
| 33 | "jsesc": "^3.0.2",
|
---|
| 34 | "unicode-canonical-property-names-ecmascript": "^2.0.0"
|
---|
| 35 | },
|
---|
| 36 | "scripts": {
|
---|
| 37 | "download": "curl http://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
|
---|
| 38 | "build": "node scripts/build.js",
|
---|
| 39 | "test": "ava tests/tests.js"
|
---|
| 40 | }
|
---|
| 41 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.