forked from catchpoint/WebPageTest.api-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies, tests, readme, and copyright info.
- Loading branch information
1 parent
211349e
commit 86a40a5
Showing
46 changed files
with
495 additions
and
435 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
-------------- WebPagetest (http://code.google.com/p/webpagetest/) ------------- | ||
---------- WebPagetest (https://github.com/WPO-Foundation/webpagetest) --------- | ||
|
||
Copyright (c) 2005-2010, AOL, LLC. All rights reserved. | ||
Copyrights licensed under the BSD License. | ||
|
@@ -8,17 +8,27 @@ Copyrights licensed under the BSD License. | |
Copyright 2010, 2011, 2012, 2013. All rights reserved. | ||
Licensed under the MIT License. | ||
|
||
---------- commander (http://visionmedia.github.com/commander.js/) ------------- | ||
--------------- commander (https://github.com/tj/commander.js) ----------------- | ||
|
||
Copyright (c) 2011 TJ Holowaychuk <[email protected]>. | ||
Licensed under the MIT License. | ||
|
||
-------------- mocha (http://visionmedia.github.com/mocha/) -------------------- | ||
---------------- mocha (https://github.com/mochajs/mocha) ---------------------- | ||
|
||
Copyright (c) 2011-2013 TJ Holowaychuk <[email protected]>. | ||
Copyright (c) 2011-2020 OpenJS Foundation and contributors, https://openjsf.org | ||
Licensed under the MIT License. | ||
|
||
------------------- nock (https://github.com/flatiron/nock) -------------------- | ||
--------------------- nock (https://github.com/nock/nock) ---------------------- | ||
|
||
Copyright (c) 2011 Pedro Teixeira. http://about.me/pedroteixeira | ||
Copyright (c) 2011-2019 Pedro Teixeira and other contributors | ||
Licensed under the MIT License. | ||
|
||
------------------- csv (https://github.com/adaltas/node-csv) ------------------ | ||
|
||
Copyright (c) 2010 Adaltas | ||
Licensed under the MIT License. | ||
|
||
----------------- entities (https://github.com/fb55/entities) ------------------ | ||
|
||
Copyright (c) Felix Böhm. All rights reserved. | ||
Licensed under BSD 2-Clause "Simplified" License. |
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
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
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 @@ | ||
{ | ||
"name": "webpagetest", | ||
"version": "0.3.10", | ||
"version": "0.4.0", | ||
"description": "WebPageTest API wrapper for NodeJS", | ||
"author": "Marcel Duran <[email protected]> (http://github.com/marcelduran)", | ||
"homepage": "http://github.com/marcelduran/webpagetest-api", | ||
|
@@ -28,13 +28,13 @@ | |
"node": ">=4.9.1 " | ||
}, | ||
"dependencies": { | ||
"commander": "2.10.0", | ||
"csv": "^5.3.0", | ||
"entities": "^1.1.1", | ||
"mocha": "^5.2.0", | ||
"xml2js": "^0.4.19" | ||
"commander": "^5.1.0", | ||
"csv": "^5.3.2", | ||
"entities": "^2.0.3", | ||
"mocha": "^8.0.1", | ||
"xml2js": "^0.4.23" | ||
}, | ||
"devDependencies": { | ||
"nock": "~9.0.13" | ||
"nock": "^12.0.3" | ||
} | ||
} |
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
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,9 +1,6 @@ | ||
Usage: webpagetest batch [options] <file> | ||
|
||
Usage: batch [options] <file> | ||
|
||
run commands in batch, i.e. one command per line from <file> in parallel | ||
|
||
Options: | ||
|
||
-h, --help output usage information | ||
run commands in batch, i.e. one command per line from <file> in parallel | ||
|
||
Options: | ||
-h, --help display help for command |
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,10 +1,8 @@ | ||
Usage: webpagetest cancel [options] <id> | ||
|
||
Usage: cancel [options] <id> | ||
|
||
cancel running/pending test | ||
|
||
Options: | ||
|
||
-h, --help output usage information | ||
-k, --key <api_key> API key (if assigned). Contact the WebPageTest server administrator for a key if required | ||
cancel running/pending test | ||
|
||
Options: | ||
-k, --key <api_key> API key (if assigned). Contact the WebPageTest server | ||
administrator for a key if required | ||
-h, --help display help for command |
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,11 +1,9 @@ | ||
Usage: webpagetest chrometrace [options] <id> | ||
|
||
Usage: chrometrace [options] <id> | ||
|
||
get the Chrome Trace data (if available) from test | ||
|
||
Options: | ||
|
||
-h, --help output usage information | ||
-r, --run <number> which run number on a multiple runs test [1] | ||
-c, --cached get the Repeat View (cached view) instead of default First View (primed cache) | ||
get the Chrome Trace data (if available) from test | ||
|
||
Options: | ||
-r, --run <number> which run number on a multiple runs test [1] | ||
-c, --cached get the Repeat View (cached view) instead of default | ||
First View (primed cache) | ||
-h, --help display help for command |
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,11 +1,9 @@ | ||
Usage: webpagetest console [options] <id> | ||
|
||
Usage: console [options] <id> | ||
|
||
get the browser console log data (if available) from test | ||
|
||
Options: | ||
|
||
-h, --help output usage information | ||
-r, --run <number> which run number on a multiple runs test [1] | ||
-c, --cached get the Repeat View (cached view) instead of default First View (primed cache) | ||
get the browser console log data (if available) from test | ||
|
||
Options: | ||
-r, --run <number> which run number on a multiple runs test [1] | ||
-c, --cached get the Repeat View (cached view) instead of default | ||
First View (primed cache) | ||
-h, --help display help for command |
Oops, something went wrong.