You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

86 lines
2.0 KiB

{
"_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"
}