Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/compare-func/package.json

{
  "_from": "compare-func@^1.3.1",
  "_id": "compare-func@1.3.2",
  "_inBundle": false,
  "_integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
  "_location": "/conventional-changelog-cli/compare-func",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compare-func@^1.3.1",
    "name": "compare-func",
    "escapedName": "compare-func",
    "rawSpec": "^1.3.1",
    "saveSpec": null,
    "fetchSpec": "^1.3.1"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog-angular",
    "/conventional-changelog-cli/conventional-changelog-jshint",
    "/conventional-changelog-cli/conventional-changelog-writer"
  ],
  "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
  "_shasum": "99dd0ba457e1f9bc722b12c08ec33eeab31fa648",
  "_spec": "compare-func@^1.3.1",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\conventional-changelog-angular",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bugs": {
    "url": "https://github.com/stevemao/compare-func/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-ify": "^1.0.0",
    "dot-prop": "^3.0.0"
  },
  "deprecated": false,
  "description": "Get a compare function for array to sort",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.4.4",
    "jscs": "^3.0.5",
    "jshint": "^2.7.0",
    "mocha": "*"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stevemao/compare-func",
  "keywords": [
    "compare-func",
    "arr",
    "array",
    "by",
    "compare",
    "dot",
    "get",
    "obj",
    "object",
    "prop",
    "property",
    "sort",
    "sorting"
  ],
  "license": "MIT",
  "name": "compare-func",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevemao/compare-func.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
    "lint": "jshint *.js --exclude node_modules && jscs *.js",
    "test": "npm run-script lint && mocha"
  },
  "version": "1.3.2"
}