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
| {
| "_from": "regjsparser@^0.8.2",
| "_id": "regjsparser@0.8.4",
| "_inBundle": false,
| "_integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
| "_location": "/regjsparser",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "regjsparser@^0.8.2",
| "name": "regjsparser",
| "escapedName": "regjsparser",
| "rawSpec": "^0.8.2",
| "saveSpec": null,
| "fetchSpec": "^0.8.2"
| },
| "_requiredBy": [
| "/regexpu-core"
| ],
| "_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
| "_shasum": "8a14285ffcc5de78c5b95d62bbf413b6bc132d5f",
| "_spec": "regjsparser@^0.8.2",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\regexpu-core",
| "author": {
| "name": "'Julian Viereck'",
| "email": "julian.viereck@gmail.com"
| },
| "bin": {
| "regjsparser": "bin/parser"
| },
| "bugs": {
| "url": "https://github.com/jviereck/regjsparser/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "jsesc": "~0.5.0"
| },
| "deprecated": false,
| "description": "Parsing the JavaScript's RegExp in JavaScript.",
| "devDependencies": {
| "eslint": "^8.8.0",
| "npm-run-all": "^4.1.5",
| "regenerate": "~1.0.1",
| "typescript": "^4.5.2",
| "unicode-11.0.0": "^0.7.8"
| },
| "files": [
| "bin/",
| "LICENSE.BSD",
| "parser.js",
| "parser.d.ts",
| "README.md"
| ],
| "homepage": "https://github.com/jviereck/regjsparser",
| "license": "BSD-2-Clause",
| "main": "./parser",
| "name": "regjsparser",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/jviereck/regjsparser.git"
| },
| "scripts": {
| "lint": "eslint --ext .js --max-warnings 0 .",
| "test": "run-p test:* && npm run lint",
| "test:src": "node test/index.js",
| "test:types": "tsc test/types.ts --noEmit"
| },
| "types": "./parser.d.ts",
| "version": "0.8.4"
| }
|
|