2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "array-find-index",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"description": "ES2015 `Array#findIndex()` ponyfill",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/array-find-index",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"es2015",
|
|
|
|
"ponyfill",
|
|
|
|
"polyfill",
|
|
|
|
"shim",
|
|
|
|
"find",
|
|
|
|
"index",
|
|
|
|
"findindex",
|
|
|
|
"array"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"xo": "*"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|