{"name":"regjsparser","version":"0.1.5","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"readme":"# RegJSParser\n\nParsing the JavaScript's RegExp in JavaScript.\n\n## Installation\n\n```bash\nnpm install regjsparser\n```\n\n## Usage\n\n```js\nvar parse = require('regjsparser').parse;\n\nvar parseTree = parse('^a'); // /^a/\nconsole.log(parseTree);\n```\n\n## Testing\n\nTo run the tests, run the following command:\n\n```bash\nnpm test\n```\n\nTo create a new reference file, execute…\n\n```bash\nnode test/update-fixtures.js\n```\n\n…from the repo top directory.\n","readmeFilename":"README.md","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.5","_shasum":"7ee8f84dc6fa792d3fd0ae228d24bd949ead205c","_from":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz","_resolved":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz"}