Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

80 lines
1.7 KiB

{
"_args": [
[
"is-svg@3.0.0",
"/home/lefos/repos/swarmlab-playground-client"
]
],
"_development": true,
"_from": "is-svg@3.0.0",
"_id": "is-svg@3.0.0",
"_inBundle": false,
"_integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
"_location": "/is-svg",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/lefos/repos/swarmlab-playground-client",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-svg/issues"
},
"dependencies": {
"html-comment-regex": "^1.1.0"
},
"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"
}