polyfill-nodelist-foreach
Version:
Adds the forEach() method to NodeList objects.
27 lines (26 loc) • 724 B
JSON
{
"name": "polyfill-nodelist-foreach",
"version": "1.1.2",
"description": "Adds the forEach() method to NodeList objects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brettdewoody/polyfill-nodelist-foreach.git"
},
"keywords": [
"IE11",
"Safari 9",
"polyfill",
"NodeList",
"forEach"
],
"author": "Brett DeWoody <brettdewoody@gmail.com> (http://brettdewoody.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brettdewoody/polyfill-nodelist-foreach/issues"
},
"homepage": "https://github.com/brettdewoody/polyfill-nodelist-foreach#readme"
}