Echo/node_modules/is-svg/package.json
2021-02-11 21:31:41 +08:00

77 lines
1.6 KiB
JSON

{
"_from": "is-svg@^3.0.0",
"_id": "is-svg@3.0.0",
"_inBundle": false,
"_integrity": "sha1-kyHb0pwhLlypnE+peUxxS8r6L3U=",
"_location": "/is-svg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-svg@^3.0.0",
"name": "is-svg",
"escapedName": "is-svg",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/postcss-svgo"
],
"_resolved": "https://registry.npm.taobao.org/is-svg/download/is-svg-3.0.0.tgz",
"_shasum": "9321dbd29c212e5ca99c4fa9794c714bcafa2f75",
"_spec": "is-svg@^3.0.0",
"_where": "E:\\GreateCommunity\\node_modules\\postcss-svgo",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-svg/issues"
},
"bundleDependencies": false,
"dependencies": {
"html-comment-regex": "^1.1.0"
},
"deprecated": false,
"description": "Check if a string or buffer is SVG",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"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": "xo && ava"
},
"version": "3.0.0"
}