Updated to v1.9.9

This commit is contained in:
Henry Whitaker
2020-11-07 15:27:50 +00:00
parent 15d3583423
commit 8d811862a0
6349 changed files with 338454 additions and 213438 deletions

View File

@@ -1,32 +1,32 @@
{
"_args": [
[
"css-what@3.3.0",
"css-what@3.4.2",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "css-what@3.3.0",
"_id": "css-what@3.3.0",
"_from": "css-what@3.4.2",
"_id": "css-what@3.4.2",
"_inBundle": false,
"_integrity": "sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==",
"_integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
"_location": "/css-what",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-what@3.3.0",
"raw": "css-what@3.4.2",
"name": "css-what",
"escapedName": "css-what",
"rawSpec": "3.3.0",
"rawSpec": "3.4.2",
"saveSpec": null,
"fetchSpec": "3.3.0"
"fetchSpec": "3.4.2"
},
"_requiredBy": [
"/css-select"
],
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz",
"_spec": "3.3.0",
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
"_spec": "3.4.2",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Felix Böhm",
@@ -39,17 +39,18 @@
"dependencies": {},
"description": "a CSS selector parser",
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@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": "^3.5.3"
"typescript": "^4.0.2"
},
"engines": {
"node": ">= 6"
@@ -57,6 +58,7 @@
"files": [
"lib/**/*"
],
"funding": "https://github.com/sponsors/fb55",
"homepage": "https://github.com/fb55/css-what#readme",
"jest": {
"preset": "ts-jest",
@@ -75,11 +77,16 @@
"scripts": {
"build": "tsc",
"coverage": "cat coverage/lcov.info | coveralls",
"format": "prettier --write '**/*.{ts,md,json}'",
"lint": "eslint src",
"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.3.0"
"version": "3.4.2"
}