repo.or.cz
/
CppCoreGuidelines.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Replace R.5 exception and examples with moving a BigObject to the heap to save stack
[CppCoreGuidelines.git]
/
scripts
/
nodejs
/
package.json
blob
ff4453ab20756cc1afdb15b540b1ca0377cc4928
1
{
2
"name": "CppCoreGuidelinesCheck",
3
"version": "0.0.0",
4
"description": "CppCoreGuidelines Check",
5
"private": true,
6
"dependencies": {
7
"remark": "^4.2.2",
8
"remark-lint": "^4.0.2",
9
"remark-lint-sentence-newline": "^2.0.0",
10
"remark-validate-links": "^4.1.0"
11
}
12
}