FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-report/package.json at v2.2.2 · nodejs/node-report · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jun 18, 2021. It is now read-only.
nodejs
/
node-report
Public archive
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36
Star
324
Code
Issues
0
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-report
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 674 Bytes
Breadcrumbs
node-report
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 674 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name"
:
"
node-report
"
,
"version"
:
"
2.2.2
"
,
"description"
:
"
Diagnostic Report for Node.js
"
,
"homepage"
:
"
https://github.com/nodejs/node-report#readme
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/nodejs/node-report.git
"
},
"engines"
: {
"node"
:
"
>=4.0.0
"
},
"dependencies"
: {
"nan"
:
"
^2.3.5
"
},
"license"
:
"
MIT
"
,
"contributors"
: [
"
Richard Chamberlain <richard_chamberlain@uk.ibm.com> (https://github.com/rnchamberlain)
"
],
"scripts"
: {
"test"
:
"
tap --timeout=300 test/test*.js
"
},
"bugs"
: {
"url"
:
"
https://github.com/nodejs/node-report/issues
"
},
"devDependencies"
: {
"tap"
:
"
^8.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL