UNPKG

shadow-function

Version:

ioing lib - shadow Function, worker Function

58 lines (57 loc) 1.64 kB
{ "name": "shadow-function", "version": "1.0.102", "description": "ioing lib - shadow Function, worker Function", "keywords": [ "safe-eval", "safe-Function", "die-sandbox", "black-sandbox", "sandbox", "sandboxFunction", "shadowFunction", "workerFunction" ], "main": "dist/index.common.js", "module": "dist/index.mjs", "jsnext:main": "dist/index.mjs", "types": "dist/typings/index.d.ts", "scripts": { "watch": "webpack --watch", "clean": "rimraf ./dist", "lint": "tslint --project tsconfig.json --format stylish", "build": "npm run clean && node scripts/build.js", "rollup": "rollup -c rollup.config.js", "debug": "node --inspect-brk dist/index.js", "start": "webpack-dev-server --env development" }, "dependencies": { "@types/node": "^10.12.12" }, "devDependencies": { "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-runtime": "^6.26.0", "html-webpack-plugin": "^3.2.0", "ip": "^1.1.5", "lodash.merge": "^4.6.1", "rollup": "^0.67.4", "rollup-plugin-typescript2": "^0.18.0", "ts-loader": "^5.3.1", "tslint": "^5.x.x", "tslint-config-standard": "^8.0.1", "typescript": "^3.2.2", "webpack": "^4.27.1", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.x" }, "author": "lien", "license": "MIT" }