package.json
2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_from": "unicode-match-property-ecmascript@^1.0.4",
"_id": "unicode-match-property-ecmascript@1.0.4",
"_inBundle": false,
"_integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
"_location": "/unicode-match-property-ecmascript",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unicode-match-property-ecmascript@^1.0.4",
"name": "unicode-match-property-ecmascript",
"escapedName": "unicode-match-property-ecmascript",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
"_shasum": "8ed2a32569961bce9227d09cd3ffbb8fed5f020c",
"_spec": "unicode-match-property-ecmascript@^1.0.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\regexpu-core",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues"
},
"bundleDependencies": false,
"dependencies": {
"unicode-canonical-property-names-ecmascript": "^1.0.4",
"unicode-property-aliases-ecmascript": "^1.0.4"
},
"deprecated": false,
"description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
"devDependencies": {
"ava": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"LICENSE-MIT.txt",
"index.js"
],
"homepage": "https://github.com/mathiasbynens/unicode-match-property-ecmascript",
"keywords": [
"unicode",
"unicode properties",
"unicode property aliases"
],
"license": "MIT",
"main": "index.js",
"name": "unicode-match-property-ecmascript",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/unicode-match-property-ecmascript.git"
},
"scripts": {
"test": "ava ./tests"
},
"version": "1.0.4"
}