source: trip-planner-front/node_modules/aws4/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_args": [
3 [
4 "aws4@1.11.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "aws4@1.11.0",
10 "_id": "aws4@1.11.0",
11 "_inBundle": false,
12 "_integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==",
13 "_location": "/aws4",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "aws4@1.11.0",
19 "name": "aws4",
20 "escapedName": "aws4",
21 "rawSpec": "1.11.0",
22 "saveSpec": null,
23 "fetchSpec": "1.11.0"
24 },
25 "_requiredBy": [
26 "/request"
27 ],
28 "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
29 "_spec": "1.11.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Michael Hart",
33 "email": "michael.hart.au@gmail.com",
34 "url": "https://github.com/mhart"
35 },
36 "bugs": {
37 "url": "https://github.com/mhart/aws4/issues"
38 },
39 "description": "Signs and prepares requests using AWS Signature Version 4",
40 "devDependencies": {
41 "mocha": "^2.5.3",
42 "should": "^8.4.0"
43 },
44 "homepage": "https://github.com/mhart/aws4#readme",
45 "license": "MIT",
46 "main": "aws4.js",
47 "name": "aws4",
48 "repository": {
49 "type": "git",
50 "url": "git+https://github.com/mhart/aws4.git"
51 },
52 "scripts": {
53 "integration": "node ./test/slow.js",
54 "test": "mocha ./test/fast.js -R list"
55 },
56 "version": "1.11.0"
57}
Note: See TracBrowser for help on using the repository browser.