-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 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
{
"name": "mockz",
"version": "1.0.2",
"description": "generate chinese province,city,county,address.",
"main": "src/index.js",
"scripts": {
"test": "DEBUG=test mocha",
"spider": "DEBUG=spider node src/spider/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmatch/mockz.git"
},
"keywords": [
"chinese",
"provice",
"city",
"district"
],
"author": "blackmatch <coder.blackmatch@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blackmatch/mockz/issues"
},
"homepage": "https://github.com/blackmatch/mockz#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.1",
"supports-color": "^5.5.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"bufferhelper": "^0.2.1",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"debug": "^3.2.7",
"iconv-lite": "^0.4.24",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"request": "^2.88.2"
}
}