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
109
110
| {
| "_from": "chance@1.1.9",
| "_id": "chance@1.1.9",
| "_inBundle": false,
| "_integrity": "sha512-TfxnA/DcZXRTA4OekA2zL9GH8qscbbl6X0ZqU4tXhGveVY/mXWvEQLt5GwZcYXTEyEFflVtj+pG8nc8EwSm1RQ==",
| "_location": "/chance",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "chance@1.1.9",
| "name": "chance",
| "escapedName": "chance",
| "rawSpec": "1.1.9",
| "saveSpec": null,
| "fetchSpec": "1.1.9"
| },
| "_requiredBy": [
| "/javascript-obfuscator"
| ],
| "_resolved": "https://registry.npmmirror.com/chance/-/chance-1.1.9.tgz",
| "_shasum": "fbf409726a956415b4bde0e8db010f60b60fc01b",
| "_spec": "chance@1.1.9",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/javascript-obfuscator",
| "author": {
| "name": "Victor Quinn",
| "email": "mail@victorquinn.com"
| },
| "bugs": {
| "url": "https://github.com/chancejs/chancejs/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Chance - Utility library to generate anything random",
| "devDependencies": {
| "ava": "^0.19.1",
| "babel-eslint": "^7.2.3",
| "chai": "^3.5.0",
| "coveralls": "^2.11.2",
| "dirty-chai": "^1.2.2",
| "docpress": "0.7.1",
| "eslint": "^6.3.0",
| "git-update-ghpages": "1.3.0",
| "gulp": "^4.0.0",
| "gulp-ava": "^0.17.1",
| "gulp-eslint": "^3.0.1",
| "gulp-jshint": "^2.0.4",
| "gulp-rename": "^1.2.2",
| "gulp-sourcemaps": "^2.6.1",
| "gulp-uglify": "^3.0.0",
| "jshint-stylish": "^2.2.1",
| "lodash": "^4.17.4",
| "nyc": "^10.3.2",
| "pump": "^1.0.2"
| },
| "docpress": {
| "scripts": [
| "chance.js",
| "analytics.js",
| "https://platform.twitter.com/widgets.js"
| ],
| "github": "chancejs/chancejs",
| "css": [
| "docs/chance.css"
| ]
| },
| "github": "https://github.com/chancejs/chancejs",
| "homepage": "http://chancejs.com",
| "jam": {
| "main": "chance.js"
| },
| "keywords": [
| "chance",
| "random",
| "generator",
| "test",
| "mersenne",
| "name",
| "address",
| "dice"
| ],
| "license": "MIT",
| "main": "./chance.js",
| "maintainers": [
| {
| "name": "Victor Quinn",
| "email": "mail@victorquinn.com",
| "url": "https://www.victorquinn.com"
| }
| ],
| "name": "chance",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/chancejs/chancejs.git"
| },
| "scripts": {
| "coverage": "nyc npm test && nyc report --reporter=text-lcov --report-dir=./coverage > ./coverage/lcov.info",
| "docs": "docpress build",
| "docs:publish": "git-update-ghpages -e",
| "lint": "eslint --ignore-path .gitignore chance.js",
| "test": "ava"
| },
| "spm": {
| "main": "chance.js",
| "ignore": [
| "test"
| ]
| },
| "version": "1.1.9"
| }
|
|