parent
0c9921cd79
commit
3e890c5a27
@ -1,7 +1,7 @@ |
|||||||
Hit self |
Hit self |
||||||
886 |
887 |
||||||
39 |
91 |
||||||
9333 |
23930 |
||||||
886 |
887 |
||||||
sigonasr2 |
sigonasr2 |
||||||
|
|
@ -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" |
||||||
} |
} |
||||||
}, |
}, |
||||||
|
"description": "Event emitter", |
||||||
|
"devDependencies": { |
||||||
|
"mocha": "*", |
||||||
|
"should": "*" |
||||||
|
}, |
||||||
|
"files": [ |
||||||
|
"index.js", |
||||||
|
"index.mjs", |
||||||
|
"index.d.ts", |
||||||
|
"LICENSE" |
||||||
|
], |
||||||
|
"homepage": "https://github.com/socketio/emitter#readme", |
||||||
|
"license": "MIT", |
||||||
"main": "index.js", |
"main": "index.js", |
||||||
"module": "index.mjs", |
"module": "index.mjs", |
||||||
"types": "index.d.ts", |
"name": "@socket.io/component-emitter", |
||||||
"repository": { |
"repository": { |
||||||
"type": "git", |
"type": "git", |
||||||
"url": "https://github.com/socketio/emitter.git" |
"url": "git+https://github.com/socketio/emitter.git" |
||||||
}, |
}, |
||||||
"scripts": { |
"scripts": { |
||||||
"test": "make test" |
"test": "make test" |
||||||
}, |
}, |
||||||
"files": [ |
"types": "index.d.ts", |
||||||
"index.js", |
"version": "3.1.0" |
||||||
"index.mjs", |
|
||||||
"index.d.ts", |
|
||||||
"LICENSE" |
|
||||||
] |
|
||||||
} |
} |
||||||
|
@ -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", |
"name": "DefinitelyTyped", |
||||||
"url": "https://github.com/alvis", |
"url": "https://github.com/DefinitelyTyped" |
||||||
"githubUsername": "alvis" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "Alberto Schiabel", |
||||||
"name": "Andrew Makarov", |
"url": "https://github.com/jkomyno" |
||||||
"url": "https://github.com/r3nya", |
}, |
||||||
"githubUsername": "r3nya" |
{ |
||||||
}, |
"name": "Alvis HT Tang", |
||||||
{ |
"url": "https://github.com/alvis" |
||||||
"name": "Benjamin Toueg", |
}, |
||||||
"url": "https://github.com/btoueg", |
{ |
||||||
"githubUsername": "btoueg" |
"name": "Andrew Makarov", |
||||||
}, |
"url": "https://github.com/r3nya" |
||||||
{ |
}, |
||||||
"name": "Chigozirim C.", |
{ |
||||||
"url": "https://github.com/smac89", |
"name": "Benjamin Toueg", |
||||||
"githubUsername": "smac89" |
"url": "https://github.com/btoueg" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "David Junger", |
"name": "Chigozirim C.", |
||||||
"url": "https://github.com/touffy", |
"url": "https://github.com/smac89" |
||||||
"githubUsername": "touffy" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "David Junger", |
||||||
"name": "Deividas Bakanas", |
"url": "https://github.com/touffy" |
||||||
"url": "https://github.com/DeividasBakanas", |
}, |
||||||
"githubUsername": "DeividasBakanas" |
{ |
||||||
}, |
"name": "Deividas Bakanas", |
||||||
{ |
"url": "https://github.com/DeividasBakanas" |
||||||
"name": "Eugene Y. Q. Shen", |
}, |
||||||
"url": "https://github.com/eyqs", |
{ |
||||||
"githubUsername": "eyqs" |
"name": "Eugene Y. Q. Shen", |
||||||
}, |
"url": "https://github.com/eyqs" |
||||||
{ |
}, |
||||||
"name": "Hannes Magnusson", |
{ |
||||||
"url": "https://github.com/Hannes-Magnusson-CK", |
"name": "Hannes Magnusson", |
||||||
"githubUsername": "Hannes-Magnusson-CK" |
"url": "https://github.com/Hannes-Magnusson-CK" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Huw", |
"name": "Huw", |
||||||
"url": "https://github.com/hoo29", |
"url": "https://github.com/hoo29" |
||||||
"githubUsername": "hoo29" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "Kelvin Jin", |
||||||
"name": "Kelvin Jin", |
"url": "https://github.com/kjin" |
||||||
"url": "https://github.com/kjin", |
}, |
||||||
"githubUsername": "kjin" |
{ |
||||||
}, |
"name": "Klaus Meinhardt", |
||||||
{ |
"url": "https://github.com/ajafff" |
||||||
"name": "Klaus Meinhardt", |
}, |
||||||
"url": "https://github.com/ajafff", |
{ |
||||||
"githubUsername": "ajafff" |
"name": "Lishude", |
||||||
}, |
"url": "https://github.com/islishude" |
||||||
{ |
}, |
||||||
"name": "Lishude", |
{ |
||||||
"url": "https://github.com/islishude", |
"name": "Mariusz Wiktorczyk", |
||||||
"githubUsername": "islishude" |
"url": "https://github.com/mwiktorczyk" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Mariusz Wiktorczyk", |
"name": "Mohsen Azimi", |
||||||
"url": "https://github.com/mwiktorczyk", |
"url": "https://github.com/mohsen1" |
||||||
"githubUsername": "mwiktorczyk" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "Nicolas Even", |
||||||
"name": "Mohsen Azimi", |
"url": "https://github.com/n-e" |
||||||
"url": "https://github.com/mohsen1", |
}, |
||||||
"githubUsername": "mohsen1" |
{ |
||||||
}, |
"name": "Nikita Galkin", |
||||||
{ |
"url": "https://github.com/galkin" |
||||||
"name": "Nicolas Even", |
}, |
||||||
"url": "https://github.com/n-e", |
{ |
||||||
"githubUsername": "n-e" |
"name": "Parambir Singh", |
||||||
}, |
"url": "https://github.com/parambirs" |
||||||
{ |
}, |
||||||
"name": "Nikita Galkin", |
{ |
||||||
"url": "https://github.com/galkin", |
"name": "Sebastian Silbermann", |
||||||
"githubUsername": "galkin" |
"url": "https://github.com/eps1lon" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Parambir Singh", |
"name": "Simon Schick", |
||||||
"url": "https://github.com/parambirs", |
"url": "https://github.com/SimonSchick" |
||||||
"githubUsername": "parambirs" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "Thomas den Hollander", |
||||||
"name": "Sebastian Silbermann", |
"url": "https://github.com/ThomasdenH" |
||||||
"url": "https://github.com/eps1lon", |
}, |
||||||
"githubUsername": "eps1lon" |
{ |
||||||
}, |
"name": "Wilco Bakker", |
||||||
{ |
"url": "https://github.com/WilcoBakker" |
||||||
"name": "Simon Schick", |
}, |
||||||
"url": "https://github.com/SimonSchick", |
{ |
||||||
"githubUsername": "SimonSchick" |
"name": "wwwy3y3", |
||||||
}, |
"url": "https://github.com/wwwy3y3" |
||||||
{ |
}, |
||||||
"name": "Thomas den Hollander", |
{ |
||||||
"url": "https://github.com/ThomasdenH", |
"name": "Samuel Ainsworth", |
||||||
"githubUsername": "ThomasdenH" |
"url": "https://github.com/samuela" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Wilco Bakker", |
"name": "Kyle Uehlein", |
||||||
"url": "https://github.com/WilcoBakker", |
"url": "https://github.com/kuehlein" |
||||||
"githubUsername": "WilcoBakker" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "Thanik Bhongbhibhat", |
||||||
"name": "wwwy3y3", |
"url": "https://github.com/bhongy" |
||||||
"url": "https://github.com/wwwy3y3", |
}, |
||||||
"githubUsername": "wwwy3y3" |
{ |
||||||
}, |
"name": "Marcin Kopacz", |
||||||
{ |
"url": "https://github.com/chyzwar" |
||||||
"name": "Samuel Ainsworth", |
}, |
||||||
"url": "https://github.com/samuela", |
{ |
||||||
"githubUsername": "samuela" |
"name": "Trivikram Kamat", |
||||||
}, |
"url": "https://github.com/trivikr" |
||||||
{ |
}, |
||||||
"name": "Kyle Uehlein", |
{ |
||||||
"url": "https://github.com/kuehlein", |
"name": "Junxiao Shi", |
||||||
"githubUsername": "kuehlein" |
"url": "https://github.com/yoursunny" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Thanik Bhongbhibhat", |
"name": "Ilia Baryshnikov", |
||||||
"url": "https://github.com/bhongy", |
"url": "https://github.com/qwelias" |
||||||
"githubUsername": "bhongy" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "ExE Boss", |
||||||
"name": "Marcin Kopacz", |
"url": "https://github.com/ExE-Boss" |
||||||
"url": "https://github.com/chyzwar", |
}, |
||||||
"githubUsername": "chyzwar" |
{ |
||||||
}, |
"name": "Piotr Błażejewicz", |
||||||
{ |
"url": "https://github.com/peterblazejewicz" |
||||||
"name": "Trivikram Kamat", |
}, |
||||||
"url": "https://github.com/trivikr", |
{ |
||||||
"githubUsername": "trivikr" |
"name": "Anna Henningsen", |
||||||
}, |
"url": "https://github.com/addaleax" |
||||||
{ |
}, |
||||||
"name": "Junxiao Shi", |
{ |
||||||
"url": "https://github.com/yoursunny", |
"name": "Victor Perin", |
||||||
"githubUsername": "yoursunny" |
"url": "https://github.com/victorperin" |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Ilia Baryshnikov", |
"name": "Yongsheng Zhang", |
||||||
"url": "https://github.com/qwelias", |
"url": "https://github.com/ZYSzys" |
||||||
"githubUsername": "qwelias" |
}, |
||||||
}, |
{ |
||||||
{ |
"name": "NodeJS Contributors", |
||||||
"name": "ExE Boss", |
"url": "https://github.com/NodeJS" |
||||||
"url": "https://github.com/ExE-Boss", |
}, |
||||||
"githubUsername": "ExE-Boss" |
{ |
||||||
}, |
"name": "Linus Unnebäck", |
||||||
{ |
"url": "https://github.com/LinusU" |
||||||
"name": "Piotr Błażejewicz", |
}, |
||||||
"url": "https://github.com/peterblazejewicz", |
{ |
||||||
"githubUsername": "peterblazejewicz" |
"name": "wafuwafu13", |
||||||
}, |
"url": "https://github.com/wafuwafu13" |
||||||
{ |
}, |
||||||
"name": "Anna Henningsen", |
{ |
||||||
"url": "https://github.com/addaleax", |
"name": "Matteo Collina", |
||||||
"githubUsername": "addaleax" |
"url": "https://github.com/mcollina" |
||||||
}, |
} |
||||||
{ |
], |
||||||
"name": "Victor Perin", |
"dependencies": {}, |
||||||
"url": "https://github.com/victorperin", |
"description": "TypeScript definitions for Node.js", |
||||||
"githubUsername": "victorperin" |
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", |
||||||
}, |
"license": "MIT", |
||||||
{ |
"main": "", |
||||||
"name": "Yongsheng Zhang", |
"name": "@types/node", |
||||||
"url": "https://github.com/ZYSzys", |
"repository": { |
||||||
"githubUsername": "ZYSzys" |
"type": "git", |
||||||
}, |
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", |
||||||
{ |
"directory": "types/node" |
||||||
"name": "NodeJS Contributors", |
}, |
||||||
"url": "https://github.com/NodeJS", |
"scripts": {}, |
||||||
"githubUsername": "NodeJS" |
"typeScriptVersion": "4.0", |
||||||
}, |
"types": "index.d.ts", |
||||||
{ |
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b", |
||||||
"name": "Linus Unnebäck", |
"version": "18.7.5" |
||||||
"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": {}, |
|
||||||
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b", |
|
||||||
"typeScriptVersion": "4.0" |
|
||||||
} |
} |
@ -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" |
||||||
} |
} |
||||||
|
@ -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" |
||||||
} |
} |
||||||
|
@ -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" |
||||||
|
} |
||||||
|
Loading…
Reference in new issue