Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-changelog-express/package.json
{ "_from": "conventional-changelog-express@^2.0.0", "_id": "conventional-changelog-express@2.0.0", "_inBundle": false, "_integrity": "sha512-2svPjeXCrjwwqnzu/f3qU5LWoLO0jmUIEbtbbSRXAAP9Ag+137b484eJsiRt9DPYXSVzog0Eoek3rvCzfHcphQ==", "_location": "/conventional-changelog-cli/conventional-changelog-express", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "conventional-changelog-express@^2.0.0", "name": "conventional-changelog-express", "escapedName": "conventional-changelog-express", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/conventional-changelog-cli/conventional-changelog" ], "_resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.0.tgz", "_shasum": "d3d020118fbfce21a75e025ec097101e355a2361", "_spec": "conventional-changelog-express@^2.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", "author": { "name": "Steve Mao" }, "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "bundleDependencies": false, "dependencies": { "q": "^1.5.1" }, "deprecated": false, "description": "conventional-changelog express preset", "devDependencies": { "conventional-changelog-core": "0.0.2", "shelljs": "^0.8.0", "through2": "^2.0.0" }, "engines": { "node": ">=6.9.0" }, "files": [ "conventional-changelog.js", "conventional-recommended-bump.js", "index.js", "parser-opts.js", "writer-opts.js", "templates" ], "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-express#readme", "keywords": [ "conventional-changelog", "express", "preset" ], "license": "ISC", "main": "index.js", "name": "conventional-changelog-express", "repository": { "type": "git", "url": "git+https://github.com/conventional-changelog/conventional-changelog.git" }, "scripts": { "lint": "eslint --fix .", "test": "mocha --timeout=30000 && npm run-script lint", "test-windows": "echo 'make work on windows'" }, "version": "2.0.0" } |