@accordproject/concerto-cto
Advanced tools
Comparing version 3.19.3-20241014162440 to 3.19.3-20241021135045
/*! | ||
* Concerto CTO v3.19.3-20241014162440 | ||
* Concerto CTO v3.19.3-20241021135045 | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License. |
{ | ||
"name": "@accordproject/concerto-cto", | ||
"version": "3.19.3-20241014162440", | ||
"version": "3.19.3-20241021135045", | ||
"description": "Parser for Concerto CTO files", | ||
@@ -16,7 +16,4 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"parser": "peggy -o lib/parser.js lib/parser.pegjs", | ||
"pretest": "npm run lint && npm run parser", | ||
"pretest": "npm run lint && npm run parser && npm run doc", | ||
"lint": "eslint .", | ||
"postlint": "npm run licchk", | ||
"licchk": "license-check-and-add", | ||
"postlicchk": "npm run doc", | ||
"doc": "jsdoc --pedantic --recurse -c jsdoc.json", | ||
@@ -51,3 +48,2 @@ "test": "nyc mocha --recursive -t 10000", | ||
"jsdoc": "^4.0.2", | ||
"license-check-and-add": "2.3.6", | ||
"mocha": "10.0.0", | ||
@@ -66,43 +62,2 @@ "nyc": "15.1.0", | ||
"browserslist": "> 0.25%, not dead", | ||
"license-check-and-add-config": { | ||
"folder": "./lib", | ||
"license": "HEADER", | ||
"exact_paths_method": "EXCLUDE", | ||
"exact_paths": [ | ||
"api.txt", | ||
"composer-logs", | ||
"coverage", | ||
"./parser.js", | ||
"LICENSE", | ||
"node_modules", | ||
".nyc-output", | ||
"out", | ||
".tern-project" | ||
], | ||
"file_type_method": "EXCLUDE", | ||
"file_types": [ | ||
".yml", | ||
".yaml", | ||
".zip", | ||
".tgz" | ||
], | ||
"insert_license": false, | ||
"license_formats": { | ||
"js|njk|pegjs|cto|acl|qry": { | ||
"prepend": "/*", | ||
"append": " */", | ||
"eachLine": { | ||
"prepend": " * " | ||
} | ||
}, | ||
"npmrc|editorconfig|txt": { | ||
"eachLine": { | ||
"prepend": "# " | ||
} | ||
}, | ||
"md": { | ||
"file": "HEADER.md" | ||
} | ||
} | ||
}, | ||
"nyc": { | ||
@@ -109,0 +64,0 @@ "produce-source-map": "true", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
584588