프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / random-bytes / package.json

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "random-bytes@1.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "random-bytes@1.0.0",
9
  "_id": "random-bytes@1.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-T2ih3Arli9P7lYSMMDJNt11kNgs=",
12
  "_location": "/random-bytes",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "random-bytes@1.0.0",
18
    "name": "random-bytes",
19
    "escapedName": "random-bytes",
20
    "rawSpec": "1.0.0",
21
    "saveSpec": null,
22
    "fetchSpec": "1.0.0"
23
  },
24
  "_requiredBy": [
25
    "/uid-safe"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz",
28
  "_spec": "1.0.0",
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/random-bytes/issues"
32
  },
33
  "contributors": [
34
    {
35
      "name": "Douglas Christopher Wilson",
36
      "email": "doug@somethingdoug.com"
37
    }
38
  ],
39
  "description": "URL and cookie safe UIDs",
40
  "devDependencies": {
41
    "bluebird": "3.1.1",
42
    "istanbul": "0.4.2",
43
    "mocha": "2.3.4",
44
    "proxyquire": "1.2.0"
45
  },
46
  "engines": {
47
    "node": ">= 0.8"
48
  },
49
  "files": [
50
    "LICENSE",
51
    "HISTORY.md",
52
    "README.md",
53
    "index.js"
54
  ],
55
  "homepage": "https://github.com/crypto-utils/random-bytes#readme",
56
  "keywords": [
57
    "bytes",
58
    "generator",
59
    "random",
60
    "safe"
61
  ],
62
  "license": "MIT",
63
  "name": "random-bytes",
64
  "repository": {
65
    "type": "git",
66
    "url": "git+https://github.com/crypto-utils/random-bytes.git"
67
  },
68
  "scripts": {
69
    "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
70
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
71
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
72
  },
73
  "version": "1.0.0"
74
}