32 lines
713 B
JSON
32 lines
713 B
JSON
{
|
|
"name": "array-find",
|
|
"version": "1.0.0",
|
|
"description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.",
|
|
"main": "find.js",
|
|
"scripts": {
|
|
"test": "tape ./test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/stefanduberg/array-find.git"
|
|
},
|
|
"keywords": [
|
|
"array",
|
|
"find",
|
|
"ponyfill",
|
|
"polyfill",
|
|
"es6",
|
|
"es2015",
|
|
"es 2015"
|
|
],
|
|
"author": "Stefan Duberg <stefanduberg@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/stefanduberg/array-find/issues"
|
|
},
|
|
"homepage": "https://github.com/stefanduberg/array-find",
|
|
"devDependencies": {
|
|
"tape": "^4.0.0"
|
|
}
|
|
}
|