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
| {
| "_from": "regexpu-core@^5.0.1",
| "_id": "regexpu-core@5.0.1",
| "_inBundle": false,
| "_integrity": "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==",
| "_location": "/regexpu-core",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "regexpu-core@^5.0.1",
| "name": "regexpu-core",
| "escapedName": "regexpu-core",
| "rawSpec": "^5.0.1",
| "saveSpec": null,
| "fetchSpec": "^5.0.1"
| },
| "_requiredBy": [
| "/@babel/helper-create-regexp-features-plugin"
| ],
| "_resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz",
| "_shasum": "c531122a7840de743dcf9c83e923b5560323ced3",
| "_spec": "regexpu-core@^5.0.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\helper-create-regexp-features-plugin",
| "author": {
| "name": "Mathias Bynens",
| "url": "https://mathiasbynens.be/"
| },
| "bugs": {
| "url": "https://github.com/mathiasbynens/regexpu-core/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "regenerate": "^1.4.2",
| "regenerate-unicode-properties": "^10.0.1",
| "regjsgen": "^0.6.0",
| "regjsparser": "^0.8.2",
| "unicode-match-property-ecmascript": "^2.0.0",
| "unicode-match-property-value-ecmascript": "^2.0.0"
| },
| "deprecated": false,
| "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
| "devDependencies": {
| "@unicode/unicode-14.0.0": "^1.2.1",
| "codecov": "^3.8.3",
| "istanbul": "^0.4.5",
| "jsesc": "^3.0.2",
| "lodash": "^4.17.21",
| "mocha": "^9.1.1",
| "regexpu-fixtures": "2.1.4"
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "LICENSE-MIT.txt",
| "rewrite-pattern.js",
| "data/character-class-escape-sets.js",
| "data/iu-mappings.js"
| ],
| "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",
| "name": "regexpu-core",
| "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",
| "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
| "test": "mocha tests"
| },
| "version": "5.0.1"
| }
|
|