Initial commit
[yaffs-website] / node_modules / array-find-index / package.json
1 {
2   "_args": [
3     [
4       "array-find-index@^1.0.1",
5       "/var/www/yaffs/node_modules/currently-unhandled"
6     ]
7   ],
8   "_from": "array-find-index@>=1.0.1 <2.0.0",
9   "_id": "array-find-index@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/array-find-index",
13   "_nodeVersion": "4.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/array-find-index-1.0.2.tgz_1475224789159_0.7274378235451877"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "array-find-index",
26     "raw": "array-find-index@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/currently-unhandled"
34   ],
35   "_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
36   "_shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1",
37   "_shrinkwrap": null,
38   "_spec": "array-find-index@^1.0.1",
39   "_where": "/var/www/yaffs/node_modules/currently-unhandled",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/array-find-index/issues"
47   },
48   "dependencies": {},
49   "description": "ES2015 `Array#findIndex()` ponyfill",
50   "devDependencies": {
51     "ava": "*",
52     "xo": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1",
57     "tarball": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "983f4c827ad22fa0353182b1ddcbfaecd4412859",
66   "homepage": "https://github.com/sindresorhus/array-find-index#readme",
67   "keywords": [
68     "array",
69     "es2015",
70     "find",
71     "findindex",
72     "index",
73     "polyfill",
74     "ponyfill",
75     "shim"
76   ],
77   "license": "MIT",
78   "maintainers": [
79     {
80       "name": "sindresorhus",
81       "email": "sindresorhus@gmail.com"
82     }
83   ],
84   "name": "array-find-index",
85   "optionalDependencies": {},
86   "readme": "ERROR: No README data found!",
87   "repository": {
88     "type": "git",
89     "url": "git+https://github.com/sindresorhus/array-find-index.git"
90   },
91   "scripts": {
92     "test": "xo && ava"
93   },
94   "version": "1.0.2"
95 }