Mike 7 년 전
부모
커밋
8a948129ce
5개의 변경된 파일30개의 추가작업 그리고 112개의 파일을 삭제
  1. 2 2
      miaomiao/package.json
  2. 3 0
      miaomiao/plugins/android.json
  3. 14 102
      miaomiao/plugins/cordova-plugin-whitelist/package.json
  4. 8 8
      miaomiao/plugins/fetch.json
  5. 3 0
      miaomiao/plugins/ios.json

+ 2 - 2
miaomiao/package.json

xqd
@@ -43,9 +43,9 @@
     "cordova-plugin-file-transfer",
     "cordova-plugin-camera",
     "phonegap-plugin-barcodescanner",
-    "cordova-plugin-whitelist",
     "cordova-hot-code-push-plugin",
-    "cordova-plugin-wechat"
+    "cordova-plugin-wechat",
+    "cordova-plugin-whitelist"
   ],
   "cordovaPlatforms": [
     "android"

+ 3 - 0
miaomiao/plugins/android.json

xqd
@@ -16,6 +16,9 @@
         "cordova-plugin-wechat": {
             "WECHATAPPID": "wxc5181c0d406023e6",
             "PACKAGE_NAME": "com.miaomiao.app"
+        },
+        "cordova-plugin-whitelist": {
+            "PACKAGE_NAME": "com.miaomiao.app"
         }
     },
     "dependent_plugins": {}

+ 14 - 102
miaomiao/plugins/cordova-plugin-whitelist/package.json

xqd xqd
@@ -1,70 +1,22 @@
 {
-  "_args": [
-    [
-      {
-        "raw": "cordova-plugin-whitelist@1.3.2",
-        "scope": null,
-        "escapedName": "cordova-plugin-whitelist",
-        "name": "cordova-plugin-whitelist",
-        "rawSpec": "1.3.2",
-        "spec": "1.3.2",
-        "type": "version"
-      },
-      "D:\\my\\miao\\miaomiao\\node_modules"
-    ]
-  ],
-  "_from": "cordova-plugin-whitelist@1.3.2",
-  "_id": "cordova-plugin-whitelist@1.3.2",
-  "_inCache": true,
-  "_location": "/cordova-plugin-whitelist",
-  "_nodeVersion": "6.6.0",
-  "_npmOperationalInternal": {
-    "host": "packages-18-east.internal.npmjs.com",
-    "tmp": "tmp/cordova-plugin-whitelist-1.3.2.tgz_1488934526149_0.2759723379276693"
-  },
-  "_npmUser": {
-    "name": "stevegill",
-    "email": "stevengill97@gmail.com"
-  },
-  "_npmVersion": "4.1.1",
-  "_phantomChildren": {},
-  "_requested": {
-    "raw": "cordova-plugin-whitelist@1.3.2",
-    "scope": null,
-    "escapedName": "cordova-plugin-whitelist",
-    "name": "cordova-plugin-whitelist",
-    "rawSpec": "1.3.2",
-    "spec": "1.3.2",
-    "type": "version"
-  },
-  "_requiredBy": [
-    "#USER",
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.2.tgz",
-  "_shasum": "5b6335feb9f5301f3c013b9096cb8885bdbd5076",
-  "_shrinkwrap": null,
-  "_spec": "cordova-plugin-whitelist@1.3.2",
-  "_where": "D:\\my\\miao\\miaomiao\\node_modules",
-  "author": {
-    "name": "Apache Software Foundation"
-  },
-  "bugs": {
-    "url": "https://github.com/apache/cordova-plugin-whitelist/issues"
-  },
+  "name": "cordova-plugin-whitelist",
+  "version": "1.3.2",
+  "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [
       "android"
     ]
   },
-  "dependencies": {},
-  "description": "Cordova Whitelist Plugin",
-  "devDependencies": {},
-  "directories": {},
-  "dist": {
-    "shasum": "5b6335feb9f5301f3c013b9096cb8885bdbd5076",
-    "tarball": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.2.tgz"
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/apache/cordova-plugin-whitelist"
   },
+  "keywords": [
+    "cordova",
+    "whitelist",
+    "ecosystem:cordova",
+    "cordova-android"
+  ],
   "engines": {
     "cordovaDependencies": {
       "0.0.0": {
@@ -75,46 +27,6 @@
       }
     }
   },
-  "homepage": "https://github.com/apache/cordova-plugin-whitelist#readme",
-  "keywords": [
-    "cordova",
-    "whitelist",
-    "ecosystem:cordova",
-    "cordova-android"
-  ],
-  "license": "Apache-2.0",
-  "maintainers": [
-    {
-      "name": "bowserj",
-      "email": "bowserj@apache.org"
-    },
-    {
-      "name": "csantanapr",
-      "email": "csantana23@gmail.com"
-    },
-    {
-      "name": "filmaj",
-      "email": "maj.fil@gmail.com"
-    },
-    {
-      "name": "purplecabbage",
-      "email": "purplecabbage@gmail.com"
-    },
-    {
-      "name": "shazron",
-      "email": "shazron@gmail.com"
-    },
-    {
-      "name": "stevegill",
-      "email": "stevengill97@gmail.com"
-    }
-  ],
-  "name": "cordova-plugin-whitelist",
-  "optionalDependencies": {},
-  "readme": "ERROR: No README data found!",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/apache/cordova-plugin-whitelist.git"
-  },
-  "version": "1.3.2"
+  "author": "Apache Software Foundation",
+  "license": "Apache-2.0"
 }

+ 8 - 8
miaomiao/plugins/fetch.json

xqd xqd
@@ -108,14 +108,6 @@
         "is_top_level": true,
         "variables": {}
     },
-    "cordova-plugin-whitelist": {
-        "source": {
-            "type": "registry",
-            "id": "cordova-plugin-whitelist@1.3.2"
-        },
-        "is_top_level": true,
-        "variables": {}
-    },
     "cordova-hot-code-push-plugin": {
         "source": {
             "type": "registry",
@@ -144,5 +136,13 @@
         "variables": {
             "APP_KEY": "69838317211448192366f9d8"
         }
+    },
+    "cordova-plugin-whitelist": {
+        "source": {
+            "type": "registry",
+            "id": "cordova-plugin-whitelist@^1.3.2"
+        },
+        "is_top_level": true,
+        "variables": {}
     }
 }

+ 3 - 0
miaomiao/plugins/ios.json

xqd
@@ -42,6 +42,9 @@
         "cordova-plugin-wechat": {
             "WECHATAPPID": "wxc5181c0d406023e6",
             "PACKAGE_NAME": "com.miaomiao.app"
+        },
+        "cordova-plugin-whitelist": {
+            "PACKAGE_NAME": "com.miaomiao.app"
         }
     },
     "dependent_plugins": {