{
  "name": "@napi-rs/tar-win32-x64-msvc",
  "version": "1.1.0",
  "cpu": [
    "x64"
  ],
  "main": "tar.win32-x64-msvc.node",
  "files": [
    "tar.win32-x64-msvc.node"
  ],
  "description": "Node.js tar binding https://docs.rs/tar/latest/tar/",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "repository": "git@github.com:napi-rs/tar.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "win32"
  ]
}