-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (69 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (69 loc) · 1.96 KB
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
{
"name": "statistical-number-generator",
"version": "1.0.0",
"description": "A GitHub Action to generate random values from various probability distributions.",
"main": "index.js",
"scripts": {
"build": "ncc build src -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@vercel/ncc": "^0.38.1",
"abbrev": "^1.1.1",
"anymatch": "^3.1.3",
"balanced-match": "^1.0.2",
"before-after-hook": "^2.2.3",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"concat-map": "^0.0.1",
"debug": "^3.2.7",
"deprecation": "^2.3.1",
"fill-range": "^7.0.1",
"glob-parent": "^5.1.2",
"has-flag": "^3.0.0",
"ignore-by-default": "^1.0.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-plain-object": "^5.0.0",
"minimatch": "^3.1.2",
"ms": "^2.1.3",
"node-fetch": "^2.6.9",
"nodemon": "^3.0.1",
"nopt": "^1.0.10",
"normalize-path": "^3.0.0",
"once": "^1.4.0",
"picomatch": "^2.3.1",
"pstree.remy": "^1.1.8",
"readdirp": "^3.6.0",
"semver": "^5.7.1",
"simple-update-notifier": "^2.0.0",
"supports-color": "^5.5.0",
"to-regex-range": "^5.0.1",
"touch": "^3.1.0",
"tr46": "^0.0.3",
"tunnel": "^0.0.6",
"undefsafe": "^2.0.5",
"universal-user-agent": "^6.0.0",
"uuid": "^8.3.2",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"wrappy": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaivra/statistical-number-generator.git"
},
"author": "Valerio Cislaghi",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaivra/statistical-number-generator/issues"
},
"homepage": "https://github.com/jaivra/statistical-number-generator#readme",
"devDependencies": {}
}