Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/grunt-legacy-util/package.json b/node_modules/grunt-legacy-util/package.json
new file mode 100644
index 0000000..5b8dffa
--- /dev/null
+++ b/node_modules/grunt-legacy-util/package.json
@@ -0,0 +1,71 @@
+{
+ "_from": "grunt-legacy-util@~2.0.0",
+ "_id": "grunt-legacy-util@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-ZEmYFB44bblwPE2oz3q3ygfF6hseQja9tx8I3UZIwbUik32FMWewA+d1qSFicMFB+8dNXDkh35HcDCWlpRsGlA==",
+ "_location": "/grunt-legacy-util",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "grunt-legacy-util@~2.0.0",
+ "name": "grunt-legacy-util",
+ "escapedName": "grunt-legacy-util",
+ "rawSpec": "~2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "~2.0.0"
+ },
+ "_requiredBy": [
+ "/grunt"
+ ],
+ "_resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.0.tgz",
+ "_shasum": "34d20f2a26c6adebfe9a9bdc8823f7016b0369c3",
+ "_spec": "grunt-legacy-util@~2.0.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt",
+ "author": {
+ "name": "\"Cowboy\" Ben Alman",
+ "url": "http://benalman.com/"
+ },
+ "bugs": {
+ "url": "http://github.com/gruntjs/grunt-legacy-util/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "async": "~1.5.2",
+ "exit": "~0.1.1",
+ "getobject": "~0.1.0",
+ "hooker": "~0.2.3",
+ "lodash": "~4.17.20",
+ "underscore.string": "~3.3.5",
+ "which": "~1.3.0"
+ },
+ "deprecated": false,
+ "description": "Some old grunt utils provided for backwards compatibility.",
+ "devDependencies": {
+ "grunt": "^1.2.1",
+ "grunt-cli": "^1.3.2",
+ "grunt-contrib-jshint": "^2.1.0",
+ "grunt-contrib-nodeunit": "^2.1.0",
+ "grunt-contrib-watch": "^1.1.0",
+ "temporary": "0.0.8"
+ },
+ "engines": {
+ "node": ">= 8"
+ },
+ "homepage": "http://gruntjs.com/",
+ "keywords": [
+ "grunt",
+ "legacy"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "grunt-legacy-util",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/gruntjs/grunt-legacy-util.git"
+ },
+ "scripts": {
+ "test": "grunt test"
+ },
+ "version": "2.0.0"
+}