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