parent
0c9921cd79
commit
3e890c5a27
@ -1,31 +1,66 @@ |
||||
{ |
||||
"_args": [ |
||||
[ |
||||
"@socket.io/component-emitter@3.1.0", |
||||
"/home/sigonasr2/SnakeBot" |
||||
] |
||||
], |
||||
"_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", |
||||
"description": "Event emitter", |
||||
"version": "3.1.0", |
||||
"license": "MIT", |
||||
"devDependencies": { |
||||
"mocha": "*", |
||||
"should": "*" |
||||
"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": { |
||||
"scripts": { |
||||
"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", |
||||
"module": "index.mjs", |
||||
"types": "index.d.ts", |
||||
"name": "@socket.io/component-emitter", |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "https://github.com/socketio/emitter.git" |
||||
"url": "git+https://github.com/socketio/emitter.git" |
||||
}, |
||||
"scripts": { |
||||
"test": "make test" |
||||
}, |
||||
"files": [ |
||||
"index.js", |
||||
"index.mjs", |
||||
"index.d.ts", |
||||
"LICENSE" |
||||
] |
||||
"types": "index.d.ts", |
||||
"version": "3.1.0" |
||||
} |
||||
|
@ -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", |
||||
"version": "18.7.5", |
||||
"description": "TypeScript definitions for Node.js", |
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", |
||||
"license": "MIT", |
||||
"escapedName": "@types%2fnode", |
||||
"scope": "@types", |
||||
"rawSpec": "18.7.5", |
||||
"saveSpec": null, |
||||
"fetchSpec": "18.7.5" |
||||
}, |
||||
"_requiredBy": [ |
||||
"/" |
||||
], |
||||
"_resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.5.tgz", |
||||
"_spec": "18.7.5", |
||||
"_where": "/home/sigonasr2/SnakeBot", |
||||
"bugs": { |
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" |
||||
}, |
||||
"contributors": [ |
||||
{ |
||||
"name": "Microsoft TypeScript", |
||||
"url": "https://github.com/Microsoft", |
||||
"githubUsername": "Microsoft" |
||||
"url": "https://github.com/Microsoft" |
||||
}, |
||||
{ |
||||
"name": "DefinitelyTyped", |
||||
"url": "https://github.com/DefinitelyTyped", |
||||
"githubUsername": "DefinitelyTyped" |
||||
"url": "https://github.com/DefinitelyTyped" |
||||
}, |
||||
{ |
||||
"name": "Alberto Schiabel", |
||||
"url": "https://github.com/jkomyno", |
||||
"githubUsername": "jkomyno" |
||||
"url": "https://github.com/jkomyno" |
||||
}, |
||||
{ |
||||
"name": "Alvis HT Tang", |
||||
"url": "https://github.com/alvis", |
||||
"githubUsername": "alvis" |
||||
"url": "https://github.com/alvis" |
||||
}, |
||||
{ |
||||
"name": "Andrew Makarov", |
||||
"url": "https://github.com/r3nya", |
||||
"githubUsername": "r3nya" |
||||
"url": "https://github.com/r3nya" |
||||
}, |
||||
{ |
||||
"name": "Benjamin Toueg", |
||||
"url": "https://github.com/btoueg", |
||||
"githubUsername": "btoueg" |
||||
"url": "https://github.com/btoueg" |
||||
}, |
||||
{ |
||||
"name": "Chigozirim C.", |
||||
"url": "https://github.com/smac89", |
||||
"githubUsername": "smac89" |
||||
"url": "https://github.com/smac89" |
||||
}, |
||||
{ |
||||
"name": "David Junger", |
||||
"url": "https://github.com/touffy", |
||||
"githubUsername": "touffy" |
||||
"url": "https://github.com/touffy" |
||||
}, |
||||
{ |
||||
"name": "Deividas Bakanas", |
||||
"url": "https://github.com/DeividasBakanas", |
||||
"githubUsername": "DeividasBakanas" |
||||
"url": "https://github.com/DeividasBakanas" |
||||
}, |
||||
{ |
||||
"name": "Eugene Y. Q. Shen", |
||||
"url": "https://github.com/eyqs", |
||||
"githubUsername": "eyqs" |
||||
"url": "https://github.com/eyqs" |
||||
}, |
||||
{ |
||||
"name": "Hannes Magnusson", |
||||
"url": "https://github.com/Hannes-Magnusson-CK", |
||||
"githubUsername": "Hannes-Magnusson-CK" |
||||
"url": "https://github.com/Hannes-Magnusson-CK" |
||||
}, |
||||
{ |
||||
"name": "Huw", |
||||
"url": "https://github.com/hoo29", |
||||
"githubUsername": "hoo29" |
||||
"url": "https://github.com/hoo29" |
||||
}, |
||||
{ |
||||
"name": "Kelvin Jin", |
||||
"url": "https://github.com/kjin", |
||||
"githubUsername": "kjin" |
||||
"url": "https://github.com/kjin" |
||||
}, |
||||
{ |
||||
"name": "Klaus Meinhardt", |
||||
"url": "https://github.com/ajafff", |
||||
"githubUsername": "ajafff" |
||||
"url": "https://github.com/ajafff" |
||||
}, |
||||
{ |
||||
"name": "Lishude", |
||||
"url": "https://github.com/islishude", |
||||
"githubUsername": "islishude" |
||||
"url": "https://github.com/islishude" |
||||
}, |
||||
{ |
||||
"name": "Mariusz Wiktorczyk", |
||||
"url": "https://github.com/mwiktorczyk", |
||||
"githubUsername": "mwiktorczyk" |
||||
"url": "https://github.com/mwiktorczyk" |
||||
}, |
||||
{ |
||||
"name": "Mohsen Azimi", |
||||
"url": "https://github.com/mohsen1", |
||||
"githubUsername": "mohsen1" |
||||
"url": "https://github.com/mohsen1" |
||||
}, |
||||
{ |
||||
"name": "Nicolas Even", |
||||
"url": "https://github.com/n-e", |
||||
"githubUsername": "n-e" |
||||
"url": "https://github.com/n-e" |
||||
}, |
||||
{ |
||||
"name": "Nikita Galkin", |
||||
"url": "https://github.com/galkin", |
||||
"githubUsername": "galkin" |
||||
"url": "https://github.com/galkin" |
||||
}, |
||||
{ |
||||
"name": "Parambir Singh", |
||||
"url": "https://github.com/parambirs", |
||||
"githubUsername": "parambirs" |
||||
"url": "https://github.com/parambirs" |
||||
}, |
||||
{ |
||||
"name": "Sebastian Silbermann", |
||||
"url": "https://github.com/eps1lon", |
||||
"githubUsername": "eps1lon" |
||||
"url": "https://github.com/eps1lon" |
||||
}, |
||||
{ |
||||
"name": "Simon Schick", |
||||
"url": "https://github.com/SimonSchick", |
||||
"githubUsername": "SimonSchick" |
||||
"url": "https://github.com/SimonSchick" |
||||
}, |
||||
{ |
||||
"name": "Thomas den Hollander", |
||||
"url": "https://github.com/ThomasdenH", |
||||
"githubUsername": "ThomasdenH" |
||||
"url": "https://github.com/ThomasdenH" |
||||
}, |
||||
{ |
||||
"name": "Wilco Bakker", |
||||
"url": "https://github.com/WilcoBakker", |
||||
"githubUsername": "WilcoBakker" |
||||
"url": "https://github.com/WilcoBakker" |
||||
}, |
||||
{ |
||||
"name": "wwwy3y3", |
||||
"url": "https://github.com/wwwy3y3", |
||||
"githubUsername": "wwwy3y3" |
||||
"url": "https://github.com/wwwy3y3" |
||||
}, |
||||
{ |
||||
"name": "Samuel Ainsworth", |
||||
"url": "https://github.com/samuela", |
||||
"githubUsername": "samuela" |
||||
"url": "https://github.com/samuela" |
||||
}, |
||||
{ |
||||
"name": "Kyle Uehlein", |
||||
"url": "https://github.com/kuehlein", |
||||
"githubUsername": "kuehlein" |
||||
"url": "https://github.com/kuehlein" |
||||
}, |
||||
{ |
||||
"name": "Thanik Bhongbhibhat", |
||||
"url": "https://github.com/bhongy", |
||||
"githubUsername": "bhongy" |
||||
"url": "https://github.com/bhongy" |
||||
}, |
||||
{ |
||||
"name": "Marcin Kopacz", |
||||
"url": "https://github.com/chyzwar", |
||||
"githubUsername": "chyzwar" |
||||
"url": "https://github.com/chyzwar" |
||||
}, |
||||
{ |
||||
"name": "Trivikram Kamat", |
||||
"url": "https://github.com/trivikr", |
||||
"githubUsername": "trivikr" |
||||
"url": "https://github.com/trivikr" |
||||
}, |
||||
{ |
||||
"name": "Junxiao Shi", |
||||
"url": "https://github.com/yoursunny", |
||||
"githubUsername": "yoursunny" |
||||
"url": "https://github.com/yoursunny" |
||||
}, |
||||
{ |
||||
"name": "Ilia Baryshnikov", |
||||
"url": "https://github.com/qwelias", |
||||
"githubUsername": "qwelias" |
||||
"url": "https://github.com/qwelias" |
||||
}, |
||||
{ |
||||
"name": "ExE Boss", |
||||
"url": "https://github.com/ExE-Boss", |
||||
"githubUsername": "ExE-Boss" |
||||
"url": "https://github.com/ExE-Boss" |
||||
}, |
||||
{ |
||||
"name": "Piotr Błażejewicz", |
||||
"url": "https://github.com/peterblazejewicz", |
||||
"githubUsername": "peterblazejewicz" |
||||
"url": "https://github.com/peterblazejewicz" |
||||
}, |
||||
{ |
||||
"name": "Anna Henningsen", |
||||
"url": "https://github.com/addaleax", |
||||
"githubUsername": "addaleax" |
||||
"url": "https://github.com/addaleax" |
||||
}, |
||||
{ |
||||
"name": "Victor Perin", |
||||
"url": "https://github.com/victorperin", |
||||
"githubUsername": "victorperin" |
||||
"url": "https://github.com/victorperin" |
||||
}, |
||||
{ |
||||
"name": "Yongsheng Zhang", |
||||
"url": "https://github.com/ZYSzys", |
||||
"githubUsername": "ZYSzys" |
||||
"url": "https://github.com/ZYSzys" |
||||
}, |
||||
{ |
||||
"name": "NodeJS Contributors", |
||||
"url": "https://github.com/NodeJS", |
||||
"githubUsername": "NodeJS" |
||||
"url": "https://github.com/NodeJS" |
||||
}, |
||||
{ |
||||
"name": "Linus Unnebäck", |
||||
"url": "https://github.com/LinusU", |
||||
"githubUsername": "LinusU" |
||||
"url": "https://github.com/LinusU" |
||||
}, |
||||
{ |
||||
"name": "wafuwafu13", |
||||
"url": "https://github.com/wafuwafu13", |
||||
"githubUsername": "wafuwafu13" |
||||
"url": "https://github.com/wafuwafu13" |
||||
}, |
||||
{ |
||||
"name": "Matteo Collina", |
||||
"url": "https://github.com/mcollina", |
||||
"githubUsername": "mcollina" |
||||
"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": "", |
||||
"types": "index.d.ts", |
||||
"name": "@types/node", |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", |
||||
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", |
||||
"directory": "types/node" |
||||
}, |
||||
"scripts": {}, |
||||
"dependencies": {}, |
||||
"typeScriptVersion": "4.0", |
||||
"types": "index.d.ts", |
||||
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b", |
||||
"typeScriptVersion": "4.0" |
||||
"version": "18.7.5" |
||||
} |
@ -1,26 +1,66 @@ |
||||
{ |
||||
"name" : "heap" |
||||
, "version" : "0.2.5" |
||||
, "description" : "binary heap (priority queue) algorithms (ported from Python's heapq module)" |
||||
, "homepage" : "https://github.com/qiao/heap.js" |
||||
, "keywords" : ["algorithm", "data structure", "heap"] |
||||
, "author" : "Xueqiao Xu <xueqiaoxu@gmail.com>" |
||||
, "main" : "./index.js" |
||||
, "dependencies" : {} |
||||
, "devDependencies" : { |
||||
"coffee-script" : "1.3.x" |
||||
, "mocha" : "1.0.x" |
||||
, "should" : "0.6.x" |
||||
"_args": [ |
||||
[ |
||||
"heap@0.2.5", |
||||
"/home/sigonasr2/SnakeBot" |
||||
] |
||||
], |
||||
"_from": "heap@0.2.5", |
||||
"_id": "heap@0.2.5", |
||||
"_inBundle": false, |
||||
"_integrity": "sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg==", |
||||
"_location": "/heap", |
||||
"_phantomChildren": {}, |
||||
"_requested": { |
||||
"type": "version", |
||||
"registry": true, |
||||
"raw": "heap@0.2.5", |
||||
"name": "heap", |
||||
"escapedName": "heap", |
||||
"rawSpec": "0.2.5", |
||||
"saveSpec": null, |
||||
"fetchSpec": "0.2.5" |
||||
}, |
||||
"_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" |
||||
} |
||||
, "scripts" : { |
||||
], |
||||
"main": "./index.js", |
||||
"name": "heap", |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "git://github.com/qiao/heap.js.git" |
||||
}, |
||||
"scripts": { |
||||
"test": "make test" |
||||
} |
||||
, "repository" : { |
||||
"type" : "git" |
||||
, "url" : "git://github.com/qiao/heap.js.git" |
||||
} |
||||
, "licenses" : [{ |
||||
"type" : "PSF" |
||||
, "url" : "http://docs.python.org/license.html" |
||||
}] |
||||
}, |
||||
"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