| commit | 67cd4a3bda785e0fda923e7eb253b8bdadf4cb2a | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Nov 06 00:26:55 2025 +0900 |
| committer | GitHub <noreply@github.com> | Thu Nov 06 00:26:55 2025 +0900 |
| tree | 2f37be9d93ae4fe67e3f1428f03589fee4d22c32 | |
| parent | a77d765a38d05438c1baf0f2bf389535428620d7 [diff] |
chore(deps): bump tar from 7.5.1 to 7.5.2 (#965) Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.1 to 7.5.2. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.1...v7.5.2) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contains npm modules used primarily by cordova and plugman.
git clone https://github.com/apache/cordova-lib.gitnpm install && npm linknpm install cordova-libNote: you will likely also want to get github.com/apache/cordova-common, github.com/apache/cordova-create, github.com/apache/cordova-serve which previously lived in this repo but have since been moved.
This package exposes the following commands;
npm run lint - runs a linter (eslint) on relevant source and test codenpm run unit-tests - runs the unit tests (via jasmine) from the spec/ directorynpm run cover - runs istanbul code coverage tool to measure unit test code coveragenpm run e2e-tests - runs heavy integration tests from the integration-tests/ directory (WARNING: these take a long time to run and rely on file and network I/O)npm test - shortcut for running the linter, the unit tests and the integration tests