Push initial set of code

This commit is contained in:
Lordmau5 2020-05-21 01:00:06 +02:00
parent 254dd10993
commit 42d99b249a
4 changed files with 3096 additions and 0 deletions

Binary file not shown.

3072
index.js Normal file

File diff suppressed because it is too large Load Diff

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "kiwami_2_model_replacer",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"underscore": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
"integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg=="
}
}
}

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "kiwami_2_model_replacer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Lordmau5",
"license": "MIT",
"dependencies": {
"underscore": "^1.10.2"
}
}