-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.37 KB
/
package.json
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
{
"name": "uxregexp",
"description": "Extended Regular Expressions with group positions, named groups",
"version": "0.2.0",
"license": "MIT",
"author": {
"name": "Harald Gutsche"
},
"keywords": [
"regexp",
"extension",
"named groups",
"group positions",
"JavaScript",
"ECMAScript"
],
"engines": {
"node": ">=6"
},
"dependencies": {
"regexp-tree": "0.1.23"
},
"devDependencies": {
"becke-ch--regex--s0-0-v1--base--pl--lib": "^1.4.0",
"codecov": "^3.7.2",
"istanbul": "^0.4.5",
"jasmine": "^3.6.1",
"match-index": "^1.0.3",
"perfy": "^1.1.5",
"regexp-match-indices": "^1.0.2",
"xregexp": "^4.4.1"
},
"unusedDependencies": {
"atom-check-updates": "^1.1.0"
},
"main": "./uxregexp.js",
"readme": "README.md",
"homepage": "https://github.com/hg42/uxregexp",
"repository": {
"type": "git",
"url": "git+https://github.com/hg42/uxregexp.git"
},
"bugs": {
"url": "https://github.com/hg42/uxregexp/issues"
},
"maintainers": [
{
"name": "hg42",
"email": "frontari+github@gmail.com"
}
],
"scripts": {
"build": "",
"preversion": "npm test",
"version": "",
"postversion": "git push && git push --tags",
"prepare": "",
"test": "istanbul cover jasmine",
"test-file": "jasmine"
},
"runkitExampleFilename": "example-runkit.js"
}