Tons of Solutions Engineering work done today for the rest of the CS team! Headway, Howard Hanna, Engels, Brighton, etc. Also completed Datasnippers auth flow and worked on Anthology's script. Cloned Anthology's courses (900..) and will clone Full Story on Monday.
This commit is contained in:
27
Scripts/node_modules/devtools-protocol/LICENSE
generated
vendored
Normal file
27
Scripts/node_modules/devtools-protocol/LICENSE
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
// Copyright 2014 The Chromium Authors. All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
//
|
||||
// * Redistributions of source code must retain the above copyright
|
||||
// notice, this list of conditions and the following disclaimer.
|
||||
// * Redistributions in binary form must reproduce the above
|
||||
// copyright notice, this list of conditions and the following disclaimer
|
||||
// in the documentation and/or other materials provided with the
|
||||
// distribution.
|
||||
// * Neither the name of Google Inc. nor the names of its
|
||||
// contributors may be used to endorse or promote products derived from
|
||||
// this software without specific prior written permission.
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
11
Scripts/node_modules/devtools-protocol/README.md
generated
vendored
Normal file
11
Scripts/node_modules/devtools-protocol/README.md
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# devtools-protocol [](https://www.npmjs.com/package/devtools-protocol)
|
||||
|
||||
:warning:
|
||||
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation.
|
||||
If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under [`component: Platform>DevTools>Platform`](https://bugs.chromium.org/p/chromium/issues/entry?components=Platform%3EDevTools%3EPlatform).
|
||||
|
||||
Use the [protocol viewer](https://chromedevtools.github.io/devtools-protocol/) for navigating the protocol.
|
||||
|
||||
TypeScript definitions for the protocol's types are available in ['types/protocol.d.ts'](https://github.com/ChromeDevTools/devtools-protocol/tree/master/types). Mappings from Commands and events to these types are available in either generated `DomainApi` style in [`types/protocol-proxy-api.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol-proxy-api.d.ts) or in simple name-to-type-interface style in [`types/protocol-mapping.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol-mapping.d.ts).
|
||||
|
||||
Also, this repo is published as the [`devtools-protocol`](https://www.npmjs.com/package/devtools-protocol) npm module.
|
||||
24380
Scripts/node_modules/devtools-protocol/json/browser_protocol.json
generated
vendored
Normal file
24380
Scripts/node_modules/devtools-protocol/json/browser_protocol.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3733
Scripts/node_modules/devtools-protocol/json/js_protocol.json
generated
vendored
Normal file
3733
Scripts/node_modules/devtools-protocol/json/js_protocol.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
17
Scripts/node_modules/devtools-protocol/package.json
generated
vendored
Normal file
17
Scripts/node_modules/devtools-protocol/package.json
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "devtools-protocol",
|
||||
"version": "0.0.1203626",
|
||||
"description": "The Chrome DevTools Protocol JSON",
|
||||
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
|
||||
"author": "The Chromium Authors",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ChromeDevTools/devtools-protocol/issues"
|
||||
},
|
||||
"files": [
|
||||
"json",
|
||||
"pdl",
|
||||
"types"
|
||||
],
|
||||
"types": "types/protocol.d.ts"
|
||||
}
|
||||
11544
Scripts/node_modules/devtools-protocol/pdl/browser_protocol.pdl
generated
vendored
Normal file
11544
Scripts/node_modules/devtools-protocol/pdl/browser_protocol.pdl
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1806
Scripts/node_modules/devtools-protocol/pdl/js_protocol.pdl
generated
vendored
Normal file
1806
Scripts/node_modules/devtools-protocol/pdl/js_protocol.pdl
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4815
Scripts/node_modules/devtools-protocol/types/protocol-mapping.d.ts
generated
vendored
Normal file
4815
Scripts/node_modules/devtools-protocol/types/protocol-mapping.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4106
Scripts/node_modules/devtools-protocol/types/protocol-proxy-api.d.ts
generated
vendored
Normal file
4106
Scripts/node_modules/devtools-protocol/types/protocol-proxy-api.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
17670
Scripts/node_modules/devtools-protocol/types/protocol.d.ts
generated
vendored
Normal file
17670
Scripts/node_modules/devtools-protocol/types/protocol.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user