| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "chrome-devtools-frontend", | 2 "name": "chrome-devtools-frontend", |
| 3 "description": "Chrome DevTools UI", | 3 "description": "Chrome DevTools UI", |
| 4 "scripts": { | 4 "scripts": { |
| 5 "start": "node scripts/start_chrome_and_server.js", | 5 "start": "node scripts/start_chrome_and_server.js", |
| 6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js", | 6 "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js", |
| 7 "server": "node scripts/hosted_mode/server.js", | 7 "server": "node scripts/hosted_mode/server.js", |
| 8 "test": "node scripts/npm_test.js", | 8 "test": "node scripts/npm_test.js", |
| 9 "test:build": "node scripts/npm_test.js --build-only", | 9 "test:build": "node scripts/npm_test.js --build-only", |
| 10 "test:run": "node scripts/npm_test.js --test-only", | 10 "test:run": "node scripts/npm_test.js --test-only", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "blink", | 21 "blink", |
| 22 "debugger" | 22 "debugger" |
| 23 ], | 23 ], |
| 24 "author": "The Chromium Authors", | 24 "author": "The Chromium Authors", |
| 25 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma
ster/LICENSE", | 25 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma
ster/LICENSE", |
| 26 "bugs": { | 26 "bugs": { |
| 27 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P
latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi
ed%20Opened" | 27 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P
latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi
ed%20Opened" |
| 28 }, | 28 }, |
| 29 "homepage": "https://devtools.chrome.com", | 29 "homepage": "https://devtools.chrome.com", |
| 30 "devDependencies": { | 30 "devDependencies": { |
| 31 "eslint": "3.5.0" | 31 "eslint": "3.9.1" |
| 32 } | 32 } |
| 33 } | 33 } |
| OLD | NEW |