You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/fontkit/package.json

135 lines
3.2 KiB
JSON

{
"_args": [
[
{
"raw": "fontkit@^1.0.0",
"scope": null,
"escapedName": "fontkit",
"name": "fontkit",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/MB/git/pdfkit"
]
],
"_from": "fontkit@>=1.0.0 <2.0.0",
"_id": "fontkit@1.6.0",
"_inCache": true,
"_location": "/fontkit",
"_nodeVersion": "6.9.2",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/fontkit-1.6.0.tgz_1494108641022_0.4099445338360965"
},
"_npmUser": {
"name": "devongovett",
"email": "devongovett@gmail.com"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"raw": "fontkit@^1.0.0",
"scope": null,
"escapedName": "fontkit",
"name": "fontkit",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fontkit/-/fontkit-1.6.0.tgz",
"_shasum": "11abe3865d52c2c59665c082695f12558825327b",
"_shrinkwrap": null,
"_spec": "fontkit@^1.0.0",
"_where": "/Users/MB/git/pdfkit",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"browserify": {
"transform": [
"brfs",
"browserify-optional"
]
},
"dependencies": {
"babel-runtime": "^6.11.6",
"brfs": "^1.4.0",
"brotli": "^1.2.0",
"browserify-optional": "^1.0.0",
"clone": "^1.0.1",
"deep-equal": "^1.0.0",
"dfa": "^1.0.0",
"restructure": "^0.5.3",
"tiny-inflate": "^1.0.2",
"unicode-properties": "^1.0.0",
"unicode-trie": "^0.3.0"
},
"description": "An advanced font engine for Node and the browser",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-istanbul": "^4.1.3",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"codepoints": "^1.2.0",
"concat-stream": "^1.4.6",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"iconv-lite": "^0.4.13",
"mocha": "^2.0.1",
"nyc": "^10.3.2",
"rollup": "^0.34.10",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-json": "^2.0.2",
"rollup-plugin-local-resolve": "^1.0.7"
},
"directories": {},
"dist": {
"shasum": "11abe3865d52c2c59665c082695f12558825327b",
"tarball": "https://registry.npmjs.org/fontkit/-/fontkit-1.6.0.tgz"
},
"files": [
"src",
"base.js",
"base.js.map",
"index.js",
"index.js.map",
"data.trie",
"use.trie"
],
"gitHead": "4b1248c48c79e4f55873de2942e56a41786c03e3",
"jsnext:main": "src/index.js",
"keywords": [
"opentype",
"font",
"typography",
"subset",
"emoji",
"glyph",
"layout"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "devongovett",
"email": "devongovett@gmail.com"
}
],
"name": "fontkit",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"coverage": "BABEL_ENV=cover nyc mocha",
"prepublish": "make",
"test": "mocha"
},
"version": "1.6.0"
}