UNPKG

asia-core

Version:

Modern, fast, and innovative test runner with parallelism, concurrency, caching and incremental testing. Since 2017.

64 lines (63 loc) 1.43 kB
{ "name": "asia-core", "version": "3.3.0", "licenseStart": 2017, "license": "MPL-2.0", "description": "Modern, fast, and innovative test runner with parallelism, concurrency, caching and incremental testing. Since 2017.", "author": "Charlike Mike Reagent <opensource@tunnckocore.com>", "homepage": "https://github.com/tunnckoCore/opensource/tree/master/asia", "funding": [ "https://ko-fi.com/tunnckoCore/commissions", "https://github.com/sponsors/tunnckoCore" ], "repository": { "type": "git", "url": "https://github.com/tunnckoCore/opensource.git", "directory": "asia/asia-core" }, "type": "module", "main": "src/index.js", "files": [ "src", "example.js" ], "engines": { "node": ">=16 <17 || >=18 <19 || >=20" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", "tag": "latest" }, "scripts": {}, "dependencies": { "@tunnckocore/p-all": "*" }, "keywords": [ "testing", "innovative", "test", "runner", "concurrency", "parallel", "incremental", "incremental testing", "fast runner", "assertion", "promises", "async await", "async", "await", "function", "caching", "snapshots", "test framework", "test runner", "asia", "ava", "jest" ], "contributors": [ "Charlike Mike Reagent <opensource@tunnckocore.com>" ] }