-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
108 lines (108 loc) · 2.43 KB
/
package.json
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
100
101
102
103
104
105
106
107
108
{
"name": "random",
"main": "./lib/random",
"version": "1.4.1",
"description": "Generates several random data types, for use as passwords or as test data.",
"keywords": [
"random",
"data"
],
"activationCommands": {
"atom-workspace": [
"random:reseed",
"random:string",
"random:guid",
"random:integer",
"random:boolean",
"random:character",
"random:floating",
"random:natural",
"random:paragraph",
"random:sentence",
"random:syllable",
"random:word",
"random:age",
"random:birthday",
"random:firstname",
"random:lastname",
"random:gender",
"random:name",
"random:prefix",
"random:ssn",
"random:suffix",
"random:android_id",
"random:apple_token",
"random:bb_pin",
"random:wp7_anid",
"random:wp8_anid2",
"random:avatar",
"random:color",
"random:domain",
"random:email",
"random:fbid",
"random:google_analytics",
"random:hashtag",
"random:ip",
"random:ipv6",
"random:klout",
"random:tld",
"random:twitter",
"random:url",
"random:address",
"random:altitude",
"random:areacode",
"random:city",
"random:coordinates",
"random:country",
"random:phone",
"random:postal",
"random:province",
"random:state",
"random:street",
"random:zip",
"random:date",
"random:isodate",
"random:hammertime",
"random:month",
"random:year",
"random:timestamp",
"random:creditcard",
"random:cc_type",
"random:currency",
"random:currency_pair",
"random:dollar",
"random:exp",
"random:exp_month",
"random:exp_year",
"random:d4",
"random:d6",
"random:d8",
"random:d10",
"random:d12",
"random:d20",
"random:d30",
"random:d100",
"random:hash",
"random:normal",
"random:radio",
"random:tv",
"random:latitude",
"random:longitude",
"random:8-character-password",
"random:10-character-password",
"random:20-character-password",
"random:mac_address"
]
},
"repository": "https://github.com/RichardSlater/atom-random",
"license": "Apache2",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"chance": "^1.0.1"
},
"devDependencies": {
"minimist": "^1.2.0"
}
}