ShenNong/packages/字体精简工具/node_modules/fontmin/package.json
2024-06-21 18:44:06 +08:00

103 lines
2.3 KiB
JSON

{
"_from": "fontmin@^0.9.8",
"_id": "fontmin@0.9.8",
"_inBundle": false,
"_integrity": "sha1-Z1DwVtQ0Y7doXfpoqARk8CVWv3g=",
"_location": "/fontmin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fontmin@^0.9.8",
"name": "fontmin",
"escapedName": "fontmin",
"rawSpec": "^0.9.8",
"saveSpec": null,
"fetchSpec": "^0.9.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/fontmin/download/fontmin-0.9.8.tgz",
"_shasum": "6750f056d43463b7685dfa68a80464f02556bf78",
"_spec": "fontmin@^0.9.8",
"_where": "D:\\workspace\\plugin\\mini_font\\packages\\mini_font\\publish\\mini_font",
"author": {
"name": "junmer"
},
"bin": {
"fontmin": "cli.js"
},
"bugs": {
"url": "https://github.com/ecomfe/fontmin/issues"
},
"bundleDependencies": false,
"dependencies": {
"b3b": "0.0.1",
"buffer-to-vinyl": "^1.0.0",
"code-points": "^2.0.0-1",
"concat-stream": "^1.6.2",
"fonteditor-core": "^1.0.2",
"get-stdin": "^6.0.0",
"is-otf": "^0.1.2",
"is-svg": "^1.1.1",
"is-ttf": "^0.2.2",
"lodash": "^4.17.10",
"meow": "^3.0.0",
"pako": "^1.0.1",
"replace-ext": "0.0.1",
"stream-combiner": "^0.2.1",
"through2": "2.0.1",
"ttf2woff2": "3.0.0",
"vinyl-fs": "3.0.3"
},
"deprecated": false,
"description": "Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.",
"devDependencies": {
"chai": "^4.1.2",
"gulp-clean": "^0.4.0",
"is-eot": "^1.0.0",
"is-woff": "^1.0.1",
"is-woff2": "^1.0.0",
"istanbul": "^0.4.3",
"mocha": "^6.1.4"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/ecomfe/fontmin#readme",
"keywords": [
"font",
"webfont",
"icon",
"iconfont",
"font-face",
"compress",
"minify",
"font-cli",
"otf",
"ttf",
"woff",
"eot",
"svg",
"ttf2eot",
"ttf2woff",
"ttf2svg",
"svg2ttf",
"css",
"base64"
],
"license": "MIT",
"main": "index.js",
"name": "fontmin",
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/fontmin.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks test/",
"test": "mocha"
},
"version": "0.9.8"
}