|
25 | 25 | ],
|
26 | 26 | "license": "SEE LICENSE IN LICENSE.txt",
|
27 | 27 | "dependencies": {
|
| 28 | + "lodash": "^4.17.10", |
28 | 29 | "node-ipc": "8.10.3",
|
29 |
| - "source-map": "0.6.1", |
30 | 30 | "universal-analytics": "0.4.13",
|
31 | 31 | "uuid": "^3.2.1",
|
32 |
| - "vscode-chrome-debug-core": "~3.9.0", |
33 |
| - "vscode-debugadapter": "1.26.0", |
34 |
| - "vscode-debugprotocol": "1.26.0", |
35 |
| - "xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master" |
| 32 | + "vscode-chrome-debug-core": "^3.23.11", |
| 33 | + "vscode-debugadapter": "^1.28.0-pre.2" |
36 | 34 | },
|
37 | 35 | "devDependencies": {
|
| 36 | + "@types/lodash": "^4.14.109", |
38 | 37 | "@types/mocha": "2.2.41",
|
39 | 38 | "@types/node": "6.0.46",
|
40 | 39 | "@types/source-map": "~0.1.0",
|
|
43 | 42 | "typescript": "2.6.2",
|
44 | 43 | "vsce": "~1.36.0",
|
45 | 44 | "vscode": "~1.1.10",
|
46 |
| - "vscode-debugadapter-testsupport": "1.26.0" |
| 45 | + "vscode-debugadapter-testsupport": "1.26.0", |
| 46 | + "vscode-debugprotocol": "^1.28.0-pre.1" |
47 | 47 | },
|
48 | 48 | "scripts": {
|
49 | 49 | "clean": "git clean -fdx",
|
50 | 50 | "postinstall": "node ./node_modules/vscode/bin/install",
|
51 | 51 | "build": "tsc -p ./src",
|
52 | 52 | "package": "vsce package",
|
53 | 53 | "full-build": "npm run clean && npm install && npm run build && npm run package",
|
54 |
| - "launch-as-server": "node --nolazy ./out/debug-adapter/webKitDebug.js --server=4712", |
| 54 | + "launch-as-server": "node --nolazy ./out/debug-adapter/nativeScriptDebug.js --server=4712", |
55 | 55 | "test-mac": "mocha --opts ./src/tests/config/mocha.opts --config ../../src/tests/config/mac.json ./out/tests",
|
56 | 56 | "test-win": "mocha --opts ./src/tests/config/mocha.opts --config ../../src/tests/config/win.json ./out/tests",
|
57 | 57 | "test-custom": "mocha --opts ./src/tests/config/mocha.opts --config ../../src/tests/config/custom.json ./out/tests"
|
|
129 | 129 | "typescript"
|
130 | 130 | ]
|
131 | 131 | },
|
132 |
| - "program": "./out/debug-adapter/webKitDebug.js", |
| 132 | + "program": "./out/debug-adapter/nativeScriptDebug.js", |
133 | 133 | "runtime": "node",
|
134 | 134 | "initialConfigurations": [
|
135 | 135 | {
|
|
0 commit comments