Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json
new file mode 100644
index 0000000..001ac9c
--- /dev/null
+++ b/node_modules/bytes/package.json
@@ -0,0 +1,54 @@
+{
+ "_from": "bytes@1",
+ "_id": "bytes@1.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=",
+ "_location": "/bytes",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "bytes@1",
+ "name": "bytes",
+ "escapedName": "bytes",
+ "rawSpec": "1",
+ "saveSpec": null,
+ "fetchSpec": "1"
+ },
+ "_requiredBy": [
+ "/raw-body"
+ ],
+ "_resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
+ "_shasum": "3569ede8ba34315fab99c3e92cb04c7220de1fa8",
+ "_spec": "bytes@1",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\raw-body",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca",
+ "url": "http://tjholowaychuk.com"
+ },
+ "bugs": {
+ "url": "https://github.com/visionmedia/bytes.js/issues"
+ },
+ "bundleDependencies": false,
+ "component": {
+ "scripts": {
+ "bytes/index.js": "index.js"
+ }
+ },
+ "dependencies": {},
+ "deprecated": false,
+ "description": "byte size string parser / serializer",
+ "devDependencies": {
+ "mocha": "*",
+ "should": "*"
+ },
+ "homepage": "https://github.com/visionmedia/bytes.js#readme",
+ "main": "index.js",
+ "name": "bytes",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/visionmedia/bytes.js.git"
+ },
+ "version": "1.0.0"
+}