-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d71d8ad
commit 61548ab
Showing
7 changed files
with
55 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com) | ||
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,16 @@ | |
"description": "Test your internet connection speed and ping using speedtest.net from the CLI", | ||
"license": "MIT", | ||
"repository": "sindresorhus/speed-test", | ||
"funding": "https://github.com/sponsors/sindresorhus", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "[email protected]", | ||
"url": "sindresorhus.com" | ||
"url": "https://sindresorhus.com" | ||
}, | ||
"bin": "cli.js", | ||
"type": "module", | ||
"bin": "./cli.js", | ||
"engines": { | ||
"node": ">=8" | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
|
@@ -35,18 +37,18 @@ | |
"check" | ||
], | ||
"dependencies": { | ||
"chalk": "^2.3.0", | ||
"log-symbols": "^2.2.0", | ||
"log-update": "^2.3.0", | ||
"meow": "^5.0.0", | ||
"ora": "^3.1.0", | ||
"round-to": "^3.0.0", | ||
"speedtest-net": "^1.2.4", | ||
"update-notifier": "^2.3.0" | ||
"chalk": "^4.1.2", | ||
"log-symbols": "^5.0.0", | ||
"log-update": "^5.0.0", | ||
"meow": "^10.1.2", | ||
"ora": "^6.0.1", | ||
"round-to": "^6.0.0", | ||
"speedtest-net": "^1.6.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "^1.2.1", | ||
"execa": "^1.0.0", | ||
"xo": "^0.24.0" | ||
"ava": "^3.15.0", | ||
"execa": "^6.0.0", | ||
"p-event": "^5.0.1", | ||
"xo": "^0.46.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters