Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
f96a3b7e8fd01215458cae1ea6393345b12c9022
1 parent
771c6a67
heapdump
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
create-app.js
package.json
yarn.lock
create-app.js
View file @
f96a3b7
...
...
@@ -11,7 +11,7 @@ const config = require('./config/common');
// if (config.useOneapm) {
// require('oneapm');
// }
const
heapdump
=
require
(
'heapdump'
);
const
express
=
require
(
'express'
);
const
path
=
require
(
'path'
);
const
bodyParser
=
require
(
'body-parser'
);
...
...
package.json
View file @
f96a3b7
...
...
@@ -37,6 +37,7 @@
"express-session"
:
"^1.14.1"
,
"global"
:
"^4.3.2"
,
"happypack"
:
"^3.1.0"
,
"heapdump"
:
"^0.3.9"
,
"influxdb-winston"
:
"^1.0.1"
,
"lodash"
:
"^4.15.0"
,
"lodash-cli"
:
"^4.17.4"
,
...
...
yarn.lock
View file @
f96a3b7
...
...
@@ -4008,6 +4008,10 @@ header-case@^1.0.0:
no-case "^2.2.0"
upper-case "^1.1.3"
heapdump@^0.3.9:
version "0.3.9"
resolved "http://npm.yohops.com/heapdump/-/heapdump-0.3.9.tgz#03c74eb0df5d67be0982e83429ba9c9d2b3b7f78"
hmac-drbg@^1.0.0:
version "1.0.1"
resolved "http://npm.yohops.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
...
...
Please
register
or
login
to post a comment