From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- .../stream-http/test/server/static/basic.txt | 19 ------------------- .../stream-http/test/server/static/browserify.png | Bin 31422 -> 0 bytes .../stream-http/test/server/static/test-polyfill.js | 9 --------- 3 files changed, 28 deletions(-) delete mode 100644 node_modules/stream-http/test/server/static/basic.txt delete mode 100644 node_modules/stream-http/test/server/static/browserify.png delete mode 100644 node_modules/stream-http/test/server/static/test-polyfill.js (limited to 'node_modules/stream-http/test/server/static') diff --git a/node_modules/stream-http/test/server/static/basic.txt b/node_modules/stream-http/test/server/static/basic.txt deleted file mode 100644 index aa7a0cc..0000000 --- a/node_modules/stream-http/test/server/static/basic.txt +++ /dev/null @@ -1,19 +0,0 @@ -Mary had a little lamb, -His fleece was white as snow, -And everywhere that Mary went, -The lamb was sure to go. - -He followed her to school one day, -Which was against the rule, -It made the children laugh and play -To see a lamb at school. - -And so the teacher turned it out, -But still it lingered near, -And waited patiently about, -Till Mary did appear. - -"Why does the lamb love Mary so?" -The eager children cry. -"Why, Mary loves the lamb, you know." -The teacher did reply. diff --git a/node_modules/stream-http/test/server/static/browserify.png b/node_modules/stream-http/test/server/static/browserify.png deleted file mode 100644 index 98d6bf5..0000000 Binary files a/node_modules/stream-http/test/server/static/browserify.png and /dev/null differ diff --git a/node_modules/stream-http/test/server/static/test-polyfill.js b/node_modules/stream-http/test/server/static/test-polyfill.js deleted file mode 100644 index f6a1a9d..0000000 --- a/node_modules/stream-http/test/server/static/test-polyfill.js +++ /dev/null @@ -1,9 +0,0 @@ -if (!String.prototype.trim) { - (function() { - // Make sure we trim BOM and NBSP - var rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; - String.prototype.trim = function() { - return this.replace(rtrim, ''); - }; - })(); -} -- cgit v1.2.3