68 lines
1.4 KiB
JSON
68 lines
1.4 KiB
JSON
{
|
|
"_from": "is-ttf@^0.2.2",
|
|
"_id": "is-ttf@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-cVWCSjOGfuT6iceeYV49RxbrGzo=",
|
|
"_location": "/is-ttf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-ttf@^0.2.2",
|
|
"name": "is-ttf",
|
|
"escapedName": "is-ttf",
|
|
"rawSpec": "^0.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/fontmin"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/is-ttf/download/is-ttf-0.2.2.tgz",
|
|
"_shasum": "7155824a33867ee4fa89c79e615e3d4716eb1b3a",
|
|
"_spec": "is-ttf@^0.2.2",
|
|
"_where": "D:\\workspace\\plugin\\mini_font\\packages\\mini_font\\publish\\mini_font\\node_modules\\fontmin",
|
|
"author": {
|
|
"name": "junmer"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/junmer/is-ttf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"b3b": "0.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Check if a String/Buffer is TTF",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/junmer/is-ttf#readme",
|
|
"keywords": [
|
|
"TTF",
|
|
"type",
|
|
"detect",
|
|
"check",
|
|
"is",
|
|
"string",
|
|
"str",
|
|
"buffer"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-ttf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/junmer/is-ttf.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.2.2"
|
|
}
|