projecte_ionic/node_modules/regjsgen/package.json

68 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
{
"_from": "regjsgen@^0.5.2",
"_id": "regjsgen@0.5.2",
"_inBundle": false,
"_integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
"_location": "/regjsgen",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regjsgen@^0.5.2",
"name": "regjsgen",
"escapedName": "regjsgen",
"rawSpec": "^0.5.2",
"saveSpec": null,
"fetchSpec": "^0.5.2"
},
"_requiredBy": [
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
"_shasum": "92ff295fb1deecbf6ecdab2543d207e91aa33733",
"_spec": "regjsgen@^0.5.2",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/regexpu-core",
"author": {
"name": "Benjamin Tan",
"url": "https://ofcr.se/"
},
"bugs": {
"url": "https://github.com/bnjmnt4n/regjsgen/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Generate regular expressions from regjsparsers AST.",
"devDependencies": {
"codecov": "^3.7.0",
"nyc": "^15.0.1",
"regjsparser": "~0.6.4",
"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": "regjsgen",
"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.5.2"
}