aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/ee-first/package.json
blob: 392c10d302601df7e3860c4c7cde0e0c41fda79d (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
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      {
        "raw": "ee-first@1.1.1",
        "scope": null,
        "escapedName": "ee-first",
        "name": "ee-first",
        "rawSpec": "1.1.1",
        "spec": "1.1.1",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/on-finished"
    ]
  ],
  "_from": "ee-first@1.1.1",
  "_id": "ee-first@1.1.1",
  "_inCache": true,
  "_location": "/ee-first",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ee-first@1.1.1",
    "scope": null,
    "escapedName": "ee-first",
    "name": "ee-first",
    "rawSpec": "1.1.1",
    "spec": "1.1.1",
    "type": "version"
  },
  "_requiredBy": [
    "/on-finished"
  ],
  "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
  "_shrinkwrap": null,
  "_spec": "ee-first@1.1.1",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/on-finished",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/jonathanong/ee-first/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {},
  "description": "return the first event in a set of ee/event pairs",
  "devDependencies": {
    "istanbul": "0.3.9",
    "mocha": "2.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
    "tarball": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "gitHead": "512e0ce4cc3643f603708f965a97b61b1a9c0441",
  "homepage": "https://github.com/jonathanong/ee-first",
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "ee-first",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathanong/ee-first.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "1.1.1"
}