UNPKG

@alu0101350158/constant-folding

Version:
53 lines (51 loc) 1.81 kB
{ "name": "@alu0101350158/constant-folding", "author": "alu0101350158 <alu0101350158@ull.edu.es>", "description": "Constant Folding javascript code", "scripts": { "test": "mocha --reporter spec", "prod-test": "cd ../constant-folding-production-test-alu0101350158 && npm test", "cov": "nyc npm run test", "full-cov": "npm run clean && npm i && npm run cov", "clean": "rm -rf node_modules package-lock.json", "doc": "jsdoc2md src/*.js > docs/README.md", "commit": "npm run doc; git add docs; git commit -am `jq .version package.json`", "push": "npm run commit; git push", "production:test": "cd ../constant-folding-production-test-ayob-asrout-vargas-alu0101350158 && npm test", "patch": "npm run commit; npm version patch", "patch:publish": "npm run patch; git push; npm publish", "patch:publish:production:test": "npm run patch:publish; npm run production:test" }, "repository": { "type": "git", "url": "github:ULL-ESIT-PL-2021/constant-folding-module-alu0101350158" }, "keywords": [ "ULL", "constant-folding", "javascript" ], "license": "Unlicense", "dependencies": { "commander": "^7.1.0", "commmander": "^0.0.1-security", "escodegen": "^1.14.3", "espree": "^9.3.1", "estraverse": "^5.3.0", "fs": "^0.0.1-security" }, "version": "1.3.9", "main": "src/constant-folding.js", "bin": { "cf": "bin/constant-folding-cli.js" }, "devDependencies": { "chai": "latest", "jest": "^27.5.1", "jison": "latest", "jsdoc": "^3.6.10", "jsdoc-to-markdown": "^7.1.1", "mocha": "latest", "nyc": "latest" } }