synckit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>synckit</artifactId>
<version>0.11.13</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>synckit</artifactId>
<version>0.11.13</version>
<name>synckit</name>
<description>Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.</description>
<url>https://github.com/un-ts/synckit#readme</url>
<organization>
<name>JounQin</name>
<url>https://github.com/un-ts/synckit#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jounqin</name>
<email>admin@1stg.me</email>
</developer>
</developers>
<scm>
<connection>https://github.com/un-ts/synckit.git</connection>
<developerConnection>https://github.com/un-ts/synckit.git</developerConnection>
<url>https://github.com/un-ts/synckit</url>
</scm>
<issueManagement>
<url>https://github.com/un-ts/synckit/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.pkgr-core.version>[0.3.6,0.4)</org.mvnpm.at.pkgr-core.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.pkgr</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.pkgr-core.version}</version>
</dependency>
</dependencies>
</project>