diff options
Diffstat (limited to 'vnfmarket/common/thirdparty/es5-shim/component.json')
-rw-r--r-- | vnfmarket/common/thirdparty/es5-shim/component.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vnfmarket/common/thirdparty/es5-shim/component.json b/vnfmarket/common/thirdparty/es5-shim/component.json new file mode 100644 index 00000000..e2ecb92e --- /dev/null +++ b/vnfmarket/common/thirdparty/es5-shim/component.json @@ -0,0 +1,20 @@ +{ + "name": "es5-shim", + "repo": "es-shims/es5-shim", + "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines", + "version": "v3.1.0", + "keywords": [ + "shim", + "es5", + "es5", + "shim", + "javascript", + "ecmascript", + "polyfill" + ], + "license": "MIT", + "main": "es5-shim.js", + "scripts": [ + "es5-shim.js" + ] +} |