array-find-es6
Version:
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
38 lines (37 loc) • 971 B
JSON
{
"name": "array-find-es6",
"version": "2.0.3",
"description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.",
"source": "index.js",
"main": "build/array-find-es6.js",
"umd:main": "build/array-find-es6.umd.js",
"module": "build/array-find-es6.m.js",
"scripts": {
"test": "tape ./test.js",
"build": "microbundle -o build --sourcemap false",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/jelmerdemaat/array-find-es6.git"
},
"keywords": [
"array",
"find",
"ponyfill",
"polyfill",
"es6",
"es2015",
"es 2015"
],
"author": "Stefan Duberg <stefanduberg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jelmerdemaat/array-find-es6/issues"
},
"homepage": "https://github.com/jelmerdemaat/array-find-es6",
"devDependencies": {
"microbundle": "^0.4.4",
"tape": "^4.0.0"
}
}