Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/is-object/package.json b/node_modules/is-object/package.json
new file mode 100644
index 0000000..34d2844
--- /dev/null
+++ b/node_modules/is-object/package.json
@@ -0,0 +1,90 @@
+{
+ "_from": "is-object@^1.0.1",
+ "_id": "is-object@1.0.1",
+ "_inBundle": false,
+ "_integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA=",
+ "_location": "/is-object",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "is-object@^1.0.1",
+ "name": "is-object",
+ "escapedName": "is-object",
+ "rawSpec": "^1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.0.1"
+ },
+ "_requiredBy": [
+ "/isurl"
+ ],
+ "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
+ "_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
+ "_spec": "is-object@^1.0.1",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\isurl",
+ "author": {
+ "name": "Raynos",
+ "email": "raynos2@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/ljharb/is-object/issues",
+ "email": "ljharb@gmail.com"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Raynos"
+ },
+ {
+ "name": "Jordan Harband",
+ "url": "https://github.com/ljharb"
+ }
+ ],
+ "dependencies": {},
+ "deprecated": false,
+ "description": "Checks whether a value is an object",
+ "devDependencies": {
+ "covert": "~1.0.0",
+ "jscs": "~1.6.0",
+ "tape": "~2.14.0"
+ },
+ "homepage": "https://github.com/ljharb/is-object",
+ "keywords": [],
+ "license": "MIT",
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
+ }
+ ],
+ "main": "index",
+ "name": "is-object",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/ljharb/is-object.git"
+ },
+ "scripts": {
+ "coverage": "covert test/index.js",
+ "coverage-quiet": "covert test/index.js --quiet",
+ "lint": "jscs *.js */*.js",
+ "test": "npm run lint && node test/index.js && npm run coverage-quiet"
+ },
+ "testling": {
+ "files": "test/index.js",
+ "browsers": [
+ "ie/6..latest",
+ "firefox/3..6",
+ "firefox/16..latest",
+ "firefox/nightly",
+ "chrome/22..latest",
+ "chrome/canary",
+ "opera/10.0",
+ "opera/11..latest",
+ "opera/next",
+ "safari/4..latest",
+ "ipad/6.0..latest",
+ "iphone/6.0..latest"
+ ]
+ },
+ "version": "1.0.1"
+}