-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
62
{
"name": "@rdfjs-elements/formats-pretty",
"version": "0.6.8",
"description": "RDF/JS Sink Maps with serializers configured for pretty printing",
"author": "Zazuko GmbH",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"type": "module",
"files": [
"*.js",
"*.d.ts",
"serializers",
"parsers",
"CHANGELOG.md"
],
"exports": {
".": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zazuko/rdfjs-elements.git",
"directory": "packages/formats"
},
"dependencies": {
"@graphy/content.nq.read": "^4.3.7",
"@graphy/content.ttl.write": "^4.3.7",
"@graphy/content.xml.scribe": "^4.3.7",
"@graphy/content.trig.read": "^4.3.7",
"@graphy/content.trig.write": "^4.3.7",
"@graphy/core.data.factory": "^4.3.7",
"@rdfjs/serializer-jsonld-ext": "^4.0.0",
"@rdfjs/environment": "^1",
"@rdfjs/formats": "^4.0.0",
"@rdfjs/term-map": "^2.0.0",
"@tpluscode/rdf-ns-builders": ">=3.0.2",
"@zazuko/formats-lazy": "^1.0.1",
"@zazuko/prefixes": "^2.0.0",
"n3": "^1.23.1",
"readable-stream": ">=3.6.0"
},
"devDependencies": {
"@rdfjs/namespace": "^2.0.0",
"@types/rdfjs__environment": "^1",
"@types/rdfjs__fetch-lite": "^3",
"@types/rdfjs__formats": "^4",
"@types/rdfjs__term-map": "^2",
"@types/rdfjs__term-set": "^2",
"@zazuko/env-node": "^2.1.4",
"@zazuko/prefixes": "^2.0.0",
"@zazuko/rdf-utils-fs": "^3.3.1",
"chai": "^4.3.4",
"clownface": "^2.0.2",
"get-stream": "^6.0.1",
"mocha": "^10.0.0",
"mocha-chai-jest-snapshot": "^1.1.4",
"string-to-stream": "^3.0.1"
},
"publishConfig": {
"access": "public"
}
}