{
  "_from": "fontkitten@^1.0.3",
  "_id": "fontkitten@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==",
  "_location": "/fontkitten",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fontkitten@^1.0.3",
    "name": "fontkitten",
    "escapedName": "fontkitten",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/@capsizecss/unpack",
    "/fontace"
  ],
  "_resolved": "https://registry.npmjs.org/fontkitten/-/fontkitten-1.0.3.tgz",
  "_shasum": "bbafdeddbb1e054967f0846fdc757accab88bb68",
  "_spec": "fontkitten@^1.0.3",
  "_where": "/var/www/web-lab/node_modules/@capsizecss/unpack",
  "bugs": {
    "url": "https://github.com/delucis/fontkitten/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tiny-inflate": "^1.0.3"
  },
  "deprecated": false,
  "description": "A lightweight font data library — fontkit’s little sibling",
  "devDependencies": {
    "@fontkitten/restructure": "^0.0.7",
    "@types/node": "^24.10.15",
    "tsdown": "^0.20.3"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/delucis/fontkitten#readme",
  "keywords": [
    "opentype",
    "font",
    "typography",
    "emoji",
    "glyph"
  ],
  "license": "MIT",
  "name": "fontkitten",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delucis/fontkitten.git",
    "directory": "packages/fontkitten"
  },
  "scripts": {
    "build": "tsdown --dts --no-fixed-extension",
    "test": "node --test",
    "test:bun": "bun test ./test/*.js"
  },
  "type": "module",
  "version": "1.0.3"
}
