First development of the deploy action (#6)
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Deploy js code to an instance of screeps. Some debugging tools are implemented. Reviewed-on: #6 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
28
node_modules/npmlog/package.json
generated
vendored
Normal file
28
node_modules/npmlog/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||||
"name": "npmlog",
|
||||
"description": "logger for npm",
|
||||
"version": "4.1.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/npm/npmlog.git"
|
||||
},
|
||||
"main": "log.js",
|
||||
"files": [
|
||||
"log.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "standard && tap test/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"are-we-there-yet": "~1.1.2",
|
||||
"console-control-strings": "~1.1.0",
|
||||
"gauge": "~2.7.3",
|
||||
"set-blocking": "~2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"standard": "~7.1.2",
|
||||
"tap": "~5.7.3"
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user