blob: ee71abc7eb1037de8f555d5c4ee2d0aa03b5dbdb [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-svg@^4.2.1",
3 "_id": "is-svg@4.2.1",
4 "_inBundle": false,
5 "_integrity": "sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==",
6 "_location": "/is-svg",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-svg@^4.2.1",
12 "name": "is-svg",
13 "escapedName": "is-svg",
14 "rawSpec": "^4.2.1",
15 "saveSpec": null,
16 "fetchSpec": "^4.2.1"
17 },
18 "_requiredBy": [
19 "/imagemin-svgo"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.2.1.tgz",
22 "_shasum": "095b496e345fec9211c2a7d5d021003e040d6f81",
23 "_spec": "is-svg@^4.2.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-svgo",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/is-svg/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "html-comment-regex": "^1.1.2"
36 },
37 "deprecated": false,
38 "description": "Check if a string or buffer is SVG",
39 "devDependencies": {
40 "@types/node": "^11.13.0",
41 "ava": "^1.4.1",
42 "tsd": "^0.7.2",
43 "xo": "^0.24.0"
44 },
45 "engines": {
46 "node": ">=6"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts"
51 ],
52 "funding": "https://github.com/sponsors/sindresorhus",
53 "homepage": "https://github.com/sindresorhus/is-svg#readme",
54 "keywords": [
55 "svg",
56 "vector",
57 "graphics",
58 "image",
59 "img",
60 "pic",
61 "picture",
62 "type",
63 "detect",
64 "check",
65 "is",
66 "string",
67 "str",
68 "buffer"
69 ],
70 "license": "MIT",
71 "name": "is-svg",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/sindresorhus/is-svg.git"
75 },
76 "scripts": {
77 "test": "xo && ava && tsd"
78 },
79 "version": "4.2.1"
80}