Replace R.5 exception and examples with moving a BigObject to the heap to save stack
[CppCoreGuidelines.git] / scripts / nodejs / package.json
blobff4453ab20756cc1afdb15b540b1ca0377cc4928
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     }