프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / uid-safe / package.json

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "uid-safe@2.1.5",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "uid-safe@2.1.5",
9
  "_id": "uid-safe@2.1.5",
10
  "_inBundle": false,
11
  "_integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
12
  "_location": "/uid-safe",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "uid-safe@2.1.5",
18
    "name": "uid-safe",
19
    "escapedName": "uid-safe",
20
    "rawSpec": "2.1.5",
21
    "saveSpec": null,
22
    "fetchSpec": "2.1.5"
23
  },
24
  "_requiredBy": [
25
    "/express-session"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
28
  "_spec": "2.1.5",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "bugs": {
31
    "url": "https://github.com/crypto-utils/uid-safe/issues"
32
  },
33
  "contributors": [
34
    {
35
      "name": "Douglas Christopher Wilson",
36
      "email": "doug@somethingdoug.com"
37
    },
38
    {
39
      "name": "Jonathan Ong",
40
      "email": "me@jongleberry.com",
41
      "url": "http://jongleberry.com"
42
    }
43
  ],
44
  "dependencies": {
45
    "random-bytes": "~1.0.0"
46
  },
47
  "description": "URL and cookie safe UIDs",
48
  "devDependencies": {
49
    "bluebird": "3.5.0",
50
    "eslint": "3.19.0",
51
    "eslint-config-standard": "10.2.1",
52
    "eslint-plugin-import": "2.7.0",
53
    "eslint-plugin-node": "5.1.1",
54
    "eslint-plugin-promise": "3.5.0",
55
    "eslint-plugin-standard": "3.0.1",
56
    "istanbul": "0.4.5",
57
    "mocha": "2.5.3"
58
  },
59
  "engines": {
60
    "node": ">= 0.8"
61
  },
62
  "files": [
63
    "LICENSE",
64
    "HISTORY.md",
65
    "README.md",
66
    "index.js"
67
  ],
68
  "homepage": "https://github.com/crypto-utils/uid-safe#readme",
69
  "keywords": [
70
    "random",
71
    "generator",
72
    "uid",
73
    "safe"
74
  ],
75
  "license": "MIT",
76
  "name": "uid-safe",
77
  "repository": {
78
    "type": "git",
79
    "url": "git+https://github.com/crypto-utils/uid-safe.git"
80
  },
81
  "scripts": {
82
    "lint": "eslint .",
83
    "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
84
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
85
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
86
  },
87
  "version": "2.1.5"
88
}