nvrnd 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/com.sh ADDED
@@ -0,0 +1 @@
1
+ nv_cli_build -m -g nvrnd -o DIST/nvrand-bw.js
package/index.js ADDED
@@ -0,0 +1,81 @@
1
+ const basic_cstruct = require("nv-random-basic-cstruct");
2
+ const boolean = require("nv-random-boolean");
3
+ const bufvw = require("nv-random-bufvw");
4
+ const chinese_cell_phone = require("nv-random-chinese-cell-phone");
5
+ const chinese_name = require("nv-random-chinese-name");
6
+ const date = require("nv-random-date");
7
+ const domain = require("nv-random-domain");
8
+ const double_ary = require("nv-random-double-ary");
9
+ const doubleson = require("nv-random-doubleson");
10
+ const empty = require("nv-random-empty");
11
+ const err = require("nv-random-err");
12
+ const fail = require("nv-random-fail");
13
+ const fixed_key_json = require("nv-random-fixed-key-json");
14
+ const fixed_shape_json = require("nv-random-fixed-shape-json");
15
+ const fsname = require("nv-random-fsname");
16
+ const ignorecase_word = require("nv-random-ignorecase-word");
17
+ const jrow_stream = require("nv-random-jrow-stream");
18
+ const json = require("nv-random-json");
19
+ const json_stream = require("nv-random-json-stream");
20
+ const jstream = require("nv-random-jstream");
21
+ const just_quote_str = require("nv-random-just-quote-str");
22
+ const nmcase = require("nv-random-nmcase");
23
+ const number = require("nv-random-number");
24
+ const numlike_str = require("nv-random-numlike-str");
25
+ const path = require("nv-random-path");
26
+ const perm = require("nv-random-perm");
27
+ const prim = require("nv-random-prim");
28
+ const promise = require("nv-random-promise");
29
+ const pson = require("nv-random-pson");
30
+ const rgx = require("nv-random-rgx");
31
+ const sentence = require("nv-random-sentence");
32
+ const string = require("nv-random-string");
33
+ const tmouts = require("nv-random-tmouts");
34
+ const tree = require("nv-random-tree");
35
+ const type = require("nv-random-type");
36
+ const url = require("nv-random-url");
37
+ const uson_stream = require("nv-random-uson-stream");
38
+ const utf8_buf = require("nv-random-utf8-buf");
39
+ const util = require("nv-random-util");
40
+
41
+ module.exports = {
42
+ basic_cstruct,
43
+ boolean,
44
+ bufvw,
45
+ chinese_cell_phone,
46
+ chinese_name,
47
+ date,
48
+ domain,
49
+ double_ary,
50
+ doubleson,
51
+ empty,
52
+ err,
53
+ fail,
54
+ fixed_key_json,
55
+ fixed_shape_json,
56
+ fsname,
57
+ ignorecase_word,
58
+ jrow_stream,
59
+ json,
60
+ json_stream,
61
+ jstream,
62
+ just_quote_str,
63
+ nmcase,
64
+ number,
65
+ numlike_str,
66
+ path,
67
+ perm,
68
+ prim,
69
+ promise,
70
+ pson,
71
+ rgx,
72
+ sentence,
73
+ string,
74
+ tmouts,
75
+ tree,
76
+ type,
77
+ url,
78
+ uson_stream,
79
+ utf8_buf,
80
+ util
81
+ };
package/package.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "nvrnd",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": "",
11
+ "dependencies": {
12
+ "nv-random-basic-cstruct": "^1.0.2",
13
+ "nv-random-boolean": "^1.0.0",
14
+ "nv-random-bufvw": "^1.0.4",
15
+ "nv-random-chinese-cell-phone": "^1.0.0",
16
+ "nv-random-chinese-name": "^1.0.0",
17
+ "nv-random-date": "^1.0.1",
18
+ "nv-random-domain": "^1.0.0",
19
+ "nv-random-double-ary": "^0.0.1",
20
+ "nv-random-doubleson": "^1.0.3",
21
+ "nv-random-empty": "^1.0.7",
22
+ "nv-random-err": "^1.0.0",
23
+ "nv-random-fail": "^1.0.0",
24
+ "nv-random-fixed-key-json": "^1.0.4",
25
+ "nv-random-fixed-shape-json": "^1.0.9",
26
+ "nv-random-fsname": "^1.0.0",
27
+ "nv-random-ignorecase-word": "^1.0.0",
28
+ "nv-random-jrow-stream": "^1.0.6",
29
+ "nv-random-json": "^1.0.10",
30
+ "nv-random-json-stream": "^1.0.6",
31
+ "nv-random-jstream": "^1.0.3",
32
+ "nv-random-just-quote-str": "^1.0.1",
33
+ "nv-random-nmcase": "^1.0.0",
34
+ "nv-random-number": "^1.0.3",
35
+ "nv-random-numlike-str": "^0.0.1",
36
+ "nv-random-path": "^1.0.0",
37
+ "nv-random-perm": "^1.0.1",
38
+ "nv-random-prim": "^1.0.3",
39
+ "nv-random-promise": "^0.0.2",
40
+ "nv-random-pson": "^1.0.3",
41
+ "nv-random-rgx": "^1.0.0",
42
+ "nv-random-sentence": "^1.0.1",
43
+ "nv-random-string": "^1.0.1",
44
+ "nv-random-tmouts": "^1.0.0",
45
+ "nv-random-tree": "^1.0.4",
46
+ "nv-random-type": "^1.0.0",
47
+ "nv-random-url": "^0.0.1",
48
+ "nv-random-uson-stream": "^1.0.9",
49
+ "nv-random-utf8-buf": "^1.1.1",
50
+ "nv-random-util": "^1.1.0"
51
+ }
52
+ }