Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/css-what/package.json b/node_modules/css-what/package.json
new file mode 100644
index 0000000..594a6bd
--- /dev/null
+++ b/node_modules/css-what/package.json
@@ -0,0 +1,88 @@
+{
+ "_from": "css-what@^3.2.1",
+ "_id": "css-what@3.4.2",
+ "_inBundle": false,
+ "_integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
+ "_location": "/css-what",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "css-what@^3.2.1",
+ "name": "css-what",
+ "escapedName": "css-what",
+ "rawSpec": "^3.2.1",
+ "saveSpec": null,
+ "fetchSpec": "^3.2.1"
+ },
+ "_requiredBy": [
+ "/css-select"
+ ],
+ "_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
+ "_shasum": "ea7026fcb01777edbde52124e21f327e7ae950e4",
+ "_spec": "css-what@^3.2.1",
+ "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\css-select",
+ "author": {
+ "name": "Felix Böhm",
+ "email": "me@feedic.com",
+ "url": "http://feedic.com"
+ },
+ "bugs": {
+ "url": "https://github.com/fb55/css-what/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {},
+ "deprecated": false,
+ "description": "a CSS selector parser",
+ "devDependencies": {
+ "@types/jest": "^26.0.3",
+ "@types/node": "^14.0.5",
+ "@typescript-eslint/eslint-plugin": "^4.1.0",
+ "@typescript-eslint/parser": "^4.1.0",
+ "coveralls": "^3.0.5",
+ "eslint": "^7.0.0",
+ "eslint-config-prettier": "^6.0.0",
+ "eslint-plugin-node": "^11.1.0",
+ "jest": "^26.0.1",
+ "prettier": "^2.0.5",
+ "ts-jest": "^26.0.0",
+ "typescript": "^4.0.2"
+ },
+ "engines": {
+ "node": ">= 6"
+ },
+ "files": [
+ "lib/**/*"
+ ],
+ "funding": "https://github.com/sponsors/fb55",
+ "homepage": "https://github.com/fb55/css-what#readme",
+ "jest": {
+ "preset": "ts-jest",
+ "testEnvironment": "node"
+ },
+ "license": "BSD-2-Clause",
+ "main": "lib/index.js",
+ "name": "css-what",
+ "optionalDependencies": {},
+ "prettier": {
+ "tabWidth": 4
+ },
+ "repository": {
+ "url": "git+https://github.com/fb55/css-what.git"
+ },
+ "scripts": {
+ "build": "tsc",
+ "coverage": "cat coverage/lcov.info | coveralls",
+ "format": "npm run format:es && npm run format:prettier",
+ "format:es": "npm run lint:es -- --fix",
+ "format:prettier": "npm run prettier -- --write",
+ "lint": "npm run lint:es && npm run lint:prettier",
+ "lint:es": "eslint src",
+ "lint:prettier": "npm run prettier -- --check",
+ "prepare": "npm run build",
+ "prettier": "prettier '**/*.{ts,md,json,yml}'",
+ "test": "jest --coverage -u && npm run lint"
+ },
+ "types": "lib/index.d.ts",
+ "version": "3.4.2"
+}