rdflib 2.2.18-cef700b2 → 2.2.19-c14dfd57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/rdflib.min.js +2 -61
- package/dist/rdflib.min.js.LICENSE.txt +68 -0
- package/dist/rdflib.min.js.map +1 -1
- package/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rdflib",
|
|
3
3
|
"description": "an RDF library for node.js. Suitable for client and server side.",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.19-c14dfd57",
|
|
5
5
|
"private": false,
|
|
6
6
|
"browserslist": [
|
|
7
7
|
"> 0.5%"
|
|
@@ -44,49 +44,49 @@
|
|
|
44
44
|
"homepage": "http://github.com/linkeddata/rdflib.js",
|
|
45
45
|
"bugs": "http://github.com/linkeddata/rdflib.js/issues",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@babel/runtime": "^7.
|
|
48
|
-
"@xmldom/xmldom": "^0.8.
|
|
49
|
-
"async": "^3.2.
|
|
50
|
-
"cross-fetch": "^3.1.
|
|
47
|
+
"@babel/runtime": "^7.17.8",
|
|
48
|
+
"@xmldom/xmldom": "^0.8.1",
|
|
49
|
+
"async": "^3.2.3",
|
|
50
|
+
"cross-fetch": "^3.1.5",
|
|
51
51
|
"jsonld": "^5.2.0",
|
|
52
|
-
"n3": "^1.
|
|
52
|
+
"n3": "^1.16.0",
|
|
53
53
|
"solid-namespace": "^0.5.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/cli": "^7.
|
|
57
|
-
"@babel/core": "^7.
|
|
58
|
-
"@babel/plugin-proposal-class-properties": "^7.16.
|
|
59
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
60
|
-
"@babel/preset-env": "^7.16.
|
|
61
|
-
"@babel/preset-typescript": "^7.16.
|
|
62
|
-
"@babel/register": "^7.
|
|
63
|
-
"@types/chai": "^4.
|
|
56
|
+
"@babel/cli": "^7.17.6",
|
|
57
|
+
"@babel/core": "^7.17.8",
|
|
58
|
+
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
59
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
60
|
+
"@babel/preset-env": "^7.16.11",
|
|
61
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
62
|
+
"@babel/register": "^7.17.7",
|
|
63
|
+
"@types/chai": "^4.3.0",
|
|
64
64
|
"@types/dirty-chai": "^2.0.2",
|
|
65
65
|
"@types/express": "^4.17.13",
|
|
66
66
|
"@types/jsonld": "^1.5.6",
|
|
67
|
-
"@types/mocha": "^9.
|
|
68
|
-
"@types/rdf-js": "^4.0.
|
|
69
|
-
"@types/sinon-chai": "^3.2.
|
|
70
|
-
"babel-loader": "^8.2.
|
|
71
|
-
"chai": "^4.3.
|
|
67
|
+
"@types/mocha": "^9.1.0",
|
|
68
|
+
"@types/rdf-js": "^4.0.2",
|
|
69
|
+
"@types/sinon-chai": "^3.2.8",
|
|
70
|
+
"babel-loader": "^8.2.4",
|
|
71
|
+
"chai": "^4.3.6",
|
|
72
72
|
"diff": "^5.0.0",
|
|
73
73
|
"dirty-chai": "^2.0.1",
|
|
74
|
-
"eslint": "^
|
|
75
|
-
"fs-grep": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"node-
|
|
80
|
-
"
|
|
81
|
-
"sinon": "^
|
|
74
|
+
"eslint": "^8.12.0",
|
|
75
|
+
"fs-grep": "0.0.5",
|
|
76
|
+
"locate-path": "^7.1.0",
|
|
77
|
+
"mocha": "^9.2.2",
|
|
78
|
+
"nock": "^13.2.4",
|
|
79
|
+
"node-fetch": "^2.6.7",
|
|
80
|
+
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
81
|
+
"sinon": "^13.0.1",
|
|
82
82
|
"sinon-chai": "^3.7.0",
|
|
83
|
-
"source-map-loader": "^
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"webpack
|
|
88
|
-
"webpack-
|
|
89
|
-
"
|
|
83
|
+
"source-map-loader": "^3.0.1",
|
|
84
|
+
"ts-node": "^10.7.0",
|
|
85
|
+
"typedoc": "^0.22.13",
|
|
86
|
+
"typescript": "^4.6.3",
|
|
87
|
+
"webpack": "^5.70.0",
|
|
88
|
+
"webpack-cli": "^4.9.2",
|
|
89
|
+
"webpack-dev-server": "^4.7.4"
|
|
90
90
|
},
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build": "babel src --extensions \".ts,.js\" -d lib",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"doc": "typedoc --out ./doc ./src/index.ts --excludePrivate --excludeInternal --tsconfig ./tsconfig.json",
|
|
97
97
|
"ignore:prepublishOnly": "npm ci && npm run build && npm run build:types && npm run build:browser && npm run build:esm",
|
|
98
98
|
"postversion": "git push --follow-tags",
|
|
99
|
-
"start": "webpack
|
|
99
|
+
"start": "webpack serve --port 4800",
|
|
100
100
|
"test": "npm run test:unit && npm run test:serialize && npm run test:types",
|
|
101
101
|
"test:clean": "rimraf tests/serialize/,*",
|
|
102
102
|
"test:serialize": "npm run build && npm run test:serialize:all && npm run test:clean",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"test:serialize:14": "cd ./tests/serialize && node ./data.js -in=t14.html -format=text/turtle -out=,t14.ttl && node diff ,t14.ttl t14-ref.ttl",
|
|
118
118
|
"test:serialize:15": "cd ./tests/serialize && node ./data.js -in=t15.html -format=text/turtle -out=,t15.ttl && node diff ,t15.ttl t15-ref.ttl",
|
|
119
119
|
"test:types": "tsc --noEmit --target es2019 --moduleResolution node tests/types/*.ts",
|
|
120
|
-
"test:unit": "mocha --growl --require
|
|
120
|
+
"test:unit": "mocha --growl --require ./tests/babel-register.js tests/unit/**-test.*",
|
|
121
121
|
"test:unit:egp": "mocha --require ./tests/babel-register.js tests/unit/fetcher-egp-test.js",
|
|
122
122
|
"test:unit:dev": "mocha --watch --growl --require ./tests/babel-register.js tests/unit/**-test.js",
|
|
123
123
|
"watch": "babel src --extensions \".ts,.js\" --env-name esm -d esm --watch & babel src --extensions \".ts,.js\" -d lib --watch"
|