- 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/http-signature/package.json
rceaed42 r59329aa 1 1 { 2 "name": "http-signature", 3 "description": "Reference implementation of Joyent's HTTP Signature scheme.", 4 "version": "1.2.0", 5 "license": "MIT", 6 "author": "Joyent, Inc", 2 "_args": [ 3 [ 4 "http-signature@1.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "http-signature@1.2.0", 10 "_id": "http-signature@1.2.0", 11 "_inBundle": false, 12 "_integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", 13 "_location": "/http-signature", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "http-signature@1.2.0", 19 "name": "http-signature", 20 "escapedName": "http-signature", 21 "rawSpec": "1.2.0", 22 "saveSpec": null, 23 "fetchSpec": "1.2.0" 24 }, 25 "_requiredBy": [ 26 "/request" 27 ], 28 "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", 29 "_spec": "1.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Joyent, Inc" 33 }, 34 "bugs": { 35 "url": "https://github.com/joyent/node-http-signature/issues" 36 }, 7 37 "contributors": [ 8 "Mark Cavage <mcavage@gmail.com>", 9 "David I. Lehn <dil@lehn.org>", 10 "Patrick Mooney <patrick.f.mooney@gmail.com>" 38 { 39 "name": "Mark Cavage", 40 "email": "mcavage@gmail.com" 41 }, 42 { 43 "name": "David I. Lehn", 44 "email": "dil@lehn.org" 45 }, 46 { 47 "name": "Patrick Mooney", 48 "email": "patrick.f.mooney@gmail.com" 49 } 11 50 ], 12 "repository": {13 "type": "git",14 "url": "git://github.com/joyent/node-http-signature.git"15 },16 "homepage": "https://github.com/joyent/node-http-signature/",17 "bugs": "https://github.com/joyent/node-http-signature/issues",18 "keywords": [19 "https",20 "request"21 ],22 "engines": {23 "node": ">=0.8",24 "npm": ">=1.3.7"25 },26 "main": "lib/index.js",27 "scripts": {28 "test": "tap test/*.js"29 },30 51 "dependencies": { 31 52 "assert-plus": "^1.0.0", … … 33 54 "sshpk": "^1.7.0" 34 55 }, 56 "description": "Reference implementation of Joyent's HTTP Signature scheme.", 35 57 "devDependencies": { 36 58 "tap": "0.4.2", 37 59 "uuid": "^2.0.2" 38 } 60 }, 61 "engines": { 62 "node": ">=0.8", 63 "npm": ">=1.3.7" 64 }, 65 "homepage": "https://github.com/joyent/node-http-signature/", 66 "keywords": [ 67 "https", 68 "request" 69 ], 70 "license": "MIT", 71 "main": "lib/index.js", 72 "name": "http-signature", 73 "repository": { 74 "type": "git", 75 "url": "git://github.com/joyent/node-http-signature.git" 76 }, 77 "scripts": { 78 "test": "tap test/*.js" 79 }, 80 "version": "1.2.0" 39 81 }
Note:
See TracChangeset
for help on using the changeset viewer.