From 3efdbfd63677fb0a045a99c93198f69979c9d21c Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Fri, 12 Aug 2016 20:01:00 +0200 Subject: [PATCH] update node-debug and OSSREADME --- extensions/node-debug/OSSREADME.json | 60 ++++++++++++++++----- extensions/node-debug/node-debug.azure.json | 2 +- 2 files changed, 49 insertions(+), 13 deletions(-) diff --git a/extensions/node-debug/OSSREADME.json b/extensions/node-debug/OSSREADME.json index 175d3237ad7..af18ff7960d 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 e2246c36296..9c5510649a4 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": "" } -- GitLab