123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_from": "cordova-ios@^6.1.0",
- "_id": "cordova-ios@6.2.0",
- "_inBundle": false,
- "_integrity": "sha512-sLjZg2QBI1SpQVwfe0MSn89YNVkBGLW9Q1vcFJBsqKBrhvoEOJ5Ytq0gwqdhgTOGzlwJUfxC6OHM3jcsRjtYrw==",
- "_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.49",
- "elementtree": "0.1.7",
- "endent": "1.4.1",
- "fast-glob": "3.2.7",
- "glob": "7.2.0",
- "graceful-fs": "4.2.8",
- "isexe": "2.0.0",
- "lru-cache": "6.0.0",
- "plist": "3.0.4",
- "q": "1.5.1",
- "read-chunk": "3.2.0",
- "underscore": "1.13.1"
- },
- "_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.2.0.tgz",
- "_shasum": "3aaec7376b9a202cdcaf28faab6a79823b04c519",
- "_spec": "cordova-ios@^6.1.0",
- "_where": "/Users/alexmanuel/MyApp",
- "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.1.0",
- "ios-sim": "^8.0.2",
- "nopt": "^5.0.0",
- "plist": "^3.0.1",
- "semver": "^7.3.4",
- "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.4",
- "jasmine": "3.5.0",
- "nyc": "^15.0.1",
- "rewire": "^5.0.0",
- "tmp": "^0.2.1"
- },
- "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.2.0"
- }
|