2021-01-07 23:16:07 +08:00

32 lines
944 B
JSON

{
"name": "regjsparser",
"version": "0.6.4",
"author": "'Julian Viereck' <julian.viereck@gmail.com>",
"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": "Sun Sep 06 2020 16:10:18 GMT+0800 (中国标准时间)",
"_from": "regjsparser@0.6.4",
"_resolved": "https://registry.npm.taobao.org/regjsparser/download/regjsparser-0.6.4.tgz?cache=0&sync_timestamp=1589683946871&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregjsparser%2Fdownload%2Fregjsparser-0.6.4.tgz"
}