{
  "name": "@speedy-js/source-map-linux-x64-musl",
  "version": "0.1.3",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "main": "speedy-sourcemap.linux-x64-musl.node",
  "files": [
    "speedy-sourcemap.linux-x64-musl.node"
  ],
  "description": "Speedy source-map",
  "keywords": [
    "sourcemap",
    "speedy",
    "napi",
    "N-API",
    "napi-rs"
  ],
  "authors": [
    {
      "name": "h-a-n-a",
      "email": "andywangsy@gmail.com"
    }
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": "https://github.com/speedy-js/sourcemap.git"
}