You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.1 KiB
82 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"regjsparser@0.12.0",
|
|
"D:\\IDEAproject\\frontend\\Front-end logistics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "regjsparser@0.12.0",
|
|
"_id": "regjsparser@0.12.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
|
|
"_location": "/regjsparser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "regjsparser@0.12.0",
|
|
"name": "regjsparser",
|
|
"escapedName": "regjsparser",
|
|
"rawSpec": "0.12.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.12.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/regexpu-core"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
|
|
"_spec": "0.12.0",
|
|
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
|
|
"author": {
|
|
"name": "'Julian Viereck'",
|
|
"email": "julian.viereck@gmail.com"
|
|
},
|
|
"bin": {
|
|
"regjsparser": "bin/parser"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jviereck/regjsparser/issues"
|
|
},
|
|
"dependencies": {
|
|
"jsesc": "~3.0.2"
|
|
},
|
|
"description": "Parsing the JavaScript's RegExp in JavaScript.",
|
|
"devDependencies": {
|
|
"@unicode/unicode-16.0.0": "^1.6.0",
|
|
"eslint": "^9.10.0",
|
|
"eslint-plugin-regexp": "^2.6.0",
|
|
"globals": "^15.9.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"regenerate": "~1.0.1",
|
|
"regjsparser": "^0.11.2",
|
|
"tinybench": "^2.9.0",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"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": {
|
|
"bench": "run-s bench:*",
|
|
"bench:baseline": "node ./tools/bench/index.mjs baseline",
|
|
"bench:current": "node ./tools/bench/index.mjs current",
|
|
"lint": "eslint --max-warnings 0 .",
|
|
"test": "run-p test:* lint",
|
|
"test:src": "node test/index.js",
|
|
"test:types": "tsc test/types.ts --noEmit"
|
|
},
|
|
"types": "./parser.d.ts",
|
|
"version": "0.12.0"
|
|
}
|