1 Star 0 Fork 0

苍石 / vm-guard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
苍石 提交于 2021-06-10 12:50 . 1.0.0 released
{
"name": "vm-guard",
"version": "1.0.0",
"description": "A safer VM framework",
"main": "dist/vm-guard.js",
"mainMini": "dist/vm-guard.mini.js",
"module": "dist/vm-guard.es.js",
"libName": "vmGuard",
"_sourceName": "vm.guard",
"author": "Cangshi",
"license": "Apache-2.0",
"scripts": {
"build": "yarn run tsc:rebuild",
"do-publish": "yarn run build && yarn run run-publish",
"run-publish": "yarn publish --access public --tag latest --new-version $npm_package_version",
"gen-docs": "typedoc --out docs main/**/*.ts",
"tsc:rebuild": "yarn run tsc:clean && yarn run tsc:build",
"tsc:build": "tsc -b tsconfig.json",
"tsc:watch": "tsc -b tsconfig.json --watch",
"tsc:clean": "tsc -b tsconfig.json --clean"
},
"files": [
"docs",
"dist",
"build",
"types",
"readme.md",
"LICENSE",
"package.json"
],
"types": "types/index.d.ts",
"dependencies": {
"@types/mkdirp": "^0.5.2",
"@types/mz": "^0.0.32",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"vm2": "^3.9.3",
"debug": "^4.3.1"
},
"devDependencies": {
"@types/node": "^15.12.2",
"typescript": "^4.1.2",
"typedoc": "^0.20.36",
"typedoc-plugin-markdown": "^3.8.1"
},
"repository": "https://github.com/canguser/vm-guard.git"
}
TypeScript
1
https://gitee.com/HGJing/vm-guard.git
git@gitee.com:HGJing/vm-guard.git
HGJing
vm-guard
vm-guard
master

搜索帮助