fix: Move dependencies to production

This commit is contained in:
Ruben Verborgh
2020-09-03 15:34:24 +02:00
parent 3020b17283
commit 80aad8ab07
2 changed files with 8 additions and 12 deletions

10
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@solid/community-server",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1185,7 +1185,6 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/arrayify-stream/-/arrayify-stream-1.0.0.tgz",
"integrity": "sha512-rTx+OXoOJxoscixxecOqaEABaN6Qh/BNImDBnytLVrDI+glba4LJ7RS9JGRcc7auLtdFcM4s8+fdN6pb/K24OA==",
"dev": true,
"requires": {
"@types/node": "*"
}
@@ -1465,7 +1464,6 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/streamify-array/-/streamify-array-1.0.0.tgz",
"integrity": "sha512-qBRnXKNEF8ejRM7TODp3bXIFnHjDfrUM3cTpCU8hnkrI5FHH708wGTo4jc/2VnyNDd73sNYtt3un2pT+9E1y1A==",
"dev": true,
"requires": {
"@types/node": "*"
}
@@ -1813,8 +1811,7 @@
"arrayify-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/arrayify-stream/-/arrayify-stream-1.0.0.tgz",
"integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ==",
"dev": true
"integrity": "sha512-RP80ep76Lbew2wWN5ogrl2NluTnBVYYh2K3NNCcWfcmmUB7nBcNBctiJeEZAixp3I1vQ9H88iHZ9MbHSdkuupQ=="
},
"arrify": {
"version": "1.0.1",
@@ -9386,8 +9383,7 @@
"streamify-array": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/streamify-array/-/streamify-array-1.0.1.tgz",
"integrity": "sha512-ZnswaBcC6B1bhPLSQOlC6CdaDUSzU0wr2lvvHpbHNms8V7+DLd8uEAzDAWpsjxbFkijBHhuObFO/qqu52DZUMA==",
"dev": true
"integrity": "sha512-ZnswaBcC6B1bhPLSQOlC6CdaDUSzU0wr2lvvHpbHNms8V7+DLd8uEAzDAWpsjxbFkijBHhuObFO/qqu52DZUMA=="
},
"string-length": {
"version": "4.0.1",

View File

@@ -62,6 +62,7 @@
],
"dependencies": {
"@rdfjs/data-model": "^1.1.2",
"@types/arrayify-stream": "^1.0.0",
"@types/async-lock": "^1.1.2",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
@@ -69,8 +70,10 @@
"@types/n3": "^1.4.0",
"@types/node": "^14.0.1",
"@types/rdf-js": "^3.0.0",
"@types/streamify-array": "^1.0.0",
"@types/uuid": "^8.3.0",
"@types/yargs": "^15.0.5",
"arrayify-stream": "^1.0.0",
"async-lock": "^1.2.4",
"componentsjs": "^3.4.2",
"cors": "^2.8.5",
@@ -81,24 +84,22 @@
"rdf-serialize": "^1.0.0",
"rdf-terms": "^1.5.1",
"sparqlalgebrajs": "^2.3.1",
"streamify-array": "^1.0.1",
"uuid": "^8.3.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"@types/arrayify-stream": "^1.0.0",
"@types/jest": "^26.0.0",
"@types/streamify-array": "^1.0.0",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"arrayify-stream": "^1.0.0",
"componentjs-generator": "^1.0.1",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-config-es": "^3.19.61",
"eslint-plugin-tsdoc": "^0.2.4",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-tsdoc": "^0.2.4",
"eslint-plugin-unused-imports": "^0.1.3",
"husky": "^4.2.5",
"jest": "^26.0.1",
@@ -106,7 +107,6 @@
"manual-git-changelog": "^1.0.1",
"node-mocks-http": "^1.8.1",
"nodemon": "^2.0.4",
"streamify-array": "^1.0.1",
"stream-to-string": "^1.1.0",
"supertest": "^4.0.2",
"ts-jest": "^26.0.0",