Showing
4 changed files
with
51 additions
and
0 deletions
This diff is collapsed. Click to expand it.
whereur/node_modules/https/package.json
0 → 100644
1 | +{ | ||
2 | + "_from": "https", | ||
3 | + "_id": "https@1.0.0", | ||
4 | + "_inBundle": false, | ||
5 | + "_integrity": "sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q=", | ||
6 | + "_location": "/https", | ||
7 | + "_phantomChildren": {}, | ||
8 | + "_requested": { | ||
9 | + "type": "tag", | ||
10 | + "registry": true, | ||
11 | + "raw": "https", | ||
12 | + "name": "https", | ||
13 | + "escapedName": "https", | ||
14 | + "rawSpec": "", | ||
15 | + "saveSpec": null, | ||
16 | + "fetchSpec": "latest" | ||
17 | + }, | ||
18 | + "_requiredBy": [ | ||
19 | + "#USER", | ||
20 | + "/" | ||
21 | + ], | ||
22 | + "_resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz", | ||
23 | + "_shasum": "3c37c7ae1a8eeb966904a2ad1e975a194b7ed3a4", | ||
24 | + "_spec": "https", | ||
25 | + "_where": "/Users/hyunyeong/Desktop/WhereUr/WhereUR/whereur", | ||
26 | + "author": { | ||
27 | + "name": "hardus van der berg", | ||
28 | + "email": "hardus@sunfork.com", | ||
29 | + "url": "http://www.sunfork.com" | ||
30 | + }, | ||
31 | + "bundleDependencies": false, | ||
32 | + "deprecated": false, | ||
33 | + "description": "https mediation", | ||
34 | + "keywords": [ | ||
35 | + "https", | ||
36 | + "mediation" | ||
37 | + ], | ||
38 | + "license": "ISC", | ||
39 | + "main": "index.js", | ||
40 | + "name": "https", | ||
41 | + "scripts": { | ||
42 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
43 | + }, | ||
44 | + "version": "1.0.0" | ||
45 | +} |
... | @@ -424,6 +424,11 @@ | ... | @@ -424,6 +424,11 @@ |
424 | "sshpk": "^1.7.0" | 424 | "sshpk": "^1.7.0" |
425 | } | 425 | } |
426 | }, | 426 | }, |
427 | + "https": { | ||
428 | + "version": "1.0.0", | ||
429 | + "resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz", | ||
430 | + "integrity": "sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q=" | ||
431 | + }, | ||
427 | "iconv-lite": { | 432 | "iconv-lite": { |
428 | "version": "0.4.24", | 433 | "version": "0.4.24", |
429 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", | 434 | "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", | ... | ... |
... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
21 | "express-error-handler": "^1.1.0", | 21 | "express-error-handler": "^1.1.0", |
22 | "express-session": "^1.17.1", | 22 | "express-session": "^1.17.1", |
23 | "http": "0.0.1-security", | 23 | "http": "0.0.1-security", |
24 | + "https": "^1.0.0", | ||
24 | "mongoose": "^5.9.16", | 25 | "mongoose": "^5.9.16", |
25 | "path": "^0.12.7", | 26 | "path": "^0.12.7", |
26 | "request": "^2.88.2" | 27 | "request": "^2.88.2" | ... | ... |
-
Please register or login to post a comment