-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 1.86 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 1.86 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
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
{
"_args": [
[
"shipping-ups@0.5.7",
"F:\\fpp\\fpp-api-server"
]
],
"_from": "shipping-ups@0.5.7",
"_id": "shipping-ups@0.5.7",
"_inBundle": false,
"_integrity": "sha1-vj3LoaA2ZCxZ8O+9rvfgjpn28YQ=",
"_location": "/shipping-ups",
"_phantomChildren": {
"first-chunk-stream": "0.1.0",
"is-utf8": "0.2.1",
"request": "2.26.0",
"sax": "1.2.4",
"selectn": "0.9.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "shipping-ups@0.5.7",
"name": "shipping-ups",
"escapedName": "shipping-ups",
"rawSpec": "0.5.7",
"saveSpec": null,
"fetchSpec": "0.5.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/shipping-ups/-/shipping-ups-0.5.7.tgz",
"_spec": "0.5.7",
"_where": "F:\\fpp\\fpp-api-server",
"author": {
"name": "uh-sem-blee, Co"
},
"bugs": {
"url": "https://github.com/uh-sem-blee/node-shipping-ups/issues"
},
"dependencies": {
"node.extend": "^1.1.5",
"soap": "^0.9.1",
"xml2js": "^0.4.15",
"xmlbuilder": "^2.6.4"
},
"description": "UPS API bindings for Node.JS",
"directories": {},
"homepage": "https://github.com/uh-sem-blee/node-shipping-ups#readme",
"keywords": [
"shipping",
"shipping integration",
"ups",
"ups api",
"ups ship",
"ups label",
"ups tracking",
"ups rate",
"ups rating",
"ups pickup",
"address verification",
"time in transit",
"surepost",
"sure post",
"ups return service",
"tax ids",
"transaction references",
"ups freight"
],
"license": "AGPL-3.0",
"main": "./lib/index.js",
"name": "@beardon/shipping-ups",
"repository": {
"type": "git",
"url": "git+https://github.com/uh-sem-blee/node-shipping-ups.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.5.7"
}