forked from Open-MBEE/mms-rdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·32 lines (32 loc) · 944 Bytes
/
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
{
"name": "mms-rdf",
"private": true,
"dependencies": {
"@graphy-dev/content.sparql_results.read": "0.0.21",
"@graphy-dev/core.iso.stream": "0.0.41",
"@graphy/content.ttl.read": "^4.2.1",
"@graphy/content.ttl.write": "^4.2.1",
"@graphy/core.data.factory": "^4.2.1",
"@graphy/memory.dataset.fast": "^4.2.1",
"JSONStream": "^1.3.5",
"async": "^3.2.0",
"aws-sdk": "^2.675.0",
"csv-write-stream": "^2.0.0",
"event-stream": "^4.0.1",
"node-xml-stream-parser": "^1.0.12",
"pluralize": "^8.0.0",
"proxy-agent": "^3.1.1",
"request": "^2.88.2",
"socks-proxy-agent": "^4.0.2",
"socks5-http-client": "^1.0.4",
"stream-json": "github:blake-regalia/stream-json#feat/55",
"worker": "^0.4.0"
},
"devDependencies": {
"emk": "^1.7.2",
"eslint": "^6.7.2",
"graphy": "^4.2.1"
},
"author": "Blake D. Regalia <[email protected]>",
"license": "ISC"
}