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

@@ -1,4 +1,10 @@
{
"_args": [
[
"isarray@0.0.1",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_from": "isarray@0.0.1",
"_id": "isarray@0.0.1",
"_inBundle": false,
@@ -19,9 +25,8 @@
"/react-router/path-to-regexp"
],
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
"_spec": "isarray@0.0.1",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/react-router/node_modules/path-to-regexp",
"_spec": "0.0.1",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
@@ -30,9 +35,7 @@
"bugs": {
"url": "https://github.com/juliangruber/isarray/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Array#isArray for older browsers",
"devDependencies": {
"tap": "*"

View File

@@ -1,31 +1,35 @@
{
"_from": "path-to-regexp@^1.7.0",
"_args": [
[
"path-to-regexp@1.8.0",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_from": "path-to-regexp@1.8.0",
"_id": "path-to-regexp@1.8.0",
"_inBundle": false,
"_integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
"_location": "/react-router/path-to-regexp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-to-regexp@^1.7.0",
"raw": "path-to-regexp@1.8.0",
"name": "path-to-regexp",
"escapedName": "path-to-regexp",
"rawSpec": "^1.7.0",
"rawSpec": "1.8.0",
"saveSpec": null,
"fetchSpec": "^1.7.0"
"fetchSpec": "1.8.0"
},
"_requiredBy": [
"/react-router"
],
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
"_shasum": "887b3ba9d84393e87a0a0b9f4cb756198b53548a",
"_spec": "path-to-regexp@^1.7.0",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/react-router",
"_spec": "1.8.0",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"bugs": {
"url": "https://github.com/pillarjs/path-to-regexp/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"path-to-regexp": "index.js"
@@ -34,7 +38,6 @@
"dependencies": {
"isarray": "0.0.1"
},
"deprecated": false,
"description": "Express style path to RegExp utility",
"devDependencies": {
"chai": "^2.3.0",