Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최현영
/
Expresswayinfo24
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최현영
2020-06-02 00:01:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4770c620f74a8c208efcb1b56596746422585bb0
4770c620
1 parent
a2fff6cc
whereur
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
0 deletions
whereur/app.js
whereur/node_modules/https/package.json
whereur/package-lock.json
whereur/package.json
whereur/app.js
View file @
4770c62
This diff is collapsed. Click to expand it.
whereur/node_modules/https/package.json
0 → 100644
View file @
4770c62
{
"_from"
:
"https"
,
"_id"
:
"https@1.0.0"
,
"_inBundle"
:
false
,
"_integrity"
:
"sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q="
,
"_location"
:
"/https"
,
"_phantomChildren"
:
{},
"_requested"
:
{
"type"
:
"tag"
,
"registry"
:
true
,
"raw"
:
"https"
,
"name"
:
"https"
,
"escapedName"
:
"https"
,
"rawSpec"
:
""
,
"saveSpec"
:
null
,
"fetchSpec"
:
"latest"
},
"_requiredBy"
:
[
"#USER"
,
"/"
],
"_resolved"
:
"https://registry.npmjs.org/https/-/https-1.0.0.tgz"
,
"_shasum"
:
"3c37c7ae1a8eeb966904a2ad1e975a194b7ed3a4"
,
"_spec"
:
"https"
,
"_where"
:
"/Users/hyunyeong/Desktop/WhereUr/WhereUR/whereur"
,
"author"
:
{
"name"
:
"hardus van der berg"
,
"email"
:
"hardus@sunfork.com"
,
"url"
:
"http://www.sunfork.com"
},
"bundleDependencies"
:
false
,
"deprecated"
:
false
,
"description"
:
"https mediation"
,
"keywords"
:
[
"https"
,
"mediation"
],
"license"
:
"ISC"
,
"main"
:
"index.js"
,
"name"
:
"https"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"version"
:
"1.0.0"
}
whereur/package-lock.json
View file @
4770c62
...
...
@@ -424,6 +424,11 @@
"sshpk"
:
"^1.7.0"
}
},
"https"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/https/-/https-1.0.0.tgz"
,
"integrity"
:
"sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q="
},
"iconv-lite"
:
{
"version"
:
"0.4.24"
,
"resolved"
:
"https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz"
,
...
...
whereur/package.json
View file @
4770c62
...
...
@@ -21,6 +21,7 @@
"express-error-handler"
:
"^1.1.0"
,
"express-session"
:
"^1.17.1"
,
"http"
:
"0.0.1-security"
,
"https"
:
"^1.0.0"
,
"mongoose"
:
"^5.9.16"
,
"path"
:
"^0.12.7"
,
"request"
:
"^2.88.2"
...
...
Please
register
or
login
to post a comment