voluptasvelit
Version:
JavaScript obfuscator
122 lines (121 loc) • 3.44 kB
JSON
{
"name": "voluptasvelit",
"version": "1.3.2",
"description": "JavaScript obfuscator",
"keywords": [
"obfuscator",
"obfuscation",
"voluptas",
"nam",
"labore",
"nostrum",
"eaque"
],
"engines": {
"node": ">=8"
},
"main": "dist/index.js",
"browser": "dist/index.browser.js",
"bin": {
"javascript-obfuscator": "./bin/javascript-obfuscator"
},
"types": "index.d.ts",
"dependencies": {
"@babel/runtime": "7.7.4",
"chalk": "3.0.0",
"chance": "1.1.3",
"class-validator": "0.11.0",
"commander": "4.0.1",
"escodegen-wallaby": "1.6.27",
"espree": "^6.1.2",
"estraverse": "4.3.0",
"eventemitter3": "4.0.0",
"inversify": "5.0.1",
"js-string-escape": "1.0.1",
"md5": "2.2.1",
"mkdirp": "0.5.1",
"multimatch": "4.0.0",
"opencollective": "1.0.3",
"reflect-metadata": "0.1.13",
"source-map-support": "0.5.16",
"string-template": "1.0.0",
"tslib": "1.10.0"
},
"devDependencies": {
"@babel/cli": "7.7.4",
"@babel/core": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.4",
"@babel/preset-env": "7.7.4",
"@types/chai": "4.2.5",
"@types/chance": "1.0.7",
"@types/escodegen": "0.0.6",
"@types/estraverse": "0.0.6",
"@types/estree": "0.0.38",
"@types/md5": "2.1.33",
"@types/mkdirp": "0.5.2",
"@types/mocha": "5.2.7",
"@types/multimatch": "4.0.0",
"@types/node": "12.12.14",
"@types/rimraf": "2.0.3",
"@types/sinon": "7.5.1",
"@types/string-template": "1.0.2",
"@types/webpack-env": "1.14.1",
"awesome-typescript-loader": "5.2.1",
"babel-loader": "8.0.6",
"chai": "4.2.0",
"coveralls": "3.0.9",
"istanbul": "1.1.0-alpha.1",
"mocha": "6.2.2",
"pjson": "1.0.9",
"pre-commit": "1.2.2",
"rimraf": "3.0.0",
"sinon": "7.5.0",
"threads": "0.12.0",
"ts-node": "6.1.0",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.3.1",
"tslint-language-service": "0.9.9",
"tslint-microsoft-contrib": "5.2.0",
"tslint-webpack-plugin": "1.2.2",
"typescript": "3.7.2",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"webpack-node-externals": "1.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/AmandaReichert/voluptasvelit.git"
},
"scripts": {
"start": "scripts/start",
"webpack:prod": "scripts/webpack-prod",
"webpack:dev": "scripts/webpack-dev",
"build": "scripts/build",
"watch": "scripts/watch",
"removeCacheDir": "scripts/remove-cache-dir",
"test:compile": "scripts/test-compile",
"test:dev": "scripts/test-dev",
"test:devCompilePerformance": "scripts/test-dev-compile-performance",
"test:devRuntimePerformance": "scripts/test-dev-runtime-performance",
"test:full": "scripts/test-full",
"test:coveralls": "scripts/test-coveralls",
"test:mocha": "scripts/test-mocha",
"test:removeTmpDir": "scripts/test-remove-tmp-dir",
"test": "scripts/test",
"tslint": "scripts/tslint",
"travis": "scripts/travis",
"git:addFiles": "scripts/git-add-files",
"postinstall": "opencollective postinstall"
},
"pre-commit": [
"build",
"git:addFiles"
],
"author": "JordyGoldner",
"license": "BSD-2-Clause",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/javascript-obfuscator",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}