thedesk/app/node_modules/font-manager/package.json
2019-09-12 23:38:13 +09:00

67 lines
1.6 KiB
JSON

{
"_from": "font-manager",
"_id": "font-manager@0.3.0",
"_inBundle": false,
"_integrity": "sha512-6N3pzO+9kxE3yD9c4VN7reg5fqgFvjcUdxZmwauRzsExaeKRu0APfEi3DOISFakokybgKlZcLFQHawwc2TMpQQ==",
"_location": "/font-manager",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "font-manager",
"name": "font-manager",
"escapedName": "font-manager",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/font-manager/-/font-manager-0.3.0.tgz",
"_shasum": "9efdc13e521a3d8752e7ab56c3938818043a311f",
"_spec": "font-manager",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"bugs": {
"url": "https://github.com/devongovett/font-manager/issues"
},
"bundleDependencies": false,
"dependencies": {
"nan": ">=2.10.0"
},
"deprecated": false,
"description": "Provides access to the system font catalog",
"devDependencies": {
"mocha": "*"
},
"directories": {
"test": "test"
},
"gypfile": true,
"homepage": "https://github.com/devongovett/font-manager",
"keywords": [
"font",
"find",
"search",
"substitute",
"enumerate"
],
"license": "MIT",
"main": "build/Release/fontmanager",
"name": "font-manager",
"repository": {
"type": "git",
"url": "git+https://github.com/devongovett/font-manager.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
},
"version": "0.3.0"
}