{ "name": "regjsparser", "version": "0.6.4", "author": "'Julian Viereck' ", "license": "BSD-2-Clause", "main": "./parser", "bin": "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-11.0.0": "^0.7.8" }, "__npminstall_done": "Thu Dec 24 2020 20:20:45 GMT+0800 (CST)", "_from": "regjsparser@0.6.4", "_resolved": "https://registry.npm.taobao.org/regjsparser/download/regjsparser-0.6.4.tgz" }