{"versions":{"1.0.0":{"name":"get-system-fonts","version":"1.0.0","description":"List full paths to all system fonts","homepage":"https://github.com/princjef/get-system-fonts#readme","repository":{"type":"git","url":"git+https://github.com/princjef/get-system-fonts.git"},"bugs":{"url":"https://github.com/princjef/get-system-fonts/issues"},"engines":{"node":">6.0.0"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"commit":"commit","commitmsg":"commitlint -e $GIT_PARAMS","lint":"tslint --project tsconfig.json --fix","clean":"rimraf dist","prebuild":"npm run clean && npm run lint","build":"tsc","watch":"tsc -w","pretest":"npm run build","test":"nyc ava --serial dist/**/*.spec.js","pretest-nocover":"npm run build","test-nocover":"ava --serial dist/**/*.spec.js","show-coverage":"opener ./coverage/index.html","coverage":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prerelease":"npm run build","release":"semantic-release"},"keywords":["font","system","ttf","otf","file"],"author":{"name":"Jeff Principe","email":"princjef@gmail.com"},"license":"MIT","devDependencies":{"@commitlint/cli":"^6.1.3","@commitlint/config-conventional":"^6.1.3","@commitlint/prompt-cli":"^6.1.3","@commitlint/travis-cli":"^6.1.3","@types/node":"^8.10.10","@types/sinon":"^4.3.1","ava":"^0.25.0","codecov":"^3.0.1","husky":"^0.14.3","nyc":"^11.7.1","opener":"^1.4.3","rimraf":"^2.6.2","semantic-release":"^15.1.7","sinon":"^4.5.0","tslint":"^5.9.1","tslint-config-standard":"^7.0.0","typescript":"^2.8.3"},"nyc":{"sourceMap":true,"reporter":["text","html","json"],"include":["dist/**/*.js"],"exclude":["dist/**/*.spec.*","dist/**/*.d.ts","dist/**/*.map*"],"check-coverage":true,"lines":100,"statements":100,"functions":100,"branches":100,"watermarks":{"lines":[100,100],"statements":[100,100],"functions":[100,100],"branches":[100,100]}},"commitlint":{"extends":["@commitlint/config-conventional"]},"dependencies":{"fast-glob":"^2.2.1"},"gitHead":"ed5b43cf2dc01c47e8204dd25058737dcace7f0f","_id":"get-system-fonts@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"princjef@gmail.com"},"dist":{"integrity":"sha512-+KQqORzWrzIiXeO7rrHcPMiFenLG1Fwvu0EWXmvKLCt61gP+HBHdfkSYy3tLiEa2xeGF1w39bSkOIWOoWMSw6A==","shasum":"4bfdf77916bb37f6a271f2d704db367c20c5eeae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/get-system-fonts/-/get-system-fonts-1.0.0.tgz","fileCount":11,"unpackedSize":15005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5QbNCRA9TVsSAnZWagAA114P/jl3DtERCbKHF6tS8PfH\n3ldTfG+gaunpDYIuROBhD+g+Am3Y21YdlZ1i4U/EuKtBCMb+xqFfMXhyS4t+\nRUBR26T2q+RTkmYntmgD2lmKm8XnvbEK64wQZukG6/zoyE5fqVg5/7aKpzJI\nG1jfhJVkyAu7Ks01F+uQtEFR4LOH39KJhuywW64jBkB96C3c1BGRmbtnC36Z\nmlAVkFNLpbI/LO3h6+DSec6Wlnje3NL92WQxHae4xUWg+hhi8TaLtqVJRBWo\n6AC4KB1oaMWP60R8dORTr6mNhkwYAKNPuJw+7WfHqJinQ+UeBj7SGxsIYE1F\nZzasbFlHqYQ0SyGpm4NsPeXyVyRpQFXPOUeZ86QJQDwUOd+hcCOaFxrufgdk\ncgQnjiXKBA7+H31oWgTpzZDRI/TNwOKw5O2CVvwnO/ld5Qyta9mMLr5lkdkU\n3/uEBMQoOWE1pekgAMeOYSwc3TatyuAXztKx5NLBU5+TZ3NNDUYYrIi65CyJ\nm4PZGFJFC6k87l2/WvhS/xc3kC6x5//Xhb1oQHNF3TJ1TUDtaXvof5ziIaFF\nsT0qLaM1eHLjAJC1NXn0szenIkmDU/tAyaJ5SMlyxu6/4NaHvjAa3/9E+4rY\n58Q0sSJhlIKCeCftl3MKAOA7TqtDyzGmolCwZiqnpn4UwBMJzP6qpkAKdnBH\n3mzI\r\n=n0eR\r\n-----END PGP SIGNATURE-----\r\n","size":6175},"maintainers":[{"name":"anonymous","email":"princjef@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/get-system-fonts_1.0.0_1524958923045_0.6062859998087753"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T12:51:35.831Z","contributors":[]},"2.0.0":{"name":"get-system-fonts","version":"2.0.0","description":"List full paths to all system fonts","homepage":"https://github.com/princjef/get-system-fonts#readme","repository":{"type":"git","url":"git+https://github.com/princjef/get-system-fonts.git"},"bugs":{"url":"https://github.com/princjef/get-system-fonts/issues"},"engines":{"node":">8.0.0"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"commit":"commit","commitmsg":"commitlint -e $GIT_PARAMS","lint":"tslint --project tsconfig.json --fix","clean":"rimraf dist","prebuild":"npm run clean && npm run lint","build":"tsc","watch":"tsc -w","pretest":"npm run build","test":"nyc ava --serial dist/**/*.spec.js","pretest-nocover":"npm run build","test-nocover":"ava --serial dist/**/*.spec.js","show-coverage":"opener ./coverage/index.html","coverage":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prerelease":"npm run build","release":"semantic-release"},"keywords":["font","system","ttf","otf","file"],"author":{"name":"Jeff Principe","email":"princjef@gmail.com"},"license":"MIT","devDependencies":{"@commitlint/cli":"^6.1.3","@commitlint/config-conventional":"^6.1.3","@commitlint/prompt-cli":"^6.1.3","@commitlint/travis-cli":"^6.1.3","@semantic-release/changelog":"^2.1.2","@semantic-release/git":"^7.0.1","@semantic-release/github":"^4.4.2","@semantic-release/npm":"^3.4.1","@types/node":"^8.10.10","@types/sinon":"^4.3.1","ava":"^0.25.0","codecov":"^3.0.1","husky":"^0.14.3","nyc":"^11.7.1","opener":"^1.4.3","rimraf":"^2.6.2","semantic-release":"^15.8.1","sinon":"^4.5.0","tslint":"^5.9.1","tslint-config-standard":"^7.0.0","typescript":"^2.8.3"},"dependencies":{},"nyc":{"sourceMap":true,"reporter":["text","html","json"],"include":["dist/**/*.js"],"exclude":["dist/**/*.spec.*","dist/**/*.d.ts","dist/**/*.map*"],"check-coverage":true,"lines":100,"statements":100,"functions":100,"branches":100,"watermarks":{"lines":[100,100],"statements":[100,100],"functions":[100,100],"branches":[100,100]}},"commitlint":{"extends":["@commitlint/config-conventional"]},"release":{"verifyConditions":["@semantic-release/changelog","@semantic-release/github","@semantic-release/npm","@semantic-release/git"],"prepare":[{"path":"@semantic-release/changelog","changelogFile":"CHANGELOG.md"},"@semantic-release/npm","@semantic-release/git"],"publish":["@semantic-release/npm","@semantic-release/github"],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"gitHead":"f99ae6e72867559e467d52512d7fb248004939b0","_id":"get-system-fonts@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"princjef@gmail.com"},"dist":{"integrity":"sha512-iiM/DavyF2nnLdELzPBSHojzQJVai9WiwrRzn5gp2dutJuerC8qHyBoh4lxfVdKGbnb9eZ4p8Oefbuc3yExB7Q==","shasum":"a43b9a33f05c0715a60176d2aad5ce6e98f0a3c6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/get-system-fonts/-/get-system-fonts-2.0.0.tgz","fileCount":16,"unpackedSize":19923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXmMxCRA9TVsSAnZWagAA3swQAIK3bgc64N1ZSxBmuO5O\n2F27A3JJ1rm6O6mVhN5QgoOZXWKG3gJCV/85SQUi6zaeKtLfEsoRfIoT4nIU\n39zfWObm0kmQczzqiwNrG6EzBoQj71gjtOu23Oovu2jqC0arGg0HExWppfNN\n41EWNqDgG541IJ4VFgIsXHrf8LcIa4IvcqYW+Xm7F9bu95QhrVKIkQ5aLBrE\n7h8K2WoGCXp12kR7hxwZA9DXgFMILOArW5Saadp9t5AGoEVd0tMykG0yFsAL\nrhg2+mZur6kaZsKVJUw27Mx3e8cWk6GrvpPHeI7whn0Ist3aoHafxINRpI49\nC2PAQnnWoSmI3aolbSfl8Es7lFFypyd/NwEMVJf9dPnCiAb1O/pVo8kL+akU\nnRCbTMW71n+5F1+X7Vm9+PyLMglHJ0G+1ef5g8ewhfIWye813g38KpQcsqft\njE16kBgsZTlMo24qTlAsi0Z1VCPj+UPV6Ytlonfg2eEwOubYwQuimyPcKJsw\nRLhk9U7DDRpPHNAE0v8Ze/EE/kzb7zpydnzILDDHQVrx1a9/OwkGQyOCy366\nEyRKDGvy1dZ2gGrMpM7uKRJx7SujHyiBQVELJuMtnaHuNL4CjV1z68ob/3+H\nCmGXHiaiH1cKRu4DwZeF8f6RfDUiRupO2RfNpXy9mkaFnIrrYfXMFn4JuRHS\nDr8U\r\n=Derm\r\n-----END PGP SIGNATURE-----\r\n","size":7595},"maintainers":[{"name":"anonymous","email":"princjef@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/get-system-fonts_2.0.0_1532912433638_0.4608187142502791"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T12:51:36.737Z","contributors":[]},"2.0.1":{"name":"get-system-fonts","version":"2.0.1","description":"List full paths to all system fonts","homepage":"https://github.com/princjef/get-system-fonts#readme","repository":{"type":"git","url":"git+https://github.com/princjef/get-system-fonts.git"},"bugs":{"url":"https://github.com/princjef/get-system-fonts/issues"},"engines":{"node":">8.0.0"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"commit":"commit","lint":"tslint --project tsconfig.json --fix","clean":"rimraf dist","prebuild":"npm run clean && npm run lint","build":"tsc","watch":"tsc -w","pretest":"npm run build","test":"nyc ava --serial dist/**/*.spec.js","pretest-nocover":"npm run build","test-nocover":"ava --serial dist/**/*.spec.js","show-coverage":"opener ./coverage/index.html","coverage":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prerelease":"npm run build","release":"semantic-release"},"keywords":["font","system","ttf","otf","file"],"author":{"name":"Jeff Principe","email":"princjef@gmail.com"},"license":"MIT","devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","@commitlint/prompt-cli":"^7.5.0","@commitlint/travis-cli":"^7.5.2","@semantic-release/changelog":"^3.0.2","@semantic-release/git":"^7.0.8","@semantic-release/github":"^5.2.10","@semantic-release/npm":"^5.1.4","@types/node":"^8.10.46","@types/sinon":"^7.0.11","ava":"^1.4.1","codecov":"^3.3.0","husky":"^1.3.1","nyc":"^13.3.0","opener":"^1.5.1","rimraf":"^2.6.3","semantic-release":"^15.13.3","sinon":"^7.3.2","tslint":"^5.16.0","tslint-config-standard":"^8.0.1","typescript":"^3.4.4"},"dependencies":{},"nyc":{"sourceMap":true,"reporter":["text","html","json"],"include":["dist/**/*.js"],"exclude":["dist/**/*.spec.*","dist/**/*.d.ts","dist/**/*.map*"],"check-coverage":true,"lines":100,"statements":100,"functions":100,"branches":100,"watermarks":{"lines":[100,100],"statements":[100,100],"functions":[100,100],"branches":[100,100]}},"commitlint":{"extends":["@commitlint/config-conventional"]},"husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS"}},"release":{"verifyConditions":["@semantic-release/changelog","@semantic-release/github","@semantic-release/npm","@semantic-release/git"],"prepare":[{"path":"@semantic-release/changelog","changelogFile":"CHANGELOG.md"},"@semantic-release/npm","@semantic-release/git"],"publish":["@semantic-release/npm","@semantic-release/github"],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"gitHead":"a51087490d90d92a67edde578f42ff56fa58cfc3","_id":"get-system-fonts@2.0.1","_npmVersion":"6.5.0","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"princjef@gmail.com"},"dist":{"integrity":"sha512-gcKzSGT5q5/eZGd6hNGEe2LZmMmdjAYcKHATw1KpUDFLNNeyyZVUZlv9TnbifxU4i0CgCFYrPYCaUcipym2Myw==","shasum":"0ec926d2d5fbc16a9f950a5737cd3b30819b0960","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/get-system-fonts/-/get-system-fonts-2.0.1.tgz","fileCount":16,"unpackedSize":21389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvqThCRA9TVsSAnZWagAA81QQAJ6SlXIMFu1bX2YPdDAu\npWBPwU8Cjn/mOekD/AB1knHqhoykc+fdAJrHfWy6gfT4GidNJFz2x2W9xAL4\np9wrnwsir1LBQA/QXxjKW60ECTtddNrNm6L+0cSgaMc3nooYfyUtqwk3UnR0\n+HN2TkODaGl9UhgZXKx+j9Qt+zv0Cu+M0X26VoYBhq7IFkpcrSRsvnwz8DkG\nq2/YDwUYO8akRl6DjeSiyQvoTb7yn539I3cynoZLmoocuCXjJRQ3NED0HALc\nHMMOTJ69Qu8tTvD69rdZKQQXMvsfepK2DkXYsdvUSj1s+PX4eqbwfWz2lbTJ\ncxOsuF99KBXauNoRM5a6FrFs3ODhoZ8EC8mLwVsCuu63uoYURx3DgCfBfreC\nwatfCSFSbdR9PYRb3SmOP4iQHtK8hkrLgReB3m3UXTBuXNWLv4YpDZN97ueW\nhnI5jviCB/+PDA1N3JfOd46vCBeZMbqz1LbWcA/jbxmRmjtbw9qylW9PvDWo\nzuPDiT37+t7fyAlPpa735RVgTgTFinx2znods4pIC8itYtMVSU77/FpR1zPn\nanag73wJdEVNrMFCOovbvVALJKm/+8M8utCJRc8pwyNbHjuReczqtW8XwJie\nrivl0e0uR8lMjK5skdY2q4Kdoc4LL5nPepzd7VACAwYynC/bLyH0Ed3qjrUd\ne6Rd\r\n=fgdC\r\n-----END PGP SIGNATURE-----\r\n","size":7926},"maintainers":[{"name":"anonymous","email":"princjef@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/get-system-fonts_2.0.1_1555997920754_0.4490720223993103"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T12:51:37.609Z","contributors":[]},"2.0.2":{"name":"get-system-fonts","version":"2.0.2","description":"List full paths to all system fonts","homepage":"https://github.com/princjef/get-system-fonts#readme","repository":{"type":"git","url":"git+https://github.com/princjef/get-system-fonts.git"},"bugs":{"url":"https://github.com/princjef/get-system-fonts/issues"},"engines":{"node":">8.0.0"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"commit":"commit","lint":"tslint --project tsconfig.json --fix","clean":"rimraf dist","prebuild":"npm run clean && npm run lint","build":"tsc","watch":"tsc -w","pretest":"npm run build","test":"nyc ava --serial dist/**/*.spec.js","pretest-nocover":"npm run build","test-nocover":"ava --serial dist/**/*.spec.js","show-coverage":"opener ./coverage/index.html","coverage":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prerelease":"npm run build","release":"semantic-release"},"keywords":["font","system","ttf","otf","file"],"author":{"name":"Jeff Principe","email":"princjef@gmail.com"},"license":"MIT","devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","@commitlint/prompt-cli":"^7.5.0","@commitlint/travis-cli":"^7.5.2","@semantic-release/changelog":"^3.0.2","@semantic-release/git":"^7.0.8","@semantic-release/github":"^5.2.10","@semantic-release/npm":"^5.1.4","@types/node":"^8.10.46","@types/sinon":"^7.0.11","ava":"^1.4.1","codecov":"^3.3.0","husky":"^1.3.1","nyc":"^13.3.0","opener":"^1.5.1","rimraf":"^2.6.3","semantic-release":"^15.13.3","sinon":"^7.3.2","tslint":"^5.16.0","tslint-config-standard":"^8.0.1","typescript":"^3.4.4"},"dependencies":{},"nyc":{"sourceMap":true,"reporter":["text","html","json"],"include":["dist/**/*.js"],"exclude":["dist/**/*.spec.*","dist/**/*.d.ts","dist/**/*.map*"],"check-coverage":true,"lines":100,"statements":100,"functions":100,"branches":100,"watermarks":{"lines":[100,100],"statements":[100,100],"functions":[100,100],"branches":[100,100]}},"commitlint":{"extends":["@commitlint/config-conventional"]},"husky":{"hooks":{"commit-msg":"commitlint -e $HUSKY_GIT_PARAMS"}},"release":{"verifyConditions":["@semantic-release/changelog","@semantic-release/github","@semantic-release/npm","@semantic-release/git"],"prepare":[{"path":"@semantic-release/changelog","changelogFile":"CHANGELOG.md"},"@semantic-release/npm","@semantic-release/git"],"publish":["@semantic-release/npm","@semantic-release/github"],"success":["@semantic-release/github"],"fail":["@semantic-release/github"]},"gitHead":"232af282ee66c51c0335a01ff07e759d53ce8ddd","_id":"get-system-fonts@2.0.2","_npmVersion":"6.5.0","_nodeVersion":"8.17.0","_npmUser":{"name":"anonymous","email":"princjef@gmail.com"},"dist":{"integrity":"sha512-zzlgaYnHMIEgHRrfC7x0Qp0Ylhw/sHpM6MHXeVBTYIsvGf5GpbnClB+Q6rAPdn+0gd2oZZIo6Tj3EaWrt4VhDQ==","shasum":"7ada3cc41322daf17c204a6f07c6588341cbc9cb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/get-system-fonts/-/get-system-fonts-2.0.2.tgz","fileCount":16,"unpackedSize":21693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4x+xCRA9TVsSAnZWagAA/W0QAKALv3Bgp52zyC/tX7Qi\nzpfzq8hRjqyg12pPeWHV4VQ/bobFrNz4MrYcP4jp63GprEUYEG6WWt2nFYAk\nPuV4Vz2ff2oKn/aFJR89jtmvTd8d71i2mRWKMgADbt60Xx3bPXWnJnNn/cIR\nnV48IkK4Kt6AcoksjQrCqaeR/JydQpFg2BxyyRZfaloFYa2sykIaZfzElRdx\nfogiQf7G3KLepD25mu6gL76xaBdPF3bao1jBUYuylA7m48rJ6O1bNFTeYn81\ng5mbX3RbCrKQ2lzak0XF5K9hlbR+YsM/Iv5Sv5G6sTK2nOHCcKJKlcXvR/ng\n8WGd13vfusC4tyzUPx6I+urZfoZjyEqf9XyrsT1w9ZUCFoYfmJootQp6IG5T\nDXvzSs/qOGdXjOaiW29c68KuR4iB/BCBXMbfv5qym+y8La4DZibokgN+GEh6\n1qDDBABPdFGjqUEugKdMDP+v9d8h9upoO2R07/rnJA6SstU1qOibfeudNXEz\nndnUGUi/TU9JErGXqFlSxv3oFUv784Y0a0hBMP5QstzU87HOZyLLhcZ4MkVA\nlHX/tomV2MTTCP90EncEMyYXUbjmyak+JRthEAy3wmj1QfAF+TFnPF8PKBYV\n9TNEw8zLVI5fY1aowcxqMnedmXTvq6QuVkXA2ICaek6rL1LjtI2ENYyJJrVV\nAr3I\r\n=ehXe\r\n-----END PGP SIGNATURE-----\r\n","size":7995},"maintainers":[{"name":"anonymous","email":"princjef@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/get-system-fonts_2.0.2_1591943088645_0.08317017984475639"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T12:51:38.489Z","contributors":[]}},"dist-tags":{"latest":"2.0.2"},"name":"get-system-fonts","time":{"created":"2022-01-27T09:31:57.669Z","modified":"2022-01-27T09:31:57.669Z","1.0.0":"2018-04-28T23:42:03.667Z","2.0.0":"2018-07-30T01:00:33.746Z","2.0.1":"2019-04-23T05:38:40.912Z","2.0.2":"2020-06-12T06:24:48.795Z"},"readme":"# get-system-fonts\n\n[![Travis CI build status](https://travis-ci.org/princjef/get-system-fonts.svg?branch=master)](https://travis-ci.org/princjef/get-system-fonts)\n[![codecov](https://codecov.io/gh/princjef/get-system-fonts/branch/master/graph/badge.svg)](https://codecov.io/gh/princjef/get-system-fonts)\n[![npm version](https://img.shields.io/npm/v/get-system-fonts.svg)](https://npmjs.org/package/get-system-fonts)\n\nList full paths to all of the system fonts present.\n\n```\nnpm install get-system-fonts\n```\n\n## Usage\n\n```js\nconst getSystemFonts = require('get-system-fonts');\n\n// In an async function...\nconst files = await getSystemFonts(); // ['/Library/Fonts/Georgia.ttf', ...]\n```\n\n## API\n\n### `getSystemFonts([options]): Promise<string[]>`\n\nLists absolute paths to all system fonts\n\n*NOTE: If you're using Typescript, `getSystemFonts()` is available as the \ndefault export.*\n\n**Params**\n\n * `options` [*object*] - Options for configuring retrieval\n    * `additionalFolders` [*string[]*] - Paths to additional folders to\n      recursively scan for font files. Absolute paths are recommended. Default:\n      `[]`\n    * `extensions` [*string[]*] - List of file extensions to treat as font\n      files. Default: `['ttf', 'otf', 'ttc', 'woff', 'woff2']`\n\n## Contributing\n\nWant to contribute to the project? Go check out the [Contribution \nGuide](CONTRIBUTING.md) for instructions to set up your development \nenvironment, open an issue and create a pull request.","users":{}}