-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
81 lines (81 loc) · 1.52 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
{
"name": "delivery-tracker",
"version": "2.8.3",
"author": {
"name": "egg",
"email": "[email protected]"
},
"description": "delivery-tracker is delivery tracking library for Node.js",
"main": "index.js",
"bin": {
"delivery-tracker": "./bin/index.js"
},
"scripts": {
"test": "standard && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egg-/delivery-tracker.git"
},
"keywords": [
"package",
"delivery",
"parcel",
"tracker",
"tracking",
"shipping",
"shipment",
"ems",
"koreapost",
"ecargo",
"fedex",
"australia post",
"auspost",
"pantos",
"rincos",
"royalmail",
"usps",
"cj",
"cjkoreaexpress",
"pos laju",
"yello express",
"efs",
"ups",
"tnt",
"cesco",
"xpost",
"kerry",
"kerryexpress",
"sicepat",
"xioexpress",
"eparcel",
"lbc",
"j&t",
"jnt",
"dhl",
"canada post",
"paxel"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/egg-/delivery-tracker/issues"
},
"homepage": "https://github.com/egg-/delivery-tracker#readme",
"devDependencies": {
"grunt": "1.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"matchdep": "^1.0.1",
"mocha": "^8.2.0",
"nock": "^13.0.4",
"standard": "15.0.0"
},
"dependencies": {
"async": "^3.2.0",
"cheerio": "^0.22.0",
"commander": "^6.2.0",
"moment": "^2.17.1",
"request": "^2.79.0",
"xml2js": "^0.4.17"
}
}