FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-addon-examples/package.json at mhdawson-patch-1 · nodejs/node-addon-examples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node-addon-examples
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
602
Star
2.6k
Code
Issues
49
Pull requests
15
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-addon-examples
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 607 Bytes
Breadcrumbs
node-addon-examples
/
package.json
Copy path
File metadata and controls
31 lines (31 loc) · 607 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
30
31
{
"name"
:
"
node-addon-examples
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Node.js Addon Examples
"
,
"main"
:
"
test_all.js
"
,
"scripts"
: {
"format"
:
"
clang-format -i --glob=*/**/*.{h,cpp,cc}
"
,
"test"
:
"
node test_all.js
"
},
"husky"
: {
"hooks"
: {
"pre-commit"
:
"
lint-staged
"
}
},
"lint-staged"
: {
"*.{h,cpp,cc}"
: [
"
npm run format
"
,
"
git add
"
]
},
"dependencies"
: {
"chalk"
:
"
^3.0.0
"
,
"clang-format"
:
"
^1.4.0
"
,
"cmake-js"
:
"
^7.1.1
"
,
"semver"
:
"
^7.1.3
"
},
"devDependencies"
: {
"husky"
:
"
^4.3.0
"
,
"lint-staged"
:
"
^10.5.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL