package.json
2.56 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"_from": "regexpu@^1.3.0",
"_id": "regexpu@1.3.0",
"_inBundle": false,
"_integrity": "sha1-5TTcmRqeWEYFDJjebX3UpVyeoW0=",
"_location": "/regexpu",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regexpu@^1.3.0",
"name": "regexpu",
"escapedName": "regexpu",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz",
"_shasum": "e534dc991a9e5846050c98de6d7dd4a55c9ea16d",
"_spec": "regexpu@^1.3.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\babel-core",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bin": {
"regexpu": "bin/regexpu"
},
"bugs": {
"url": "https://github.com/mathiasbynens/regexpu/issues"
},
"bundleDependencies": false,
"dependencies": {
"esprima": "^2.6.0",
"recast": "^0.10.10",
"regenerate": "^1.2.1",
"regjsgen": "^0.2.0",
"regjsparser": "^0.1.4"
},
"deprecated": false,
"description": "A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.11",
"jsesc": "^0.5.0",
"lodash": "^3.6.0",
"mocha": "^2.2.1",
"unicode-5.1.0": "^0.1.5",
"unicode-8.0.0": "^0.1.5"
},
"directories": {
"bin": "bin",
"man": "man"
},
"files": [
"LICENSE-MIT.txt",
"regexpu.js",
"rewrite-pattern.js",
"transform-tree.js",
"transpile-code.js",
"data/character-class-escape-sets.js",
"data/iu-mappings.json",
"bin/",
"man/"
],
"homepage": "https://mths.be/regexpu",
"keywords": [
"codegen",
"desugaring",
"ecmascript",
"es5",
"es6",
"harmony",
"javascript",
"refactoring",
"regex",
"regexp",
"regular expressions",
"rewriting",
"syntax",
"transformation",
"transpile",
"transpiler",
"unicode"
],
"license": "MIT",
"main": "regexpu.js",
"man": [
"C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\regexpu\\man\\regexpu.1"
],
"name": "regexpu",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/regexpu.git"
},
"scripts": {
"build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
"coverage": "istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec",
"test": "mocha tests"
},
"version": "1.3.0"
}