From 9b1bb777124a336fa0331f9541bef4dc038506bf Mon Sep 17 00:00:00 2001 From: DimitarTachev Date: Thu, 25 Oct 2018 18:56:02 +0300 Subject: [PATCH] fix: remove the package json of the ex submodule as its generating security warnings in github --- lib/common/package.json | 102 ---------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 lib/common/package.json diff --git a/lib/common/package.json b/lib/common/package.json deleted file mode 100644 index 2a4a152572..0000000000 --- a/lib/common/package.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "name": "mobile-cli-lib", - "preferGlobal": false, - "version": "0.22.0", - "author": "Telerik ", - "description": "common lib used by different CLI", - "bin": { - "mobile-cli-lib": "./bin/common-lib.js" - }, - "scripts": { - "mocha": "node test-scripts/mocha.js", - "test": "node test-scripts/istanbul.js", - "tslint": "tslint -p tsconfig.json --type-check" - }, - "main": "./common-lib.js", - "repository": { - "type": "git", - "url": "https://github.com/telerik/mobile-cli-lib.git" - }, - "keywords": [ - "cordova", - "appbuilder", - "telerik", - "mobile", - "nativescript", - "Proton" - ], - "dependencies": { - "byline": "4.2.1", - "chalk": "1.0.0", - "cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1", - "colors": "0.6.2", - "cookie": "0.1.0", - "esprima": "2.7.0", - "gaze": "1.0.0", - "iconv-lite": "0.4.3", - "inquirer": "0.8.2", - "ios-device-lib": "~0.3.0", - "ios-sim-portable": "3.2.0", - "lockfile": "1.0.3", - "lodash": "4.17.10", - "log4js": "0.6.9", - "marked": "0.3.12", - "marked-terminal": "2.0.0", - "minimatch": "2.0.4", - "mkdirp": "0.3.5", - "mute-stream": "0.0.4", - "nativescript-doctor": "1.2.0", - "open": "0.0.4", - "osenv": "0.1.0", - "parse5": "2.2.0", - "plist": "1.1.0", - "proxy-lib": "0.2.0", - "pullstream": "https://github.com/icenium/node-pullstream/tarball/master", - "qr-image": "3.2.0", - "qrcode-generator": "1.0.0", - "request": "2.81.0", - "rimraf": "2.2.6", - "semver": "5.5.0", - "shelljs": "0.7.5", - "simple-plist": "0.2.1", - "source-map": "0.5.6", - "tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", - "temp": "0.8.1", - "uuid": "^3.0.0", - "validator": "3.2.1", - "winreg": "0.0.12", - "xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master", - "yargs": "6.0.0", - "zipstream": "https://github.com/Icenium/node-zipstream/tarball/master" - }, - "analyze": true, - "devDependencies": { - "@types/chai": "4.0.1", - "@types/chai-as-promised": "0.0.31", - "@types/lockfile": "1.0.0", - "@types/lodash": "4.14.116", - "@types/node": "6.0.61", - "@types/qr-image": "3.2.0", - "@types/request": "0.0.45", - "@types/semver": "5.5.0", - "@types/source-map": "0.5.0", - "chai": "4.0.2", - "chai-as-promised": "7.0.0", - "file": "0.2.2", - "grunt": "1.0.1", - "grunt-contrib-clean": "1.0.0", - "grunt-contrib-watch": "1.0.0", - "grunt-shell": "2.1.0", - "grunt-ts": "6.0.0-beta.16", - "istanbul": "0.4.5", - "mocha": "3.2.0", - "spec-xunit-file": "0.0.1-3", - "tslint": "5.4.3", - "typescript": "2.4.1" - }, - "bundledDependencies": [], - "license": "Apache-2.0", - "engines": { - "node": ">=4.2.1 <5.0.0 || >=5.1.0 <8.0.0" - } -}