mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:17:08 +00:00
Use @dougal/user, @dougal/organisations modules in backend
This commit is contained in:
30
lib/www/server/package-lock.json
generated
30
lib/www/server/package-lock.json
generated
@@ -13,6 +13,8 @@
|
||||
"linux"
|
||||
],
|
||||
"dependencies": {
|
||||
"@dougal/organisations": "file:../../modules/@dougal/organisations",
|
||||
"@dougal/user": "file:../../modules/@dougal/user",
|
||||
"body-parser": "gitlab:aaltronav/contrib/expressjs/body-parser",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"csv": "^6.3.3",
|
||||
@@ -41,6 +43,25 @@
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"../../modules/@dougal/organisations": {
|
||||
"version": "1.0.0",
|
||||
"license": "ISC"
|
||||
},
|
||||
"../../modules/@dougal/user": {
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@dougal/organisations": "file:../organisations"
|
||||
}
|
||||
},
|
||||
"node_modules/@dougal/organisations": {
|
||||
"resolved": "../../modules/@dougal/organisations",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@dougal/user": {
|
||||
"resolved": "../../modules/@dougal/user",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@mapbox/node-pre-gyp": {
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz",
|
||||
@@ -6321,6 +6342,15 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@dougal/organisations": {
|
||||
"version": "file:../../modules/@dougal/organisations"
|
||||
},
|
||||
"@dougal/user": {
|
||||
"version": "file:../../modules/@dougal/user",
|
||||
"requires": {
|
||||
"@dougal/organisations": "file:../organisations"
|
||||
}
|
||||
},
|
||||
"@mapbox/node-pre-gyp": {
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz",
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
"linux"
|
||||
],
|
||||
"dependencies": {
|
||||
"@dougal/organisations": "file:../../modules/@dougal/organisations",
|
||||
"@dougal/user": "file:../../modules/@dougal/user",
|
||||
"body-parser": "gitlab:aaltronav/contrib/expressjs/body-parser",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"csv": "^6.3.3",
|
||||
|
||||
Reference in New Issue
Block a user