Files
Arbitrate-FrontendH5/node_modules/@babel/regjsgen/package.json
T
2024-04-08 16:23:29 +08:00

76 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_args": [
[
"@babel/regjsgen@0.8.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@babel/regjsgen@0.8.0",
"_id": "@babel/regjsgen@0.8.0",
"_inBundle": false,
"_integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
"_location": "/@babel/regjsgen",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/regjsgen@0.8.0",
"name": "@babel/regjsgen",
"escapedName": "@babel%2fregjsgen",
"scope": "@babel",
"rawSpec": "0.8.0",
"saveSpec": null,
"fetchSpec": "0.8.0"
},
"_requiredBy": [
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
"_spec": "0.8.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Benjamin Tan",
"url": "https://ofcr.se/"
},
"bugs": {
"url": "https://github.com/bnjmnt4n/regjsgen/issues"
},
"description": "Generate regular expressions from regjsparser’s AST.",
"devDependencies": {
"codecov": "^3.8.3",
"nyc": "^15.1.0",
"regjsparser": "^0.9.1",
"request": "^2.88.2"
},
"files": [
"LICENSE-MIT.txt",
"regjsgen.js"
],
"homepage": "https://github.com/bnjmnt4n/regjsgen",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
"regular expressions"
],
"license": "MIT",
"main": "regjsgen.js",
"name": "@babel/regjsgen",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bnjmnt4n/regjsgen.git"
},
"scripts": {
"coverage": "nyc --reporter=html npm test",
"report-coverage": "nyc --reporter=lcov npm test && codecov",
"test": "node tests/tests.js",
"update-fixtures": "node tests/update-fixtures.js"
},
"version": "0.8.0"
}