diff --git a/extensions/ms-vscode.node-debug2/OSSREADME.json b/extensions/ms-vscode.node-debug2/OSSREADME.json new file mode 100644 index 00000000000..e2b9268eb40 --- /dev/null +++ b/extensions/ms-vscode.node-debug2/OSSREADME.json @@ -0,0 +1,150 @@ +// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: +[ +{ + "name": "agent-base", + "repositoryURL": "https://github.com/TooTallNate/node-agent-base", + "version": "1.0.2", + "license": "MIT", + "isProd": true +}, +{ + "name": "balanced-match", + "repositoryURL": "https://github.com/juliangruber/balanced-match", + "version": "0.4.2", + "license": "MIT", + "isProd": true +}, +{ + "name": "brace-expansion", + "repositoryURL": "https://github.com/juliangruber/brace-expansion", + "version": "1.1.6", + "license": "MIT", + "isProd": true +}, +{ + "name": "concat-map", + "repositoryURL": "https://github.com/substack/node-concat-map", + "version": "0.0.1", + "license": "MIT", + "isProd": true +}, +{ + "name": "debug", + "repositoryURL": "https://github.com/visionmedia/debug", + "version": "2.2.0", + "license": "MIT", + "isProd": true +}, +{ + "name": "extend", + "repositoryURL": "https://github.com/justmoon/node-extend", + "version": "3.0.0", + "license": "MIT", + "isProd": true +}, +{ + "name": "fs.realpath", + "repositoryURL": "https://github.com/isaacs/fs.realpath", + "version": "1.0.0", + "license": "ISC", + "isProd": true +}, +{ + "name": "glob", + "repositoryURL": "https://github.com/isaacs/node-glob", + "version": "7.1.0", + "license": "ISC", + "isProd": true +}, +{ + "name": "http-proxy-agent", + "repositoryURL": "https://github.com/TooTallNate/node-http-proxy-agent", + "version": "0.2.7", + "license": "MIT", + "isProd": true +}, +{ + "name": "https-proxy-agent", + "repositoryURL": "https://github.com/TooTallNate/node-https-proxy-agent", + "version": "0.3.6", + "license": "MIT", + "isProd": true +}, +{ + "name": "inflight", + "repositoryURL": "https://github.com/npm/inflight", + "version": "1.0.5", + "license": "ISC", + "isProd": true +}, +{ + "name": "inherits", + "repositoryURL": "https://github.com/isaacs/inherits", + "version": "2.0.3", + "license": "ISC", + "isProd": true +}, +{ + "name": "minimatch", + "repositoryURL": "https://github.com/isaacs/minimatch", + "version": "3.0.3", + "license": "ISC", + "isProd": true +}, +{ + "name": "ms", + "repositoryURL": "https://github.com/rauchg/ms.js", + "version": "0.7.1", + "license": "MIT", + "isProd": true +}, +{ + "name": "once", + "repositoryURL": "https://github.com/isaacs/once", + "version": "1.4.0", + "license": "ISC", + "isProd": true +}, +{ + "name": "options", + "repositoryURL": "https://github.com/einaros/options.js", + "version": "0.0.6", + "license": "MIT", + "isProd": true +}, +{ + "name": "ultron", + "repositoryURL": "https://github.com/unshiftio/ultron", + "version": "1.0.2", + "license": "MIT", + "isProd": true +}, +{ + "name": "path-is-absolute", + "repositoryURL": "https://github.com/sindresorhus/path-is-absolute", + "version": "1.0.0", + "license": "MIT", + "isProd": true +}, +{ + "name": "source-map", + "repositoryURL": "https://github.com/mozilla/source-map", + "version": "0.5.6", + "license": "BSD-3-Clause", + "isProd": true +}, +{ + "name": "wrappy", + "repositoryURL": "https://github.com/npm/wrappy", + "version": "1.0.2", + "license": "ISC", + "isProd": true +}, +{ + "name": "ws", + "repositoryURL": "https://github.com/websockets/ws", + "version": "1.1.1", + "license": "MIT", + "isProd": true +} +] \ No newline at end of file diff --git a/extensions/ms-vscode.node-debug2/package.json b/extensions/ms-vscode.node-debug2/package.json new file mode 100644 index 00000000000..414a0eda6a6 --- /dev/null +++ b/extensions/ms-vscode.node-debug2/package.json @@ -0,0 +1,8 @@ +{ + "name": "node-debug2-placeholder", + "version": "0.0.1", + "publisher": "vscode", + "engines": { + "vscode": "1.6.x" + } +} \ No newline at end of file