UNPKG

608 BJSONView Raw
1{
2 "name": "array-find-index",
3 "version": "1.0.2",
4 "description": "ES2015 `Array#findIndex()` ponyfill",
5 "license": "MIT",
6 "repository": "sindresorhus/array-find-index",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "es2015",
23 "ponyfill",
24 "polyfill",
25 "shim",
26 "find",
27 "index",
28 "findindex",
29 "array"
30 ],
31 "devDependencies": {
32 "ava": "*",
33 "xo": "*"
34 }
35}