Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt-shell/package.json b/node_modules/grunt-shell/package.json
new file mode 100644
index 0000000..9491c33
--- /dev/null
+++ b/node_modules/grunt-shell/package.json
@@ -0,0 +1,79 @@
+{
+ "_from": "grunt-shell@^3.0.1",
+ "_id": "grunt-shell@3.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-C8eR4frw/NmIFIwSvzSLS4wOQBUzC+z6QhrKPzwt/tlaIqlzH35i/O2MggVOBj2Sh1tbaAqpASWxGiGsi4JMIQ==",
+ "_location": "/grunt-shell",
+ "_phantomChildren": {
+ "escape-string-regexp": "1.0.5"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "grunt-shell@^3.0.1",
+ "name": "grunt-shell",
+ "escapedName": "grunt-shell",
+ "rawSpec": "^3.0.1",
+ "saveSpec": null,
+ "fetchSpec": "^3.0.1"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-3.0.1.tgz",
+ "_shasum": "24e783901543c7269980d534902bedfb94e7ec9f",
+ "_spec": "grunt-shell@^3.0.1",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/grunt-shell/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "chalk": "^2.4.1",
+ "npm-run-path": "^2.0.0",
+ "strip-ansi": "^5.0.0"
+ },
+ "deprecated": false,
+ "description": "Run shell commands",
+ "devDependencies": {
+ "grunt": "^1.0.1",
+ "grunt-cli": "^1.2.0",
+ "xo": "^0.23.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "tasks"
+ ],
+ "homepage": "https://github.com/sindresorhus/grunt-shell#readme",
+ "keywords": [
+ "gruntplugin",
+ "shell",
+ "command",
+ "cmd",
+ "exec",
+ "spawn",
+ "child",
+ "process",
+ "cli"
+ ],
+ "license": "MIT",
+ "name": "grunt-shell",
+ "peerDependencies": {
+ "grunt": ">=1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/grunt-shell.git"
+ },
+ "scripts": {
+ "test": "xo && grunt"
+ },
+ "version": "3.0.1"
+}