70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"_from": "is-otf@^0.1.2",
|
|
"_id": "is-otf@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Wm4qs6CxO5KikSwalcc7WldLRMw=",
|
|
"_location": "/is-otf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-otf@^0.1.2",
|
|
"name": "is-otf",
|
|
"escapedName": "is-otf",
|
|
"rawSpec": "^0.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/fontmin"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/is-otf/download/is-otf-0.1.2.tgz",
|
|
"_shasum": "5a6e2ab3a0b13b92a2912c1a95c73b5a574b44cc",
|
|
"_spec": "is-otf@^0.1.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-otf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"b3b": "0.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Check if a String/Buffer/ArrayBuffer is OTF",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/junmer/is-otf#readme",
|
|
"keywords": [
|
|
"font",
|
|
"OpenType",
|
|
"OTF",
|
|
"type",
|
|
"detect",
|
|
"check",
|
|
"is",
|
|
"string",
|
|
"str",
|
|
"buffer"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-otf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/junmer/is-otf.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|