@caspertech/node-metaverse 0.7.24 → 0.7.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +817 -817
- package/.eslintrc +224 -224
- package/IdeaCodeStyle.xml +68 -68
- package/LICENSE +21 -21
- package/README.md +78 -78
- package/dist/keepme.txt +0 -0
- package/dist/lib/classes/llsd/LLSDNotationParser.spec.js +46 -46
- package/examples/Camera/Camera.ts +24 -24
- package/examples/ExampleBot.ts +178 -178
- package/examples/Friends/Friends.ts +67 -67
- package/examples/Grid/Name2Key.ts +50 -50
- package/examples/Groups/Group.ts +102 -102
- package/examples/Groups/GroupChat.ts +112 -112
- package/examples/InstantMessages/InstantMessages.ts +41 -41
- package/examples/Inventory/Inventory.ts +175 -175
- package/examples/MFA/MFA.ts +55 -55
- package/examples/Money/Money.ts +63 -63
- package/examples/Objects/TaskInventory.ts +35 -35
- package/examples/Region/Agents.ts +81 -81
- package/examples/Region/Estate.ts +34 -34
- package/examples/Region/Parcels.ts +31 -31
- package/examples/Region/Region.ts +23 -23
- package/examples/Teleports/Teleports.ts +60 -60
- package/package.json +71 -71
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@caspertech/node-metaverse",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "A node.js interface for Second Life.",
|
|
5
|
-
"main": "dist/lib/index.js",
|
|
6
|
-
"types": "dist/lib/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"setup": "npm install",
|
|
9
|
-
"prepublish": "npm run build",
|
|
10
|
-
"test-only": "mocha -r source-map-support/register 'dist/**/*.spec.js'",
|
|
11
|
-
"pretest": "npm run build",
|
|
12
|
-
"test": "npm run test-only",
|
|
13
|
-
"build": "tsc --removeComments",
|
|
14
|
-
"run": "node -r source-map-support/register example/testBot.js"
|
|
15
|
-
},
|
|
16
|
-
"engines": {
|
|
17
|
-
"node": ">=7.6.0"
|
|
18
|
-
},
|
|
19
|
-
"author": "CasperTech Ltd",
|
|
20
|
-
"license": "MIT",
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/CasperTech/node-metaverse.git"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"@angular-eslint/eslint-plugin": "^12.7.0",
|
|
27
|
-
"@types/micromatch": "^4.0.4",
|
|
28
|
-
"@types/node": "^22.4.0",
|
|
29
|
-
"@types/tiny-async-pool": "^2.0.2",
|
|
30
|
-
"@types/uuid": "^8.3.4",
|
|
31
|
-
"@types/xml2js": "^0.4.14",
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
33
|
-
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
|
|
34
|
-
"@typescript-eslint/parser": "^4.33.0",
|
|
35
|
-
"eslint": "^7.32.0",
|
|
36
|
-
"mocha": "^9.2.2",
|
|
37
|
-
"source-map-support": "^0.5.21",
|
|
38
|
-
"ts-node": "^10.9.1",
|
|
39
|
-
"tslint": "^6.1.3",
|
|
40
|
-
"typescript": "^5.5.4"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"@caspertech/llsd": "^1.0.5",
|
|
44
|
-
"@types/long": "^4.0.2",
|
|
45
|
-
"@types/mocha": "^9.1.1",
|
|
46
|
-
"@types/validator": "^13.11.5",
|
|
47
|
-
"@types/xml": "^1.0.10",
|
|
48
|
-
"@types/xmlrpc": "^1.3.9",
|
|
49
|
-
"chalk": "^4.1.2",
|
|
50
|
-
"flatted": "^3.2.9",
|
|
51
|
-
"fs-extra": "^10.1.0",
|
|
52
|
-
"glob": "^7.2.3",
|
|
53
|
-
"got": "^11.8.6",
|
|
54
|
-
"ipaddr.js": "^2.1.0",
|
|
55
|
-
"logform": "^2.6.0",
|
|
56
|
-
"long": "^4.0.0",
|
|
57
|
-
"micromatch": "^4.0.5",
|
|
58
|
-
"moment": "^2.29.4",
|
|
59
|
-
"qs": "^6.5.3",
|
|
60
|
-
"rbush-3d": "0.0.4",
|
|
61
|
-
"rxjs": "^7.8.1",
|
|
62
|
-
"tiny-async-pool": "^2.1.0",
|
|
63
|
-
"uuid": "^8.3.2",
|
|
64
|
-
"validator": "^13.11.0",
|
|
65
|
-
"winston": "^3.11.0",
|
|
66
|
-
"xml": "^1.0.1",
|
|
67
|
-
"xml2js": "^0.5.0",
|
|
68
|
-
"xmlbuilder": "^15.1.1",
|
|
69
|
-
"xmlrpc": "github:CasperTech/node-xmlrpc"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@caspertech/node-metaverse",
|
|
3
|
+
"version": "0.7.25",
|
|
4
|
+
"description": "A node.js interface for Second Life.",
|
|
5
|
+
"main": "dist/lib/index.js",
|
|
6
|
+
"types": "dist/lib/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"setup": "npm install",
|
|
9
|
+
"prepublish": "npm run build",
|
|
10
|
+
"test-only": "mocha -r source-map-support/register 'dist/**/*.spec.js'",
|
|
11
|
+
"pretest": "npm run build",
|
|
12
|
+
"test": "npm run test-only",
|
|
13
|
+
"build": "tsc --removeComments",
|
|
14
|
+
"run": "node -r source-map-support/register example/testBot.js"
|
|
15
|
+
},
|
|
16
|
+
"engines": {
|
|
17
|
+
"node": ">=7.6.0"
|
|
18
|
+
},
|
|
19
|
+
"author": "CasperTech Ltd",
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/CasperTech/node-metaverse.git"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@angular-eslint/eslint-plugin": "^12.7.0",
|
|
27
|
+
"@types/micromatch": "^4.0.4",
|
|
28
|
+
"@types/node": "^22.4.0",
|
|
29
|
+
"@types/tiny-async-pool": "^2.0.2",
|
|
30
|
+
"@types/uuid": "^8.3.4",
|
|
31
|
+
"@types/xml2js": "^0.4.14",
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
33
|
+
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
|
|
34
|
+
"@typescript-eslint/parser": "^4.33.0",
|
|
35
|
+
"eslint": "^7.32.0",
|
|
36
|
+
"mocha": "^9.2.2",
|
|
37
|
+
"source-map-support": "^0.5.21",
|
|
38
|
+
"ts-node": "^10.9.1",
|
|
39
|
+
"tslint": "^6.1.3",
|
|
40
|
+
"typescript": "^5.5.4"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@caspertech/llsd": "^1.0.5",
|
|
44
|
+
"@types/long": "^4.0.2",
|
|
45
|
+
"@types/mocha": "^9.1.1",
|
|
46
|
+
"@types/validator": "^13.11.5",
|
|
47
|
+
"@types/xml": "^1.0.10",
|
|
48
|
+
"@types/xmlrpc": "^1.3.9",
|
|
49
|
+
"chalk": "^4.1.2",
|
|
50
|
+
"flatted": "^3.2.9",
|
|
51
|
+
"fs-extra": "^10.1.0",
|
|
52
|
+
"glob": "^7.2.3",
|
|
53
|
+
"got": "^11.8.6",
|
|
54
|
+
"ipaddr.js": "^2.1.0",
|
|
55
|
+
"logform": "^2.6.0",
|
|
56
|
+
"long": "^4.0.0",
|
|
57
|
+
"micromatch": "^4.0.5",
|
|
58
|
+
"moment": "^2.29.4",
|
|
59
|
+
"qs": "^6.5.3",
|
|
60
|
+
"rbush-3d": "0.0.4",
|
|
61
|
+
"rxjs": "^7.8.1",
|
|
62
|
+
"tiny-async-pool": "^2.1.0",
|
|
63
|
+
"uuid": "^8.3.2",
|
|
64
|
+
"validator": "^13.11.0",
|
|
65
|
+
"winston": "^3.11.0",
|
|
66
|
+
"xml": "^1.0.1",
|
|
67
|
+
"xml2js": "^0.5.0",
|
|
68
|
+
"xmlbuilder": "^15.1.1",
|
|
69
|
+
"xmlrpc": "github:CasperTech/node-xmlrpc"
|
|
70
|
+
}
|
|
71
|
+
}
|