123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_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# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License. You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing,\n# software distributed under the License is distributed on an\n# \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n# KIND, either express or implied. See the License for the\n# specific language governing permissions and limitations\n# under the License.\n#\n-->\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\n<a href=\"http://cordova.apache.org\">Apache Cordova</a> is a project of <a href=\"http://apache.org\">The Apache Software Foundation (ASF)</a>.\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"
- }
|