Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-commits-parser/package.json
{ "_from": "conventional-commits-parser@^3.0.0", "_id": "conventional-commits-parser@3.0.0", "_inBundle": false, "_integrity": "sha512-GWh71U26BLWgMykCp+VghZ4s64wVbtseECcKQ/PvcPZR2cUnz+FUc2J9KjxNl7/ZbCxST8R03c9fc+Vi0umS9Q==", "_location": "/conventional-changelog-cli/conventional-commits-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "conventional-commits-parser@^3.0.0", "name": "conventional-commits-parser", "escapedName": "conventional-commits-parser", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/conventional-changelog-cli/conventional-changelog-core" ], "_resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.0.tgz", "_shasum": "7f604549a50bd8f60443fbe515484b1c2f06a5c4", "_spec": "conventional-commits-parser@^3.0.0", "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\conventional-changelog-core", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "bin": { "conventional-commits-parser": "cli.js" }, "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "bundleDependencies": false, "dependencies": { "JSONStream": "^1.0.4", "is-text-path": "^1.0.0", "lodash": "^4.2.1", "meow": "^4.0.0", "split2": "^2.0.0", "through2": "^2.0.0", "trim-off-newlines": "^1.0.0" }, "deprecated": false, "description": "Parse raw conventional commits", "devDependencies": { "concat-stream": "^1.6.0" }, "engines": { "node": ">=6.9.0" }, "files": [ "index.js", "cli.js", "lib" ], "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme", "keywords": [ "conventional-commits-parser", "changelog", "conventional", "parser", "parsing", "logs" ], "license": "MIT", "name": "conventional-commits-parser", "repository": { "type": "git", "url": "git+https://github.com/conventional-changelog/conventional-changelog.git" }, "scripts": { "lint": "eslint --fix .", "test": "npm run lint && mocha --timeout=30000", "test-windows": "echo 'make work on windows'" }, "version": "3.0.0" } |