Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/array-ify/package.json

{
  "_from": "array-ify@^1.0.0",
  "_id": "array-ify@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
  "_location": "/conventional-changelog-cli/array-ify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-ify@^1.0.0",
    "name": "array-ify",
    "escapedName": "array-ify",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/compare-func"
  ],
  "_resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
  "_shasum": "9e528762b4a9066ad163a6962a364418e9626ece",
  "_spec": "array-ify@^1.0.0",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\compare-func",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bugs": {
    "url": "https://github.com/stevemao/array-ify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Turn anything into an array",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.8",
    "jscs": "^1.11.3",
    "jshint": "^2.6.3",
    "mocha": "*"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stevemao/array-ify",
  "keywords": [
    "array-ify",
    "array",
    "arr",
    "arrify",
    "arrayify",
    "convert",
    "value"
  ],
  "license": "MIT",
  "name": "array-ify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevemao/array-ify.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.0.0"
}