{
  "_args": [
    [
      "fontkit@1.9.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "fontkit@1.9.0",
  "_id": "fontkit@1.9.0",
  "_inBundle": false,
  "_integrity": "sha512-HkW/8Lrk8jl18kzQHvAw9aTHe1cqsyx5sDnxncx652+CIfhawokEPkeM3BoIC+z/Xv7a0yMr0f3pRRwhGH455g==",
  "_location": "/fontkit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fontkit@1.9.0",
    "name": "fontkit",
    "escapedName": "fontkit",
    "rawSpec": "1.9.0",
    "saveSpec": null,
    "fetchSpec": "1.9.0"
  },
  "_requiredBy": [
    "/pdfkit"
  ],
  "_resolved": "https://registry.npmjs.org/fontkit/-/fontkit-1.9.0.tgz",
  "_spec": "1.9.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "alias": {
    "./iconv-lite.cjs": "clone"
  },
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/foliojs/fontkit/issues"
  },
  "dependencies": {
    "@swc/helpers": "^0.3.13",
    "brotli": "^1.3.2",
    "clone": "^2.1.2",
    "deep-equal": "^2.0.5",
    "dfa": "^1.2.0",
    "restructure": "^2.0.1",
    "tiny-inflate": "^1.0.3",
    "unicode-properties": "^1.3.1",
    "unicode-trie": "^2.0.0"
  },
  "description": "An advanced font engine for Node and the browser",
  "devDependencies": {
    "c8": "^7.11.3",
    "codepoints": "^1.2.0",
    "concat-stream": "^2.0.0",
    "iconv-lite": "^0.4.24",
    "mocha": "^10.0.0",
    "npm-run-all": "^4.1.5",
    "parcel": "^2.5.0",
    "shx": "^0.3.4"
  },
  "exports": {
    "import": "./dist/module.mjs",
    "require": "./dist/main.cjs"
  },
  "files": [
    "src",
    "dist",
    "iconv-lite.cjs"
  ],
  "homepage": "https://github.com/foliojs/fontkit#readme",
  "keywords": [
    "opentype",
    "font",
    "typography",
    "subset",
    "emoji",
    "glyph",
    "layout"
  ],
  "license": "MIT",
  "main": "dist/main.cjs",
  "module": "dist/module.mjs",
  "name": "fontkit",
  "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": {
      "engines": {
        "browsers": "Chrome 70"
      }
    }
  },
  "type": "module",
  "version": "1.9.0"
}
