@alu0101140469/addlogging
Version:
53 lines (52 loc) • 1.54 kB
JSON
{
"name": "@alu0101140469/addlogging",
"version": "1.1.0",
"description": "Práctica 6 npm Module",
"main": "./src/logging-sol-daniel.js",
"bin": {
"add-logging": "./bin/ejecutable.js"
},
"scripts": {
"test": "mocha --reporter spec",
"jsdoc": "jsdoc ./src/logging-sol-daniel.js"
},
"dependencies": {
"acorn": "^7.4.1",
"commander": "^7.2.0",
"escodegen": "^2.0.0",
"escope": "^3.6.0",
"espree": "^7.3.1",
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
"pegjs": "^0.10.0",
"readline": "^1.3.0",
"underscore": "^1.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-ESIT-PL-2021/espree-logging-module-Daniel-palenzuela-alvarez-alu0101140469-DanielPA57.git"
},
"keywords": [
"PL",
"2020/2021",
"npm module",
"ULL",
"Procesadores de Lenguajes"
],
"author": "Daniel Palenzuela Alvarez <alu0101140469@ull.edu.es> (https://github.com/DanielPA57)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-Daniel-palenzuela-alvarez-alu0101140469-DanielPA57/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-Daniel-palenzuela-alvarez-alu0101140469-DanielPA57/issues"
},
"homepage": "https://github.com/ULL-ESIT-PL-2021/espree-logging-module-Daniel-palenzuela-alvarez-alu0101140469-DanielPA57#readme",
"devDependencies": {
"chai": "^4.3.4",
"jsdoc": "^3.6.6",
"mocha": "^8.3.2"
}
}