aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/ios-sim/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-01-19 12:37:14 +0530
committerKumar Priyansh <[email protected]>2019-01-19 12:37:14 +0530
commitdcdfc94cb39dfe2c39925a0145ffa45e2d061c30 (patch)
tree4f6379d955555b298c0e7b83a67e264240ee5614 /cordova/node_modules/ios-sim/package.json
parent76f7b3678d3f1ff99c3935a774d420453b0c3cb9 (diff)
downloadWeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.tar.xz
WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.zip
Initial Upload via GIT
Diffstat (limited to 'cordova/node_modules/ios-sim/package.json')
-rw-r--r--cordova/node_modules/ios-sim/package.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/cordova/node_modules/ios-sim/package.json b/cordova/node_modules/ios-sim/package.json
new file mode 100644
index 0000000..2d64c70
--- /dev/null
+++ b/cordova/node_modules/ios-sim/package.json
@@ -0,0 +1,80 @@
+{
+ "_from": "ios-sim@latest",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-VloxT+AARztnhkGQcfxPjMU8puewPULVA+qzAOrK5JspiWTvi7JhBV8t19x42It+tsX35ZabF1WyUZhorLDbvQ==",
+ "_location": "/ios-sim",
+ "_phantomChildren": {
+ "abbrev": "1.1.1",
+ "xmldom": "0.1.27"
+ },
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "ios-sim@latest",
+ "name": "ios-sim",
+ "escapedName": "ios-sim",
+ "rawSpec": "latest",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-7.0.0.tgz",
+ "_shasum": "c286a8ac8e13e978b5bb219f790133b2d36a4b06",
+ "_spec": "ios-sim@latest",
+ "_where": "/Users/lucifer/Desktop/weatherApp/platforms/ios/cordova",
+ "author": {
+ "name": "Shazron Abdullah"
+ },
+ "bin": {
+ "ios-sim": "./bin/ios-sim"
+ },
+ "bugs": {
+ "url": "https://github.com/phonegap/ios-sim/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "bplist-parser": "^0.0.6",
+ "nopt": "1.0.9",
+ "plist": "^3.0.1",
+ "simctl": "^1.1.1"
+ },
+ "deprecated": false,
+ "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
+ "devDependencies": {
+ "eslint": "^4.19.1",
+ "eslint-config-semistandard": "^12.0.1",
+ "eslint-config-standard": "^11.0.0",
+ "eslint-plugin-import": "^2.12.0",
+ "eslint-plugin-node": "^6.0.1",
+ "eslint-plugin-promise": "^3.8.0",
+ "eslint-plugin-standard": "^3.1.0",
+ "jasmine": "~2.6.0"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "homepage": "https://github.com/ios-control/ios-sim#readme",
+ "keywords": [
+ "ios-sim",
+ "iOS Simulator"
+ ],
+ "license": "MIT",
+ "main": "ios-sim.js",
+ "name": "ios-sim",
+ "preferGlobal": "true",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/ios-control/ios-sim.git"
+ },
+ "scripts": {
+ "eslint": "eslint *.js src spec",
+ "jasmine": "jasmine --config=spec/jasmine.json",
+ "posttest": "npm run eslint",
+ "test": "npm run jasmine"
+ },
+ "version": "7.0.0"
+}