UNPKG

@alu0101337760/constant-folding

Version:
48 lines (47 loc) 1.46 kB
{ "name": "@alu0101337760/constant-folding", "author": "alu0101337760 <alu0101337760@ull.edu.es>", "description": "Constant Folding javascript code", "scripts": { "test": "mocha", "prod-test": "cd ../constant-folding-production-test-alu0101337760 && npm test", "clean": "rm -rf node_modules package-lock.json", "doc": "documentation build src/** -f html -o docs", "cov": "npx nyc --reporter=html --reporter=text --report-dir cov mocha", "full-cov": "npm run clean && npm i && npm run cov" }, "repository": { "type": "git", "url": "github:ULL-ESIT-PL-2021/constant-folding-module-alu0101337760" }, "keywords": [ "ULL", "constant-folding", "javascript" ], "licenses": [ { "type": "MIT", "url": "https://github.com/ULL-ESIT-PL-2122/constant-folding-module-enrique-vina-alonso-alu0101337760/blob/master/LICENSE" } ], "dependencies": { "commander": "^9.0.0", "escodegen": "^1.13.0", "espree": "^9.3.1", "estraverse": "^4.3.0", "jison": "^0.4.18", "nyc": "^15.1.0" }, "version": "2.0.0", "main": "./src/constant-folding.js", "bin": { "cf": "./bin/constant-folding-cli.js" }, "devDependencies": { "chai": "^4.3.6", "jison": "latest", "mocha": "^9.2.1", "nyc": "latest" } }