-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 803 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "semantic_extractor",
"description": "The Node-RED-based Semantic Extractor Project",
"version": "0.1.0",
"private": true,
"dependencies": {
"@node-red-contrib-themes/midnight-red": "^2.0.4",
"@stdlib/assert-is-absolute-path": "^0.0.7",
"@stdlib/assert-is-relative-path": "^0.0.7",
"clean-deep": "^3.4.0",
"isomorphic-fetch": "^3.0.0",
"jsonata": "^1.8.6",
"jsonld": "^5.2.0",
"jsonld-context-parser": "^2.1.5",
"jsonschema": "^1.4.0",
"rdf-ext": "^1.3.5",
"rdf-parse": "^1.9.1",
"rdf-serialize": "^1.2.0",
"sparql-http-client": "^2.4.0",
"string-similarity": "^4.0.4",
"validate-npm-package-name": "^3.0.0",
"validate.io-uri": "^1.0.0"
}
}