프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / ee-first / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.79 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "ee-first@1.1.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
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": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
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
}