package.json
3.32 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_args": [
[
{
"raw": "regexpu-core@^2.0.0",
"scope": null,
"escapedName": "regexpu-core",
"name": "regexpu-core",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-plugin-transform-es2015-unicode-regex"
]
],
"_from": "regexpu-core@>=2.0.0 <3.0.0",
"_id": "regexpu-core@2.0.0",
"_inCache": true,
"_location": "/regexpu-core",
"_nodeVersion": "5.2.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/regexpu-core-2.0.0.tgz_1454960202073_0.38952653063461185"
},
"_npmUser": {
"name": "mathias",
"email": "mathias@qiwi.be"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "regexpu-core@^2.0.0",
"scope": null,
"escapedName": "regexpu-core",
"name": "regexpu-core",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-plugin-transform-es2015-unicode-regex"
],
"_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
"_shasum": "49d038837b8dcf8bfa5b9a42139938e6ea2ae240",
"_shrinkwrap": null,
"_spec": "regexpu-core@^2.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-plugin-transform-es2015-unicode-regex",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/regexpu-core/issues"
},
"dependencies": {
"regenerate": "^1.2.1",
"regjsgen": "^0.2.0",
"regjsparser": "^0.1.4"
},
"description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.0",
"jsesc": "^0.5.0",
"lodash": "^3.6.0",
"mocha": "^2.2.1",
"regexpu-fixtures": "^2.0.0",
"unicode-8.0.0": "^0.1.5"
},
"directories": {},
"dist": {
"shasum": "49d038837b8dcf8bfa5b9a42139938e6ea2ae240",
"tarball": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz"
},
"files": [
"LICENSE-MIT.txt",
"rewrite-pattern.js",
"data/character-class-escape-sets.js",
"data/iu-mappings.json"
],
"gitHead": "ae4efe52b72ba73e9a2c0f35e11c2ff1d0e12dcd",
"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": "rewrite-pattern.js",
"maintainers": [
{
"name": "mathias",
"email": "mathias@qiwi.be"
}
],
"name": "regexpu-core",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/regexpu-core.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": "2.0.0"
}