UNPKG

@alu0101265704/addlogging

Version:

[![npm version](https://badge.fury.io/js/%40alu0101265704%2Faddlogging.svg)](https://badge.fury.io/js/%40alu0101265704%2Faddlogging)

43 lines (42 loc) 1.13 kB
{ "name": "@alu0101265704/addlogging", "version": "1.1.3", "description": "", "main": "./src/index.js", "scripts": { "test": "mocha", "coverage": "nyc --reporter=html --reporter=text mocha", "start": "cd ./coverage; http-server" }, "bin": { "add-logging": "bin/add-logging.js" }, "keywords": [ "Procesadores de Lenguajes 2020/2021", "PL", "ULL", "addlogging ULL" ], "repository": { "type": "git", "url": "git+https://github.com/ULL-ESIT-PL-2021/espree-logging-module-vanessavvp.git" }, "author": "Vanessa Valentina Villalba Perez <alu0101265704@ull.edu.es> (https://github.com/vanessavvp)", "homepage": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-vanessavvp#readme", "devDependencies": { "chai": "^4.3.3", "jsdoc": "^3.6.6", "mocha": "^8.3.2", "nyc": "^15.1.0" }, "dependencies": { "commander": "^7.1.0", "escodegen": "^2.0.0", "espree": "^7.3.1", "fs": "^0.0.1-security" }, "license": "MIT", "bugs": { "url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-vanessavvp/issues" } }