프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / ultron / package.json

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "ultron@1.1.1",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "ultron@1.1.1",
9
  "_id": "ultron@1.1.1",
10
  "_inBundle": false,
11
  "_integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==",
12
  "_location": "/ultron",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "ultron@1.1.1",
18
    "name": "ultron",
19
    "escapedName": "ultron",
20
    "rawSpec": "1.1.1",
21
    "saveSpec": null,
22
    "fetchSpec": "1.1.1"
23
  },
24
  "_requiredBy": [
25
    "/ws"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/ultron/-/ultron-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": "Arnout Kazemier"
32
  },
33
  "bugs": {
34
    "url": "https://github.com/unshiftio/ultron/issues"
35
  },
36
  "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
37
  "devDependencies": {
38
    "assume": "~1.5.0",
39
    "eventemitter3": "2.0.x",
40
    "istanbul": "0.4.x",
41
    "mocha": "~4.0.0",
42
    "pre-commit": "~1.2.0"
43
  },
44
  "homepage": "https://github.com/unshiftio/ultron",
45
  "keywords": [
46
    "Ultron",
47
    "robot",
48
    "gather",
49
    "intelligence",
50
    "event",
51
    "events",
52
    "eventemitter",
53
    "emitter",
54
    "cleanup"
55
  ],
56
  "license": "MIT",
57
  "main": "index.js",
58
  "name": "ultron",
59
  "repository": {
60
    "type": "git",
61
    "url": "git+https://github.com/unshiftio/ultron.git"
62
  },
63
  "scripts": {
64
    "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
65
    "coverage": "istanbul cover _mocha -- test.js",
66
    "test": "mocha test.js",
67
    "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
68
    "watch": "mocha --watch test.js"
69
  },
70
  "version": "1.1.1"
71
}