{ "_from": "cordova-lib@^10.0.0", "_id": "cordova-lib@10.0.0", "_inBundle": false, "_integrity": "sha512-azU/WH0x/3fQg33tU5bKCtj+Weh/bHelz9FWCVdXqVOHXmjzbi3p6p61z5Si967Tfh3TkmHRrodNxS0ovZ7iFQ==", "_location": "/cordova-lib", "_phantomChildren": { "@netflix/nerror": "1.1.3", "ansi": "0.3.1", "at-least-node": "1.0.0", "big-integer": "1.6.47", "compression": "1.7.4", "dedent": "0.7.0", "elementtree": "0.1.7", "express": "4.17.1", "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", "lru-cache": "6.0.0", "minimatch": "3.0.4", "once": "1.4.0", "open": "7.3.0", "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-lib@^10.0.0", "name": "cordova-lib", "escapedName": "cordova-lib", "rawSpec": "^10.0.0", "saveSpec": null, "fetchSpec": "^10.0.0" }, "_requiredBy": [ "/cordova" ], "_resolved": "https://registry.npmjs.org/cordova-lib/-/cordova-lib-10.0.0.tgz", "_shasum": "266ad4b1a6fc621123b0bd3a5fdd9f89c26eac96", "_spec": "cordova-lib@^10.0.0", "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova", "author": { "name": "Apache Software Foundation" }, "bugs": { "url": "https://github.com/apache/cordova-lib/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Brian LeRoux", "email": "b@brian.io" }, { "name": "Fil Maj", "email": "maj.fil@gmail.com" }, { "name": "Mike Reinstein", "email": "reinstein.mike@gmail.com" }, { "name": "Darry Pogue", "email": "darryl@dpogue.ca" }, { "name": "Michael Brooks", "email": "michael@michaelbrooks.ca" }, { "name": "Braden Shepherdson", "email": "braden@chromium.org" }, { "name": "Gord Tanner", "email": "gtanner@gmail.com" }, { "name": "Tim Kim", "email": "timk@adobe.com" }, { "name": "Benn Mapes", "email": "Benn.Mapes@gmail.com" }, { "name": "Michael Wolf", "email": "Michael.Wolf@Cynergy.com" }, { "name": "Andrew Grieve", "email": "agrieve@chromium.org" }, { "name": "Bryan Higgins", "email": "bhiggins@blackberry.com" }, { "name": "Don Coleman", "email": "dcoleman@chariotsolutions.com" }, { "name": "Germano Gabbianelli", "email": "tyron.mx@gmail.com" }, { "name": "Ian Clelland", "email": "iclelland@chromium.org" }, { "name": "Lucas Holmqust", "email": "lholmqui@redhat.com" }, { "name": "Matt LeGrand", "email": "mlegrand@gmail.com" }, { "name": "Michal Mocny", "email": "mmocny@gmail.com" }, { "name": "Sam Breed", "email": "sam@quickleft.com" }, { "name": "Tommy-Carlos Williams", "email": "tommy@devgeeks.org" }, { "name": "Rubén Norte", "email": "rubennorte@gmail.com" }, { "name": "Germano Gabbianelli", "email": "tyrion.mx@gmail.com" }, { "name": "Steven Gill", "email": "stevengill97@gmail.com" }, { "name": "Jesse", "email": "purplecabbage@gmail.com" }, { "name": "Anis Kadri" }, { "name": "Ryan Willoughby" }, { "name": "Brett Rudd" }, { "name": "Shazron Abdullah" } ], "dependencies": { "cordova-common": "^4.0.2", "cordova-fetch": "^3.0.0", "cordova-serve": "^4.0.0", "dep-graph": "^1.1.0", "detect-indent": "^6.0.0", "detect-newline": "^3.1.0", "elementtree": "^0.1.7", "execa": "^4.0.3", "fs-extra": "^9.0.1", "globby": "^11.0.1", "init-package-json": "^1.10.3", "md5-file": "^5.0.0", "pify": "^5.0.0", "semver": "^7.3.2", "stringify-package": "^1.0.1", "write-file-atomic": "^3.0.3" }, "deprecated": false, "description": "Apache Cordova tools core lib and API", "devDependencies": { "@cordova/eslint-config": "^3.0.0", "codecov": "^3.7.0", "cordova-android": "9.0.0", "delay": "^4.3.0", "jasmine": "^3.5.0", "jasmine-spec-reporter": "^5.0.2", "nyc": "^15.1.0", "rewire": "^5.0.0" }, "engines": { "node": ">=10.0.0" }, "homepage": "https://github.com/apache/cordova-lib#readme", "license": "Apache-2.0", "main": "cordova-lib.js", "name": "cordova-lib", "repository": { "type": "git", "url": "git+https://github.com/apache/cordova-lib.git" }, "scripts": { "cover": "nyc -x spec/ -x integration-tests/ npm test", "e2e-tests": "jasmine \"integration-tests/**/*.spec.js\"", "lint": "eslint .", "report-coverage": "nyc report -r text-lcov > coverage.lcov && codecov", "test": "npm run lint && npm run unit-tests && npm run e2e-tests", "unit-tests": "jasmine \"spec/**/*.spec.js\"" }, "version": "10.0.0" }