Browse Source
Strengthify is now in the Nextcloud org
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/30104/head
Joas Schilling
4 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with
9 additions and
11 deletions
-
package-lock.json
-
package.json
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
"regenerator-runtime": "^0.13.9", |
|
|
|
"select2": "3.5.1", |
|
|
|
"snap.js": "^2.0.9", |
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", |
|
|
|
"strengthify": "github:nextcloud/strengthify#0.5.9", |
|
|
|
"underscore": "^1.12.0", |
|
|
|
"url-search-params-polyfill": "^8.1.1", |
|
|
|
"uuid": "^8.3.2", |
|
|
|
@ -20733,8 +20733,7 @@ |
|
|
|
}, |
|
|
|
"node_modules/strengthify": { |
|
|
|
"version": "0.5.9", |
|
|
|
"resolved": "git+ssh://git@github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899", |
|
|
|
"integrity": "sha512-sWwDgOh4dbx+oojxjLidZdnlr8sOomd6XYTL7q+MRC8CNVoLfHklDIoGTaT0s9kJsQYXd4BzOnm+Y4HfmHyCOA==", |
|
|
|
"resolved": "git+ssh://git@github.com/nextcloud/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/strict-uri-encode": { |
|
|
|
@ -38978,9 +38977,8 @@ |
|
|
|
"integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" |
|
|
|
}, |
|
|
|
"strengthify": { |
|
|
|
"version": "git+ssh://git@github.com/MorrisJobke/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899", |
|
|
|
"integrity": "sha512-sWwDgOh4dbx+oojxjLidZdnlr8sOomd6XYTL7q+MRC8CNVoLfHklDIoGTaT0s9kJsQYXd4BzOnm+Y4HfmHyCOA==", |
|
|
|
"from": "strengthify@git+https://github.com/MorrisJobke/strengthify.git#0.5.9" |
|
|
|
"version": "git+ssh://git@github.com/nextcloud/strengthify.git#d78452649da2cd59df594a2a5c210cb7045ac899", |
|
|
|
"from": "strengthify@git+https://github.com/nextcloud/strengthify.git#0.5.9" |
|
|
|
}, |
|
|
|
"strict-uri-encode": { |
|
|
|
"version": "2.0.0", |
|
|
|
|
|
|
|
@ -73,7 +73,7 @@ |
|
|
|
"regenerator-runtime": "^0.13.9", |
|
|
|
"select2": "3.5.1", |
|
|
|
"snap.js": "^2.0.9", |
|
|
|
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", |
|
|
|
"strengthify": "github:nextcloud/strengthify#0.5.9", |
|
|
|
"underscore": "^1.12.0", |
|
|
|
"url-search-params-polyfill": "^8.1.1", |
|
|
|
"uuid": "^8.3.2", |
|
|
|
@ -123,10 +123,10 @@ |
|
|
|
"browserslist": [ |
|
|
|
"extends @nextcloud/browserslist-config" |
|
|
|
], |
|
|
|
"engines": { |
|
|
|
"node": "^14.0.0", |
|
|
|
"npm": "^7.0.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^14.0.0", |
|
|
|
"npm": "^7.0.0" |
|
|
|
}, |
|
|
|
"jest": { |
|
|
|
"moduleFileExtensions": [ |
|
|
|
"js", |
|
|
|
|