Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-changelog-atom/package.json
{ "_from": "conventional-changelog-atom@^2.0.0", "_id": "conventional-changelog-atom@2.0.0", "_inBundle": false, "_integrity": "sha512-ygwkwyTQYAm4S0tsDt+1yg8tHhRrv7qu9SOWPhNQlVrInFLsfKc0FActCA3de2ChknxpVPY2B53yhKvCAtkBCg==", "_location": "/conventional-changelog-cli/conventional-changelog-atom", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "conventional-changelog-atom@^2.0.0", "name": "conventional-changelog-atom", "escapedName": "conventional-changelog-atom", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/conventional-changelog-cli/conventional-changelog" ], "_resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.0.tgz", "_shasum": "cd6453469cfb8fc345af3391b92990251c95558b", "_spec": "conventional-changelog-atom@^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 atom 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-atom#readme", "keywords": [ "conventional-changelog", "atom", "preset" ], "license": "ISC", "main": "index.js", "name": "conventional-changelog-atom", "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" } |