diff --git a/extensions/node-debug/OSSREADME.json b/extensions/node-debug/OSSREADME.json index 175d3237ad724d0e820e61a5bae14df7191db8cb..af18ff7960df071782f4dfad289317190582bab0 100644 --- a/extensions/node-debug/OSSREADME.json +++ b/extensions/node-debug/OSSREADME.json @@ -1,16 +1,52 @@ -// These dependencies come in at build time - -[{ - "name": "source-map", - "repositoryURL": "https://github.com/mozilla/source-map", - "version": "0.4.4", - "license": "BSD-3-Clause", +// 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": "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": "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": "amdefine", - "repositoryURL": "https://github.com/jrburke/amdefine", - "version": "1.0.0", - "license": "BSD-3-Clause and MIT", + "name": "ms", + "repositoryURL": "https://github.com/rauchg/ms.js", + "version": "0.7.1", + "license": "MIT", + "isProd": true +}, +{ + "name": "source-map", + "repositoryURL": "https://github.com/mozilla/source-map", + "version": "0.5.6", + "license": "BSD-3-Clause", "isProd": true -}] \ No newline at end of file +} +] \ No newline at end of file diff --git a/extensions/node-debug/node-debug.azure.json b/extensions/node-debug/node-debug.azure.json index e2246c36296e0dcfbd2932af296a88128e5255a3..9c5510649a4e18d06b4a887f946dd56b0f22b427 100644 --- a/extensions/node-debug/node-debug.azure.json +++ b/extensions/node-debug/node-debug.azure.json @@ -1,6 +1,6 @@ { "account": "monacobuild", "container": "debuggers", - "zip": "a18d683/node-debug.zip", + "zip": "1e465e9/node-debug.zip", "output": "" }