Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.

Resolves #36
This commit is contained in:
Casper Warden
2020-11-19 16:51:14 +00:00
parent 7b41239a39
commit 2ff00a30f8
58 changed files with 6659 additions and 2228 deletions

View File

@@ -23,6 +23,7 @@
"url": "git+https://github.com/CasperTech/node-metaverse.git"
},
"devDependencies": {
"@types/micromatch": "^4.0.1",
"mocha": "^5.2.0",
"source-map-support": "^0.5.9",
"ts-node": "^7.0.1",
@@ -33,7 +34,6 @@
"dependencies": {
"@caspertech/llsd": "^1.0.3",
"@types/long": "^4.0.0",
"@types/micromatch": "^3.1.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.14.19",
"@types/request": "^2.48.3",
@@ -43,17 +43,23 @@
"@types/xml": "^1.0.2",
"@types/xml2js": "^0.4.3",
"@types/xmlrpc": "^1.3.5",
"chalk": "^3.0.0",
"flatted": "^2.0.1",
"ipaddr.js": "^1.8.1",
"logform": "^2.1.2",
"long": "^4.0.0",
"micromatch": "^4.0.0",
"micromatch": "^4.0.2",
"moment": "^2.22.2",
"rbush-3d": "0.0.4",
"request": "^2.88.0",
"rxjs": "^6.3.3",
"tar": "^4.4.6",
"rxjs": "^6.6.3",
"tar": "git+https://github.com/CasperTech/node-tar.git",
"tar-fs": "^2.0.0",
"tar-stream": "^2.1.0",
"tiny-async-pool": "^1.0.1",
"uuid": "^3.3.2",
"validator": "^10.8.0",
"winston": "^3.2.1",
"xml": "^1.0.1",
"xml2js": "^0.4.19",
"xmlbuilder": "^13.0.2",