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.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"regjsgen@0.5.0",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "regjsgen@0.5.0",
|
|
"_id": "regjsgen@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==",
|
|
"_location": "/regjsgen",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "regjsgen@0.5.0",
|
|
"name": "regjsgen",
|
|
"escapedName": "regjsgen",
|
|
"rawSpec": "0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/regexpu-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz",
|
|
"_spec": "0.5.0",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Benjamin Tan",
|
|
"url": "https://bnjmnt4n.now.sh/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bnjmnt4n/regjsgen/issues"
|
|
},
|
|
"description": "Generate regular expressions from regjsparser’s AST.",
|
|
"devDependencies": {
|
|
"codecov": "^3.1.0",
|
|
"istanbul": "~0.4.5",
|
|
"regjsparser": "~0.4.0",
|
|
"request": "^2.88.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"regjsgen.js"
|
|
],
|
|
"homepage": "https://github.com/bnjmnt4n/regjsgen",
|
|
"keywords": [
|
|
"ast",
|
|
"generate",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions"
|
|
],
|
|
"license": "MIT",
|
|
"main": "regjsgen.js",
|
|
"name": "regjsgen",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bnjmnt4n/regjsgen.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover --report html tests/tests.js",
|
|
"test": "node tests/tests.js",
|
|
"update-fixtures": "node tests/update-fixtures.js"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|
|
|