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:
38
node_modules/node-abi/package.json
generated
vendored
Normal file
38
node_modules/node-abi/package.json
generated
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "node-abi",
|
||||
"version": "2.30.1",
|
||||
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"semantic-release": "semantic-release",
|
||||
"test": "tape test/index.js",
|
||||
"travis-deploy-once": "travis-deploy-once",
|
||||
"update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lgeiger/node-abi.git"
|
||||
},
|
||||
"keywords": [
|
||||
"node",
|
||||
"electron",
|
||||
"node_module_version",
|
||||
"abi",
|
||||
"v8"
|
||||
],
|
||||
"author": "Lukas Geiger",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lgeiger/node-abi/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lgeiger/node-abi#readme",
|
||||
"devDependencies": {
|
||||
"got": "^10.6.0",
|
||||
"semantic-release": "^15.8.0",
|
||||
"tape": "^4.6.3",
|
||||
"travis-deploy-once": "^5.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"semver": "^5.4.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user