From 80b299e8c4f290e3b16f35eea922cac989b6e767 Mon Sep 17 00:00:00 2001 From: seshukm Date: Wed, 8 Mar 2017 11:54:56 +0530 Subject: VnfMarket place refactor IssueId : CLIENT-4 Change-Id: Ia1b076400f9c3bedf9db714099a608ece392aa59 Signed-off-by: seshukm --- vnfmarket/common/thirdparty/es5-shim/.bower.json | 44 - vnfmarket/common/thirdparty/es5-shim/CHANGES | 121 -- .../common/thirdparty/es5-shim/CONTRIBUTORS.md | 27 - vnfmarket/common/thirdparty/es5-shim/LICENSE | 22 - vnfmarket/common/thirdparty/es5-shim/README.md | 168 --- vnfmarket/common/thirdparty/es5-shim/bower.json | 35 - .../common/thirdparty/es5-shim/component.json | 20 - vnfmarket/common/thirdparty/es5-shim/es5-sham.js | 466 ------- vnfmarket/common/thirdparty/es5-shim/es5-sham.map | 1 - .../common/thirdparty/es5-shim/es5-sham.min.js | 7 - vnfmarket/common/thirdparty/es5-shim/es5-shim.js | 1434 -------------------- vnfmarket/common/thirdparty/es5-shim/es5-shim.map | 1 - .../common/thirdparty/es5-shim/es5-shim.min.js | 7 - vnfmarket/common/thirdparty/es5-shim/package.json | 60 - vnfmarket/common/thirdparty/es5-shim/shims.json | 7 - 15 files changed, 2420 deletions(-) delete mode 100644 vnfmarket/common/thirdparty/es5-shim/.bower.json delete mode 100644 vnfmarket/common/thirdparty/es5-shim/CHANGES delete mode 100644 vnfmarket/common/thirdparty/es5-shim/CONTRIBUTORS.md delete mode 100644 vnfmarket/common/thirdparty/es5-shim/LICENSE delete mode 100644 vnfmarket/common/thirdparty/es5-shim/README.md delete mode 100644 vnfmarket/common/thirdparty/es5-shim/bower.json delete mode 100644 vnfmarket/common/thirdparty/es5-shim/component.json delete mode 100644 vnfmarket/common/thirdparty/es5-shim/es5-sham.js delete mode 100644 vnfmarket/common/thirdparty/es5-shim/es5-sham.map delete mode 100644 vnfmarket/common/thirdparty/es5-shim/es5-sham.min.js delete mode 100644 vnfmarket/common/thirdparty/es5-shim/es5-shim.js delete mode 100644 vnfmarket/common/thirdparty/es5-shim/es5-shim.map delete mode 100644 vnfmarket/common/thirdparty/es5-shim/es5-shim.min.js delete mode 100644 vnfmarket/common/thirdparty/es5-shim/package.json delete mode 100644 vnfmarket/common/thirdparty/es5-shim/shims.json (limited to 'vnfmarket/common/thirdparty/es5-shim') diff --git a/vnfmarket/common/thirdparty/es5-shim/.bower.json b/vnfmarket/common/thirdparty/es5-shim/.bower.json deleted file mode 100644 index 913a49e3..00000000 --- a/vnfmarket/common/thirdparty/es5-shim/.bower.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "es5-shim", - "version": "3.1.0", - "main": "es5-shim.js", - "repository": { - "type": "git", - "url": "git://github.com/es-shims/es5-shim" - }, - "homepage": "https://github.com/es-shims/es5-shim", - "authors": [ - "Kris Kowal (http://github.com/kriskowal/)", - "Sami Samhuri (http://samhuri.net/)", - "Florian Schäfer (http://github.com/fschaefer)", - "Irakli Gozalishvili (http://jeditoolkit.com)", - "Kit Cambridge (http://kitcambridge.github.com)", - "Jordan Harband (https://github.com/ljharb/)" - ], - "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines", - "keywords": [ - "shim", - "es5", - "es5", - "shim", - "javascript", - "ecmascript", - "polyfill" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "tests" - ], - "_release": "3.1.0", - "_resolution": { - "type": "version", - "tag": "v3.1.0", - "commit": "f00f0b451448288493fd1f65c74a02e74f6bb4e9" - }, - "_source": "https://github.com/es-shims/es5-shim.git", - "_target": "3.1.0", - "_originalSource": "es5-shim" -} \ No newline at end of file diff --git a/vnfmarket/common/thirdparty/es5-shim/CHANGES b/vnfmarket/common/thirdparty/es5-shim/CHANGES deleted file mode 100644 index dde12a69..00000000 --- a/vnfmarket/common/thirdparty/es5-shim/CHANGES +++ /dev/null @@ -1,121 +0,0 @@ -3.1.0 - - Fix String#replace in Firefox up through 29 (#228) - -3.0.2 - - Fix `Function#bind` in IE 7 and 8 (#224, #225, #226) - -3.0.1 - - Version bump to ensure npm has newest minified assets - -3.0.0 - - es5-sham: fix `Object.getPrototypeOf` and `Object.getOwnPropertyDescriptor` for Opera Mini - - Better override noncompliant native ES5 methods: `Array#forEach`, `Array#map`, `Array#filter`, `Array#every`, `Array#some`, `Array#reduce`, `Date.parse`, `String#trim` - - Added spec-compliant shim for `parseInt` - - Ensure `Object.keys` handles more edge cases with `arguments` objects and boxed primitives - - Improve minification of builds - -2.3.0 - - parseInt is now properly shimmed in ES3 browsers to default the radix - - update URLs to point to the new organization - -2.2.0 - - Function.prototype.bind shim now reports correct length on a bound function - - fix node 0.6.x v8 bug in Array#forEach - - test improvements - -2.1.0 - - Object.create fixes - - tweaks to the Object.defineProperties shim - -2.0.0 - - Separate reliable shims from dubious shims (shams). - -1.2.10 - - Group-effort Style Cleanup - - Took a stab at fixing Object.defineProperty on IE8 without - bad side-effects. (@hax) - - Object.isExtensible no longer fakes it. (@xavierm) - - Date.prototype.toISOString no longer deals with partial - ISO dates, per spec (@kitcambridge) - - More (mostly from @bryanforbes) - -1.2.9 - - Corrections to toISOString by @kitcambridge - - Fixed three bugs in array methods revealed by Jasmine tests. - - Cleaned up Function.prototype.bind with more fixes and tests from - @bryanforbes. - -1.2.8 - - Actually fixed problems with Function.prototype.bind, and regressions - from 1.2.7 (@bryanforbes, @jdalton #36) - -1.2.7 - REGRESSED - - Fixed problems with Function.prototype.bind when called as a constructor. - (@jdalton #36) - -1.2.6 - - Revised Date.parse to match ES 5.1 (kitcambridge) - -1.2.5 - - Fixed a bug for padding it Date..toISOString (tadfisher issue #33) - -1.2.4 - - Fixed a descriptor bug in Object.defineProperty (raynos) - -1.2.3 - - Cleaned up RequireJS and