Changeset 59329aa for trip-planner-front/node_modules/aws4/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/aws4/package.json
rceaed42 r59329aa 1 1 { 2 "name": "aws4", 3 "version": "1.11.0", 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 }, 4 39 "description": "Signs and prepares requests using AWS Signature Version 4", 5 "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",6 "license": "MIT",7 "repository": "github:mhart/aws4",8 "main": "aws4.js",9 "scripts": {10 "test": "mocha ./test/fast.js -R list",11 "integration": "node ./test/slow.js"12 },13 40 "devDependencies": { 14 41 "mocha": "^2.5.3", 15 42 "should": "^8.4.0" 16 } 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" 17 57 }
Note:
See TracChangeset
for help on using the changeset viewer.