[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / dijkstrajs / package.json
1 {
2   "_args": [
3     [
4       "dijkstrajs@1.0.1",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "dijkstrajs@1.0.1",
9   "_id": "dijkstrajs@1.0.1",
10   "_inBundle": false,
11   "_integrity": "sha1-082BIh4+pAdCz83lVtTpnpjdxxs=",
12   "_location": "/dijkstrajs",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "dijkstrajs@1.0.1",
18     "name": "dijkstrajs",
19     "escapedName": "dijkstrajs",
20     "rawSpec": "1.0.1",
21     "saveSpec": null,
22     "fetchSpec": "1.0.1"
23   },
24   "_requiredBy": [
25     "/qrcode"
26   ],
27   "_resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.1.tgz",
28   "_spec": "1.0.1",
29   "_where": "/opt/source/offload.js",
30   "bugs": {
31     "url": "https://github.com/tcort/dijkstrajs/issues"
32   },
33   "description": "A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.",
34   "devDependencies": {
35     "expect.js": "^0.3.1",
36     "jshint": "^2.8.0",
37     "mocha": "^2.3.3"
38   },
39   "homepage": "https://github.com/tcort/dijkstrajs",
40   "jshintConfig": {
41     "bitwise": true,
42     "curly": true,
43     "eqeqeq": true,
44     "forin": true,
45     "freeze": true,
46     "globalstrict": true,
47     "immed": true,
48     "indent": 4,
49     "moz": true,
50     "newcap": true,
51     "noarg": true,
52     "node": true,
53     "noempty": true,
54     "nonew": true,
55     "trailing": true,
56     "undef": true,
57     "smarttabs": true,
58     "strict": true,
59     "validthis": true,
60     "globals": {
61       "describe": false,
62       "it": false,
63       "before": false,
64       "beforeEach": false,
65       "after": false,
66       "afterEach": false
67     }
68   },
69   "keywords": [
70     "dijkstra",
71     "shortest",
72     "path",
73     "search",
74     "graph"
75   ],
76   "license": "MIT",
77   "main": "dijkstra.js",
78   "name": "dijkstrajs",
79   "repository": {
80     "type": "git",
81     "url": "git://github.com/tcort/dijkstrajs.git"
82   },
83   "scripts": {
84     "pretest": "jshint dijkstra.js",
85     "test": "mocha -R spec"
86   },
87   "version": "1.0.1"
88 }