54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"_from": "vscode-debugprotocol@^1.24.0",
|
|
"_id": "vscode-debugprotocol@1.25.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-e1EUy/5npqa0NlAwRCUu8A9LnVRf6tkwiPQcCLyUFCC9o2GxcAqH5Va4mqXDoxQ58ar3zODivKQeRb3z1KH7WA==",
|
|
"_location": "/vscode-debugprotocol",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vscode-debugprotocol@^1.24.0",
|
|
"name": "vscode-debugprotocol",
|
|
"escapedName": "vscode-debugprotocol",
|
|
"rawSpec": "^1.24.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.24.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/prepack",
|
|
"/vscode-debugadapter"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.25.0.tgz",
|
|
"_shasum": "7a7e38df4cad8839e37ebcd06ed903902d97a7e3",
|
|
"_spec": "vscode-debugprotocol@^1.24.0",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/prepack",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode-debugadapter-node/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Npm module with declarations for the Visual Studio Code debug protocol",
|
|
"devDependencies": {
|
|
"typescript": "2.6.1"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/vscode-debugadapter-node#readme",
|
|
"license": "MIT",
|
|
"main": "./lib/debugProtocol.js",
|
|
"name": "vscode-debugprotocol",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/vscode-debugadapter-node.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "tsc -p ./src",
|
|
"prepublish": "tsc -p ./src",
|
|
"watch": "tsc -w -p ./src"
|
|
},
|
|
"typings": "./lib/debugProtocol",
|
|
"version": "1.25.0"
|
|
}
|