Path: blob/master/node_modules/@javascript-obfuscator/escodegen/package.json
1126 views
{1"name": "@javascript-obfuscator/escodegen",2"description": "`escodegen` fork for `javascript-obfuscator``",3"homepage": "http://github.com/estools/escodegen",4"main": "escodegen.js",5"files": [6"LICENSE.BSD",7"README.md",8"bin",9"escodegen.js",10"package.json"11],12"version": "2.3.0",13"engines": {14"node": ">=6.0"15},16"maintainers": [17{18"name": "Yusuke Suzuki",19"email": "[email protected]",20"web": "http://github.com/Constellation"21},22{23"name": "Timofey Kachalov",24"email": "[email protected]",25"web": "https://github.com/sanex3339"26}27],28"repository": {29"type": "git",30"url": "http://github.com/estools/escodegen.git"31},32"dependencies": {33"@javascript-obfuscator/estraverse": "^5.3.0",34"esutils": "^2.0.2",35"esprima": "^4.0.1",36"optionator": "^0.8.1"37},38"optionalDependencies": {39"source-map": "~0.6.1"40},41"devDependencies": {42"acorn": "^8.7.0",43"bluebird": "^3.4.7",44"bower-registry-client": "^1.0.0",45"chai": "^4.2.0",46"chai-exclude": "^2.0.2",47"commonjs-everywhere": "^0.9.7",48"gulp": "^3.8.10",49"gulp-eslint": "^3.0.1",50"gulp-mocha": "^3.0.1",51"semver": "^5.1.0"52},53"license": "BSD-2-Clause",54"scripts": {55"test": "gulp travis",56"unit-test": "gulp test",57"lint": "gulp lint"58}59}606162