Initial commit
[yaffs-website] / node_modules / find-index / package.json
1 {
2   "_args": [
3     [
4       "find-index@^0.1.1",
5       "/var/www/yaffs/node_modules/glob2base"
6     ]
7   ],
8   "_from": "find-index@>=0.1.1 <0.2.0",
9   "_id": "find-index@0.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/find-index",
13   "_npmUser": {
14     "email": "james@jsdf.co",
15     "name": "jsdf"
16   },
17   "_npmVersion": "1.4.3",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "find-index",
21     "raw": "find-index@^0.1.1",
22     "rawSpec": "^0.1.1",
23     "scope": null,
24     "spec": ">=0.1.1 <0.2.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/glob2base"
29   ],
30   "_resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
31   "_shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
32   "_shrinkwrap": null,
33   "_spec": "find-index@^0.1.1",
34   "_where": "/var/www/yaffs/node_modules/glob2base",
35   "author": {
36     "email": "james@jsdf.co",
37     "name": "James Friend",
38     "url": "http://jsdf.co/"
39   },
40   "bugs": {
41     "url": "https://github.com/jsdf/find-index/issues"
42   },
43   "dependencies": {},
44   "description": "finds an item in an array matching a predicate function, and returns its index",
45   "devDependencies": {},
46   "directories": {},
47   "dist": {
48     "shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
49     "tarball": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz"
50   },
51   "files": [
52     "index.js",
53     "last.js"
54   ],
55   "homepage": "https://github.com/jsdf/find-index",
56   "keywords": [
57     "array",
58     "findindex"
59   ],
60   "license": "MIT",
61   "main": "index.js",
62   "maintainers": [
63     {
64       "name": "jsdf",
65       "email": "james@jsdf.co"
66     }
67   ],
68   "name": "find-index",
69   "optionalDependencies": {},
70   "readme": "ERROR: No README data found!",
71   "repository": {
72     "type": "git",
73     "url": "git://github.com/jsdf/find-index.git"
74   },
75   "scripts": {
76     "test": "node test/test"
77   },
78   "version": "0.1.1"
79 }