Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/conventional-changelog-jshint/package.json

{
  "_from": "conventional-changelog-jshint@^2.0.0",
  "_id": "conventional-changelog-jshint@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-+4fCln755N0ZzRUEdcDWR5Due71Dsqkbov6K/UmVCnljZvhVh0/wpT4YROoSsAnhfZO8shyWDPFKm6EP20pLQg==",
  "_location": "/conventional-changelog-cli/conventional-changelog-jshint",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "conventional-changelog-jshint@^2.0.0",
    "name": "conventional-changelog-jshint",
    "escapedName": "conventional-changelog-jshint",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog"
  ],
  "_resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.0.tgz",
  "_shasum": "7a038330f485082e489f47f5d07539036949f87d",
  "_spec": "conventional-changelog-jshint@^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": {
    "compare-func": "^1.3.1",
    "q": "^1.5.1"
  },
  "deprecated": false,
  "description": "conventional-changelog jshint 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-jshint#readme",
  "keywords": [
    "conventional-changelog",
    "jshint",
    "preset"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "conventional-changelog-jshint",
  "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"
}