{
  "name": "@rust-gear/glob-win32-x64-msvc",
  "version": "1.2.1",
  "description": "A fast glob alternative for Node.js powered by Rust.",
  "keywords": [
    "glob",
    "globset",
    "fast-glob",
    "fast glob",
    "glob alternative",
    "file search",
    "file matching",
    "file system",
    "directory traversal",
    "rust",
    "napi-rs",
    "node",
    "nodejs",
    "native",
    "high-performance",
    "parallel"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rust-gear-project/rust-gear.git"
  },
  "license": "Apache-2.0 AND MIT",
  "author": "Refirst 11",
  "main": "glob.win32-x64-msvc.node",
  "files": [
    "glob.win32-x64-msvc.node"
  ],
  "engines": {
    "node": ">= 10"
  },
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}