UNPKG

737 BJSONView Raw
1{
2 "name": "is-svg",
3 "version": "4.0.0",
4 "description": "Check if a string or buffer is SVG",
5 "license": "MIT",
6 "repository": "sindresorhus/is-svg",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd-check"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "svg",
24 "vector",
25 "graphics",
26 "image",
27 "img",
28 "pic",
29 "picture",
30 "type",
31 "detect",
32 "check",
33 "is",
34 "string",
35 "str",
36 "buffer"
37 ],
38 "dependencies": {
39 "html-comment-regex": "^1.1.0"
40 },
41 "devDependencies": {
42 "@types/node": "^11.10.4",
43 "ava": "^1.2.1",
44 "tsd-check": "^0.3.0",
45 "xo": "^0.24.0"
46 }
47}