Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

20
node_modules/ultron/package.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ultron",
"version": "1.1.1",
"description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/unshiftio/ultron"
},
"author": "Arnout Kazemier",
"license": "MIT",
"devDependencies": {
"assume": "~1.5.0",
"eventemitter3": "2.0.x",
"istanbul": "0.4.x",
"mocha": "~4.0.0",
"pre-commit": "~1.2.0"
},
"homepage": "https://github.com/unshiftio/ultron"
}