|
1 | 1 | V8 Inspector support for Node.js |
2 | 2 | ================================ |
3 | 3 | |
4 | | -This directory is a gathering of dependencies for Node.js support for the |
5 | | -[Chrome Debug Protocol][https://developer.chrome.com/devtools/docs/debugger-protocol]. |
| 4 | +This repository is an intermediate repository that gathers the dependencies for |
| 5 | +Node.js support for the [Chrome Debug Protocol][https://developer.chrome.com/devtools/docs/debugger-protocol]. |
6 | 6 | |
7 | | -* platform/v8_inspector: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector |
8 | | -* platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol |
9 | | -* deps/jinja2: vendored from https://github.com/mitsuhiko/jinja2 |
10 | | -* deps/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe |
| 7 | +* third_party/v8_inspector/platform/v8_inspector: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector |
| 8 | +* third_party/v8_inspector/platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol |
| 9 | +* third_party/jinja2: vendored from https://github.com/mitsuhiko/jinja2 |
| 10 | +* third_party/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe |