nodelist-foreach-polyfill
Version:
Simple polyfill for the NodeList.forEach method.
26 lines (25 loc) • 688 B
JSON
{
"name": "nodelist-foreach-polyfill",
"version": "1.2.0",
"description": "Simple polyfill for the NodeList.forEach method.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imagitama/nodelist-foreach-polyfill.git"
},
"author": "Jared Williams (imagitama)",
"keywords": [
"IE11",
"NodeList",
"forEach",
"polyfill"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/imagitama/nodelist-foreach-polyfill/issues"
},
"homepage": "https://github.com/imagitama/nodelist-foreach-polyfill#readme"
}