diff options
Diffstat (limited to 'cordova/node_modules/ios-sim/package.json')
| -rw-r--r-- | cordova/node_modules/ios-sim/package.json | 80 |
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" +} |
