-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.52 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
{
"_from": "parkds",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-+b00DhIcl1OdH1BCJRMnRgIGGKdCfzX56s4GvSsI2nShdCRmXmEOsgpDQZ4QA9rRa8h5bhsdW3SBBv58BtnDCg==",
"_location": "/parkds",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "parkds",
"name": "parkds",
"escapedName": "parkds",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/parkds/-/parkds-0.1.0.tgz",
"_shasum": "3a57919a112118cc03921b3c9bbe6af2e80766c6",
"_spec": "parkds",
"_where": "C:\\Projects\\Visual Studio\\Fracarita\\Digitaal Platform\\v2\\Digitaal Platform\\Digitaal Platform",
"author": {
"name": "Stijn Neels",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/sneels/ParkDS/issues"
},
"bundleDependencies": false,
"dependencies": {
"error-to-json": "^1.1.0",
"md5": "^2.2.1",
"uuid": "^3.3.3",
"ws": "^7.1.2"
},
"deprecated": false,
"description": "Connect all your Data Sources via 1 process (Cross-Domain + Single-Domain)",
"homepage": "https://github.com/sneels/ParkDS#readme",
"keywords": [
"data",
"source",
"datasource",
"db",
"database",
"cross-domain",
"websockets",
"datasources"
],
"license": "MIT",
"main": "index.js",
"name": "parkds",
"repository": {
"type": "git",
"url": "git+https://github.com/sneels/ParkDS.git"
},
"version": "0.1.0"
}