{
  "_args": [
    [
      "compare-func@2.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "compare-func@2.0.0",
  "_id": "compare-func@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
  "_location": "/compare-func",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "compare-func@2.0.0",
    "name": "compare-func",
    "escapedName": "compare-func",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-angular",
    "/conventional-changelog-conventionalcommits",
    "/conventional-changelog-jshint"
  ],
  "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bugs": {
    "url": "https://github.com/stevemao/compare-func/issues"
  },
  "dependencies": {
    "array-ify": "^1.0.0",
    "dot-prop": "^5.1.0"
  },
  "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": "^7.1.2"
  },
  "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": "2.0.0"
}
