{ "_args": [ [ "regjsgen@0.6.0", "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui" ] ], "_development": true, "_from": "regjsgen@0.6.0", "_id": "regjsgen@0.6.0", "_inBundle": false, "_integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", "_location": "/regjsgen", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "regjsgen@0.6.0", "name": "regjsgen", "escapedName": "regjsgen", "rawSpec": "0.6.0", "saveSpec": null, "fetchSpec": "0.6.0" }, "_requiredBy": [ "/regexpu-core" ], "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", "_spec": "0.6.0", "_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui", "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.7.0", "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.6.0" }