nodelist-foreach
Version:
Add forEach on NodeList for non supporting browsers
26 lines (25 loc) • 534 B
JSON
{
"name": "nodelist-foreach",
"version": "1.0.1",
"description": "Add forEach on NodeList for non supporting browsers",
"main": "nodelist-foreach.js",
"license": "MIT",
"author": {
"name": "Max Shishkin"
},
"homepage": "https://github.com/angryobject/nodelist-foreach",
"keywords": [
"nodelist",
"foreach"
],
"repository": {
"type": "git",
"url": "https://github.com/angryobject/nodelist-foreach"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^20.0.4"
}
}