You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
3.6 KiB
122 lines
3.6 KiB
{
|
|
"_from": "@foliojs-fork/fontkit@^1.9.1",
|
|
"_id": "@foliojs-fork/fontkit@1.9.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U589voc2/ROnvx1CyH9aNzOQWJp127JGU1QAylXGQ7LoEAF6hMmahZLQ4eqAcgHUw+uyW4PjtCItq9qudPkK3A==",
|
|
"_location": "/@foliojs-fork/fontkit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@foliojs-fork/fontkit@^1.9.1",
|
|
"name": "@foliojs-fork/fontkit",
|
|
"escapedName": "@foliojs-fork%2ffontkit",
|
|
"scope": "@foliojs-fork",
|
|
"rawSpec": "^1.9.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.9.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@foliojs-fork/pdfkit"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@foliojs-fork/fontkit/-/fontkit-1.9.1.tgz",
|
|
"_shasum": "8124649168eb5273f580f66697a139fb5041296b",
|
|
"_spec": "@foliojs-fork/fontkit@^1.9.1",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/@foliojs-fork/pdfkit",
|
|
"author": {
|
|
"name": "Devon Govett",
|
|
"email": "devongovett@gmail.com"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"brfs",
|
|
"browserify-optional"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/foliojs-fork/fontkit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@foliojs-fork/restructure": "^2.0.2",
|
|
"brfs": "^2.0.0",
|
|
"brotli": "^1.2.0",
|
|
"browserify-optional": "^1.0.1",
|
|
"clone": "^1.0.4",
|
|
"deep-equal": "^1.0.0",
|
|
"dfa": "^1.2.0",
|
|
"tiny-inflate": "^1.0.2",
|
|
"unicode-properties": "^1.2.2",
|
|
"unicode-trie": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An advanced font engine for Node and the browser",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/node": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"babel-plugin-istanbul": "^5.1.1",
|
|
"codepoints": "^1.2.0",
|
|
"concat-stream": "^1.6.2",
|
|
"cross-env": "^5.0.1",
|
|
"esdoc": "^0.4.8",
|
|
"esdoc-es7-plugin": "0.0.3",
|
|
"iconv-lite": "^0.4.24",
|
|
"mocha": "^2.0.1",
|
|
"npm-run-all": "^4.0.2",
|
|
"nyc": "^10.3.2",
|
|
"rollup": "^1.5.0",
|
|
"rollup-plugin-babel": "^4.0.1",
|
|
"rollup-plugin-json": "^3.1.0",
|
|
"rollup-plugin-local-resolve": "^1.0.7",
|
|
"shx": "^0.2.2"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"base.js",
|
|
"base.js.map",
|
|
"index.js",
|
|
"index.js.map",
|
|
"base.es5.js",
|
|
"base.es5.js.map",
|
|
"index.es5.js",
|
|
"index.es5.js.map",
|
|
"data.trie",
|
|
"use.trie",
|
|
"indic.trie"
|
|
],
|
|
"homepage": "https://github.com/foliojs-fork/fontkit#readme",
|
|
"jsnext:main": "src/index.js",
|
|
"keywords": [
|
|
"opentype",
|
|
"font",
|
|
"typography",
|
|
"subset",
|
|
"emoji",
|
|
"glyph",
|
|
"layout"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@foliojs-fork/fontkit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/foliojs-fork/fontkit.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "shx rm -f index.js base.js data.trie indic.trie use.trie 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",
|
|
"coverage": "cross-env BABEL_ENV=cover nyc mocha",
|
|
"prepublish": "run-s clean trie:** rollup",
|
|
"rollup": "rollup -c",
|
|
"test": "mocha",
|
|
"trie:copy": "shx cp src/opentype/shapers/*.trie ./",
|
|
"trie:data": "babel-node src/opentype/shapers/generate-data.js",
|
|
"trie:indic": "babel-node src/opentype/shapers/gen-indic.js",
|
|
"trie:use": "babel-node src/opentype/shapers/gen-use.js"
|
|
},
|
|
"version": "1.9.1"
|
|
}
|