File: /var/www/linde-ai/html/node_modules/is-svg/package.json
{
  "_from": "is-svg@^4.3.1",
  "_id": "is-svg@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-mM90duy00JGMyjqIVHu9gNTjywdZV+8qNasX8cm/EEYZ53PHDgajvbBwNVvty5dwSAxLUD3p3bdo+7sR/UMrpw==",
  "_location": "/is-svg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-svg@^4.3.1",
    "name": "is-svg",
    "escapedName": "is-svg",
    "rawSpec": "^4.3.1",
    "saveSpec": null,
    "fetchSpec": "^4.3.1"
  },
  "_requiredBy": [
    "/imagemin-svgo"
  ],
  "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.3.2.tgz",
  "_shasum": "a119e9932e1af53f6be1969d1790d6cc5fd947d3",
  "_spec": "is-svg@^4.3.1",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\imagemin-svgo",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-svg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-xml-parser": "^3.19.0"
  },
  "deprecated": false,
  "description": "Check if a string or buffer is SVG",
  "devDependencies": {
    "@types/node": "^11.13.0",
    "ava": "^1.4.1",
    "time-span": "^4.0.0",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "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 && tsd"
  },
  "version": "4.3.2"
}