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:
35
node_modules/number-is-nan/package.json
generated
vendored
Normal file
35
node_modules/number-is-nan/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "number-is-nan",
|
||||
"version": "1.0.1",
|
||||
"description": "ES2015 Number.isNaN() ponyfill",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/number-is-nan",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"es2015",
|
||||
"ecmascript",
|
||||
"ponyfill",
|
||||
"polyfill",
|
||||
"shim",
|
||||
"number",
|
||||
"is",
|
||||
"nan",
|
||||
"not"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "*"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user