quitando basura del index
[VSoRC/.git] / node_modules / ee-first / package.json
1 {
2   "_args": [
3     [
4       "ee-first@1.1.1",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "ee-first@1.1.1",
9   "_id": "ee-first@1.1.1",
10   "_inBundle": false,
11   "_integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
12   "_location": "/ee-first",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "ee-first@1.1.1",
18     "name": "ee-first",
19     "escapedName": "ee-first",
20     "rawSpec": "1.1.1",
21     "saveSpec": null,
22     "fetchSpec": "1.1.1"
23   },
24   "_requiredBy": [
25     "/on-finished"
26   ],
27   "_resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
28   "_spec": "1.1.1",
29   "_where": "/home/josuer08/Documents/web",
30   "author": {
31     "name": "Jonathan Ong",
32     "email": "me@jongleberry.com",
33     "url": "http://jongleberry.com"
34   },
35   "bugs": {
36     "url": "https://github.com/jonathanong/ee-first/issues"
37   },
38   "contributors": [
39     {
40       "name": "Douglas Christopher Wilson",
41       "email": "doug@somethingdoug.com"
42     }
43   ],
44   "description": "return the first event in a set of ee/event pairs",
45   "devDependencies": {
46     "istanbul": "0.3.9",
47     "mocha": "2.2.5"
48   },
49   "files": [
50     "index.js",
51     "LICENSE"
52   ],
53   "homepage": "https://github.com/jonathanong/ee-first#readme",
54   "license": "MIT",
55   "name": "ee-first",
56   "repository": {
57     "type": "git",
58     "url": "git+https://github.com/jonathanong/ee-first.git"
59   },
60   "scripts": {
61     "test": "mocha --reporter spec --bail --check-leaks test/",
62     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
63     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
64   },
65   "version": "1.1.1"
66 }