UNPKG

ben-sb-shift-codegen

Version:

code generator for Shift format ASTs (forked for use in https://github.com/ben-sb/javascript-deobfuscator)

50 lines (49 loc) 1.2 kB
{ "name": "ben-sb-shift-codegen", "version": "8.0.0", "description": "code generator for Shift format ASTs (forked for use in https://github.com/ben-sb/javascript-deobfuscator)", "author": "Shape Security", "homepage": "https://github.com/ben-sb/shift-codegen-js", "repository": { "type": "git", "url": "https://github.com/ben-sb/shift-codegen-js.git" }, "main": "src/index.js", "files": [ "src" ], "scripts": { "build": "echo nothing to do", "test": "mocha --inline-diffs --check-leaks --ui bdd --reporter dot --timeout 5000 --recursive test", "lint": "eslint src test" }, "dependencies": { "esutils": "^2.0.2", "object-assign": "^4.1.0", "shift-reducer": "7.0.0" }, "devDependencies": { "eslint": "^5.8.0", "everything.js": "^1.0.3", "expect.js": "0.3.1", "mocha": "^8.1.3", "shift-parser-expectations": "2019.0.0", "shift-parser": "8.0.0" }, "keywords": [ "Shift", "AST", "node", "codegen", "code", "generator", "unparser", "abstract", "syntax", "tree" ], "bugs": { "url": "https://github.com/ben-sb/shift-codegen-js/issues" }, "license": "Apache-2.0" }