2 "_from": "ee-first@1.1.1",
3 "_id": "ee-first@1.1.1",
5 "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
6 "_location": "/ee-first",
7 "_phantomChildren": {},
11 "raw": "ee-first@1.1.1",
13 "escapedName": "ee-first",
21 "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
22 "_shasum": "590c61156b0ae2f4f0255732a158b266bc56b21d",
23 "_spec": "ee-first@1.1.1",
24 "_where": "/home/josuer08/Documents/web/node_modules/on-finished",
26 "name": "Jonathan Ong",
27 "email": "me@jongleberry.com",
28 "url": "http://jongleberry.com"
31 "url": "https://github.com/jonathanong/ee-first/issues"
33 "bundleDependencies": false,
36 "name": "Douglas Christopher Wilson",
37 "email": "doug@somethingdoug.com"
41 "description": "return the first event in a set of ee/event pairs",
50 "homepage": "https://github.com/jonathanong/ee-first#readme",
55 "url": "git+https://github.com/jonathanong/ee-first.git"
58 "test": "mocha --reporter spec --bail --check-leaks test/",
59 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
60 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"