UNPKG

system-font-paths

Version:

Finds the paths of all locally installed system fonts

74 lines (73 loc) 1.68 kB
{ "name": "system-font-paths", "version": "1.2.1", "description": "Finds the paths of all locally installed system fonts", "main": "index.js", "types": "index.d.ts", "gypfile": true, "files": [ "index.js", "index.d.ts", "binding.gyp", "src" ], "keywords": [ "fonts", "font", "otf", "ttf", "ttc", "opentype" ], "scripts": { "install": "node-pre-gyp install --fallback-to-build", "build": "node-pre-gyp clean configure build", "clean": "node-pre-gyp clean", "test": "jest", "lint": "eslint ." }, "binary": { "module_name": "system-font-paths", "module_path": "./lib/binding/", "remote_path": "./v{version}/", "package_name": "{platform}-{arch}-{node_abi}.tar.gz", "host": "https://system-font-paths.s3.amazonaws.com" }, "engines": { "node": ">=14" }, "author": "Lucian Cooper <cooperlucian@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/luciancooper/system-font-paths.git" }, "commitlint": { "extends": [ "@lcooper" ] }, "lint-staged": { "*.js": "eslint" }, "jest": { "testEnvironment": "node", "noStackTrace": true }, "dependencies": { "@mapbox/node-pre-gyp": "^2.0.0", "node-addon-api": "^8.3.1" }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@lcooper/commitlint-config": "^2.0.0", "@lcooper/eslint-config": "^3.0.0", "@lcooper/eslint-config-jest": "^2.0.0", "aws-sdk": "^2.1333.0", "eslint": "^8.57.0", "husky": "^9.0.11", "jest": "^29.5.0", "lint-staged": "^15.2.2", "node-gyp": "^10.1.0" } }