프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "yeast@0.1.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "yeast@0.1.2",
9
  "_id": "yeast@0.1.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=",
12
  "_location": "/yeast",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "yeast@0.1.2",
18
    "name": "yeast",
19
    "escapedName": "yeast",
20
    "rawSpec": "0.1.2",
21
    "saveSpec": null,
22
    "fetchSpec": "0.1.2"
23
  },
24
  "_requiredBy": [
25
    "/engine.io-client"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
28
  "_spec": "0.1.2",
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/yeast/issues"
35
  },
36
  "description": "Tiny but linear growing unique id generator",
37
  "devDependencies": {
38
    "assume": "1.3.x",
39
    "istanbul": "0.3.x",
40
    "mocha": "2.3.x",
41
    "pre-commit": "1.1.x",
42
    "zuul": "3.4.x"
43
  },
44
  "homepage": "https://github.com/unshiftio/yeast",
45
  "keywords": [
46
    "yeast",
47
    "id",
48
    "generator",
49
    "unique"
50
  ],
51
  "license": "MIT",
52
  "main": "index.js",
53
  "name": "yeast",
54
  "repository": {
55
    "type": "git",
56
    "url": "git+https://github.com/unshiftio/yeast.git"
57
  },
58
  "scripts": {
59
    "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
60
    "coverage": "istanbul cover _mocha -- test.js",
61
    "test": "mocha test.js",
62
    "test-browser": "zuul -- test.js",
63
    "test-node": "istanbul cover _mocha --report lcovonly -- test.js",
64
    "watch": "mocha --watch test.js"
65
  },
66
  "version": "0.1.2"
67
}