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 @@ |
|||||||
{ |
{ |
||||||
|
"_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", |
"name": "@socket.io/component-emitter", |
||||||
"description": "Event emitter", |
"escapedName": "@socket.io%2fcomponent-emitter", |
||||||
"version": "3.1.0", |
"scope": "@socket.io", |
||||||
"license": "MIT", |
"rawSpec": "3.1.0", |
||||||
"devDependencies": { |
"saveSpec": null, |
||||||
"mocha": "*", |
"fetchSpec": "3.1.0" |
||||||
"should": "*" |
}, |
||||||
|
"_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, |
||||||
|
"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": [ |
"contributors": [ |
||||||
{ |
{ |
||||||
"name": "Microsoft TypeScript", |
"name": "Microsoft TypeScript", |
||||||
"url": "https://github.com/Microsoft", |
"url": "https://github.com/Microsoft" |
||||||
"githubUsername": "Microsoft" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "DefinitelyTyped", |
"name": "DefinitelyTyped", |
||||||
"url": "https://github.com/DefinitelyTyped", |
"url": "https://github.com/DefinitelyTyped" |
||||||
"githubUsername": "DefinitelyTyped" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Alberto Schiabel", |
"name": "Alberto Schiabel", |
||||||
"url": "https://github.com/jkomyno", |
"url": "https://github.com/jkomyno" |
||||||
"githubUsername": "jkomyno" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Alvis HT Tang", |
"name": "Alvis HT Tang", |
||||||
"url": "https://github.com/alvis", |
"url": "https://github.com/alvis" |
||||||
"githubUsername": "alvis" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Andrew Makarov", |
"name": "Andrew Makarov", |
||||||
"url": "https://github.com/r3nya", |
"url": "https://github.com/r3nya" |
||||||
"githubUsername": "r3nya" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Benjamin Toueg", |
"name": "Benjamin Toueg", |
||||||
"url": "https://github.com/btoueg", |
"url": "https://github.com/btoueg" |
||||||
"githubUsername": "btoueg" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Chigozirim C.", |
"name": "Chigozirim C.", |
||||||
"url": "https://github.com/smac89", |
"url": "https://github.com/smac89" |
||||||
"githubUsername": "smac89" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "David Junger", |
"name": "David Junger", |
||||||
"url": "https://github.com/touffy", |
"url": "https://github.com/touffy" |
||||||
"githubUsername": "touffy" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Deividas Bakanas", |
"name": "Deividas Bakanas", |
||||||
"url": "https://github.com/DeividasBakanas", |
"url": "https://github.com/DeividasBakanas" |
||||||
"githubUsername": "DeividasBakanas" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Eugene Y. Q. Shen", |
"name": "Eugene Y. Q. Shen", |
||||||
"url": "https://github.com/eyqs", |
"url": "https://github.com/eyqs" |
||||||
"githubUsername": "eyqs" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Hannes Magnusson", |
"name": "Hannes Magnusson", |
||||||
"url": "https://github.com/Hannes-Magnusson-CK", |
"url": "https://github.com/Hannes-Magnusson-CK" |
||||||
"githubUsername": "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", |
"name": "Klaus Meinhardt", |
||||||
"url": "https://github.com/ajafff", |
"url": "https://github.com/ajafff" |
||||||
"githubUsername": "ajafff" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Lishude", |
"name": "Lishude", |
||||||
"url": "https://github.com/islishude", |
"url": "https://github.com/islishude" |
||||||
"githubUsername": "islishude" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Mariusz Wiktorczyk", |
"name": "Mariusz Wiktorczyk", |
||||||
"url": "https://github.com/mwiktorczyk", |
"url": "https://github.com/mwiktorczyk" |
||||||
"githubUsername": "mwiktorczyk" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Mohsen Azimi", |
"name": "Mohsen Azimi", |
||||||
"url": "https://github.com/mohsen1", |
"url": "https://github.com/mohsen1" |
||||||
"githubUsername": "mohsen1" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Nicolas Even", |
"name": "Nicolas Even", |
||||||
"url": "https://github.com/n-e", |
"url": "https://github.com/n-e" |
||||||
"githubUsername": "n-e" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Nikita Galkin", |
"name": "Nikita Galkin", |
||||||
"url": "https://github.com/galkin", |
"url": "https://github.com/galkin" |
||||||
"githubUsername": "galkin" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Parambir Singh", |
"name": "Parambir Singh", |
||||||
"url": "https://github.com/parambirs", |
"url": "https://github.com/parambirs" |
||||||
"githubUsername": "parambirs" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Sebastian Silbermann", |
"name": "Sebastian Silbermann", |
||||||
"url": "https://github.com/eps1lon", |
"url": "https://github.com/eps1lon" |
||||||
"githubUsername": "eps1lon" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Simon Schick", |
"name": "Simon Schick", |
||||||
"url": "https://github.com/SimonSchick", |
"url": "https://github.com/SimonSchick" |
||||||
"githubUsername": "SimonSchick" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Thomas den Hollander", |
"name": "Thomas den Hollander", |
||||||
"url": "https://github.com/ThomasdenH", |
"url": "https://github.com/ThomasdenH" |
||||||
"githubUsername": "ThomasdenH" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Wilco Bakker", |
"name": "Wilco Bakker", |
||||||
"url": "https://github.com/WilcoBakker", |
"url": "https://github.com/WilcoBakker" |
||||||
"githubUsername": "WilcoBakker" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "wwwy3y3", |
"name": "wwwy3y3", |
||||||
"url": "https://github.com/wwwy3y3", |
"url": "https://github.com/wwwy3y3" |
||||||
"githubUsername": "wwwy3y3" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Samuel Ainsworth", |
"name": "Samuel Ainsworth", |
||||||
"url": "https://github.com/samuela", |
"url": "https://github.com/samuela" |
||||||
"githubUsername": "samuela" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Kyle Uehlein", |
"name": "Kyle Uehlein", |
||||||
"url": "https://github.com/kuehlein", |
"url": "https://github.com/kuehlein" |
||||||
"githubUsername": "kuehlein" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Thanik Bhongbhibhat", |
"name": "Thanik Bhongbhibhat", |
||||||
"url": "https://github.com/bhongy", |
"url": "https://github.com/bhongy" |
||||||
"githubUsername": "bhongy" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Marcin Kopacz", |
"name": "Marcin Kopacz", |
||||||
"url": "https://github.com/chyzwar", |
"url": "https://github.com/chyzwar" |
||||||
"githubUsername": "chyzwar" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Trivikram Kamat", |
"name": "Trivikram Kamat", |
||||||
"url": "https://github.com/trivikr", |
"url": "https://github.com/trivikr" |
||||||
"githubUsername": "trivikr" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Junxiao Shi", |
"name": "Junxiao Shi", |
||||||
"url": "https://github.com/yoursunny", |
"url": "https://github.com/yoursunny" |
||||||
"githubUsername": "yoursunny" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Ilia Baryshnikov", |
"name": "Ilia Baryshnikov", |
||||||
"url": "https://github.com/qwelias", |
"url": "https://github.com/qwelias" |
||||||
"githubUsername": "qwelias" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "ExE Boss", |
"name": "ExE Boss", |
||||||
"url": "https://github.com/ExE-Boss", |
"url": "https://github.com/ExE-Boss" |
||||||
"githubUsername": "ExE-Boss" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Piotr Błażejewicz", |
"name": "Piotr Błażejewicz", |
||||||
"url": "https://github.com/peterblazejewicz", |
"url": "https://github.com/peterblazejewicz" |
||||||
"githubUsername": "peterblazejewicz" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Anna Henningsen", |
"name": "Anna Henningsen", |
||||||
"url": "https://github.com/addaleax", |
"url": "https://github.com/addaleax" |
||||||
"githubUsername": "addaleax" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Victor Perin", |
"name": "Victor Perin", |
||||||
"url": "https://github.com/victorperin", |
"url": "https://github.com/victorperin" |
||||||
"githubUsername": "victorperin" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Yongsheng Zhang", |
"name": "Yongsheng Zhang", |
||||||
"url": "https://github.com/ZYSzys", |
"url": "https://github.com/ZYSzys" |
||||||
"githubUsername": "ZYSzys" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "NodeJS Contributors", |
"name": "NodeJS Contributors", |
||||||
"url": "https://github.com/NodeJS", |
"url": "https://github.com/NodeJS" |
||||||
"githubUsername": "NodeJS" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Linus Unnebäck", |
"name": "Linus Unnebäck", |
||||||
"url": "https://github.com/LinusU", |
"url": "https://github.com/LinusU" |
||||||
"githubUsername": "LinusU" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "wafuwafu13", |
"name": "wafuwafu13", |
||||||
"url": "https://github.com/wafuwafu13", |
"url": "https://github.com/wafuwafu13" |
||||||
"githubUsername": "wafuwafu13" |
|
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"name": "Matteo Collina", |
"name": "Matteo Collina", |
||||||
"url": "https://github.com/mcollina", |
"url": "https://github.com/mcollina" |
||||||
"githubUsername": "mcollina" |
|
||||||
} |
} |
||||||
], |
], |
||||||
|
"dependencies": {}, |
||||||
|
"description": "TypeScript definitions for Node.js", |
||||||
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", |
||||||
|
"license": "MIT", |
||||||
"main": "", |
"main": "", |
||||||
"types": "index.d.ts", |
"name": "@types/node", |
||||||
"repository": { |
"repository": { |
||||||
"type": "git", |
"type": "git", |
||||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", |
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", |
||||||
"directory": "types/node" |
"directory": "types/node" |
||||||
}, |
}, |
||||||
"scripts": {}, |
"scripts": {}, |
||||||
"dependencies": {}, |
"typeScriptVersion": "4.0", |
||||||
|
"types": "index.d.ts", |
||||||
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b", |
"typesPublisherContentHash": "b3d2ce548d64952af2585c97148879dfa054b7a7ea087a095c93ddd158dbb37b", |
||||||
"typeScriptVersion": "4.0" |
"version": "18.7.5" |
||||||
} |
} |
@ -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": { |
||||||
|
"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" : { |
], |
||||||
"test" : "make test" |
"main": "./index.js", |
||||||
} |
"name": "heap", |
||||||
, "repository" : { |
"repository": { |
||||||
"type" : "git" |
"type": "git", |
||||||
, "url" : "git://github.com/qiao/heap.js.git" |
"url": "git://github.com/qiao/heap.js.git" |
||||||
} |
}, |
||||||
, "licenses" : [{ |
"scripts": { |
||||||
"type" : "PSF" |
"test": "make test" |
||||||
, "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