{
  "name": "@css-inline/css-inline-linux-x64-musl",
  "version": "0.14.1",
  "description": "High-performance library for inlining CSS into HTML 'style' attributes",
  "keywords": [
    "css",
    "html",
    "email",
    "stylesheet",
    "inlining"
  ],
  "repository": "https://github.com/Stranger6667/css-inline",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "main": "css-inline.linux-x64-musl.node",
  "files": [
    "css-inline.linux-x64-musl.node"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "libc": [
    "musl"
  ]
}