UNPKG

@alu0101209067/addlogging

Version:
61 lines (60 loc) 1.71 kB
{ "name": "@alu0101209067/addlogging", "author": "Oscar Moreira Estevez", "bin": { "add-logging": "bin/exec.js" }, "keywords": [ "ULL", "2020/2021", "PL", "Procesadores de Lenguajes" ], "scripts": { "sh": "node --inspect-brk syntax-highlight.js", "grep": "node --inspect-brk idgrep.js hacky.js", "log": "node --inspect-brk logging.js", "solution": "node ./p0-t0-esprima-logging-sol.js input.js -o out.js && node out.js", "publish": "git ci -am modified && git push origin master", "private": "git ci -am private && git push private private", "test": "mocha --reporter spec", "test-coverage": "nyc npm test", "jsdoc": "jsdoc ./src/my-sol-logging-espree.js" }, "dependencies": { "acorn": "^7.1.0", "acorn-walk": "^7.0.0", "commander": "^4.1.0", "escodegen": "^1.13.0", "escope": "^3.6.0", "esm": "^3.2.25", "espree": "^7.3.1", "esprima": "^4.0.1", "estraverse": "^4.3.0", "pegjs": "^0.10.0", "readline": "^1.3.0", "underscore": "^1.9.2" }, "version": "1.0.3", "description": "Páctice 3 npm module addlogging", "main": "./src/my-sol-logging-espree.js", "module": "./main.js", "devDependencies": { "chai": "^4.3.3", "jsdoc": "^3.6.6", "mocha": "^8.3.0", "nyc": "^15.1.0" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/ULL-ESIT-PL-2021/espree-logging-module-omorest.git" }, "license": "ISC", "bugs": { "url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-omorest/issues" }, "homepage": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-omorest#readme" }