Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Side by Side Diff: third_party/WebKit/Source/devtools/scripts/migrate_test/package.json

Issue 2976833002: Script migration (Closed)
Patch Set: transformed Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "chrome-devtools-migrate-test",
3 "version": "0.1.0",
4 "author": "The Chromium Authors",
5 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
6 "dependencies": {
7 "cheerio": "^1.0.0-rc.2",
8 "jscodeshift": "^0.3.32",
9 "mkdirp": "^0.5.1",
10 "recast": "^0.12.6",
11 "yargs": "^8.0.2"
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698