프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "after@0.8.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "after@0.8.2",
9
  "_id": "after@0.8.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=",
12
  "_location": "/after",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "after@0.8.2",
18
    "name": "after",
19
    "escapedName": "after",
20
    "rawSpec": "0.8.2",
21
    "saveSpec": null,
22
    "fetchSpec": "0.8.2"
23
  },
24
  "_requiredBy": [
25
    "/engine.io-parser"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz",
28
  "_spec": "0.8.2",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Raynos",
32
    "email": "raynos2@gmail.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/Raynos/after/issues"
36
  },
37
  "contributors": [
38
    {
39
      "name": "Raynos",
40
      "email": "raynos2@gmail.com",
41
      "url": "http://raynos.org"
42
    }
43
  ],
44
  "description": "after - tiny flow control",
45
  "devDependencies": {
46
    "mocha": "~1.8.1"
47
  },
48
  "homepage": "https://github.com/Raynos/after#readme",
49
  "keywords": [
50
    "flowcontrol",
51
    "after",
52
    "flow",
53
    "control",
54
    "arch"
55
  ],
56
  "license": "MIT",
57
  "name": "after",
58
  "repository": {
59
    "type": "git",
60
    "url": "git://github.com/Raynos/after.git"
61
  },
62
  "scripts": {
63
    "test": "mocha --ui tdd --reporter spec test/*.js"
64
  },
65
  "version": "0.8.2"
66
}