Now we try a much larger apple depth
This commit is contained in:
parent
0c9921cd79
commit
3e890c5a27
10
data
10
data
@ -1,7 +1,7 @@
|
|||||||
Hit self
|
Hit self
|
||||||
886
|
887
|
||||||
39
|
91
|
||||||
9333
|
23930
|
||||||
886
|
887
|
||||||
sigonasr2
|
sigonasr2
|
||||||
|
|
2
index.js
2
index.js
@ -208,7 +208,7 @@ snake.onTick = function(obj) { // When the game updates
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function findPath(dir, x, y,appleDepth=5) {
|
function findPath(dir, x, y,appleDepth=11) {
|
||||||
if (spotIsFree(dir, x, y)) {
|
if (spotIsFree(dir, x, y)) {
|
||||||
TEST_REGIONS = [[x, y], ...TEST_REGIONS]
|
TEST_REGIONS = [[x, y], ...TEST_REGIONS]
|
||||||
diff_x = x - targetApp.x
|
diff_x = x - targetApp.x
|
||||||
|
69
node_modules/@socket.io/component-emitter/package.json
generated
vendored
69
node_modules/@socket.io/component-emitter/package.json
generated
vendored
@ -1,31 +1,66 @@
|
|||||||
{
|
{
|
||||||
"name": "@socket.io/component-emitter",
|
"_args": [
|
||||||
"description": "Event emitter",
|
[
|
||||||
"version": "3.1.0",
|
"@socket.io/component-emitter@3.1.0",
|
||||||
"license": "MIT",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"devDependencies": {
|
]
|
||||||
"mocha": "*",
|
],
|
||||||
"should": "*"
|
"_from": "@socket.io/component-emitter@3.1.0",
|
||||||
|
"_id": "@socket.io/component-emitter@3.1.0",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==",
|
||||||
|
"_location": "/@socket.io/component-emitter",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "@socket.io/component-emitter@3.1.0",
|
||||||
|
"name": "@socket.io/component-emitter",
|
||||||
|
"escapedName": "@socket.io%2fcomponent-emitter",
|
||||||
|
"scope": "@socket.io",
|
||||||
|
"rawSpec": "3.1.0",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "3.1.0"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/engine.io-client",
|
||||||
|
"/socket.io-client",
|
||||||
|
"/socket.io-parser"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
|
||||||
|
"_spec": "3.1.0",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/socketio/emitter/issues"
|
||||||
},
|
},
|
||||||
"component": {
|
"component": {
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"emitter/index.js": "index.js"
|
"emitter/index.js": "index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"description": "Event emitter",
|
||||||
"module": "index.mjs",
|
"devDependencies": {
|
||||||
"types": "index.d.ts",
|
"mocha": "*",
|
||||||
"repository": {
|
"should": "*"
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/socketio/emitter.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "make test"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
"index.mjs",
|
"index.mjs",
|
||||||
"index.d.ts",
|
"index.d.ts",
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
]
|
],
|
||||||
|
"homepage": "https://github.com/socketio/emitter#readme",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "index.js",
|
||||||
|
"module": "index.mjs",
|
||||||
|
"name": "@socket.io/component-emitter",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/socketio/emitter.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "make test"
|
||||||
|
},
|
||||||
|
"types": "index.d.ts",
|
||||||
|
"version": "3.1.0"
|
||||||
}
|
}
|
||||||
|
433
node_modules/@types/node/package.json
generated
vendored
433
node_modules/@types/node/package.json
generated
vendored
@ -1,225 +1,216 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"@types/node@18.7.5",
|
||||||
|
"/home/sigonasr2/SnakeBot"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "@types/node@18.7.5",
|
||||||
|
"_id": "@types/node@18.7.5",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-NcKK6Ts+9LqdHJaW6HQmgr7dT/i3GOHG+pt6BiWv++5SnjtRd4NXeiuN2kA153SjhXPR/AhHIPHPbrsbpUVOww==",
|
||||||
|
"_location": "/@types/node",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "@types/node@18.7.5",
|
||||||
"name": "@types/node",
|
"name": "@types/node",
|
||||||
"version": "18.7.5",
|
"escapedName": "@types%2fnode",
|
||||||
"description": "TypeScript definitions for Node.js",
|
"scope": "@types",
|
||||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
"rawSpec": "18.7.5",
|
||||||
"license": "MIT",
|
"saveSpec": null,
|
||||||
"contributors": [
|
"fetchSpec": "18.7.5"
|
||||||
{
|
},
|
||||||
"name": "Microsoft TypeScript",
|
"_requiredBy": [
|
||||||
"url": "https://github.com/Microsoft",
|
"/"
|
||||||
"githubUsername": "Microsoft"
|
],
|
||||||
},
|
"_resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.5.tgz",
|
||||||
{
|
"_spec": "18.7.5",
|
||||||
"name": "DefinitelyTyped",
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
"url": "https://github.com/DefinitelyTyped",
|
"bugs": {
|
||||||
"githubUsername": "DefinitelyTyped"
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
||||||
},
|
},
|
||||||
{
|
"contributors": [
|
||||||
"name": "Alberto Schiabel",
|
{
|
||||||
"url": "https://github.com/jkomyno",
|
"name": "Microsoft TypeScript",
|
||||||
"githubUsername": "jkomyno"
|
"url": "https://github.com/Microsoft"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Alvis HT Tang",
|
|
||||||
"url": "https://github.com/alvis",
|
|
||||||
"githubUsername": "alvis"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Andrew Makarov",
|
|
||||||
"url": "https://github.com/r3nya",
|
|
||||||
"githubUsername": "r3nya"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Benjamin Toueg",
|
|
||||||
"url": "https://github.com/btoueg",
|
|
||||||
"githubUsername": "btoueg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Chigozirim C.",
|
|
||||||
"url": "https://github.com/smac89",
|
|
||||||
"githubUsername": "smac89"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "David Junger",
|
|
||||||
"url": "https://github.com/touffy",
|
|
||||||
"githubUsername": "touffy"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Deividas Bakanas",
|
|
||||||
"url": "https://github.com/DeividasBakanas",
|
|
||||||
"githubUsername": "DeividasBakanas"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Eugene Y. Q. Shen",
|
|
||||||
"url": "https://github.com/eyqs",
|
|
||||||
"githubUsername": "eyqs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hannes Magnusson",
|
|
||||||
"url": "https://github.com/Hannes-Magnusson-CK",
|
|
||||||
"githubUsername": "Hannes-Magnusson-CK"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Huw",
|
|
||||||
"url": "https://github.com/hoo29",
|
|
||||||
"githubUsername": "hoo29"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Kelvin Jin",
|
|
||||||
"url": "https://github.com/kjin",
|
|
||||||
"githubUsername": "kjin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Klaus Meinhardt",
|
|
||||||
"url": "https://github.com/ajafff",
|
|
||||||
"githubUsername": "ajafff"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Lishude",
|
|
||||||
"url": "https://github.com/islishude",
|
|
||||||
"githubUsername": "islishude"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Mariusz Wiktorczyk",
|
|
||||||
"url": "https://github.com/mwiktorczyk",
|
|
||||||
"githubUsername": "mwiktorczyk"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Mohsen Azimi",
|
|
||||||
"url": "https://github.com/mohsen1",
|
|
||||||
"githubUsername": "mohsen1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Nicolas Even",
|
|
||||||
"url": "https://github.com/n-e",
|
|
||||||
"githubUsername": "n-e"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Nikita Galkin",
|
|
||||||
"url": "https://github.com/galkin",
|
|
||||||
"githubUsername": "galkin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Parambir Singh",
|
|
||||||
"url": "https://github.com/parambirs",
|
|
||||||
"githubUsername": "parambirs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Sebastian Silbermann",
|
|
||||||
"url": "https://github.com/eps1lon",
|
|
||||||
"githubUsername": "eps1lon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Simon Schick",
|
|
||||||
"url": "https://github.com/SimonSchick",
|
|
||||||
"githubUsername": "SimonSchick"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Thomas den Hollander",
|
|
||||||
"url": "https://github.com/ThomasdenH",
|
|
||||||
"githubUsername": "ThomasdenH"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Wilco Bakker",
|
|
||||||
"url": "https://github.com/WilcoBakker",
|
|
||||||
"githubUsername": "WilcoBakker"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "wwwy3y3",
|
|
||||||
"url": "https://github.com/wwwy3y3",
|
|
||||||
"githubUsername": "wwwy3y3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Samuel Ainsworth",
|
|
||||||
"url": "https://github.com/samuela",
|
|
||||||
"githubUsername": "samuela"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Kyle Uehlein",
|
|
||||||
"url": "https://github.com/kuehlein",
|
|
||||||
"githubUsername": "kuehlein"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Thanik Bhongbhibhat",
|
|
||||||
"url": "https://github.com/bhongy",
|
|
||||||
"githubUsername": "bhongy"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Marcin Kopacz",
|
|
||||||
"url": "https://github.com/chyzwar",
|
|
||||||
"githubUsername": "chyzwar"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Trivikram Kamat",
|
|
||||||
"url": "https://github.com/trivikr",
|
|
||||||
"githubUsername": "trivikr"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Junxiao Shi",
|
|
||||||
"url": "https://github.com/yoursunny",
|
|
||||||
"githubUsername": "yoursunny"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Ilia Baryshnikov",
|
|
||||||
"url": "https://github.com/qwelias",
|
|
||||||
"githubUsername": "qwelias"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ExE Boss",
|
|
||||||
"url": "https://github.com/ExE-Boss",
|
|
||||||
"githubUsername": "ExE-Boss"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Piotr Błażejewicz",
|
|
||||||
"url": "https://github.com/peterblazejewicz",
|
|
||||||
"githubUsername": "peterblazejewicz"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Anna Henningsen",
|
|
||||||
"url": "https://github.com/addaleax",
|
|
||||||
"githubUsername": "addaleax"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Victor Perin",
|
|
||||||
"url": "https://github.com/victorperin",
|
|
||||||
"githubUsername": "victorperin"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Yongsheng Zhang",
|
|
||||||
"url": "https://github.com/ZYSzys",
|
|
||||||
"githubUsername": "ZYSzys"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "NodeJS Contributors",
|
|
||||||
"url": "https://github.com/NodeJS",
|
|
||||||
"githubUsername": "NodeJS"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Linus Unnebäck",
|
|
||||||
"url": "https://github.com/LinusU",
|
|
||||||
"githubUsername": "LinusU"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "wafuwafu13",
|
|
||||||
"url": "https://github.com/wafuwafu13",
|
|
||||||
"githubUsername": "wafuwafu13"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Matteo Collina",
|
|
||||||
"url": "https://github.com/mcollina",
|
|
||||||
"githubUsername": "mcollina"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"main": "",
|
|
||||||
"types": "index.d.ts",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
||||||
"directory": "types/node"
|
|
||||||
},
|
},
|
||||||
"scripts": {},
|
{
|
||||||
"dependencies": {},
|
"name": "DefinitelyTyped",
|
||||||
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b",
|
"url": "https://github.com/DefinitelyTyped"
|
||||||
"typeScriptVersion": "4.0"
|
},
|
||||||
|
{
|
||||||
|
"name": "Alberto Schiabel",
|
||||||
|
"url": "https://github.com/jkomyno"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Alvis HT Tang",
|
||||||
|
"url": "https://github.com/alvis"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Andrew Makarov",
|
||||||
|
"url": "https://github.com/r3nya"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Benjamin Toueg",
|
||||||
|
"url": "https://github.com/btoueg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Chigozirim C.",
|
||||||
|
"url": "https://github.com/smac89"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "David Junger",
|
||||||
|
"url": "https://github.com/touffy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Deividas Bakanas",
|
||||||
|
"url": "https://github.com/DeividasBakanas"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Eugene Y. Q. Shen",
|
||||||
|
"url": "https://github.com/eyqs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hannes Magnusson",
|
||||||
|
"url": "https://github.com/Hannes-Magnusson-CK"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Huw",
|
||||||
|
"url": "https://github.com/hoo29"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kelvin Jin",
|
||||||
|
"url": "https://github.com/kjin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Klaus Meinhardt",
|
||||||
|
"url": "https://github.com/ajafff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Lishude",
|
||||||
|
"url": "https://github.com/islishude"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mariusz Wiktorczyk",
|
||||||
|
"url": "https://github.com/mwiktorczyk"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mohsen Azimi",
|
||||||
|
"url": "https://github.com/mohsen1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nicolas Even",
|
||||||
|
"url": "https://github.com/n-e"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nikita Galkin",
|
||||||
|
"url": "https://github.com/galkin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Parambir Singh",
|
||||||
|
"url": "https://github.com/parambirs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sebastian Silbermann",
|
||||||
|
"url": "https://github.com/eps1lon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Simon Schick",
|
||||||
|
"url": "https://github.com/SimonSchick"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thomas den Hollander",
|
||||||
|
"url": "https://github.com/ThomasdenH"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Wilco Bakker",
|
||||||
|
"url": "https://github.com/WilcoBakker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "wwwy3y3",
|
||||||
|
"url": "https://github.com/wwwy3y3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Samuel Ainsworth",
|
||||||
|
"url": "https://github.com/samuela"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kyle Uehlein",
|
||||||
|
"url": "https://github.com/kuehlein"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thanik Bhongbhibhat",
|
||||||
|
"url": "https://github.com/bhongy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Marcin Kopacz",
|
||||||
|
"url": "https://github.com/chyzwar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Trivikram Kamat",
|
||||||
|
"url": "https://github.com/trivikr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Junxiao Shi",
|
||||||
|
"url": "https://github.com/yoursunny"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ilia Baryshnikov",
|
||||||
|
"url": "https://github.com/qwelias"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ExE Boss",
|
||||||
|
"url": "https://github.com/ExE-Boss"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Piotr Błażejewicz",
|
||||||
|
"url": "https://github.com/peterblazejewicz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Anna Henningsen",
|
||||||
|
"url": "https://github.com/addaleax"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Victor Perin",
|
||||||
|
"url": "https://github.com/victorperin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Yongsheng Zhang",
|
||||||
|
"url": "https://github.com/ZYSzys"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NodeJS Contributors",
|
||||||
|
"url": "https://github.com/NodeJS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Linus Unnebäck",
|
||||||
|
"url": "https://github.com/LinusU"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "wafuwafu13",
|
||||||
|
"url": "https://github.com/wafuwafu13"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Matteo Collina",
|
||||||
|
"url": "https://github.com/mcollina"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependencies": {},
|
||||||
|
"description": "TypeScript definitions for Node.js",
|
||||||
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "",
|
||||||
|
"name": "@types/node",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||||
|
"directory": "types/node"
|
||||||
|
},
|
||||||
|
"scripts": {},
|
||||||
|
"typeScriptVersion": "4.0",
|
||||||
|
"types": "index.d.ts",
|
||||||
|
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b",
|
||||||
|
"version": "18.7.5"
|
||||||
}
|
}
|
98
node_modules/data-uri-to-buffer/package.json
generated
vendored
98
node_modules/data-uri-to-buffer/package.json
generated
vendored
@ -1,42 +1,41 @@
|
|||||||
{
|
{
|
||||||
"name": "data-uri-to-buffer",
|
"_args": [
|
||||||
"version": "4.0.0",
|
[
|
||||||
"description": "Generate a Buffer instance from a Data URI string",
|
"data-uri-to-buffer@4.0.0",
|
||||||
"type": "module",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"main": "dist/index.js",
|
]
|
||||||
"types": "dist/index.d.ts",
|
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"src"
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"_from": "data-uri-to-buffer@4.0.0",
|
||||||
"build": "tsc",
|
"_id": "data-uri-to-buffer@4.0.0",
|
||||||
"test": "jest",
|
"_inBundle": false,
|
||||||
"prepublishOnly": "npm run build"
|
"_integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==",
|
||||||
|
"_location": "/data-uri-to-buffer",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "data-uri-to-buffer@4.0.0",
|
||||||
|
"name": "data-uri-to-buffer",
|
||||||
|
"escapedName": "data-uri-to-buffer",
|
||||||
|
"rawSpec": "4.0.0",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "4.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"_requiredBy": [
|
||||||
"type": "git",
|
"/node-fetch"
|
||||||
"url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 12"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"data",
|
|
||||||
"uri",
|
|
||||||
"datauri",
|
|
||||||
"data-uri",
|
|
||||||
"buffer",
|
|
||||||
"convert",
|
|
||||||
"rfc2397",
|
|
||||||
"2397"
|
|
||||||
],
|
],
|
||||||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
"_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
|
||||||
"license": "MIT",
|
"_spec": "4.0.0",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Nathan Rajlich",
|
||||||
|
"email": "nathan@tootallnate.net",
|
||||||
|
"url": "http://n8.io/"
|
||||||
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
|
"url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
|
"description": "Generate a Buffer instance from a Data URI string",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/es6-promisify": "^5.0.0",
|
"@types/es6-promisify": "^5.0.0",
|
||||||
"@types/mocha": "^9.0.0",
|
"@types/mocha": "^9.0.0",
|
||||||
@ -45,6 +44,14 @@
|
|||||||
"ts-jest": "^27.0.5",
|
"ts-jest": "^27.0.5",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.4.3"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 12"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
|
||||||
"jest": {
|
"jest": {
|
||||||
"preset": "ts-jest",
|
"preset": "ts-jest",
|
||||||
"globals": {
|
"globals": {
|
||||||
@ -58,5 +65,30 @@
|
|||||||
"testMatch": [
|
"testMatch": [
|
||||||
"<rootDir>/test/**/*.test.ts"
|
"<rootDir>/test/**/*.test.ts"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"keywords": [
|
||||||
|
"data",
|
||||||
|
"uri",
|
||||||
|
"datauri",
|
||||||
|
"data-uri",
|
||||||
|
"buffer",
|
||||||
|
"convert",
|
||||||
|
"rfc2397",
|
||||||
|
"2397"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"name": "data-uri-to-buffer",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "tsc",
|
||||||
|
"prepublishOnly": "npm run build",
|
||||||
|
"test": "jest"
|
||||||
|
},
|
||||||
|
"type": "module",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
|
"version": "4.0.0"
|
||||||
}
|
}
|
||||||
|
111
node_modules/debug/package.json
generated
vendored
111
node_modules/debug/package.json
generated
vendored
@ -1,38 +1,61 @@
|
|||||||
{
|
{
|
||||||
"name": "debug",
|
"_args": [
|
||||||
"version": "4.3.4",
|
[
|
||||||
"repository": {
|
"debug@4.3.4",
|
||||||
"type": "git",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"url": "git://github.com/debug-js/debug.git"
|
]
|
||||||
|
],
|
||||||
|
"_from": "debug@4.3.4",
|
||||||
|
"_id": "debug@4.3.4",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
||||||
|
"_location": "/debug",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "debug@4.3.4",
|
||||||
|
"name": "debug",
|
||||||
|
"escapedName": "debug",
|
||||||
|
"rawSpec": "4.3.4",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "4.3.4"
|
||||||
},
|
},
|
||||||
"description": "Lightweight debugging utility for Node.js and the browser",
|
"_requiredBy": [
|
||||||
"keywords": [
|
"/engine.io-client",
|
||||||
"debug",
|
"/socket.io-client",
|
||||||
"log",
|
"/socket.io-parser"
|
||||||
"debugger"
|
|
||||||
],
|
],
|
||||||
"files": [
|
"_resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
||||||
"src",
|
"_spec": "4.3.4",
|
||||||
"LICENSE",
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
"README.md"
|
"author": {
|
||||||
],
|
"name": "Josh Junon",
|
||||||
"author": "Josh Junon <josh.junon@protonmail.com>",
|
"email": "josh.junon@protonmail.com"
|
||||||
|
},
|
||||||
|
"browser": "./src/browser.js",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/debug-js/debug/issues"
|
||||||
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"TJ Holowaychuk <tj@vision-media.ca>",
|
{
|
||||||
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
|
"name": "TJ Holowaychuk",
|
||||||
"Andrew Rhyne <rhyneandrew@gmail.com>"
|
"email": "tj@vision-media.ca"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Nathan Rajlich",
|
||||||
|
"email": "nathan@tootallnate.net",
|
||||||
|
"url": "http://n8.io"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Andrew Rhyne",
|
||||||
|
"email": "rhyneandrew@gmail.com"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
|
||||||
"scripts": {
|
|
||||||
"lint": "xo",
|
|
||||||
"test": "npm run test:node && npm run test:browser && npm run lint",
|
|
||||||
"test:node": "istanbul cover _mocha -- test.js",
|
|
||||||
"test:browser": "karma start --single-run",
|
|
||||||
"test:coverage": "cat ./coverage/lcov.info | coveralls"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ms": "2.1.2"
|
"ms": "2.1.2"
|
||||||
},
|
},
|
||||||
|
"description": "Lightweight debugging utility for Node.js and the browser",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"brfs": "^2.0.1",
|
"brfs": "^2.0.1",
|
||||||
"browserify": "^16.2.3",
|
"browserify": "^16.2.3",
|
||||||
@ -46,14 +69,38 @@
|
|||||||
"mocha-lcov-reporter": "^1.2.0",
|
"mocha-lcov-reporter": "^1.2.0",
|
||||||
"xo": "^0.23.0"
|
"xo": "^0.23.0"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=6.0"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src",
|
||||||
|
"LICENSE",
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/debug-js/debug#readme",
|
||||||
|
"keywords": [
|
||||||
|
"debug",
|
||||||
|
"log",
|
||||||
|
"debugger"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "./src/index.js",
|
||||||
|
"name": "debug",
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"supports-color": {
|
"supports-color": {
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"main": "./src/index.js",
|
"repository": {
|
||||||
"browser": "./src/browser.js",
|
"type": "git",
|
||||||
"engines": {
|
"url": "git://github.com/debug-js/debug.git"
|
||||||
"node": ">=6.0"
|
},
|
||||||
}
|
"scripts": {
|
||||||
|
"lint": "xo",
|
||||||
|
"test": "npm run test:node && npm run test:browser && npm run lint",
|
||||||
|
"test:browser": "karma start --single-run",
|
||||||
|
"test:coverage": "cat ./coverage/lcov.info | coveralls",
|
||||||
|
"test:node": "istanbul cover _mocha -- test.js"
|
||||||
|
},
|
||||||
|
"version": "4.3.4"
|
||||||
}
|
}
|
||||||
|
109
node_modules/dotenv/package.json
generated
vendored
109
node_modules/dotenv/package.json
generated
vendored
@ -1,43 +1,36 @@
|
|||||||
{
|
{
|
||||||
"name": "dotenv",
|
"_args": [
|
||||||
"version": "16.0.1",
|
[
|
||||||
"description": "Loads environment variables from .env file",
|
"dotenv@16.0.1",
|
||||||
"main": "lib/main.js",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"types": "lib/main.d.ts",
|
]
|
||||||
"exports": {
|
|
||||||
".": {
|
|
||||||
"require": "./lib/main.js",
|
|
||||||
"types": "./lib/main.d.ts",
|
|
||||||
"default": "./lib/main.js"
|
|
||||||
},
|
|
||||||
"./config": "./config.js",
|
|
||||||
"./config.js": "./config.js",
|
|
||||||
"./package.json": "./package.json"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"dts-check": "tsc --project tests/types/tsconfig.json",
|
|
||||||
"lint": "standard",
|
|
||||||
"lint-readme": "standard-markdown",
|
|
||||||
"pretest": "npm run lint && npm run dts-check",
|
|
||||||
"test": "tap tests/*.js --100 -Rspec",
|
|
||||||
"prerelease": "npm test",
|
|
||||||
"release": "standard-version"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git://github.com/motdotla/dotenv.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"dotenv",
|
|
||||||
"env",
|
|
||||||
".env",
|
|
||||||
"environment",
|
|
||||||
"variables",
|
|
||||||
"config",
|
|
||||||
"settings"
|
|
||||||
],
|
],
|
||||||
"readmeFilename": "README.md",
|
"_from": "dotenv@16.0.1",
|
||||||
"license": "BSD-2-Clause",
|
"_id": "dotenv@16.0.1",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==",
|
||||||
|
"_location": "/dotenv",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "dotenv@16.0.1",
|
||||||
|
"name": "dotenv",
|
||||||
|
"escapedName": "dotenv",
|
||||||
|
"rawSpec": "16.0.1",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "16.0.1"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
|
||||||
|
"_spec": "16.0.1",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/motdotla/dotenv/issues"
|
||||||
|
},
|
||||||
|
"description": "Loads environment variables from .env file",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^17.0.9",
|
"@types/node": "^17.0.9",
|
||||||
"decache": "^4.6.1",
|
"decache": "^4.6.1",
|
||||||
@ -52,5 +45,43 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
}
|
},
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"require": "./lib/main.js",
|
||||||
|
"types": "./lib/main.d.ts",
|
||||||
|
"default": "./lib/main.js"
|
||||||
|
},
|
||||||
|
"./config": "./config.js",
|
||||||
|
"./config.js": "./config.js",
|
||||||
|
"./package.json": "./package.json"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/motdotla/dotenv#readme",
|
||||||
|
"keywords": [
|
||||||
|
"dotenv",
|
||||||
|
"env",
|
||||||
|
".env",
|
||||||
|
"environment",
|
||||||
|
"variables",
|
||||||
|
"config",
|
||||||
|
"settings"
|
||||||
|
],
|
||||||
|
"license": "BSD-2-Clause",
|
||||||
|
"main": "lib/main.js",
|
||||||
|
"name": "dotenv",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/motdotla/dotenv.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"dts-check": "tsc --project tests/types/tsconfig.json",
|
||||||
|
"lint": "standard",
|
||||||
|
"lint-readme": "standard-markdown",
|
||||||
|
"prerelease": "npm test",
|
||||||
|
"pretest": "npm run lint && npm run dts-check",
|
||||||
|
"release": "standard-version",
|
||||||
|
"test": "tap tests/*.js --100 -Rspec"
|
||||||
|
},
|
||||||
|
"types": "lib/main.d.ts",
|
||||||
|
"version": "16.0.1"
|
||||||
}
|
}
|
||||||
|
119
node_modules/engine.io-client/package.json
generated
vendored
119
node_modules/engine.io-client/package.json
generated
vendored
@ -1,25 +1,44 @@
|
|||||||
{
|
{
|
||||||
"name": "engine.io-client",
|
"_args": [
|
||||||
"description": "Client for the realtime Engine",
|
[
|
||||||
"license": "MIT",
|
"engine.io-client@6.2.2",
|
||||||
"version": "6.2.2",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"main": "./build/cjs/index.js",
|
]
|
||||||
"module": "./build/esm/index.js",
|
],
|
||||||
"exports": {
|
"_from": "engine.io-client@6.2.2",
|
||||||
"./package.json": "./package.json",
|
"_id": "engine.io-client@6.2.2",
|
||||||
"./dist/engine.io.esm.min.js": "./dist/engine.io.esm.min.js",
|
"_inBundle": false,
|
||||||
"./dist/engine.io.js": "./dist/engine.io.js",
|
"_integrity": "sha512-8ZQmx0LQGRTYkHuogVZuGSpDqYZtCM/nv8zQ68VZ+JkOpazJ7ICdsSpaO6iXwvaU30oFg5QJOJWj8zWqhbKjkQ==",
|
||||||
"./dist/engine.io.min.js": "./dist/engine.io.min.js",
|
"_location": "/engine.io-client",
|
||||||
".": {
|
"_phantomChildren": {},
|
||||||
"import": {
|
"_requested": {
|
||||||
"node": "./build/esm-debug/index.js",
|
"type": "version",
|
||||||
"default": "./build/esm/index.js"
|
"registry": true,
|
||||||
},
|
"raw": "engine.io-client@6.2.2",
|
||||||
"require": "./build/cjs/index.js"
|
"name": "engine.io-client",
|
||||||
}
|
"escapedName": "engine.io-client",
|
||||||
|
"rawSpec": "6.2.2",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "6.2.2"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/socket.io-client"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.2.2.tgz",
|
||||||
|
"_spec": "6.2.2",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"browser": {
|
||||||
|
"./test/node.js": false,
|
||||||
|
"./build/esm/transports/xmlhttprequest.js": "./build/esm/transports/xmlhttprequest.browser.js",
|
||||||
|
"./build/esm/transports/websocket-constructor.js": "./build/esm/transports/websocket-constructor.browser.js",
|
||||||
|
"./build/esm/globalThis.js": "./build/esm/globalThis.browser.js",
|
||||||
|
"./build/cjs/transports/xmlhttprequest.js": "./build/cjs/transports/xmlhttprequest.browser.js",
|
||||||
|
"./build/cjs/transports/websocket-constructor.js": "./build/cjs/transports/websocket-constructor.browser.js",
|
||||||
|
"./build/cjs/globalThis.js": "./build/cjs/globalThis.browser.js"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/socketio/engine.io-client/issues"
|
||||||
},
|
},
|
||||||
"types": "build/esm/index.d.ts",
|
|
||||||
"homepage": "https://github.com/socketio/engine.io-client",
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Guillermo Rauch",
|
"name": "Guillermo Rauch",
|
||||||
@ -31,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Christoph Dorn",
|
"name": "Christoph Dorn",
|
||||||
"web": "https://github.com/cadorn"
|
"url": "https://github.com/cadorn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Mark Mokryn",
|
"name": "Mark Mokryn",
|
||||||
@ -45,6 +64,7 @@
|
|||||||
"ws": "~8.2.3",
|
"ws": "~8.2.3",
|
||||||
"xmlhttprequest-ssl": "~2.0.0"
|
"xmlhttprequest-ssl": "~2.0.0"
|
||||||
},
|
},
|
||||||
|
"description": "Client for the realtime Engine",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.12.9",
|
"@babel/core": "^7.12.9",
|
||||||
"@babel/plugin-transform-object-assign": "^7.12.1",
|
"@babel/plugin-transform-object-assign": "^7.12.1",
|
||||||
@ -74,31 +94,42 @@
|
|||||||
"zuul-builder-webpack": "^1.2.0",
|
"zuul-builder-webpack": "^1.2.0",
|
||||||
"zuul-ngrok": "4.0.0"
|
"zuul-ngrok": "4.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"exports": {
|
||||||
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
"./package.json": "./package.json",
|
||||||
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
"./dist/engine.io.esm.min.js": "./dist/engine.io.esm.min.js",
|
||||||
"test:node": "mocha --bail --reporter dot --require test/support/server.js test/index.js",
|
"./dist/engine.io.js": "./dist/engine.io.js",
|
||||||
"test:browser": "zuul test/index.js",
|
"./dist/engine.io.min.js": "./dist/engine.io.min.js",
|
||||||
"build": "rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js",
|
".": {
|
||||||
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.js' 'support/**/*.js'",
|
"import": {
|
||||||
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.js' 'support/**/*.js'",
|
"node": "./build/esm-debug/index.js",
|
||||||
"prepack": "npm run compile"
|
"default": "./build/esm/index.js"
|
||||||
},
|
},
|
||||||
"browser": {
|
"require": "./build/cjs/index.js"
|
||||||
"./test/node.js": false,
|
}
|
||||||
"./build/esm/transports/xmlhttprequest.js": "./build/esm/transports/xmlhttprequest.browser.js",
|
|
||||||
"./build/esm/transports/websocket-constructor.js": "./build/esm/transports/websocket-constructor.browser.js",
|
|
||||||
"./build/esm/globalThis.js": "./build/esm/globalThis.browser.js",
|
|
||||||
"./build/cjs/transports/xmlhttprequest.js": "./build/cjs/transports/xmlhttprequest.browser.js",
|
|
||||||
"./build/cjs/transports/websocket-constructor.js": "./build/cjs/transports/websocket-constructor.browser.js",
|
|
||||||
"./build/cjs/globalThis.js": "./build/cjs/globalThis.browser.js"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/socketio/engine.io-client.git"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"build/",
|
"build/",
|
||||||
"dist/"
|
"dist/"
|
||||||
]
|
],
|
||||||
|
"homepage": "https://github.com/socketio/engine.io-client",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "./build/cjs/index.js",
|
||||||
|
"module": "./build/esm/index.js",
|
||||||
|
"name": "engine.io-client",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/socketio/engine.io-client.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js",
|
||||||
|
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
||||||
|
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.js' 'support/**/*.js'",
|
||||||
|
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.js' 'support/**/*.js'",
|
||||||
|
"prepack": "npm run compile",
|
||||||
|
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
||||||
|
"test:browser": "zuul test/index.js",
|
||||||
|
"test:node": "mocha --bail --reporter dot --require test/support/server.js test/index.js"
|
||||||
|
},
|
||||||
|
"types": "build/esm/index.d.ts",
|
||||||
|
"version": "6.2.2"
|
||||||
}
|
}
|
||||||
|
91
node_modules/engine.io-parser/package.json
generated
vendored
91
node_modules/engine.io-parser/package.json
generated
vendored
@ -1,16 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "engine.io-parser",
|
"_args": [
|
||||||
"description": "Parser for the client for the realtime Engine",
|
[
|
||||||
"license": "MIT",
|
"engine.io-parser@5.0.4",
|
||||||
"version": "5.0.4",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"main": "./build/cjs/index.js",
|
]
|
||||||
"module": "./build/esm/index.js",
|
],
|
||||||
"exports": {
|
"_from": "engine.io-parser@5.0.4",
|
||||||
"import": "./build/esm/index.js",
|
"_id": "engine.io-parser@5.0.4",
|
||||||
"require": "./build/cjs/index.js"
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==",
|
||||||
|
"_location": "/engine.io-parser",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "engine.io-parser@5.0.4",
|
||||||
|
"name": "engine.io-parser",
|
||||||
|
"escapedName": "engine.io-parser",
|
||||||
|
"rawSpec": "5.0.4",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "5.0.4"
|
||||||
},
|
},
|
||||||
"types": "build/esm/index.d.ts",
|
"_requiredBy": [
|
||||||
"homepage": "https://github.com/socketio/engine.io-parser",
|
"/engine.io-client"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz",
|
||||||
|
"_spec": "5.0.4",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"browser": {
|
||||||
|
"./test/node": "./test/browser",
|
||||||
|
"./build/esm/encodePacket.js": "./build/esm/encodePacket.browser.js",
|
||||||
|
"./build/esm/decodePacket.js": "./build/esm/decodePacket.browser.js",
|
||||||
|
"./build/cjs/encodePacket.js": "./build/cjs/encodePacket.browser.js",
|
||||||
|
"./build/cjs/decodePacket.js": "./build/cjs/decodePacket.browser.js"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/socketio/engine.io-parser/issues"
|
||||||
|
},
|
||||||
|
"description": "Parser for the client for the realtime Engine",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "~7.9.6",
|
"@babel/core": "~7.9.6",
|
||||||
"@babel/preset-env": "~7.9.6",
|
"@babel/preset-env": "~7.9.6",
|
||||||
@ -30,29 +57,33 @@
|
|||||||
"zuul": "3.11.1",
|
"zuul": "3.11.1",
|
||||||
"zuul-ngrok": "4.0.0"
|
"zuul-ngrok": "4.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"engines": {
|
||||||
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
"node": ">=10.0.0"
|
||||||
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
|
||||||
"test:node": "nyc mocha -r ts-node/register test/index.ts",
|
|
||||||
"test:browser": "zuul test/index.ts --no-coverage",
|
|
||||||
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'",
|
|
||||||
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"exports": {
|
||||||
"type": "git",
|
"import": "./build/esm/index.js",
|
||||||
"url": "git@github.com:socketio/engine.io-parser.git"
|
"require": "./build/cjs/index.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"build/"
|
"build/"
|
||||||
],
|
],
|
||||||
"browser": {
|
"homepage": "https://github.com/socketio/engine.io-parser",
|
||||||
"./test/node": "./test/browser",
|
"license": "MIT",
|
||||||
"./build/esm/encodePacket.js": "./build/esm/encodePacket.browser.js",
|
"main": "./build/cjs/index.js",
|
||||||
"./build/esm/decodePacket.js": "./build/esm/decodePacket.browser.js",
|
"module": "./build/esm/index.js",
|
||||||
"./build/cjs/encodePacket.js": "./build/cjs/encodePacket.browser.js",
|
"name": "engine.io-parser",
|
||||||
"./build/cjs/decodePacket.js": "./build/cjs/decodePacket.browser.js"
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+ssh://git@github.com/socketio/engine.io-parser.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"scripts": {
|
||||||
"node": ">=10.0.0"
|
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
||||||
}
|
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'",
|
||||||
|
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
|
||||||
|
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
||||||
|
"test:browser": "zuul test/index.ts --no-coverage",
|
||||||
|
"test:node": "nyc mocha -r ts-node/register test/index.ts"
|
||||||
|
},
|
||||||
|
"types": "build/esm/index.d.ts",
|
||||||
|
"version": "5.0.4"
|
||||||
}
|
}
|
||||||
|
138
node_modules/fetch-blob/package.json
generated
vendored
138
node_modules/fetch-blob/package.json
generated
vendored
@ -1,56 +1,92 @@
|
|||||||
{
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"fetch-blob@3.2.0",
|
||||||
|
"/home/sigonasr2/SnakeBot"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "fetch-blob@3.2.0",
|
||||||
|
"_id": "fetch-blob@3.2.0",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
||||||
|
"_location": "/fetch-blob",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "fetch-blob@3.2.0",
|
||||||
"name": "fetch-blob",
|
"name": "fetch-blob",
|
||||||
"version": "3.2.0",
|
"escapedName": "fetch-blob",
|
||||||
"description": "Blob & File implementation in Node.js, originally from node-fetch.",
|
"rawSpec": "3.2.0",
|
||||||
"main": "index.js",
|
"saveSpec": null,
|
||||||
"type": "module",
|
"fetchSpec": "3.2.0"
|
||||||
"files": [
|
},
|
||||||
"from.js",
|
"_requiredBy": [
|
||||||
"file.js",
|
"/formdata-polyfill",
|
||||||
"file.d.ts",
|
"/node-fetch"
|
||||||
"index.js",
|
],
|
||||||
"index.d.ts",
|
"_resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
||||||
"from.d.ts",
|
"_spec": "3.2.0",
|
||||||
"streams.cjs"
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
],
|
"author": {
|
||||||
"scripts": {
|
"name": "Jimmy Wärting",
|
||||||
"test": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",
|
"email": "jimmy@warting.se",
|
||||||
"report": "c8 --reporter json --reporter text npm run test",
|
"url": "https://jimmy.warting.se"
|
||||||
"coverage": "npm run report && codecov -f coverage/coverage-final.json",
|
},
|
||||||
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js"
|
"bugs": {
|
||||||
|
"url": "https://github.com/node-fetch/fetch-blob/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"node-domexception": "^1.0.0",
|
||||||
|
"web-streams-polyfill": "^3.0.3"
|
||||||
|
},
|
||||||
|
"description": "Blob & File implementation in Node.js, originally from node-fetch.",
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "^17.0.9",
|
||||||
|
"c8": "^7.11.0",
|
||||||
|
"typescript": "^4.5.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^12.20 || >= 14.13"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"from.js",
|
||||||
|
"file.js",
|
||||||
|
"file.d.ts",
|
||||||
|
"index.js",
|
||||||
|
"index.d.ts",
|
||||||
|
"from.d.ts",
|
||||||
|
"streams.cjs"
|
||||||
|
],
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/jimmywarting"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/node-fetch/fetch-blob.git",
|
{
|
||||||
"keywords": [
|
"type": "paypal",
|
||||||
"blob",
|
"url": "https://paypal.me/jimmywarting"
|
||||||
"file",
|
|
||||||
"node-fetch"
|
|
||||||
],
|
|
||||||
"engines": {
|
|
||||||
"node": "^12.20 || >= 14.13"
|
|
||||||
},
|
|
||||||
"author": "Jimmy Wärting <jimmy@warting.se> (https://jimmy.warting.se)",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/node-fetch/fetch-blob/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/node-fetch/fetch-blob#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"@types/node": "^17.0.9",
|
|
||||||
"c8": "^7.11.0",
|
|
||||||
"typescript": "^4.5.4"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"type": "github",
|
|
||||||
"url": "https://github.com/sponsors/jimmywarting"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "paypal",
|
|
||||||
"url": "https://paypal.me/jimmywarting"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"node-domexception": "^1.0.0",
|
|
||||||
"web-streams-polyfill": "^3.0.3"
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/node-fetch/fetch-blob#readme",
|
||||||
|
"keywords": [
|
||||||
|
"blob",
|
||||||
|
"file",
|
||||||
|
"node-fetch"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "index.js",
|
||||||
|
"name": "fetch-blob",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/node-fetch/fetch-blob.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"coverage": "npm run report && codecov -f coverage/coverage-final.json",
|
||||||
|
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js",
|
||||||
|
"report": "c8 --reporter json --reporter text npm run test",
|
||||||
|
"test": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js"
|
||||||
|
},
|
||||||
|
"type": "module",
|
||||||
|
"version": "3.2.0"
|
||||||
}
|
}
|
||||||
|
84
node_modules/formdata-polyfill/package.json
generated
vendored
84
node_modules/formdata-polyfill/package.json
generated
vendored
@ -1,18 +1,49 @@
|
|||||||
{
|
{
|
||||||
"name": "formdata-polyfill",
|
"_args": [
|
||||||
"version": "4.0.10",
|
[
|
||||||
"description": "HTML5 `FormData` for Browsers and Node.",
|
"formdata-polyfill@4.0.10",
|
||||||
"type": "module",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"main": "formdata.min.js",
|
]
|
||||||
"scripts": {
|
],
|
||||||
"build": "node build.js",
|
"_from": "formdata-polyfill@4.0.10",
|
||||||
"test": "node test/test-esm.js",
|
"_id": "formdata-polyfill@4.0.10",
|
||||||
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",
|
"_inBundle": false,
|
||||||
"test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html"
|
"_integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
||||||
|
"_location": "/formdata-polyfill",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "formdata-polyfill@4.0.10",
|
||||||
|
"name": "formdata-polyfill",
|
||||||
|
"escapedName": "formdata-polyfill",
|
||||||
|
"rawSpec": "4.0.10",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "4.0.10"
|
||||||
},
|
},
|
||||||
"repository": {
|
"_requiredBy": [
|
||||||
"type": "git",
|
"/node-fetch"
|
||||||
"url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
||||||
|
"_spec": "4.0.10",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Jimmy Wärting"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/jimmywarting/FormData/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"fetch-blob": "^3.1.2"
|
||||||
|
},
|
||||||
|
"description": "HTML5 `FormData` for Browsers and Node.",
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/google-closure-compiler": "^0.0.19",
|
||||||
|
"@types/node": "^16.7.10",
|
||||||
|
"google-closure-compiler": "^20210808.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.20.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"esm.min.js",
|
"esm.min.js",
|
||||||
@ -22,9 +53,7 @@
|
|||||||
"formdata.min.js",
|
"formdata.min.js",
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
"engines": {
|
"homepage": "https://github.com/jimmywarting/FormData#readme",
|
||||||
"node": ">=12.20.0"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"formdata",
|
"formdata",
|
||||||
"fetch",
|
"fetch",
|
||||||
@ -33,18 +62,19 @@
|
|||||||
"browser",
|
"browser",
|
||||||
"polyfill"
|
"polyfill"
|
||||||
],
|
],
|
||||||
"author": "Jimmy Wärting",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"main": "formdata.min.js",
|
||||||
"url": "https://github.com/jimmywarting/FormData/issues"
|
"name": "formdata-polyfill",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/jimmywarting/FormData#readme",
|
"scripts": {
|
||||||
"dependencies": {
|
"build": "node build.js",
|
||||||
"fetch-blob": "^3.1.2"
|
"test": "node test/test-esm.js",
|
||||||
|
"test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html",
|
||||||
|
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"type": "module",
|
||||||
"@types/google-closure-compiler": "^0.0.19",
|
"version": "4.0.10"
|
||||||
"@types/node": "^16.7.10",
|
|
||||||
"google-closure-compiler": "^20210808.0.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
88
node_modules/heap/package.json
generated
vendored
88
node_modules/heap/package.json
generated
vendored
@ -1,26 +1,66 @@
|
|||||||
{
|
{
|
||||||
"name" : "heap"
|
"_args": [
|
||||||
, "version" : "0.2.5"
|
[
|
||||||
, "description" : "binary heap (priority queue) algorithms (ported from Python's heapq module)"
|
"heap@0.2.5",
|
||||||
, "homepage" : "https://github.com/qiao/heap.js"
|
"/home/sigonasr2/SnakeBot"
|
||||||
, "keywords" : ["algorithm", "data structure", "heap"]
|
]
|
||||||
, "author" : "Xueqiao Xu <xueqiaoxu@gmail.com>"
|
],
|
||||||
, "main" : "./index.js"
|
"_from": "heap@0.2.5",
|
||||||
, "dependencies" : {}
|
"_id": "heap@0.2.5",
|
||||||
, "devDependencies" : {
|
"_inBundle": false,
|
||||||
"coffee-script" : "1.3.x"
|
"_integrity": "sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg==",
|
||||||
, "mocha" : "1.0.x"
|
"_location": "/heap",
|
||||||
, "should" : "0.6.x"
|
"_phantomChildren": {},
|
||||||
}
|
"_requested": {
|
||||||
, "scripts" : {
|
"type": "version",
|
||||||
"test" : "make test"
|
"registry": true,
|
||||||
}
|
"raw": "heap@0.2.5",
|
||||||
, "repository" : {
|
"name": "heap",
|
||||||
"type" : "git"
|
"escapedName": "heap",
|
||||||
, "url" : "git://github.com/qiao/heap.js.git"
|
"rawSpec": "0.2.5",
|
||||||
}
|
"saveSpec": null,
|
||||||
, "licenses" : [{
|
"fetchSpec": "0.2.5"
|
||||||
"type" : "PSF"
|
},
|
||||||
, "url" : "http://docs.python.org/license.html"
|
"_requiredBy": [
|
||||||
}]
|
"/pathfinding"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/heap/-/heap-0.2.5.tgz",
|
||||||
|
"_spec": "0.2.5",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Xueqiao Xu",
|
||||||
|
"email": "xueqiaoxu@gmail.com"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/qiao/heap.js/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"description": "binary heap (priority queue) algorithms (ported from Python's heapq module)",
|
||||||
|
"devDependencies": {
|
||||||
|
"coffee-script": "1.3.x",
|
||||||
|
"mocha": "1.0.x",
|
||||||
|
"should": "0.6.x"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/qiao/heap.js",
|
||||||
|
"keywords": [
|
||||||
|
"algorithm",
|
||||||
|
"data structure",
|
||||||
|
"heap"
|
||||||
|
],
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"type": "PSF",
|
||||||
|
"url": "http://docs.python.org/license.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"main": "./index.js",
|
||||||
|
"name": "heap",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/qiao/heap.js.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "make test"
|
||||||
|
},
|
||||||
|
"version": "0.2.5"
|
||||||
}
|
}
|
||||||
|
73
node_modules/ms/package.json
generated
vendored
73
node_modules/ms/package.json
generated
vendored
@ -1,16 +1,42 @@
|
|||||||
{
|
{
|
||||||
"name": "ms",
|
"_args": [
|
||||||
"version": "2.1.2",
|
[
|
||||||
"description": "Tiny millisecond conversion utility",
|
"ms@2.1.2",
|
||||||
"repository": "zeit/ms",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"main": "./index",
|
]
|
||||||
"files": [
|
|
||||||
"index.js"
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"_from": "ms@2.1.2",
|
||||||
"precommit": "lint-staged",
|
"_id": "ms@2.1.2",
|
||||||
"lint": "eslint lib/* bin/*",
|
"_inBundle": false,
|
||||||
"test": "mocha tests.js"
|
"_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
||||||
|
"_location": "/ms",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "ms@2.1.2",
|
||||||
|
"name": "ms",
|
||||||
|
"escapedName": "ms",
|
||||||
|
"rawSpec": "2.1.2",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "2.1.2"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/debug"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
||||||
|
"_spec": "2.1.2",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/zeit/ms/issues"
|
||||||
|
},
|
||||||
|
"description": "Tiny millisecond conversion utility",
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "4.12.1",
|
||||||
|
"expect.js": "0.3.1",
|
||||||
|
"husky": "0.14.3",
|
||||||
|
"lint-staged": "5.0.0",
|
||||||
|
"mocha": "4.0.1"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "eslint:recommended",
|
"extends": "eslint:recommended",
|
||||||
@ -19,6 +45,11 @@
|
|||||||
"es6": true
|
"es6": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"index.js"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/zeit/ms#readme",
|
||||||
|
"license": "MIT",
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.js": [
|
"*.js": [
|
||||||
"npm run lint",
|
"npm run lint",
|
||||||
@ -26,12 +57,16 @@
|
|||||||
"git add"
|
"git add"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"main": "./index",
|
||||||
"devDependencies": {
|
"name": "ms",
|
||||||
"eslint": "4.12.1",
|
"repository": {
|
||||||
"expect.js": "0.3.1",
|
"type": "git",
|
||||||
"husky": "0.14.3",
|
"url": "git+https://github.com/zeit/ms.git"
|
||||||
"lint-staged": "5.0.0",
|
},
|
||||||
"mocha": "4.0.1"
|
"scripts": {
|
||||||
}
|
"lint": "eslint lib/* bin/*",
|
||||||
|
"precommit": "lint-staged",
|
||||||
|
"test": "mocha tests.js"
|
||||||
|
},
|
||||||
|
"version": "2.1.2"
|
||||||
}
|
}
|
||||||
|
56
node_modules/node-domexception/package.json
generated
vendored
56
node_modules/node-domexception/package.json
generated
vendored
@ -1,21 +1,42 @@
|
|||||||
{
|
{
|
||||||
"name": "node-domexception",
|
"_args": [
|
||||||
"version": "1.0.0",
|
[
|
||||||
"description": "An implementation of the DOMException class from NodeJS",
|
"node-domexception@1.0.0",
|
||||||
"main": "index.js",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"repository": {
|
]
|
||||||
"type": "git",
|
],
|
||||||
"url": "git+https://github.com/jimmywarting/node-domexception.git"
|
"_from": "node-domexception@1.0.0",
|
||||||
|
"_id": "node-domexception@1.0.0",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
||||||
|
"_location": "/node-domexception",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "node-domexception@1.0.0",
|
||||||
|
"name": "node-domexception",
|
||||||
|
"escapedName": "node-domexception",
|
||||||
|
"rawSpec": "1.0.0",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "1.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"_requiredBy": [
|
||||||
"node": ">=10.5.0"
|
"/fetch-blob"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
||||||
|
"_spec": "1.0.0",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Jimmy Wärting"
|
||||||
},
|
},
|
||||||
"author": "Jimmy Wärting",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/jimmywarting/node-domexception/issues"
|
"url": "https://github.com/jimmywarting/node-domexception/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/jimmywarting/node-domexception#readme",
|
"description": "An implementation of the DOMException class from NodeJS",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.5.0"
|
||||||
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
@ -25,5 +46,14 @@
|
|||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://paypal.me/jimmywarting"
|
"url": "https://paypal.me/jimmywarting"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"homepage": "https://github.com/jimmywarting/node-domexception#readme",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "index.js",
|
||||||
|
"name": "node-domexception",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/jimmywarting/node-domexception.git"
|
||||||
|
},
|
||||||
|
"version": "1.0.0"
|
||||||
}
|
}
|
||||||
|
136
node_modules/node-fetch/package.json
generated
vendored
136
node_modules/node-fetch/package.json
generated
vendored
@ -1,48 +1,44 @@
|
|||||||
{
|
{
|
||||||
"name": "node-fetch",
|
"_args": [
|
||||||
"version": "3.2.10",
|
[
|
||||||
"description": "A light-weight module that brings Fetch API to node.js",
|
"node-fetch@3.2.10",
|
||||||
"main": "./src/index.js",
|
"/home/sigonasr2/SnakeBot"
|
||||||
"sideEffects": false,
|
]
|
||||||
"type": "module",
|
|
||||||
"files": [
|
|
||||||
"src",
|
|
||||||
"@types/index.d.ts"
|
|
||||||
],
|
],
|
||||||
"types": "./@types/index.d.ts",
|
"_from": "node-fetch@3.2.10",
|
||||||
"engines": {
|
"_id": "node-fetch@3.2.10",
|
||||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==",
|
||||||
|
"_location": "/node-fetch",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "node-fetch@3.2.10",
|
||||||
|
"name": "node-fetch",
|
||||||
|
"escapedName": "node-fetch",
|
||||||
|
"rawSpec": "3.2.10",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "3.2.10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"_requiredBy": [
|
||||||
"test": "mocha",
|
"/"
|
||||||
"coverage": "c8 report --reporter=text-lcov | coveralls",
|
|
||||||
"test-types": "tsd",
|
|
||||||
"lint": "xo"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/node-fetch/node-fetch.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"fetch",
|
|
||||||
"http",
|
|
||||||
"promise",
|
|
||||||
"request",
|
|
||||||
"curl",
|
|
||||||
"wget",
|
|
||||||
"xhr",
|
|
||||||
"whatwg"
|
|
||||||
],
|
],
|
||||||
"author": "David Frank",
|
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz",
|
||||||
"license": "MIT",
|
"_spec": "3.2.10",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "David Frank"
|
||||||
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/node-fetch/node-fetch/issues"
|
"url": "https://github.com/node-fetch/node-fetch/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/node-fetch/node-fetch",
|
"dependencies": {
|
||||||
"funding": {
|
"data-uri-to-buffer": "^4.0.0",
|
||||||
"type": "opencollective",
|
"fetch-blob": "^3.1.4",
|
||||||
"url": "https://opencollective.com/node-fetch"
|
"formdata-polyfill": "^4.0.10"
|
||||||
},
|
},
|
||||||
|
"description": "A light-weight module that brings Fetch API to node.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"abort-controller": "^3.0.0",
|
"abort-controller": "^3.0.0",
|
||||||
"abortcontroller-polyfill": "^1.7.1",
|
"abortcontroller-polyfill": "^1.7.1",
|
||||||
@ -61,17 +57,63 @@
|
|||||||
"tsd": "^0.14.0",
|
"tsd": "^0.14.0",
|
||||||
"xo": "^0.39.1"
|
"xo": "^0.39.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"engines": {
|
||||||
"data-uri-to-buffer": "^4.0.0",
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||||
"fetch-blob": "^3.1.4",
|
|
||||||
"formdata-polyfill": "^4.0.10"
|
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"src",
|
||||||
|
"@types/index.d.ts"
|
||||||
|
],
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/node-fetch"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/node-fetch/node-fetch",
|
||||||
|
"keywords": [
|
||||||
|
"fetch",
|
||||||
|
"http",
|
||||||
|
"promise",
|
||||||
|
"request",
|
||||||
|
"curl",
|
||||||
|
"wget",
|
||||||
|
"xhr",
|
||||||
|
"whatwg"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "./src/index.js",
|
||||||
|
"name": "node-fetch",
|
||||||
|
"release": {
|
||||||
|
"branches": [
|
||||||
|
"+([0-9]).x",
|
||||||
|
"main",
|
||||||
|
"next",
|
||||||
|
{
|
||||||
|
"name": "beta",
|
||||||
|
"prerelease": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/node-fetch/node-fetch.git"
|
||||||
|
},
|
||||||
|
"runkitExampleFilename": "example.js",
|
||||||
|
"scripts": {
|
||||||
|
"coverage": "c8 report --reporter=text-lcov | coveralls",
|
||||||
|
"lint": "xo",
|
||||||
|
"test": "mocha",
|
||||||
|
"test-types": "tsd"
|
||||||
|
},
|
||||||
|
"sideEffects": false,
|
||||||
"tsd": {
|
"tsd": {
|
||||||
"cwd": "@types",
|
"cwd": "@types",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"type": "module",
|
||||||
|
"types": "./@types/index.d.ts",
|
||||||
|
"version": "3.2.10",
|
||||||
"xo": {
|
"xo": {
|
||||||
"envs": [
|
"envs": [
|
||||||
"node",
|
"node",
|
||||||
@ -115,17 +157,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"runkitExampleFilename": "example.js",
|
|
||||||
"release": {
|
|
||||||
"branches": [
|
|
||||||
"+([0-9]).x",
|
|
||||||
"main",
|
|
||||||
"next",
|
|
||||||
{
|
|
||||||
"name": "beta",
|
|
||||||
"prerelease": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
87
node_modules/pathfinding/package.json
generated
vendored
87
node_modules/pathfinding/package.json
generated
vendored
@ -1 +1,86 @@
|
|||||||
{"name":"pathfinding","version":"0.4.18","description":"Comprehensive pathfinding library for grid based games","homepage":"https://github.com/qiao/PathFinding.js","keywords":["pathfinding","astar","dijkstra","game","algorithm","jumppoint","depthfirst","breadthfirst"],"author":"Xueqiao Xu <xueqiaoxu@gmail.com>","main":"./index.js","dependencies":{"heap":"0.2.5"},"devDependencies":{"colors":"^1.0.3","del":"^0.1.3","gulp":"^3.8.10","gulp-browserify":"^0.5.0","gulp-concat":"^2.4.1","gulp-jshint":"^1.9.0","gulp-mocha":"^2.0.0","gulp-rename":"^1.2.0","gulp-uglify":"^1.0.1","inquirer":"^0.8.0","jshint-stylish":"^1.0.0","jsonfile":"^2.0.0","mocha":"2.0.x","semver":"^4.2.0","shelljs":"^0.3.0","should":"4.3.x"},"scripts":{"test":"gulp test"},"repository":{"type":"git","url":"git://github.com/qiao/PathFinding.js.git"},"licenses":[{"type":"MIT","url":"http://opensource.org/licenses/mit-license.php"}]}
|
{
|
||||||
|
"_args": [
|
||||||
|
[
|
||||||
|
"pathfinding@0.4.18",
|
||||||
|
"/home/sigonasr2/SnakeBot"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "pathfinding@0.4.18",
|
||||||
|
"_id": "pathfinding@0.4.18",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-R0TGEQ9GRcFCDvAWlJAWC+KGJ9SLbW4c0nuZRcioVlXVTlw+F5RvXQ8SQgSqI9KXWC1ew95vgmIiyaWTlCe9Ag==",
|
||||||
|
"_location": "/pathfinding",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "pathfinding@0.4.18",
|
||||||
|
"name": "pathfinding",
|
||||||
|
"escapedName": "pathfinding",
|
||||||
|
"rawSpec": "0.4.18",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "0.4.18"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/pathfinding/-/pathfinding-0.4.18.tgz",
|
||||||
|
"_spec": "0.4.18",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Xueqiao Xu",
|
||||||
|
"email": "xueqiaoxu@gmail.com"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/qiao/PathFinding.js/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"heap": "0.2.5"
|
||||||
|
},
|
||||||
|
"description": "Comprehensive pathfinding library for grid based games",
|
||||||
|
"devDependencies": {
|
||||||
|
"colors": "^1.0.3",
|
||||||
|
"del": "^0.1.3",
|
||||||
|
"gulp": "^3.8.10",
|
||||||
|
"gulp-browserify": "^0.5.0",
|
||||||
|
"gulp-concat": "^2.4.1",
|
||||||
|
"gulp-jshint": "^1.9.0",
|
||||||
|
"gulp-mocha": "^2.0.0",
|
||||||
|
"gulp-rename": "^1.2.0",
|
||||||
|
"gulp-uglify": "^1.0.1",
|
||||||
|
"inquirer": "^0.8.0",
|
||||||
|
"jshint-stylish": "^1.0.0",
|
||||||
|
"jsonfile": "^2.0.0",
|
||||||
|
"mocha": "2.0.x",
|
||||||
|
"semver": "^4.2.0",
|
||||||
|
"shelljs": "^0.3.0",
|
||||||
|
"should": "4.3.x"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/qiao/PathFinding.js",
|
||||||
|
"keywords": [
|
||||||
|
"pathfinding",
|
||||||
|
"astar",
|
||||||
|
"dijkstra",
|
||||||
|
"game",
|
||||||
|
"algorithm",
|
||||||
|
"jumppoint",
|
||||||
|
"depthfirst",
|
||||||
|
"breadthfirst"
|
||||||
|
],
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"type": "MIT",
|
||||||
|
"url": "http://opensource.org/licenses/mit-license.php"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"main": "./index.js",
|
||||||
|
"name": "pathfinding",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/qiao/PathFinding.js.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "gulp test"
|
||||||
|
},
|
||||||
|
"version": "0.4.18"
|
||||||
|
}
|
||||||
|
166
node_modules/socket.io-client/package.json
generated
vendored
166
node_modules/socket.io-client/package.json
generated
vendored
@ -1,42 +1,63 @@
|
|||||||
{
|
{
|
||||||
"name": "socket.io-client",
|
"_args": [
|
||||||
"version": "4.5.1",
|
[
|
||||||
"description": "Realtime application framework client",
|
"socket.io-client@4.5.1",
|
||||||
"keywords": [
|
"/home/sigonasr2/SnakeBot"
|
||||||
"realtime",
|
]
|
||||||
"framework",
|
|
||||||
"websocket",
|
|
||||||
"tcp",
|
|
||||||
"events",
|
|
||||||
"client"
|
|
||||||
],
|
],
|
||||||
"files": [
|
"_from": "socket.io-client@4.5.1",
|
||||||
"dist/",
|
"_id": "socket.io-client@4.5.1",
|
||||||
"build/"
|
"_inBundle": false,
|
||||||
],
|
"_integrity": "sha512-e6nLVgiRYatS+AHXnOnGi4ocOpubvOUCGhyWw8v+/FxW8saHkinG6Dfhi9TU0Kt/8mwJIAASxvw6eujQmjdZVA==",
|
||||||
"type": "commonjs",
|
"_location": "/socket.io-client",
|
||||||
"main": "./build/cjs/index.js",
|
"_phantomChildren": {},
|
||||||
"module": "./build/esm/index.js",
|
"_requested": {
|
||||||
"exports": {
|
"type": "version",
|
||||||
"./package.json": "./package.json",
|
"registry": true,
|
||||||
"./dist/socket.io.js": "./dist/socket.io.js",
|
"raw": "socket.io-client@4.5.1",
|
||||||
"./dist/socket.io.js.map": "./dist/socket.io.js.map",
|
"name": "socket.io-client",
|
||||||
".": {
|
"escapedName": "socket.io-client",
|
||||||
"import": {
|
"rawSpec": "4.5.1",
|
||||||
"node": "./build/esm-debug/index.js",
|
"saveSpec": null,
|
||||||
"default": "./build/esm/index.js"
|
"fetchSpec": "4.5.1"
|
||||||
},
|
|
||||||
"require": "./build/cjs/index.js",
|
|
||||||
"types": "./build/esm/index.d.ts"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"types": "./build/esm/index.d.ts",
|
"_requiredBy": [
|
||||||
|
"/"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.5.1.tgz",
|
||||||
|
"_spec": "4.5.1",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"browser": {
|
||||||
|
"./test/node.ts": false
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/socketio/socket.io-client/issues"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Guillermo Rauch",
|
||||||
|
"email": "rauchg@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arnout Kazemier",
|
||||||
|
"email": "info@3rd-eden.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Vladimir Dronnikov",
|
||||||
|
"email": "dronnikov@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Einar Otto Stangvik",
|
||||||
|
"email": "einaros@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@socket.io/component-emitter": "~3.1.0",
|
"@socket.io/component-emitter": "~3.1.0",
|
||||||
"debug": "~4.3.2",
|
"debug": "~4.3.2",
|
||||||
"engine.io-client": "~6.2.1",
|
"engine.io-client": "~6.2.1",
|
||||||
"socket.io-parser": "~4.2.0"
|
"socket.io-parser": "~4.2.0"
|
||||||
},
|
},
|
||||||
|
"description": "Realtime application framework client",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.15.0",
|
||||||
"@babel/plugin-transform-object-assign": "^7.14.5",
|
"@babel/plugin-transform-object-assign": "^7.14.5",
|
||||||
@ -76,47 +97,58 @@
|
|||||||
"zuul-builder-webpack": "^1.2.0",
|
"zuul-builder-webpack": "^1.2.0",
|
||||||
"zuul-ngrok": "4.0.0"
|
"zuul-ngrok": "4.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
|
||||||
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
|
||||||
"test:node": "mocha --require ts-node/register --reporter dot --require test/support/server.js test/index.js",
|
|
||||||
"test:browser": "zuul test/index.js",
|
|
||||||
"test:types": "tsd",
|
|
||||||
"build": "rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js && rollup -c support/rollup.config.umd.msgpack.js",
|
|
||||||
"format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.js\" \"test/**/*.ts\" \"support/**/*.js\"",
|
|
||||||
"format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.js\" \"test/**/*.ts\" \"support/**/*.js\"",
|
|
||||||
"prepack": "npm run compile"
|
|
||||||
},
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Guillermo Rauch",
|
|
||||||
"email": "rauchg@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Arnout Kazemier",
|
|
||||||
"email": "info@3rd-eden.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Vladimir Dronnikov",
|
|
||||||
"email": "dronnikov@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Einar Otto Stangvik",
|
|
||||||
"email": "einaros@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/socketio/socket.io-client.git"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
|
"./dist/socket.io.js": "./dist/socket.io.js",
|
||||||
|
"./dist/socket.io.js.map": "./dist/socket.io.js.map",
|
||||||
|
".": {
|
||||||
|
"import": {
|
||||||
|
"node": "./build/esm-debug/index.js",
|
||||||
|
"default": "./build/esm/index.js"
|
||||||
|
},
|
||||||
|
"require": "./build/cjs/index.js",
|
||||||
|
"types": "./build/esm/index.d.ts"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"dist/",
|
||||||
|
"build/"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/socketio/socket.io-client#readme",
|
||||||
|
"keywords": [
|
||||||
|
"realtime",
|
||||||
|
"framework",
|
||||||
|
"websocket",
|
||||||
|
"tcp",
|
||||||
|
"events",
|
||||||
|
"client"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "./build/cjs/index.js",
|
||||||
|
"module": "./build/esm/index.js",
|
||||||
|
"name": "socket.io-client",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/socketio/socket.io-client.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "rollup -c support/rollup.config.umd.js && rollup -c support/rollup.config.esm.js && rollup -c support/rollup.config.umd.msgpack.js",
|
||||||
|
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
||||||
|
"format:check": "prettier --check \"lib/**/*.ts\" \"test/**/*.js\" \"test/**/*.ts\" \"support/**/*.js\"",
|
||||||
|
"format:fix": "prettier --write \"lib/**/*.ts\" \"test/**/*.js\" \"test/**/*.ts\" \"support/**/*.js\"",
|
||||||
|
"prepack": "npm run compile",
|
||||||
|
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
||||||
|
"test:browser": "zuul test/index.js",
|
||||||
|
"test:node": "mocha --require ts-node/register --reporter dot --require test/support/server.js test/index.js",
|
||||||
|
"test:types": "tsd"
|
||||||
|
},
|
||||||
"tsd": {
|
"tsd": {
|
||||||
"directory": "test"
|
"directory": "test"
|
||||||
},
|
},
|
||||||
"browser": {
|
"type": "commonjs",
|
||||||
"./test/node.ts": false
|
"types": "./build/esm/index.d.ts",
|
||||||
}
|
"version": "4.5.1"
|
||||||
}
|
}
|
||||||
|
90
node_modules/socket.io-parser/package.json
generated
vendored
90
node_modules/socket.io-parser/package.json
generated
vendored
@ -1,28 +1,40 @@
|
|||||||
{
|
{
|
||||||
"name": "socket.io-parser",
|
"_args": [
|
||||||
"version": "4.2.1",
|
[
|
||||||
"description": "socket.io protocol parser",
|
"socket.io-parser@4.2.1",
|
||||||
"repository": {
|
"/home/sigonasr2/SnakeBot"
|
||||||
"type": "git",
|
]
|
||||||
"url": "https://github.com/socketio/socket.io-parser.git"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"build/"
|
|
||||||
],
|
],
|
||||||
"main": "./build/cjs/index.js",
|
"_from": "socket.io-parser@4.2.1",
|
||||||
"module": "./build/esm/index.js",
|
"_id": "socket.io-parser@4.2.1",
|
||||||
"types": "./build/esm/index.d.ts",
|
"_inBundle": false,
|
||||||
"exports": {
|
"_integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==",
|
||||||
"import": {
|
"_location": "/socket.io-parser",
|
||||||
"node": "./build/esm-debug/index.js",
|
"_phantomChildren": {},
|
||||||
"default": "./build/esm/index.js"
|
"_requested": {
|
||||||
},
|
"type": "version",
|
||||||
"require": "./build/cjs/index.js"
|
"registry": true,
|
||||||
|
"raw": "socket.io-parser@4.2.1",
|
||||||
|
"name": "socket.io-parser",
|
||||||
|
"escapedName": "socket.io-parser",
|
||||||
|
"rawSpec": "4.2.1",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "4.2.1"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/socket.io-client"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz",
|
||||||
|
"_spec": "4.2.1",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/socketio/socket.io-parser/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@socket.io/component-emitter": "~3.1.0",
|
"@socket.io/component-emitter": "~3.1.0",
|
||||||
"debug": "~4.3.1"
|
"debug": "~4.3.1"
|
||||||
},
|
},
|
||||||
|
"description": "socket.io protocol parser",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "~7.9.6",
|
"@babel/core": "~7.9.6",
|
||||||
"@babel/preset-env": "~7.9.6",
|
"@babel/preset-env": "~7.9.6",
|
||||||
@ -39,17 +51,37 @@
|
|||||||
"zuul": "3.11.1",
|
"zuul": "3.11.1",
|
||||||
"zuul-ngrok": "4.0.0"
|
"zuul-ngrok": "4.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
|
||||||
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
|
||||||
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
|
||||||
"test:node": "mocha --reporter dot --bail test/index.js",
|
|
||||||
"test:browser": "zuul test/index.js --no-coverage",
|
|
||||||
"format:fix": "prettier --write --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
|
|
||||||
"format:check": "prettier --check --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
|
|
||||||
"prepack": "npm run compile"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0"
|
"node": ">=10.0.0"
|
||||||
}
|
},
|
||||||
|
"exports": {
|
||||||
|
"import": {
|
||||||
|
"node": "./build/esm-debug/index.js",
|
||||||
|
"default": "./build/esm/index.js"
|
||||||
|
},
|
||||||
|
"require": "./build/cjs/index.js"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"build/"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/socketio/socket.io-parser#readme",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "./build/cjs/index.js",
|
||||||
|
"module": "./build/esm/index.js",
|
||||||
|
"name": "socket.io-parser",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/socketio/socket.io-parser.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"compile": "rimraf ./build && tsc && tsc -p tsconfig.esm.json && ./postcompile.sh",
|
||||||
|
"format:check": "prettier --check --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
|
||||||
|
"format:fix": "prettier --write --parser typescript 'lib/**/*.ts' 'test/**/*.js'",
|
||||||
|
"prepack": "npm run compile",
|
||||||
|
"test": "npm run format:check && npm run compile && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",
|
||||||
|
"test:browser": "zuul test/index.js --no-coverage",
|
||||||
|
"test:node": "mocha --reporter dot --bail test/index.js"
|
||||||
|
},
|
||||||
|
"types": "./build/esm/index.d.ts",
|
||||||
|
"version": "4.2.1"
|
||||||
}
|
}
|
||||||
|
136
node_modules/web-streams-polyfill/package.json
generated
vendored
136
node_modules/web-streams-polyfill/package.json
generated
vendored
@ -1,58 +1,47 @@
|
|||||||
{
|
{
|
||||||
"name": "web-streams-polyfill",
|
"_args": [
|
||||||
"version": "3.2.1",
|
[
|
||||||
"description": "Web Streams, based on the WHATWG spec reference implementation",
|
"web-streams-polyfill@3.2.1",
|
||||||
"main": "dist/polyfill",
|
"/home/sigonasr2/SnakeBot"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "web-streams-polyfill@3.2.1",
|
||||||
|
"_id": "web-streams-polyfill@3.2.1",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
|
||||||
|
"_location": "/web-streams-polyfill",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "web-streams-polyfill@3.2.1",
|
||||||
|
"name": "web-streams-polyfill",
|
||||||
|
"escapedName": "web-streams-polyfill",
|
||||||
|
"rawSpec": "3.2.1",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "3.2.1"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/fetch-blob"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
||||||
|
"_spec": "3.2.1",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Mattias Buelens",
|
||||||
|
"email": "mattias@buelens.com"
|
||||||
|
},
|
||||||
"browser": "dist/polyfill.min.js",
|
"browser": "dist/polyfill.min.js",
|
||||||
"module": "dist/polyfill.mjs",
|
|
||||||
"types": "dist/types/polyfill.d.ts",
|
|
||||||
"typesVersions": {
|
|
||||||
">=3.6": {
|
|
||||||
"dist/types/*": [
|
|
||||||
"dist/types/ts3.6/*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "npm run test:types && npm run test:unit && npm run test:wpt",
|
|
||||||
"test:wpt": "node --expose_gc ./test/run-web-platform-tests.js",
|
|
||||||
"pretest:wpt": "git submodule update --init --recursive",
|
|
||||||
"test:types": "tsc -p ./test/types/tsconfig.json",
|
|
||||||
"test:unit": "jasmine --config=test/unit/jasmine.json",
|
|
||||||
"lint": "eslint \"src/**/*.ts\"",
|
|
||||||
"build": "npm run build:bundle && npm run build:types",
|
|
||||||
"build:bundle": "rollup -c",
|
|
||||||
"build:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run && node ./build/downlevel-dts.js",
|
|
||||||
"accept:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run --local && node ./build/downlevel-dts.js",
|
|
||||||
"prepare": "npm run build"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"es6",
|
|
||||||
"es2018",
|
|
||||||
"ponyfill"
|
|
||||||
],
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 8"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/MattiasBuelens/web-streams-polyfill.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"streams",
|
|
||||||
"whatwg",
|
|
||||||
"polyfill"
|
|
||||||
],
|
|
||||||
"author": "Mattias Buelens <mattias@buelens.com>",
|
|
||||||
"contributors": [
|
|
||||||
"Diwank Singh <diwank.singh@gmail.com>"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/MattiasBuelens/web-streams-polyfill/issues"
|
"url": "https://github.com/MattiasBuelens/web-streams-polyfill/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/MattiasBuelens/web-streams-polyfill#readme",
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Diwank Singh",
|
||||||
|
"email": "diwank.singh@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Web Streams, based on the WHATWG spec reference implementation",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "^7.13.4",
|
"@microsoft/api-extractor": "^7.13.4",
|
||||||
"@rollup/plugin-inject": "^4.0.2",
|
"@rollup/plugin-inject": "^4.0.2",
|
||||||
@ -72,5 +61,50 @@
|
|||||||
"tslib": "^2.2.0",
|
"tslib": "^2.2.0",
|
||||||
"typescript": "^4.2.4",
|
"typescript": "^4.2.4",
|
||||||
"wpt-runner": "^3.2.1"
|
"wpt-runner": "^3.2.1"
|
||||||
}
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 8"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"es6",
|
||||||
|
"es2018",
|
||||||
|
"ponyfill"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/MattiasBuelens/web-streams-polyfill#readme",
|
||||||
|
"keywords": [
|
||||||
|
"streams",
|
||||||
|
"whatwg",
|
||||||
|
"polyfill"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "dist/polyfill",
|
||||||
|
"module": "dist/polyfill.mjs",
|
||||||
|
"name": "web-streams-polyfill",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/MattiasBuelens/web-streams-polyfill.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"accept:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run --local && node ./build/downlevel-dts.js",
|
||||||
|
"build": "npm run build:bundle && npm run build:types",
|
||||||
|
"build:bundle": "rollup -c",
|
||||||
|
"build:types": "tsc --project . --emitDeclarationOnly --declarationDir ./lib && api-extractor run && node ./build/downlevel-dts.js",
|
||||||
|
"lint": "eslint \"src/**/*.ts\"",
|
||||||
|
"prepare": "npm run build",
|
||||||
|
"pretest:wpt": "git submodule update --init --recursive",
|
||||||
|
"test": "npm run test:types && npm run test:unit && npm run test:wpt",
|
||||||
|
"test:types": "tsc -p ./test/types/tsconfig.json",
|
||||||
|
"test:unit": "jasmine --config=test/unit/jasmine.json",
|
||||||
|
"test:wpt": "node --expose_gc ./test/run-web-platform-tests.js"
|
||||||
|
},
|
||||||
|
"types": "dist/types/polyfill.d.ts",
|
||||||
|
"typesVersions": {
|
||||||
|
">=3.6": {
|
||||||
|
"dist/types/*": [
|
||||||
|
"dist/types/ts3.6/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": "3.2.1"
|
||||||
}
|
}
|
||||||
|
109
node_modules/ws/package.json
generated
vendored
109
node_modules/ws/package.json
generated
vendored
@ -1,7 +1,67 @@
|
|||||||
{
|
{
|
||||||
"name": "ws",
|
"_args": [
|
||||||
"version": "8.2.3",
|
[
|
||||||
|
"ws@8.2.3",
|
||||||
|
"/home/sigonasr2/SnakeBot"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "ws@8.2.3",
|
||||||
|
"_id": "ws@8.2.3",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==",
|
||||||
|
"_location": "/ws",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "ws@8.2.3",
|
||||||
|
"name": "ws",
|
||||||
|
"escapedName": "ws",
|
||||||
|
"rawSpec": "8.2.3",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "8.2.3"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/engine.io-client"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz",
|
||||||
|
"_spec": "8.2.3",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
|
"author": {
|
||||||
|
"name": "Einar Otto Stangvik",
|
||||||
|
"email": "einaros@gmail.com",
|
||||||
|
"url": "http://2x.io"
|
||||||
|
},
|
||||||
|
"browser": "browser.js",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/websockets/ws/issues"
|
||||||
|
},
|
||||||
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
|
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
|
||||||
|
"devDependencies": {
|
||||||
|
"benchmark": "^2.1.4",
|
||||||
|
"bufferutil": "^4.0.1",
|
||||||
|
"eslint": "^7.2.0",
|
||||||
|
"eslint-config-prettier": "^8.1.0",
|
||||||
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
|
"mocha": "^8.4.0",
|
||||||
|
"nyc": "^15.0.0",
|
||||||
|
"prettier": "^2.0.5",
|
||||||
|
"utf-8-validate": "^5.0.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.0.0"
|
||||||
|
},
|
||||||
|
"exports": {
|
||||||
|
"import": "./wrapper.mjs",
|
||||||
|
"require": "./index.js"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"browser.js",
|
||||||
|
"index.js",
|
||||||
|
"lib/*.js",
|
||||||
|
"wrapper.mjs"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/websockets/ws",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"HyBi",
|
"HyBi",
|
||||||
"Push",
|
"Push",
|
||||||
@ -10,31 +70,9 @@
|
|||||||
"WebSockets",
|
"WebSockets",
|
||||||
"real-time"
|
"real-time"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/websockets/ws",
|
|
||||||
"bugs": "https://github.com/websockets/ws/issues",
|
|
||||||
"repository": "websockets/ws",
|
|
||||||
"author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"exports": {
|
"name": "ws",
|
||||||
"import": "./wrapper.mjs",
|
|
||||||
"require": "./index.js"
|
|
||||||
},
|
|
||||||
"browser": "browser.js",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"browser.js",
|
|
||||||
"index.js",
|
|
||||||
"lib/*.js",
|
|
||||||
"wrapper.mjs"
|
|
||||||
],
|
|
||||||
"scripts": {
|
|
||||||
"test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js",
|
|
||||||
"integration": "mocha --throw-deprecation test/*.integration.js",
|
|
||||||
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\""
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"bufferutil": "^4.0.1",
|
"bufferutil": "^4.0.1",
|
||||||
"utf-8-validate": "^5.0.2"
|
"utf-8-validate": "^5.0.2"
|
||||||
@ -47,15 +85,14 @@
|
|||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"repository": {
|
||||||
"benchmark": "^2.1.4",
|
"type": "git",
|
||||||
"bufferutil": "^4.0.1",
|
"url": "git+https://github.com/websockets/ws.git"
|
||||||
"eslint": "^7.2.0",
|
},
|
||||||
"eslint-config-prettier": "^8.1.0",
|
"scripts": {
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"integration": "mocha --throw-deprecation test/*.integration.js",
|
||||||
"mocha": "^8.4.0",
|
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
|
||||||
"nyc": "^15.0.0",
|
"test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js"
|
||||||
"prettier": "^2.0.5",
|
},
|
||||||
"utf-8-validate": "^5.0.2"
|
"version": "8.2.3"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
57
node_modules/xmlhttprequest-ssl/package.json
generated
vendored
57
node_modules/xmlhttprequest-ssl/package.json
generated
vendored
@ -1,10 +1,48 @@
|
|||||||
{
|
{
|
||||||
"name": "xmlhttprequest-ssl",
|
"_args": [
|
||||||
"description": "XMLHttpRequest for Node",
|
[
|
||||||
"version": "2.0.0",
|
"xmlhttprequest-ssl@2.0.0",
|
||||||
|
"/home/sigonasr2/SnakeBot"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"_from": "xmlhttprequest-ssl@2.0.0",
|
||||||
|
"_id": "xmlhttprequest-ssl@2.0.0",
|
||||||
|
"_inBundle": false,
|
||||||
|
"_integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==",
|
||||||
|
"_location": "/xmlhttprequest-ssl",
|
||||||
|
"_phantomChildren": {},
|
||||||
|
"_requested": {
|
||||||
|
"type": "version",
|
||||||
|
"registry": true,
|
||||||
|
"raw": "xmlhttprequest-ssl@2.0.0",
|
||||||
|
"name": "xmlhttprequest-ssl",
|
||||||
|
"escapedName": "xmlhttprequest-ssl",
|
||||||
|
"rawSpec": "2.0.0",
|
||||||
|
"saveSpec": null,
|
||||||
|
"fetchSpec": "2.0.0"
|
||||||
|
},
|
||||||
|
"_requiredBy": [
|
||||||
|
"/engine.io-client"
|
||||||
|
],
|
||||||
|
"_resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz",
|
||||||
|
"_spec": "2.0.0",
|
||||||
|
"_where": "/home/sigonasr2/SnakeBot",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Michael de Wit"
|
"name": "Michael de Wit"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "http://github.com/mjwwit/node-XMLHttpRequest/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"description": "XMLHttpRequest for Node",
|
||||||
|
"directories": {
|
||||||
|
"lib": "./lib",
|
||||||
|
"example": "./example"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.4.0"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/mjwwit/node-XMLHttpRequest#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"xhr",
|
"xhr",
|
||||||
"ajax"
|
"ajax"
|
||||||
@ -15,21 +53,14 @@
|
|||||||
"url": "http://creativecommons.org/licenses/MIT/"
|
"url": "http://creativecommons.org/licenses/MIT/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"main": "./lib/XMLHttpRequest.js",
|
||||||
|
"name": "xmlhttprequest-ssl",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mjwwit/node-XMLHttpRequest.git"
|
"url": "git://github.com/mjwwit/node-XMLHttpRequest.git"
|
||||||
},
|
},
|
||||||
"bugs": "http://github.com/mjwwit/node-XMLHttpRequest/issues",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.4.0"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"
|
"test": "cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"
|
||||||
},
|
},
|
||||||
"directories": {
|
"version": "2.0.0"
|
||||||
"lib": "./lib",
|
|
||||||
"example": "./example"
|
|
||||||
},
|
|
||||||
"main": "./lib/XMLHttpRequest.js",
|
|
||||||
"dependencies": {}
|
|
||||||
}
|
}
|
||||||
|
229
package-lock.json
generated
229
package-lock.json
generated
@ -1,232 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "nodejs",
|
"name": "nodejs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"name": "nodejs",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"@types/node": "^18.0.6",
|
|
||||||
"dotenv": "^16.0.1",
|
|
||||||
"node-fetch": "^3.2.6",
|
|
||||||
"pathfinding": "^0.4.18",
|
|
||||||
"socket.io-client": "^4.5.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@socket.io/component-emitter": {
|
|
||||||
"version": "3.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
|
|
||||||
"integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg=="
|
|
||||||
},
|
|
||||||
"node_modules/@types/node": {
|
|
||||||
"version": "18.7.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.5.tgz",
|
|
||||||
"integrity": "sha512-NcKK6Ts+9LqdHJaW6HQmgr7dT/i3GOHG+pt6BiWv++5SnjtRd4NXeiuN2kA153SjhXPR/AhHIPHPbrsbpUVOww=="
|
|
||||||
},
|
|
||||||
"node_modules/data-uri-to-buffer": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz",
|
|
||||||
"integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/debug": {
|
|
||||||
"version": "4.3.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
||||||
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
||||||
"dependencies": {
|
|
||||||
"ms": "2.1.2"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=6.0"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"supports-color": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/dotenv": {
|
|
||||||
"version": "16.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
|
|
||||||
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/engine.io-client": {
|
|
||||||
"version": "6.2.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.2.2.tgz",
|
|
||||||
"integrity": "sha512-8ZQmx0LQGRTYkHuogVZuGSpDqYZtCM/nv8zQ68VZ+JkOpazJ7ICdsSpaO6iXwvaU30oFg5QJOJWj8zWqhbKjkQ==",
|
|
||||||
"dependencies": {
|
|
||||||
"@socket.io/component-emitter": "~3.1.0",
|
|
||||||
"debug": "~4.3.1",
|
|
||||||
"engine.io-parser": "~5.0.3",
|
|
||||||
"ws": "~8.2.3",
|
|
||||||
"xmlhttprequest-ssl": "~2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/engine.io-parser": {
|
|
||||||
"version": "5.0.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz",
|
|
||||||
"integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/fetch-blob": {
|
|
||||||
"version": "3.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
||||||
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"type": "github",
|
|
||||||
"url": "https://github.com/sponsors/jimmywarting"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "paypal",
|
|
||||||
"url": "https://paypal.me/jimmywarting"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"node-domexception": "^1.0.0",
|
|
||||||
"web-streams-polyfill": "^3.0.3"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "^12.20 || >= 14.13"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/formdata-polyfill": {
|
|
||||||
"version": "4.0.10",
|
|
||||||
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
||||||
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
||||||
"dependencies": {
|
|
||||||
"fetch-blob": "^3.1.2"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12.20.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/heap": {
|
|
||||||
"version": "0.2.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/heap/-/heap-0.2.5.tgz",
|
|
||||||
"integrity": "sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg=="
|
|
||||||
},
|
|
||||||
"node_modules/ms": {
|
|
||||||
"version": "2.1.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
||||||
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
||||||
},
|
|
||||||
"node_modules/node-domexception": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
||||||
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"type": "github",
|
|
||||||
"url": "https://github.com/sponsors/jimmywarting"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "github",
|
|
||||||
"url": "https://paypal.me/jimmywarting"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/node-fetch": {
|
|
||||||
"version": "3.2.10",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.10.tgz",
|
|
||||||
"integrity": "sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==",
|
|
||||||
"dependencies": {
|
|
||||||
"data-uri-to-buffer": "^4.0.0",
|
|
||||||
"fetch-blob": "^3.1.4",
|
|
||||||
"formdata-polyfill": "^4.0.10"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/node-fetch"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/pathfinding": {
|
|
||||||
"version": "0.4.18",
|
|
||||||
"resolved": "https://registry.npmjs.org/pathfinding/-/pathfinding-0.4.18.tgz",
|
|
||||||
"integrity": "sha512-R0TGEQ9GRcFCDvAWlJAWC+KGJ9SLbW4c0nuZRcioVlXVTlw+F5RvXQ8SQgSqI9KXWC1ew95vgmIiyaWTlCe9Ag==",
|
|
||||||
"dependencies": {
|
|
||||||
"heap": "0.2.5"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/socket.io-client": {
|
|
||||||
"version": "4.5.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.5.1.tgz",
|
|
||||||
"integrity": "sha512-e6nLVgiRYatS+AHXnOnGi4ocOpubvOUCGhyWw8v+/FxW8saHkinG6Dfhi9TU0Kt/8mwJIAASxvw6eujQmjdZVA==",
|
|
||||||
"dependencies": {
|
|
||||||
"@socket.io/component-emitter": "~3.1.0",
|
|
||||||
"debug": "~4.3.2",
|
|
||||||
"engine.io-client": "~6.2.1",
|
|
||||||
"socket.io-parser": "~4.2.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/socket.io-parser": {
|
|
||||||
"version": "4.2.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz",
|
|
||||||
"integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==",
|
|
||||||
"dependencies": {
|
|
||||||
"@socket.io/component-emitter": "~3.1.0",
|
|
||||||
"debug": "~4.3.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/web-streams-polyfill": {
|
|
||||||
"version": "3.2.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz",
|
|
||||||
"integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/ws": {
|
|
||||||
"version": "8.2.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz",
|
|
||||||
"integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"bufferutil": "^4.0.1",
|
|
||||||
"utf-8-validate": "^5.0.2"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"bufferutil": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"utf-8-validate": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/xmlhttprequest-ssl": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz",
|
|
||||||
"integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.4.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@socket.io/component-emitter": {
|
"@socket.io/component-emitter": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
@ -351,8 +127,7 @@
|
|||||||
"ws": {
|
"ws": {
|
||||||
"version": "8.2.3",
|
"version": "8.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz",
|
||||||
"integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==",
|
"integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA=="
|
||||||
"requires": {}
|
|
||||||
},
|
},
|
||||||
"xmlhttprequest-ssl": {
|
"xmlhttprequest-ssl": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user