{ "_from": "cordova-ios@^6.1.0", "_id": "cordova-ios@6.1.1", "_inBundle": false, "_integrity": "sha512-WHNvjVhkuwRpq95rISVXtcRyd6UGZapbmU+hO/CAn1c0AIT5WnO8mg2mOjv0WDNa0mt/V5P+N2Vig1UWwfxa5Q==", "_location": "/cordova-ios", "_phantomChildren": { "@netflix/nerror": "1.1.3", "abbrev": "1.1.1", "ansi": "0.3.1", "at-least-node": "1.0.0", "big-integer": "1.6.47", "dedent": "0.7.0", "elementtree": "0.1.7", "fast-glob": "3.2.4", "fast-json-parse": "1.0.3", "fs.realpath": "1.0.0", "graceful-fs": "4.2.2", "inflight": "1.0.6", "inherits": "2.0.4", "isexe": "2.0.0", "minimatch": "3.0.4", "once": "1.4.0", "osenv": "0.1.5", "path-is-absolute": "1.0.1", "plist": "3.0.1", "q": "1.5.1", "read-chunk": "3.2.0" }, "_requested": { "type": "range", "registry": true, "raw": "cordova-ios@^6.1.0", "name": "cordova-ios", "escapedName": "cordova-ios", "rawSpec": "^6.1.0", "saveSpec": null, "fetchSpec": "^6.1.0" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-6.1.1.tgz", "_shasum": "3347303ddbc3a98073fcb5e0d3af47db66ea2491", "_spec": "cordova-ios@^6.1.0", "_where": "/Users/christian/Documents/artesanias", "author": { "name": "Apache Software Foundation" }, "bugs": { "url": "https://github.com/apache/cordova-ios/issues" }, "bundleDependencies": false, "dependencies": { "cordova-common": "^4.0.2", "fs-extra": "^9.0.0", "ios-sim": "^8.0.2", "nopt": "^4.0.3", "plist": "^3.0.1", "semver": "^7.3.2", "unorm": "^1.6.0", "which": "^2.0.2", "xcode": "^3.0.1", "xml-escape": "^1.1.0" }, "deprecated": false, "description": "cordova-ios release", "devDependencies": { "@cordova/eslint-config": "^3.0.0", "find-process": "^1.4.3", "jasmine": "3.5.0", "nyc": "^15.0.1", "rewire": "^5.0.0", "tmp": "^0.1.0" }, "engines": { "node": ">=10" }, "homepage": "https://github.com/apache/cordova-ios#readme", "keywords": [ "ios", "cordova", "apache", "ecosystem:cordova", "cordova:platform" ], "license": "Apache-2.0", "main": "bin/templates/scripts/cordova/Api.js", "name": "cordova-ios", "nyc": { "include": [ "bin/templates/scripts/**" ], "reporter": [ "lcov", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/apache/cordova-ios.git" }, "scripts": { "coverage": "nyc jasmine --config=tests/spec/coverage.json", "e2e-tests": "jasmine tests/spec/create.spec.js", "lint": "eslint . \"bin/**/!(*.*)\"", "objc-tests": "npm run objc-tests-lib && npm run objc-tests-framework", "objc-tests-framework": "npm run xcodebuild -- -scheme CordovaFrameworkApp", "objc-tests-lib": "npm run xcodebuild -- -scheme CordovaLibTests", "preobjc-tests": "tests/scripts/killsim.js", "pretest": "npm run lint", "test": "npm run coverage && npm run objc-tests", "test:component": "jasmine --config=tests/spec/component.json", "unit-tests": "jasmine --config=tests/spec/unit.json", "xcodebuild": "xcodebuild -quiet test -workspace tests/cordova-ios.xcworkspace -destination \"platform=iOS Simulator,name=iPhone 8\" CONFIGURATION_BUILD_DIR=\"`mktemp -d 2>/dev/null || mktemp -d -t 'cordova-ios'`\"" }, "version": "6.1.1" }