Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/body/package.json b/node_modules/body/package.json
new file mode 100644
index 0000000..e7fa452
--- /dev/null
+++ b/node_modules/body/package.json
@@ -0,0 +1,73 @@
+{
+ "_from": "body@^5.1.0",
+ "_id": "body@5.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=",
+ "_location": "/body",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "body@^5.1.0",
+ "name": "body",
+ "escapedName": "body",
+ "rawSpec": "^5.1.0",
+ "saveSpec": null,
+ "fetchSpec": "^5.1.0"
+ },
+ "_requiredBy": [
+ "/tiny-lr"
+ ],
+ "_resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
+ "_shasum": "e4ba0ce410a46936323367609ecb4e6553125069",
+ "_spec": "body@^5.1.0",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\tiny-lr",
+ "author": {
+ "name": "Raynos",
+ "email": "raynos2@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/Raynos/body/issues",
+ "email": "raynos2@gmail.com"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Jake Verbaten"
+ }
+ ],
+ "dependencies": {
+ "continuable-cache": "^0.3.1",
+ "error": "^7.0.0",
+ "raw-body": "~1.1.0",
+ "safe-json-parse": "~1.0.1"
+ },
+ "deprecated": false,
+ "description": "Body parsing",
+ "devDependencies": {
+ "after": "~0.7.0",
+ "hammock": "^1.0.0",
+ "process": "~0.5.1",
+ "send-data": "~1.0.1",
+ "tape": "~2.3.0",
+ "test-server": "~0.1.3"
+ },
+ "homepage": "https://github.com/Raynos/body",
+ "keywords": [],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/Raynos/body/raw/master/LICENSE"
+ }
+ ],
+ "main": "index",
+ "name": "body",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Raynos/body.git"
+ },
+ "scripts": {
+ "test": "node ./test/index.js"
+ },
+ "version": "5.1.0"
+}