-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"_from": "a-star-pathfind",
"_id": "a-star-pathfind@1.4.0",
"_inBundle": false,
"_integrity": "sha512-LtS5E2XQBTnWw3Nqr9J1i3mZeaXxIuUZvv32FK/nuUZmROzbGKFE0n+Ro6zLEycWISeXcjhfwV243tTgH7C3ZQ==",
"_location": "/a-star-pathfind",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "a-star-pathfind",
"name": "a-star-pathfind",
"escapedName": "a-star-pathfind",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/a-star-pathfind/-/a-star-pathfind-1.4.0.tgz",
"_shasum": "64be07b0a3fdbed35a2a793789a0d7c66aa5126f",
"_spec": "a-star-pathfind",
"_where": "E:\\nodejs\\aoiTest\\server",
"author": {
"name": "ahuang"
},
"bundleDependencies": false,
"deprecated": false,
"description": "a star pathfind",
"directories": {
"example": "example"
},
"homepage": "https://github.com/ahuangege/a-star-pathfind.git",
"keywords": [
"star",
"a star",
"pathfind"
],
"license": "ISC",
"main": "index.js",
"name": "a-star-pathfind",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./src/pathFinding.ts",
"version": "1.5.1"
}