# jscpd-windows-x64-msvc

Prebuilt Windows x64 binaries for jscpd.

This is an optional native binary package for
[cpd](https://www.npmjs.com/package/cpd) / [jscpd](https://www.npmjs.com/package/jscpd),
a fast Rust implementation of the copy/paste detector.

Do not install this package directly. Install the main package instead:

```bash
npm install -g jscpd
# or
npm install -g cpd
```

This package contains only the native `jscpd` binary
for its target platform, plus package metadata and license/readme files.

Supply-chain notes:

- no runtime dependencies;
- no install scripts or postinstall downloads;
- published from the project GitHub Actions workflow with npm provenance
  enabled;
- npm registry signatures and SLSA provenance can be checked with
  `npm audit signatures` from an installed project.

