watcher-wasm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.parcel</groupId>
<artifactId>watcher-wasm</artifactId>
<version>2.5.6</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.at.parcel</groupId>
<artifactId>watcher-wasm</artifactId>
<version>2.5.6</version>
<name>parcel watcher-wasm</name>
<description>A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.</description>
<url>https://github.com/parcel-bundler/watcher#readme</url>
<organization>
<name>parcel watcher-wasm</name>
<url>https://github.com/parcel-bundler/watcher#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>devongovett</name>
<email>devongovett@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/parcel-bundler/watcher.git</connection>
<developerConnection>https://github.com/parcel-bundler/watcher.git</developerConnection>
<url>https://github.com/parcel-bundler/watcher</url>
</scm>
<issueManagement>
<url>https://github.com/parcel-bundler/watcher/issues</url>
</issueManagement>
<properties>
<org.mvnpm-picomatch.version>[4.0.3,5)</org.mvnpm-picomatch.version>
<org.mvnpm-is-glob.version>[4.0.3,5)</org.mvnpm-is-glob.version>
<org.mvnpm-napi-wasm.version>[1.1.0,2)</org.mvnpm-napi-wasm.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>napi-wasm</artifactId>
<version>${org.mvnpm-napi-wasm.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-glob</artifactId>
<version>${org.mvnpm-is-glob.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>picomatch</artifactId>
<version>${org.mvnpm-picomatch.version}</version>
</dependency>
</dependencies>
</project>