{ "author": "Apache Software Foundation", "name": "cordova-common", "description": "Apache Cordova tools and platforms shared routines", "license": "Apache-2.0", "version": "5.0.0", "repository": "github:apache/cordova-common", "bugs": "https://github.com/apache/cordova-common/issues", "main": "cordova-common.js", "engines": { "node": ">=16.0.0" }, "scripts": { "test": "npm run lint && npm run cover", "test:unit": "jasmine \"spec/**/*.spec.js\"", "lint": "eslint .", "cover": "nyc npm run test:unit" }, "dependencies": { "@netflix/nerror": "^1.1.3", "ansi": "^0.3.1", "bplist-parser": "^0.3.2", "cross-spawn": "^7.0.3", "elementtree": "^0.1.7", "endent": "^2.1.0", "fast-glob": "^3.2.12", "fs-extra": "^11.1.0", "glob": "^7.1.6", "lodash.assign": "^4.2.0", "lodash.isdate": "^4.0.1", "lodash.isobject": "^3.0.2", "lodash.zip": "^4.2.0", "plist": "^3.0.6", "q": "^1.5.1", "read-chunk": "^3.2.0", "strip-bom": "^4.0.0" }, "devDependencies": { "@cordova/eslint-config": "^5.0.0", "@nodelib/fs.macchiato": "^1.0.4", "jasmine": "^4.5.0", "jasmine-spec-reporter": "^7.0.0", "nyc": "^15.1.0", "rewire": "^6.0.0" }, "nyc": { "all": true, "exclude": [ "coverage/", "spec/" ], "reporter": [ "lcov", "text" ] } }