mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-23 04:11:06 +07:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
|
{
|
|||
|
"_args": [
|
|||
|
[
|
|||
|
"regjsgen@0.5.0",
|
|||
|
"E:\\python\\setup-php"
|
|||
|
]
|
|||
|
],
|
|||
|
"_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": "E:\\python\\setup-php",
|
|||
|
"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"
|
|||
|
}
|