NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/is-svg/package.json
2023-09-14 14:47:11 +08:00

45 lines
719 B
JSON

{
"name": "is-svg",
"version": "2.1.0",
"description": "Check if a string or buffer is SVG",
"license": "MIT",
"repository": "sindresorhus/is-svg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"svg",
"vector",
"graphics",
"image",
"img",
"pic",
"picture",
"type",
"detect",
"check",
"is",
"string",
"str",
"buffer"
],
"dependencies": {
"html-comment-regex": "^1.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
}
}