ShenNong_Simple/packages/字体精简工具/node_modules/is-svg/package.json
2024-10-30 15:28:42 +08:00

73 lines
1.6 KiB
JSON

{
"_from": "is-svg@^1.1.1",
"_id": "is-svg@1.1.1",
"_inBundle": false,
"_integrity": "sha1-rA76r7ZTrFhHNwix+HNjbKEQ4xs=",
"_location": "/is-svg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-svg@^1.1.1",
"name": "is-svg",
"escapedName": "is-svg",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/fontmin"
],
"_resolved": "https://registry.nlark.com/is-svg/download/is-svg-1.1.1.tgz",
"_shasum": "ac0efaafb653ac58473708b1f873636ca110e31b",
"_spec": "is-svg@^1.1.1",
"_where": "D:\\workspace\\plugin\\mini_font\\packages\\mini_font\\publish\\mini_font\\node_modules\\fontmin",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-svg/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a String/Buffer is SVG",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-svg#readme",
"keywords": [
"svg",
"vector",
"graphics",
"image",
"img",
"pic",
"picture",
"type",
"detect",
"check",
"is",
"string",
"str",
"buffer"
],
"license": "MIT",
"name": "is-svg",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-svg.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.1"
}