瀏覽代碼

Remove Bower

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst 5 年之前
父節點
當前提交
6da13f82ff
共有 5 個文件被更改,包括 7 次插入93 次删除
  1. 0 3
      .bowerrc
  2. 0 18
      bower.json
  3. 7 27
      build/package-lock.json
  4. 0 1
      build/package.json
  5. 0 44
      core/vendor/zxcvbn/.bower.json

+ 0 - 3
.bowerrc

@@ -1,3 +0,0 @@
-{
-	"directory": "core/vendor"
-}

+ 0 - 18
bower.json

@@ -1,18 +0,0 @@
-{
-  "name": "Nextcloud",
-  "version": "11 alpha",
-  "homepage": "https://www.nextcloud.com",
-  "license": "AGPL",
-  "private": true,
-  "ignore": [
-    "**/.*",
-    "node_modules",
-    "bower_components",
-    "core/vendor",
-    "test",
-    "tests"
-  ],
-  "dependencies": {
-    "zxcvbn": "4.4.2"
-  }
-}

+ 7 - 27
build/package-lock.json

@@ -400,12 +400,6 @@
         "type-is": "~1.6.16"
       }
     },
-    "bower": {
-      "version": "1.8.4",
-      "resolved": "https://registry.npmjs.org/bower/-/bower-1.8.4.tgz",
-      "integrity": "sha1-54dqB23rgTf30GUl3F6MZtuC8oo=",
-      "dev": true
-    },
     "brace-expansion": {
       "version": "1.1.11",
       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -1472,14 +1466,12 @@
         "balanced-match": {
           "version": "1.0.0",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "brace-expansion": {
           "version": "1.1.11",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "balanced-match": "^1.0.0",
             "concat-map": "0.0.1"
@@ -1494,20 +1486,17 @@
         "code-point-at": {
           "version": "1.1.0",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "concat-map": {
           "version": "0.0.1",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "console-control-strings": {
           "version": "1.1.0",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "core-util-is": {
           "version": "1.0.2",
@@ -1624,8 +1613,7 @@
         "inherits": {
           "version": "2.0.3",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "ini": {
           "version": "1.3.5",
@@ -1637,7 +1625,6 @@
           "version": "1.0.0",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "number-is-nan": "^1.0.0"
           }
@@ -1652,7 +1639,6 @@
           "version": "3.0.4",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "brace-expansion": "^1.1.7"
           }
@@ -1660,14 +1646,12 @@
         "minimist": {
           "version": "0.0.8",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "minipass": {
           "version": "2.2.4",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "safe-buffer": "^5.1.1",
             "yallist": "^3.0.0"
@@ -1686,7 +1670,6 @@
           "version": "0.5.1",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "minimist": "0.0.8"
           }
@@ -1767,8 +1750,7 @@
         "number-is-nan": {
           "version": "1.0.1",
           "bundled": true,
-          "dev": true,
-          "optional": true
+          "dev": true
         },
         "object-assign": {
           "version": "4.1.1",
@@ -1780,7 +1762,6 @@
           "version": "1.4.0",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "wrappy": "1"
           }
@@ -1903,7 +1884,6 @@
           "version": "1.0.2",
           "bundled": true,
           "dev": true,
-          "optional": true,
           "requires": {
             "code-point-at": "^1.0.0",
             "is-fullwidth-code-point": "^1.0.0",

+ 0 - 1
build/package.json

@@ -11,7 +11,6 @@
   "contributors": [],
   "dependencies": {},
   "devDependencies": {
-    "bower": "~1.8.0",
     "handlebars": "^4.0.5",
     "jasmine-core": "~2.5.2",
     "jasmine-sinon": "^0.4.0",

+ 0 - 44
core/vendor/zxcvbn/.bower.json

@@ -1,44 +0,0 @@
-{
-  "name": "zxcvbn",
-  "description": "realistic password strength estimation",
-  "main": "dist/zxcvbn.js",
-  "keywords": [
-    "password",
-    "passphrase",
-    "strength",
-    "quality",
-    "estimation",
-    "estimate",
-    "meter",
-    "pattern",
-    "matcher",
-    "security",
-    "authentication",
-    "cracking",
-    "scoring",
-    "entropy",
-    "bruteforce"
-  ],
-  "ignore": [
-    "/.*",
-    "*.json",
-    "node_modules",
-    "data",
-    "data-scripts",
-    "demo",
-    "lib",
-    "src",
-    "test"
-  ],
-  "homepage": "https://github.com/dropbox/zxcvbn",
-  "version": "4.4.2",
-  "_release": "4.4.2",
-  "_resolution": {
-    "type": "version",
-    "tag": "v4.4.2",
-    "commit": "0b7f691c370d922399fe60927433338c062dde23"
-  },
-  "_source": "https://github.com/dropbox/zxcvbn.git",
-  "_target": "4.4.2",
-  "_originalSource": "zxcvbn"
-}