chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

37
node_modules/spdx-correct/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "spdx-correct",
"description": "correct invalid SPDX expressions",
"version": "3.0.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
"contributors": [
"Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
"Christian Zommerfelds <aero_super@yahoo.com>"
],
"dependencies": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
},
"devDependencies": {
"defence-cli": "^2.0.1",
"replace-require-self": "^1.0.0",
"standard": "^11.0.0",
"standard-markdown": "^4.0.2",
"tape": "^4.9.0"
},
"files": [
"index.js"
],
"keywords": [
"SPDX",
"law",
"legal",
"license",
"metadata"
],
"license": "Apache-2.0",
"repository": "jslicense/spdx-correct.js",
"scripts": {
"lint": "standard && standard-markdown",
"test": "defence README.md | replace-require-self | node && node test.js"
}
}