source: trip-planner-front/node_modules/unicode-match-property-ecmascript/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "unicode-match-property-ecmascript",
3 "version": "2.0.0",
4 "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
5 "homepage": "https://github.com/mathiasbynens/unicode-match-property-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 properties",
17 "unicode property aliases"
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-match-property-ecmascript.git"
27 },
28 "bugs": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues",
29 "dependencies": {
30 "unicode-canonical-property-names-ecmascript": "^2.0.0",
31 "unicode-property-aliases-ecmascript": "^2.0.0"
32 },
33 "devDependencies": {
34 "ava": "*"
35 },
36 "scripts": {
37 "test": "ava ./tests/*"
38 }
39}
Note: See TracBrowser for help on using the repository browser.