es6-collections
Version:
ES6 Harmony like collections such Map, WeakMap, and Set
29 lines (28 loc) • 584 B
JSON
{
"name": "es6-collections",
"main": "index.js",
"version": "0.5.5",
"homepage": "https://github.com/WebReflection/es6-collections",
"authors": [
"Deema Yvanow <df.creative@gmail.com>",
"Andrea Giammarchi <andrea.giammarchi@gmail.com> (http://webreflection.blogspot.com/)"
],
"description": "ES6 Harmony like collections such Map, WeakMap, and Set",
"moduleType": [
"globals"
],
"keywords": [
"WeakMap",
"Map",
"Set",
"shim",
"polyfill",
"ES6",
"Harmony"
],
"license": "MIT",
"ignore": [
"**/.*",
"test"
]
}