management/front/dkha-web-sz-main/node_modules/aws4/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "aws4@^1.8.0",
"_id": "aws4@1.12.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==",
2023-12-18 13:12:25 +08:00
"_location": "/aws4",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "aws4@^1.8.0",
2023-12-18 13:12:25 +08:00
"name": "aws4",
"escapedName": "aws4",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.8.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.8.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/request"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.12.0.tgz",
"_shasum": "ce1c9d143389679e253b314241ea9aa5cec980d3",
"_spec": "aws4@^1.8.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\request",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Michael Hart",
"email": "michael.hart.au@gmail.com",
2024-01-16 21:26:16 +08:00
"url": "https://github.com/mhart"
2023-12-18 13:12:25 +08:00
},
"bugs": {
"url": "https://github.com/mhart/aws4/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Signs and prepares requests using AWS Signature Version 4",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"mocha": "^2.5.3",
"should": "^8.4.0"
2023-12-18 13:12:25 +08:00
},
"homepage": "https://github.com/mhart/aws4#readme",
"license": "MIT",
"main": "aws4.js",
"name": "aws4",
"repository": {
"type": "git",
"url": "git+https://github.com/mhart/aws4.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"integration": "node ./test/slow.js",
"test": "mocha ./test/fast.js -R list"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.12.0"
2023-12-18 13:12:25 +08:00
}