{ "_args": [ [ "regjsparser@0.8.4", "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui" ] ], "_development": true, "_from": "regjsparser@0.8.4", "_id": "regjsparser@0.8.4", "_inBundle": false, "_integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", "_location": "/regjsparser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "regjsparser@0.8.4", "name": "regjsparser", "escapedName": "regjsparser", "rawSpec": "0.8.4", "saveSpec": null, "fetchSpec": "0.8.4" }, "_requiredBy": [ "/regexpu-core" ], "_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", "_spec": "0.8.4", "_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui", "author": { "name": "'Julian Viereck'", "email": "julian.viereck@gmail.com" }, "bin": { "regjsparser": "bin/parser" }, "bugs": { "url": "https://github.com/jviereck/regjsparser/issues" }, "dependencies": { "jsesc": "~0.5.0" }, "description": "Parsing the JavaScript's RegExp in JavaScript.", "devDependencies": { "eslint": "^8.8.0", "npm-run-all": "^4.1.5", "regenerate": "~1.0.1", "typescript": "^4.5.2", "unicode-11.0.0": "^0.7.8" }, "files": [ "bin/", "LICENSE.BSD", "parser.js", "parser.d.ts", "README.md" ], "homepage": "https://github.com/jviereck/regjsparser", "license": "BSD-2-Clause", "main": "./parser", "name": "regjsparser", "repository": { "type": "git", "url": "git+ssh://git@github.com/jviereck/regjsparser.git" }, "scripts": { "lint": "eslint --ext .js --max-warnings 0 .", "test": "run-p test:* && npm run lint", "test:src": "node test/index.js", "test:types": "tsc test/types.ts --noEmit" }, "types": "./parser.d.ts", "version": "0.8.4" }