composer and npm

This commit is contained in:
Henry Whitaker
2020-08-25 00:59:44 +01:00
parent 6726d93cc6
commit c8f853dc84
2504 changed files with 88530 additions and 41367 deletions

View File

@@ -1,32 +1,32 @@
{
"_args": [
[
"css-what@3.2.1",
"css-what@3.3.0",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "css-what@3.2.1",
"_id": "css-what@3.2.1",
"_from": "css-what@3.3.0",
"_id": "css-what@3.3.0",
"_inBundle": false,
"_integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==",
"_integrity": "sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg==",
"_location": "/css-what",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-what@3.2.1",
"raw": "css-what@3.3.0",
"name": "css-what",
"escapedName": "css-what",
"rawSpec": "3.2.1",
"rawSpec": "3.3.0",
"saveSpec": null,
"fetchSpec": "3.2.1"
"fetchSpec": "3.3.0"
},
"_requiredBy": [
"/css-select"
],
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz",
"_spec": "3.2.1",
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.3.0.tgz",
"_spec": "3.3.0",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Felix Böhm",
@@ -39,16 +39,16 @@
"dependencies": {},
"description": "a CSS selector parser",
"devDependencies": {
"@types/jest": "^24.0.16",
"@types/node": "^12.6.2",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"@types/jest": "^25.1.4",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"coveralls": "^3.0.5",
"eslint": "^6.0.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.5.3"
},
"engines": {
@@ -76,10 +76,10 @@
"build": "tsc",
"coverage": "cat coverage/lcov.info | coveralls",
"format": "prettier --write '**/*.{ts,md,json}'",
"lint": "eslint --ext=js,ts src",
"lint": "eslint src",
"prepare": "npm run build",
"test": "jest --coverage -u && npm run lint"
},
"types": "lib/index.d.ts",
"version": "3.2.1"
"version": "3.3.0"
}