Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/is-svg/package.json b/node_modules/is-svg/package.json
new file mode 100644
index 0000000..ee71abc
--- /dev/null
+++ b/node_modules/is-svg/package.json
@@ -0,0 +1,80 @@
+{
+ "_from": "is-svg@^4.2.1",
+ "_id": "is-svg@4.2.1",
+ "_inBundle": false,
+ "_integrity": "sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==",
+ "_location": "/is-svg",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "is-svg@^4.2.1",
+ "name": "is-svg",
+ "escapedName": "is-svg",
+ "rawSpec": "^4.2.1",
+ "saveSpec": null,
+ "fetchSpec": "^4.2.1"
+ },
+ "_requiredBy": [
+ "/imagemin-svgo"
+ ],
+ "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.2.1.tgz",
+ "_shasum": "095b496e345fec9211c2a7d5d021003e040d6f81",
+ "_spec": "is-svg@^4.2.1",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-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.2"
+ },
+ "deprecated": false,
+ "description": "Check if a string or buffer is SVG",
+ "devDependencies": {
+ "@types/node": "^11.13.0",
+ "ava": "^1.4.1",
+ "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.2.1"
+}