1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| {
| "name": "chance",
| "version": "1.1.9",
| "main": "chance.js",
| "ignore": [
| "node_modules"
| ],
| "description": "Chance - Utility library to generate anything random",
| "homepage": "http://chancejs.com",
| "keywords": [
| "chance",
| "random",
| "generator"
| ],
| "author": {
| "name": "Victor Quinn",
| "web": "https://www.victorquinn.com"
| },
| "devDependencies": {
| "phone_number_js": "~1.0.0"
| }
| }
|
|