Urara-Blog/node_modules/.pnpm-store/v3/files/cd/e7031be9be766943e1c25968d76f0833f57c00f7f57598bb85231df4b943a28e6d951817269a8a9d47994c4fa2b6ad675ccb233cda0c055f7ae083c08f0731
2022-08-14 01:14:53 +08:00

40 lines
964 B
Text
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.

{
"name": "regjsgen",
"version": "0.6.0",
"description": "Generate regular expressions from regjsparsers AST.",
"homepage": "https://github.com/bnjmnt4n/regjsgen",
"main": "regjsgen.js",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
"regular expressions"
],
"license": "MIT",
"author": {
"name": "Benjamin Tan",
"url": "https://ofcr.se/"
},
"repository": {
"type": "git",
"url": "https://github.com/bnjmnt4n/regjsgen.git"
},
"bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
"files": [
"LICENSE-MIT.txt",
"regjsgen.js"
],
"scripts": {
"test": "node tests/tests.js",
"coverage": "nyc --reporter=html npm test",
"report-coverage": "nyc --reporter=lcov npm test && codecov",
"update-fixtures": "node tests/update-fixtures.js"
},
"devDependencies": {
"codecov": "^3.8.3",
"nyc": "^15.1.0",
"regjsparser": "^0.7.0",
"request": "^2.88.2"
}
}