aboutsummaryrefslogtreecommitdiff
path: root/node_modules/rndm/package.json
blob: a53c74d03496f069a212ba2cecc90f30d22b7d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_args": [
    [
      "rndm@1.2.0",
      "/home/humair/School/csc309/a4/solutions_repo/node_modules/csrf"
    ]
  ],
  "_from": "rndm@1.2.0",
  "_id": "rndm@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/rndm",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "email": "coderhaoxin@outlook.com",
    "name": "coderhaoxin"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "rndm",
    "raw": "rndm@1.2.0",
    "rawSpec": "1.2.0",
    "scope": null,
    "spec": "1.2.0",
    "type": "version"
  },
  "_requiredBy": [
    "/csrf"
  ],
  "_resolved": "https://registry.npmjs.org/rndm/-/rndm-1.2.0.tgz",
  "_shasum": "f33fe9cfb52bbfd520aa18323bc65db110a1b76c",
  "_shrinkwrap": null,
  "_spec": "rndm@1.2.0",
  "_where": "/home/humair/School/csc309/a4/solutions_repo/node_modules/csrf",
  "author": {
    "email": "me@jongleberry.com",
    "name": "Jonathan Ong",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/crypto-utils/rndm/issues"
  },
  "dependencies": {},
  "description": "random string generator",
  "devDependencies": {
    "istanbul": "0",
    "mocha": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "f33fe9cfb52bbfd520aa18323bc65db110a1b76c",
    "tarball": "https://registry.npmjs.org/rndm/-/rndm-1.2.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "9d566c844a4c83487f3b2621be5b6588d5a2b617",
  "homepage": "https://github.com/crypto-utils/rndm#readme",
  "keywords": [
    "generator",
    "id",
    "number",
    "random",
    "uid"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "coderhaoxin",
      "email": "coderhaoxin@outlook.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "rndm",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-utils/rndm.git"
  },
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.2.0"
}