Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

package.json 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "cordova-ios@^5.0.0",
  3. "_id": "cordova-ios@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JcFyDmlyzY2OQJo0eHpuFERFqvO4daHl8HL96RhUVjJVtuoqXHsOF0xTuQSAqIbefelMPEWwY3Lc/dvT4ttTwQ==",
  6. "_location": "/cordova-ios",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "escapedName": "cordova-ios",
  10. "fetchSpec": "^5.0.0",
  11. "name": "cordova-ios",
  12. "raw": "cordova-ios@^5.0.0",
  13. "rawSpec": "^5.0.0",
  14. "registry": true,
  15. "saveSpec": null,
  16. "type": "range"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-5.0.1.tgz",
  23. "_shasum": "8ee30280c47f29cc3e8716167a9ce33cbaf9debd",
  24. "_spec": "cordova-ios@^5.0.0",
  25. "_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/apache/cordova-ios/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "cordova-common": "^3.1.0",
  35. "ios-sim": "^8.0.1",
  36. "nopt": "^4.0.1",
  37. "plist": "^3.0.1",
  38. "q": "^1.5.1",
  39. "shelljs": "^0.5.3",
  40. "unorm": "^1.4.1",
  41. "xcode": "^2.0.0",
  42. "xml-escape": "^1.1.0"
  43. },
  44. "deprecated": false,
  45. "description": "cordova-ios release",
  46. "devDependencies": {
  47. "eslint": "^5.12.0",
  48. "eslint-config-semistandard": "^13.0.0",
  49. "eslint-config-standard": "^12.0.0",
  50. "eslint-plugin-import": "^2.14.0",
  51. "eslint-plugin-node": "^8.0.1",
  52. "eslint-plugin-promise": "^4.0.1",
  53. "eslint-plugin-standard": "^4.0.0",
  54. "jasmine": "~3.1.0",
  55. "nyc": "^14.0.0",
  56. "rewire": "^4.0.1",
  57. "tmp": "0.0.33"
  58. },
  59. "engines": {
  60. "node": ">=6"
  61. },
  62. "homepage": "https://github.com/apache/cordova-ios#readme",
  63. "keywords": [
  64. "apache",
  65. "cordova",
  66. "cordova:platform",
  67. "ecosystem:cordova",
  68. "ios"
  69. ],
  70. "license": "Apache-2.0",
  71. "main": "bin/templates/scripts/cordova/Api.js",
  72. "name": "cordova-ios",
  73. "nyc": {
  74. "include": [
  75. "bin/templates/scripts/**"
  76. ],
  77. "reporter": [
  78. "lcov",
  79. "text"
  80. ]
  81. },
  82. "optionalDependencies": {},
  83. "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",
  84. "readmeFilename": "README.md",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/apache/cordova-ios.git"
  88. },
  89. "scripts": {
  90. "cover": "nyc jasmine --config=tests/spec/coverage.json",
  91. "e2e-tests": "jasmine tests/spec/create.spec.js",
  92. "eslint": "eslint bin tests",
  93. "objc-tests": "npm run objc-tests-lib && npm run objc-tests-framework",
  94. "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'`\"",
  95. "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'`\"",
  96. "posttest": "npm run eslint",
  97. "preobjc-tests": "tests/scripts/killsim.js",
  98. "test": "npm run unit-tests && npm run test:component && npm run objc-tests && npm run e2e-tests",
  99. "test:component": "jasmine --config=tests/spec/component.json",
  100. "unit-tests": "jasmine --config=tests/spec/unit.json"
  101. },
  102. "version": "5.0.1"
  103. }