Added a table of all speedtests

This commit is contained in:
Henry Whitaker
2020-04-13 01:31:26 +01:00
parent ea5808047f
commit e1ca4dcca9
185 changed files with 1006 additions and 653 deletions

View File

@@ -34,9 +34,9 @@ Run `docker pull henrywhitaker3/speedtest-tracker`
### Dockerfile
Clone the required files from the github repo [here](https://github.com/henrywhitaker3/Speedtest-Tracker/tree/docker) maing sure to use the `docker` branch of the repo.
Clone the required files from the github repo [here](https://github.com/henrywhitaker3/Speedtest-Tracker/tree/docker) making sure to use the `docker` branch of the repo.
Build the image form the docker file by running (within the cloned git repo):
Build the image from the docker file by running (within the cloned git repo):
```bash
docker build . -f Dockerfile --tag=henrywhitaker3/speedtest-tracker:<tag>

View File

@@ -8,7 +8,7 @@ LOG_CHANNEL=stack
DB_CONNECTION=sqlite
# Use absolute paths to the database
DB_DATABASE=/absolute/path/to/database/directory/speed.sdb
DB_DATABASE=/absolute/path/to/database/directory/speed.db
BROADCAST_DRIVER=log
CACHE_DRIVER=file

View File

@@ -14,9 +14,16 @@ This program runs a speedtest check every hour and graphs the results. The back-
### Using Docker
A docker image is available [here](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker)
A docker image is available [here](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker), you can create a new conatiner by running:
When updating to a new version of the docker image, use the built-in backup function before updating, and then restore your data after updating.
```bash
docker create \
--name=speedtest \
-p 8765:80 \
-v /path/to/data:/config \
--restart unless-stopped \
henrywhitaker3/speedtest-tracker
```
### Manual Install

View File

@@ -1,4 +1,10 @@
{
"1.2.2": [
{
"description": "Added a table of all speedtests",
"link": ""
}
],
"1.2.1": [
{
"description": "Fixed issue where changelog entry with a link wouldn't show.",

View File

@@ -7,7 +7,7 @@ return [
|--------------------------------------------------------------------------
*/
'version' => '1.2.1',
'version' => '1.2.2',
/*
|--------------------------------------------------------------------------

View File

@@ -0,0 +1,2 @@
a2275d577b9dd80e4048d0ec3614a85276580d34 {"key":"{\"terser\":\"4.6.10\",\"terser-webpack-plugin\":\"2.3.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":true,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"compress\":{\"warnings\":false},\"output\":{\"comments\":false}}},\"nodeVersion\":\"v10.15.2\",\"filename\":\"\\u002Fjs\\u002Fapp.js\",\"contentHash\":\"49680a4089d2818585b7\"}","integrity":"sha512-Fr11OZAIy83gumYpBFq8BhhwBX85FAyLdTuSrv9kin+KHB587PHN7lFapPja/q+0ImNazW+kt6fnXKrzK8B7Yw==","time":1586736783234,"size":2341110}

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/code-frame@7.8.3",
"_id": "@babel/code-frame@7.8.3",
"_inBundle": false,

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/generator@7.9.4",
"_id": "@babel/generator@7.9.4",
"_inBundle": false,

View File

@@ -1,30 +1,34 @@
{
"_from": "@babel/helper-validator-identifier@^7.9.5",
"_args": [
[
"@babel/helper-validator-identifier@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-validator-identifier@7.9.5",
"_id": "@babel/helper-validator-identifier@7.9.5",
"_inBundle": false,
"_integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==",
"_location": "/@babel/helper-builder-react-jsx-experimental/@babel/helper-validator-identifier",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-validator-identifier@^7.9.5",
"raw": "@babel/helper-validator-identifier@7.9.5",
"name": "@babel/helper-validator-identifier",
"escapedName": "@babel%2fhelper-validator-identifier",
"scope": "@babel",
"rawSpec": "^7.9.5",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.9.5"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/helper-builder-react-jsx-experimental/@babel/types"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz",
"_shasum": "90977a8e6fbf6b431a7dc31752eee233bf052d80",
"_spec": "@babel/helper-validator-identifier@^7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/helper-builder-react-jsx-experimental/node_modules/@babel/types",
"bundleDependencies": false,
"deprecated": false,
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"description": "Validate identifier/keywords name",
"devDependencies": {
"charcodes": "^0.2.0",

View File

@@ -1,39 +1,43 @@
{
"_from": "@babel/types@^7.9.5",
"_args": [
[
"@babel/types@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/types@7.9.5",
"_id": "@babel/types@7.9.5",
"_inBundle": false,
"_integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==",
"_location": "/@babel/helper-builder-react-jsx-experimental/@babel/types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/types@^7.9.5",
"raw": "@babel/types@7.9.5",
"name": "@babel/types",
"escapedName": "@babel%2ftypes",
"scope": "@babel",
"rawSpec": "^7.9.5",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.9.5"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/helper-builder-react-jsx-experimental"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz",
"_shasum": "89231f82915a8a566a703b3b20133f73da6b9444",
"_spec": "@babel/types@^7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/helper-builder-react-jsx-experimental",
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-validator-identifier": "^7.9.5",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
},
"deprecated": false,
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.9.5",

View File

@@ -1,5 +1,12 @@
{
"_from": "@babel/helper-builder-react-jsx-experimental@^7.9.0",
"_args": [
[
"@babel/helper-builder-react-jsx-experimental@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-builder-react-jsx-experimental@7.9.5",
"_id": "@babel/helper-builder-react-jsx-experimental@7.9.5",
"_inBundle": false,
"_integrity": "sha512-HAagjAC93tk748jcXpZ7oYRZH485RCq/+yEv9SIWezHRPv9moZArTnkUNciUNzvwHUABmiWKlcxJvMcu59UwTg==",
@@ -9,31 +16,28 @@
"to-fast-properties": "2.0.0"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-builder-react-jsx-experimental@^7.9.0",
"raw": "@babel/helper-builder-react-jsx-experimental@7.9.5",
"name": "@babel/helper-builder-react-jsx-experimental",
"escapedName": "@babel%2fhelper-builder-react-jsx-experimental",
"scope": "@babel",
"rawSpec": "^7.9.0",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.9.0"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/plugin-transform-react-jsx",
"/@babel/plugin-transform-react-jsx-development"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.9.5.tgz",
"_shasum": "0b4b3e04e6123f03b404ca4dfd6528fe6bb92fe3",
"_spec": "@babel/helper-builder-react-jsx-experimental@^7.9.0",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/plugin-transform-react-jsx",
"bundleDependencies": false,
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-module-imports": "^7.8.3",
"@babel/types": "^7.9.5"
},
"deprecated": false,
"description": "Helper function to build react jsx",
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d",
"license": "MIT",

View File

@@ -1,34 +1,38 @@
{
"_from": "@babel/helper-builder-react-jsx@^7.9.0",
"_args": [
[
"@babel/helper-builder-react-jsx@7.9.0",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-builder-react-jsx@7.9.0",
"_id": "@babel/helper-builder-react-jsx@7.9.0",
"_inBundle": false,
"_integrity": "sha512-weiIo4gaoGgnhff54GQ3P5wsUQmnSwpkvU0r6ZHq6TzoSzKy4JxHEgnxNytaKbov2a9z/CVNyzliuCOUPEX3Jw==",
"_location": "/@babel/helper-builder-react-jsx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-builder-react-jsx@^7.9.0",
"raw": "@babel/helper-builder-react-jsx@7.9.0",
"name": "@babel/helper-builder-react-jsx",
"escapedName": "@babel%2fhelper-builder-react-jsx",
"scope": "@babel",
"rawSpec": "^7.9.0",
"rawSpec": "7.9.0",
"saveSpec": null,
"fetchSpec": "^7.9.0"
"fetchSpec": "7.9.0"
},
"_requiredBy": [
"/@babel/plugin-transform-react-jsx"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.9.0.tgz",
"_shasum": "16bf391990b57732700a3278d4d9a81231ea8d32",
"_spec": "@babel/helper-builder-react-jsx@^7.9.0",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/plugin-transform-react-jsx",
"bundleDependencies": false,
"_spec": "7.9.0",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/types": "^7.9.0"
},
"deprecated": false,
"description": "Helper function to build react jsx",
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
"license": "MIT",

View File

@@ -1,35 +1,38 @@
{
"_from": "@babel/helper-function-name@^7.9.5",
"_args": [
[
"@babel/helper-function-name@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_from": "@babel/helper-function-name@7.9.5",
"_id": "@babel/helper-function-name@7.9.5",
"_inBundle": false,
"_integrity": "sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==",
"_location": "/@babel/helper-create-class-features-plugin/@babel/helper-function-name",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-function-name@^7.9.5",
"raw": "@babel/helper-function-name@7.9.5",
"name": "@babel/helper-function-name",
"escapedName": "@babel%2fhelper-function-name",
"scope": "@babel",
"rawSpec": "^7.9.5",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.9.5"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz",
"_shasum": "2b53820d35275120e1874a82e5aabe1376920a5c",
"_spec": "@babel/helper-function-name@^7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/helper-create-class-features-plugin",
"bundleDependencies": false,
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"dependencies": {
"@babel/helper-get-function-arity": "^7.8.3",
"@babel/template": "^7.8.3",
"@babel/types": "^7.9.5"
},
"deprecated": false,
"description": "Helper function to change the property 'name' of every function",
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d",
"license": "MIT",

View File

@@ -1,30 +1,33 @@
{
"_from": "@babel/helper-validator-identifier@^7.9.5",
"_args": [
[
"@babel/helper-validator-identifier@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_from": "@babel/helper-validator-identifier@7.9.5",
"_id": "@babel/helper-validator-identifier@7.9.5",
"_inBundle": false,
"_integrity": "sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==",
"_location": "/@babel/helper-create-class-features-plugin/@babel/helper-validator-identifier",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-validator-identifier@^7.9.5",
"raw": "@babel/helper-validator-identifier@7.9.5",
"name": "@babel/helper-validator-identifier",
"escapedName": "@babel%2fhelper-validator-identifier",
"scope": "@babel",
"rawSpec": "^7.9.5",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.9.5"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin/@babel/types"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz",
"_shasum": "90977a8e6fbf6b431a7dc31752eee233bf052d80",
"_spec": "@babel/helper-validator-identifier@^7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/types",
"bundleDependencies": false,
"deprecated": false,
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"description": "Validate identifier/keywords name",
"devDependencies": {
"charcodes": "^0.2.0",

View File

@@ -1,39 +1,42 @@
{
"_from": "@babel/types@^7.9.5",
"_args": [
[
"@babel/types@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_from": "@babel/types@7.9.5",
"_id": "@babel/types@7.9.5",
"_inBundle": false,
"_integrity": "sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==",
"_location": "/@babel/helper-create-class-features-plugin/@babel/types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/types@^7.9.5",
"raw": "@babel/types@7.9.5",
"name": "@babel/types",
"escapedName": "@babel%2ftypes",
"scope": "@babel",
"rawSpec": "^7.9.5",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.9.5"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin/@babel/helper-function-name"
],
"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz",
"_shasum": "89231f82915a8a566a703b3b20133f73da6b9444",
"_spec": "@babel/types@^7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-function-name",
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-validator-identifier": "^7.9.5",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
},
"deprecated": false,
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.9.5",

View File

@@ -1,5 +1,11 @@
{
"_from": "@babel/helper-create-class-features-plugin@^7.8.3",
"_args": [
[
"@babel/helper-create-class-features-plugin@7.9.5",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_from": "@babel/helper-create-class-features-plugin@7.9.5",
"_id": "@babel/helper-create-class-features-plugin@7.9.5",
"_inBundle": false,
"_integrity": "sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA==",
@@ -11,28 +17,26 @@
"to-fast-properties": "2.0.0"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/helper-create-class-features-plugin@^7.8.3",
"raw": "@babel/helper-create-class-features-plugin@7.9.5",
"name": "@babel/helper-create-class-features-plugin",
"escapedName": "@babel%2fhelper-create-class-features-plugin",
"scope": "@babel",
"rawSpec": "^7.8.3",
"rawSpec": "7.9.5",
"saveSpec": null,
"fetchSpec": "^7.8.3"
"fetchSpec": "7.9.5"
},
"_requiredBy": [
"/@babel/plugin-proposal-class-properties"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.5.tgz",
"_shasum": "79753d44017806b481017f24b02fd4113c7106ea",
"_spec": "@babel/helper-create-class-features-plugin@^7.8.3",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/@babel/plugin-proposal-class-properties",
"_spec": "7.9.5",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"author": {
"name": "The Babel Team",
"url": "https://babeljs.io/team"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-function-name": "^7.9.5",
"@babel/helper-member-expression-to-functions": "^7.8.3",
@@ -41,7 +45,6 @@
"@babel/helper-replace-supers": "^7.8.6",
"@babel/helper-split-export-declaration": "^7.8.3"
},
"deprecated": false,
"description": "Compile class public and private fields, private methods and decorators to ES6",
"devDependencies": {
"@babel/core": "^7.8.6",

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-function-name@7.8.3",
"_id": "@babel/helper-function-name@7.8.3",
"_inBundle": false,

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-get-function-arity@7.8.3",
"_id": "@babel/helper-get-function-arity@7.8.3",
"_inBundle": false,
@@ -24,6 +23,7 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin/@babel/helper-function-name",
"/@babel/helper-function-name",
"/@babel/plugin-transform-parameters"
],

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-member-expression-to-functions@7.8.3",
"_id": "@babel/helper-member-expression-to-functions@7.8.3",
"_inBundle": false,
@@ -24,6 +23,7 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-replace-supers"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz",

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-optimise-call-expression@7.8.3",
"_id": "@babel/helper-optimise-call-expression@7.8.3",
"_inBundle": false,
@@ -24,6 +23,7 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-replace-supers",
"/@babel/plugin-transform-classes"
],

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-plugin-utils@7.8.3",
"_id": "@babel/helper-plugin-utils@7.8.3",
"_inBundle": false,
@@ -24,7 +23,9 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/plugin-proposal-async-generator-functions",
"/@babel/plugin-proposal-class-properties",
"/@babel/plugin-proposal-dynamic-import",
"/@babel/plugin-proposal-json-strings",
"/@babel/plugin-proposal-nullish-coalescing-operator",

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-replace-supers@7.8.6",
"_id": "@babel/helper-replace-supers@7.8.6",
"_inBundle": false,
@@ -24,6 +23,7 @@
"fetchSpec": "7.8.6"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-module-transforms",
"/@babel/plugin-transform-classes",
"/@babel/plugin-transform-object-super"

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-split-export-declaration@7.8.3",
"_id": "@babel/helper-split-export-declaration@7.8.3",
"_inBundle": false,
@@ -24,6 +23,7 @@
"fetchSpec": "7.8.3"
},
"_requiredBy": [
"/@babel/helper-create-class-features-plugin",
"/@babel/helper-module-transforms",
"/@babel/plugin-transform-classes",
"/@babel/traverse"

View File

@@ -5,7 +5,6 @@
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "@babel/helper-validator-identifier@7.9.0",
"_id": "@babel/helper-validator-identifier@7.9.0",
"_inBundle": false,

Some files were not shown because too many files have changed in this diff Show More