UNPKG

collections-es6

Version:

ES6 Map, Set, WeakMap and WeakSet polyfill in pure ES5

45 lines (44 loc) 1.05 kB
{ "name": "collections-es6", "version": "0.1.5", "description": "ES6 Map, Set, WeakMap and WeakSet polyfill in pure ES5", "main": "collections-es6.js", "scripts": { "build": "uglifyjs --source-map --compress --output dist/collections-es6.min.js -- collections-es6.js", "test": "node ./test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/rousan/collections-es6.git" }, "keywords": [ "es6", "es6-collections", "es5", "polyfills", "ponyfills", "harmony", "harmony-collections", "collections", "map", "set", "weakmap", "weakset", "es6-map", "es6-set", "es6-weakmap", "es6-weakset" ], "author": "Rousan Ali <rousanali786@gmail.com> (https://rousan.io)", "license": "MIT", "bugs": { "url": "https://github.com/rousan/collections-es6/issues" }, "homepage": "https://github.com/rousan/collections-es6#readme", "dependencies": { "symbol-es6": "^0.1.2" }, "devDependencies": { "uglify-js": "^3.3.9" } }