php-unparse
Version:
Unparse the AST produced by glayzzle/php-parser back to code.
32 lines (31 loc) • 1.02 kB
JSON
{
"name": "php-unparse",
"version": "0.2.9-zaoqi-4-3ad1f406283c42fe89f4e1a1d97a4c40ff0108fe",
"description": "Unparse the AST produced by glayzzle/php-parser back to code.",
"main": "index.js",
"scripts": {
"test": "make test",
"prebuild": "node node_modules/jslint/bin/jslint.js --indent 2 --color package.json index.js node_translators/*.js node_translators/**/*.js && node test/index.js",
"build": "node node_modules/browserify/bin/cmd.js index.js -s phpUnparser -o ./dist/php-unparser.js",
"postbuild": "node node_modules/uglifyjs/bin/uglifyjs ./dist/php-unparser.js -o ./dist/php-unparser.min.js"
},
"repository": {
"type": "git",
"url": "git@github.com:zaoqi/php-unparser.git"
},
"keywords": [
"unparser",
"php",
"ast"
],
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.3",
"coveralls": "^3.0.3",
"istanbul": "^0.4.5",
"jasmine-node": "^2.0.1",
"jslint": "^0.12.1",
"php-parser": "^2.2.0",
"uglifyjs": "2.4.10"
}
}