array-from-polyfill
Version:
Array.from polyfill
19 lines (18 loc) • 347 B
JSON
{
"name": "array-from-polyfill",
"version": "1.0.1",
"description": "Array.from polyfill",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Array.from",
"polyfill"
],
"author": "Joebon",
"license": "ISC",
"devDependencies": {
"webpack": "^3.10.0"
}
}