source: trip-planner-front/node_modules/http-signature/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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 },
37 "contributors": [
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 }
50 ],
51 "dependencies": {
52 "assert-plus": "^1.0.0",
53 "jsprim": "^1.2.2",
54 "sshpk": "^1.7.0"
55 },
56 "description": "Reference implementation of Joyent's HTTP Signature scheme.",
57 "devDependencies": {
58 "tap": "0.4.2",
59 "uuid": "^2.0.2"
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"
81}
Note: See TracBrowser for help on using the repository browser.