{
  "_from": "fontkit@^2.0.4",
  "_id": "fontkit@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
  "_location": "/fontkit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fontkit@^2.0.4",
    "name": "fontkit",
    "escapedName": "fontkit",
    "rawSpec": "^2.0.4",
    "saveSpec": null,
    "fetchSpec": "^2.0.4"
  },
  "_requiredBy": [
    "/pdfkit"
  ],
  "_resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
  "_shasum": "4765d664c68b49b5d6feb6bd1051ee49d8ec5ab0",
  "_spec": "fontkit@^2.0.4",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\pdfkit",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "browser": "dist/browser.cjs",
  "bugs": {
    "url": "https://github.com/foliojs/fontkit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@swc/helpers": "^0.5.12",
    "brotli": "^1.3.2",
    "clone": "^2.1.2",
    "dfa": "^1.2.0",
    "fast-deep-equal": "^3.1.3",
    "restructure": "^3.0.0",
    "tiny-inflate": "^1.0.3",
    "unicode-properties": "^1.4.0",
    "unicode-trie": "^2.0.0"
  },
  "deprecated": false,
  "description": "An advanced font engine for Node and the browser",
  "devDependencies": {
    "c8": "^7.11.3",
    "codepoints": "^1.2.0",
    "concat-stream": "^2.0.0",
    "mocha": "^10.0.0",
    "npm-run-all": "^4.1.5",
    "parcel": "2.0.0-canary.1713",
    "shx": "^0.3.4"
  },
  "exports": {
    "node": {
      "import": "./dist/module.mjs",
      "require": "./dist/main.cjs"
    },
    "import": "./dist/browser-module.mjs",
    "require": "./dist/browser.cjs"
  },
  "files": [
    "src",
    "dist"
  ],
  "homepage": "https://github.com/foliojs/fontkit#readme",
  "keywords": [
    "opentype",
    "font",
    "typography",
    "subset",
    "emoji",
    "glyph",
    "layout"
  ],
  "license": "MIT",
  "main": "dist/main.cjs",
  "module": "dist/browser-module.mjs",
  "name": "fontkit",
  "node-module": "dist/module.mjs",
  "repository": {
    "type": "git",
    "url": "git://github.com/foliojs/fontkit.git"
  },
  "scripts": {
    "build": "parcel build",
    "clean": "shx rm -rf src/opentype/shapers/data.trie src/opentype/shapers/use.trie src/opentype/shapers/use.json src/opentype/shapers/indic.trie src/opentype/shapers/indic.json dist",
    "coverage": "c8 mocha",
    "mocha": "mocha",
    "prepublish": "run-s clean trie:** build",
    "test": "run-s build mocha",
    "trie:data": "node src/opentype/shapers/generate-data.js",
    "trie:indic": "node src/opentype/shapers/gen-indic.js",
    "trie:use": "node src/opentype/shapers/gen-use.js"
  },
  "source": "src/index.js",
  "targets": {
    "main": {
      "source": "src/node.js",
      "context": "browser",
      "engines": {
        "browsers": "chrome >= 70"
      }
    },
    "node-module": {
      "source": "src/node.js",
      "isLibrary": true,
      "includeNodeModules": false,
      "engines": {
        "browsers": "chrome >= 70"
      }
    },
    "module": {
      "source": "src/index.js",
      "engines": {
        "browsers": "chrome >= 70"
      }
    },
    "browser": {
      "source": "src/index.js",
      "engines": {
        "browsers": "chrome >= 70"
      }
    }
  },
  "type": "module",
  "version": "2.0.4"
}
