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
| {
| "_args": [
| [
| {
| "raw": "aws4@^1.8.0",
| "scope": null,
| "escapedName": "aws4",
| "name": "aws4",
| "rawSpec": "^1.8.0",
| "spec": ">=1.8.0 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/request"
| ]
| ],
| "_from": "aws4@>=1.8.0 <2.0.0",
| "_hasShrinkwrap": false,
| "_id": "aws4@1.10.0",
| "_inCache": true,
| "_location": "/aws4",
| "_nodeVersion": "12.16.3",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/aws4_1.10.0_1590182493870_0.10780918062212641"
| },
| "_npmUser": {
| "name": "hichaelmart",
| "email": "michael.hart.au@gmail.com"
| },
| "_npmVersion": "6.14.5",
| "_phantomChildren": {},
| "_requested": {
| "raw": "aws4@^1.8.0",
| "scope": null,
| "escapedName": "aws4",
| "name": "aws4",
| "rawSpec": "^1.8.0",
| "spec": ">=1.8.0 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/request"
| ],
| "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz",
| "_shasum": "a17b3a8ea811060e74d47d306122400ad4497ae2",
| "_shrinkwrap": null,
| "_spec": "aws4@^1.8.0",
| "_where": "/root/rushmail/node_modules/request",
| "author": {
| "name": "Michael Hart",
| "email": "michael.hart.au@gmail.com",
| "url": "https://github.com/mhart"
| },
| "bugs": {
| "url": "https://github.com/mhart/aws4/issues"
| },
| "dependencies": {},
| "description": "Signs and prepares requests using AWS Signature Version 4",
| "devDependencies": {
| "mocha": "^7.1.2",
| "should": "^13.2.3"
| },
| "directories": {},
| "dist": {
| "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==",
| "shasum": "a17b3a8ea811060e74d47d306122400ad4497ae2",
| "tarball": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz",
| "fileCount": 6,
| "unpackedSize": 21087,
| "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyEJeCRA9TVsSAnZWagAAS9YP/0M/tlgJFdmsgCIekHyU\nRh+roU6P6vIGZQ0rpYgV6yGxRikMJjJUwRi9mi7kQWASaWlvk/LiCM3c3/PN\n/4NeIH9qX3a3/mraEZZFWu3Ot1UAZqRW2+Aa6ipN8+rGmU1+1Gh+/6ztTRTd\nagAev8J9XNL+ZMrxjNUPENhDzFMdRQpZwiqvy52dajrHMq3C2qMfoVU/+Nm0\n2LiSYcjBLpLLOIS75Ammn6kw3XzThBKMMZDBvhyimXRs1pET+Ej/6rFJKAzG\ncIueaiFLSH6ekcgLBpXf8vExlhydDRRNXcqZKEMgA8EFwzrYPRzcIgslEPvM\nLL1/shDkgLaSqyp54fhZvojcdbJiBXsmTC8jeKoIcmLXGNA1eDitESRp2QgM\nLsKkIUYwosApGBGULwjYxJCbDECq/B0o7MRIoQDuFz84ZYHEj7GBhMOvKu/a\nsTM5ocRHm+qwqhAlIlrx7hjqNE4cTMYTExynFwye+FKWrTLl6+xwyqpQpkHr\nG99SgNT1q7QUQVUF0/LM4heju/T5Qab3WGHLs+hB2ylbHwVC1ftXzvxqkQ9U\ni4t4v5fa27H4gjXCxdq2kxwtQDCup87Ta8ZLP5Prog70mLID2fT0SUTWkuDX\nThaLQO15bVyR/mQzteggv/rUujS3tdK8/jYyKR4nBIRQ+AieUZpZ3glmXF5S\ndobo\r\n=x59z\r\n-----END PGP SIGNATURE-----\r\n"
| },
| "gitHead": "09c55bf6d424a4b5547150f0809f854bd14f650a",
| "homepage": "https://github.com/mhart/aws4#readme",
| "license": "MIT",
| "main": "aws4.js",
| "maintainers": [
| {
| "name": "hichaelmart",
| "email": "michael.hart.au@gmail.com"
| }
| ],
| "name": "aws4",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mhart/aws4.git"
| },
| "scripts": {
| "integration": "node ./test/slow.js",
| "test": "mocha ./test/fast.js -R list"
| },
| "version": "1.10.0"
| }
|
|