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