UNPKG

mangle-js-webpack-plugin

Version:

支持3种加密算法: `aaencode` `jjencode` `obfuscator JS`(默认)

32 lines (31 loc) 561 B
{ "name": "mangle-js-webpack-plugin", "version": "0.1.4", "license": "MIT", "author": "thinkzhan", "main": "index.js", "files": [ "lib", "index.js", "util", "spec" ], "devDependencies": { "jasmine": "^3.1.0", "rimraf": "^2.6.2", "webpack": "^4.12.0" }, "dependencies": { "javascript-obfuscator": "^0.18.1" }, "scripts": { "test": "jasmine" }, "repository": "https://github.com/liberalist1991/mangle-js-webpack-plugin.git", "keywords": [ "Webpack", "js", "minify", "mangle" ] }