Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서영
/
searchGuide
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
bluejoyq
2019-12-03 18:34:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b662522d65aab79add6145ef1c352ad2eb308a37
b662522d
1 parent
6e7b39c2
add html-entities module
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
View file @
b662522
...
...
@@ -408,6 +408,11 @@
"har-schema"
:
"^2.0.0"
}
},
"html-entities"
:
{
"version"
:
"1.2.1"
,
"resolved"
:
"https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz"
,
"integrity"
:
"sha1-DfKTUfByEWNRXfueVUPl9u7VFi8="
},
"htmlparser2"
:
{
"version"
:
"3.10.1"
,
"resolved"
:
"https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz"
,
...
...
package.json
View file @
b662522
...
...
@@ -18,6 +18,7 @@
"cors"
:
"^2.8.5"
,
"dotenv"
:
"^8.2.0"
,
"express"
:
"^4.17.1"
,
"html-entities"
:
"^1.2.1"
,
"is-base64"
:
"^1.0.0"
,
"morgan"
:
"^1.9.1"
,
"request"
:
"^2.88.0"
,
...
...
Please
register
or
login
to post a comment