mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
cloud: restructure
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -33,5 +33,5 @@
|
||||
path = plugins/sample-cameraprovider
|
||||
url = ../../koush/scrypted-sample-cameraprovider
|
||||
[submodule "plugins/cloud/node-nat-upnp"]
|
||||
path = plugins/cloud/node-nat-upnp
|
||||
path = plugins/cloud/external/node-nat-upnp
|
||||
url = ../../koush/node-nat-upnp.git
|
||||
|
||||
@@ -6,4 +6,4 @@ fs
|
||||
src
|
||||
.vscode
|
||||
dist/*.js
|
||||
node-nat-upnp
|
||||
external
|
||||
|
||||
20
plugins/cloud/package-lock.json
generated
20
plugins/cloud/package-lock.json
generated
@@ -16,7 +16,7 @@
|
||||
"debug": "^4.3.4",
|
||||
"http-proxy": "^1.18.1",
|
||||
"lodash": "^4.17.21",
|
||||
"nat-upnp": "file:./node-nat-upnp",
|
||||
"nat-upnp": "file:./external/node-nat-upnp",
|
||||
"query-string": "^6.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -79,6 +79,19 @@
|
||||
"typedoc": "^0.23.21"
|
||||
}
|
||||
},
|
||||
"external/node-nat-upnp": {
|
||||
"version": "1.1.1",
|
||||
"dependencies": {
|
||||
"async": "^2.1.5",
|
||||
"axios": "^1.2.4",
|
||||
"ip": "^1.1.4",
|
||||
"xml2js": "~0.1.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jscs": "^1.11.2",
|
||||
"mocha": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@eneris/push-receiver": {
|
||||
"version": "3.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@eneris/push-receiver/-/push-receiver-3.1.4.tgz",
|
||||
@@ -1378,7 +1391,7 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/nat-upnp": {
|
||||
"resolved": "node-nat-upnp",
|
||||
"resolved": "external/node-nat-upnp",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/ncp": {
|
||||
@@ -1952,6 +1965,7 @@
|
||||
"node-nat-upnp": {
|
||||
"name": "nat-upnp",
|
||||
"version": "1.1.1",
|
||||
"extraneous": true,
|
||||
"dependencies": {
|
||||
"async": "^2.1.5",
|
||||
"axios": "^1.2.4",
|
||||
@@ -3003,7 +3017,7 @@
|
||||
"dev": true
|
||||
},
|
||||
"nat-upnp": {
|
||||
"version": "file:node-nat-upnp",
|
||||
"version": "file:external/node-nat-upnp",
|
||||
"requires": {
|
||||
"async": "^2.1.5",
|
||||
"axios": "^1.2.4",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"debug": "^4.3.4",
|
||||
"http-proxy": "^1.18.1",
|
||||
"lodash": "^4.17.21",
|
||||
"nat-upnp": "file:./node-nat-upnp",
|
||||
"nat-upnp": "file:./external/node-nat-upnp",
|
||||
"query-string": "^6.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
throw new Error();
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"main": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user