@pdf-lib/fontkit
Version:
An advanced font engine for Node and the browser
78 lines (77 loc) • 2.21 kB
JSON
{
"name": "@pdf-lib/fontkit",
"version": "0.0.4",
"description": "An advanced font engine for Node and the browser",
"main": "dist/fontkit.umd.js",
"unpkg": "dist/fontkit.umd.min.js",
"module": "dist/fontkit.es.js",
"types": "fontkit.d.ts",
"scripts": {
"make": "node Makefile.js",
"clean": "node Makefile.js clean",
"test": "MODULE_TYPE=commonjs mocha",
"coverage": "cross-env BABEL_ENV=cover nyc mocha"
},
"dependencies": {
"pako": "^1.0.6"
},
"devDependencies": {
"@pdf-lib/brotli": "^0.0.0",
"@pdf-lib/restructure": "^0.0.1",
"@pdf-lib/unicode-properties": "^0.0.1",
"base64-arraybuffer": "^0.1.5",
"clone": "^1.0.1",
"deep-equal": "^1.0.0",
"dfa": "^1.0.0",
"iconv-lite": "^0.4.13",
"tiny-inflate": "^1.0.2",
"unicode-trie": "^0.3.0",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"babel-plugin-istanbul": "^4.1.3",
"codepoints": "^1.2.0",
"concat-stream": "^1.4.6",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"mocha": "^2.0.1",
"nyc": "^10.3.2",
"rollup": "^0.68.0",
"rollup-plugin-analyzer": "^2.1.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-visualizer": "^0.9.2",
"shelljs": "^0.8.3"
},
"repository": {
"type": "git",
"url": "git://github.com/Hopding/fontkit.git"
},
"keywords": [
"opentype",
"font",
"typography",
"subset",
"emoji",
"glyph",
"layout"
],
"author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
"contributors": [
"Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
],
"bugs": {
"url": "https://github.com/Hopding/fontkit/issues"
},
"license": "MIT",
"homepage": "https://github.com/Hopding/fontkit"
}