{
"_from": "cordova-ios@^5.0.0",
"_id": "cordova-ios@5.0.1",
"_inBundle": false,
"_integrity": "sha512-JcFyDmlyzY2OQJo0eHpuFERFqvO4daHl8HL96RhUVjJVtuoqXHsOF0xTuQSAqIbefelMPEWwY3Lc/dvT4ttTwQ==",
"_location": "/cordova-ios",
"_phantomChildren": {},
"_requested": {
"escapedName": "cordova-ios",
"fetchSpec": "^5.0.0",
"name": "cordova-ios",
"raw": "cordova-ios@^5.0.0",
"rawSpec": "^5.0.0",
"registry": true,
"saveSpec": null,
"type": "range"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-5.0.1.tgz",
"_shasum": "8ee30280c47f29cc3e8716167a9ce33cbaf9debd",
"_spec": "cordova-ios@^5.0.0",
"_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"url": "https://github.com/apache/cordova-ios/issues"
},
"bundleDependencies": false,
"dependencies": {
"cordova-common": "^3.1.0",
"ios-sim": "^8.0.1",
"nopt": "^4.0.1",
"plist": "^3.0.1",
"q": "^1.5.1",
"shelljs": "^0.5.3",
"unorm": "^1.4.1",
"xcode": "^2.0.0",
"xml-escape": "^1.1.0"
},
"deprecated": false,
"description": "cordova-ios release",
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jasmine": "~3.1.0",
"nyc": "^14.0.0",
"rewire": "^4.0.1",
"tmp": "0.0.33"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/apache/cordova-ios#readme",
"keywords": [
"apache",
"cordova",
"cordova:platform",
"ecosystem:cordova",
"ios"
],
"license": "Apache-2.0",
"main": "bin/templates/scripts/cordova/Api.js",
"name": "cordova-ios",
"nyc": {
"include": [
"bin/templates/scripts/**"
],
"reporter": [
"lcov",
"text"
]
},
"optionalDependencies": {},
"readme": "\n\n[![Build status](https://ci.appveyor.com/api/projects/status/github/apache/cordova-ios?branch=master)](https://ci.appveyor.com/project/Humbedooh/cordova-ios)\n[![Build Status](https://travis-ci.org/apache/cordova-ios.svg?branch=master)](https://travis-ci.org/apache/cordova-ios)\n[![codecov.io](https://codecov.io/github/apache/cordova-ios/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-ios?branch=master)\n\nCordova iOS\n=============================================================\nCordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.\n\nApache Cordova is a project of The Apache Software Foundation (ASF).\n\nRequires:\n\n* Xcode 9.x (deprecated), 10, or greater. Download it at [http://developer.apple.com/downloads](http://developer.apple.com/downloads) or the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12).\n* [node.js](https://nodejs.org)\n\nCreate a Cordova project\n-------------------------------------------------------------\n\nFollow the instructions in the [**Command-Line Usage** section](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface) of [http://docs.cordova.io](http://docs.cordova.io)\n\nTo use a **shared CordovaLib**, for example in development, link the appropriate cordova-ios platform folder path:\n\n cordova platform add --link /path/to/cordova-ios\n\nUpdating a Cordova project\n-------------------------------------------------------------\n\nWhen you install a new cordova-cli version that comes with a new iOS platform version, from within your project:\n\n cordova platform rm ios\n cordova platform add ios\n\nTests\n--------------------------------------------------------------------\n\n1. Run `npm install`\n2. Run `npm test`\n\nFuther reading\n-----\n* [http://cordova.apache.org/](http://cordova.apache.org/)\n* [http://wiki.apache.org/cordova/](http://wiki.apache.org/cordova/)\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/cordova-ios.git"
},
"scripts": {
"cover": "nyc jasmine --config=tests/spec/coverage.json",
"e2e-tests": "jasmine tests/spec/create.spec.js",
"eslint": "eslint bin tests",
"objc-tests": "npm run objc-tests-lib && npm run objc-tests-framework",
"objc-tests-framework": "xcodebuild test -workspace tests/cordova-ios.xcworkspace -scheme CordovaFrameworkApp -destination \"platform=iOS Simulator,name=iPhone 8\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"",
"objc-tests-lib": "xcodebuild test -workspace tests/cordova-ios.xcworkspace -scheme CordovaLibTests -destination \"platform=iOS Simulator,name=iPhone 8\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"",
"posttest": "npm run eslint",
"preobjc-tests": "tests/scripts/killsim.js",
"test": "npm run unit-tests && npm run test:component && npm run objc-tests && npm run e2e-tests",
"test:component": "jasmine --config=tests/spec/component.json",
"unit-tests": "jasmine --config=tests/spec/unit.json"
},
"version": "5.0.1"
}