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:
53
node_modules/simple-get/package.json
generated
vendored
Normal file
53
node_modules/simple-get/package.json
generated
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "simple-get",
|
||||
"description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
|
||||
"version": "2.8.2",
|
||||
"author": {
|
||||
"name": "Feross Aboukhadijeh",
|
||||
"email": "feross@feross.org",
|
||||
"url": "http://feross.org/"
|
||||
},
|
||||
"browser": {
|
||||
"decompress-response": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/feross/simple-get/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"decompress-response": "^3.3.0",
|
||||
"once": "^1.3.1",
|
||||
"simple-concat": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"self-signed-https": "^1.0.5",
|
||||
"standard": "*",
|
||||
"string-to-stream": "^1.0.0",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/feross/simple-get",
|
||||
"keywords": [
|
||||
"request",
|
||||
"http",
|
||||
"GET",
|
||||
"get request",
|
||||
"http.get",
|
||||
"redirects",
|
||||
"follow redirects",
|
||||
"gzip",
|
||||
"deflate",
|
||||
"https",
|
||||
"http-https",
|
||||
"stream",
|
||||
"simple request",
|
||||
"simple get"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/feross/simple-get.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test/*.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user