{
  "_args": [
    [
      "group-array@0.3.3",
      "/var/www/html/star"
    ]
  ],
  "_development": true,
  "_from": "group-array@0.3.3",
  "_id": "group-array@0.3.3",
  "_inBundle": false,
  "_integrity": "sha1-u9nS9xjfS+M/D7kEMqrxtDYOSY8=",
  "_location": "/group-array",
  "_phantomChildren": {
    "arr-union": "3.1.0",
    "extend-shallow": "2.0.1",
    "get-value": "2.0.6",
    "is-extendable": "0.1.1",
    "is-plain-object": "2.0.4",
    "to-object-path": "0.3.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "group-array@0.3.3",
    "name": "group-array",
    "escapedName": "group-array",
    "rawSpec": "0.3.3",
    "saveSpec": null,
    "fetchSpec": "0.3.3"
  },
  "_requiredBy": [
    "/gulp-inject"
  ],
  "_resolved": "https://registry.npmjs.org/group-array/-/group-array-0.3.3.tgz",
  "_spec": "0.3.3",
  "_where": "/var/www/html/star",
  "author": {
    "name": "Brian Woodward",
    "url": "https://github.com/doowb"
  },
  "bugs": {
    "url": "https://github.com/doowb/group-array/issues"
  },
  "contributors": [
    {
      "name": "Brian Woodward",
      "email": "brian.woodward@gmail.com",
      "url": "https://twitter.com/doowb"
    },
    {
      "name": "Chris Kirk",
      "url": "http://www.chrispkirk.com"
    },
    {
      "name": "Jon Schlinkert",
      "email": "jon.schlinkert@sellside.com",
      "url": "http://twitter.com/jonschlinkert"
    }
  ],
  "dependencies": {
    "arr-flatten": "^1.0.1",
    "for-own": "^0.1.4",
    "get-value": "^2.0.6",
    "kind-of": "^3.1.0",
    "split-string": "^1.0.1",
    "union-value": "^0.2.3"
  },
  "description": "Group array of objects into lists.",
  "devDependencies": {
    "gulp-format-md": "^0.1.11",
    "mocha": "^3.2.0",
    "should": "^11.2.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/doowb/group-array",
  "keywords": [
    "array",
    "group",
    "item",
    "list",
    "nested",
    "prop",
    "properties",
    "property"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "group-array",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doowb/group-array.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": true,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "arr-flatten",
        "get-value",
        "group-object",
        "union-value"
      ]
    },
    "reflinks": [
      "verb",
      "verb-generate-readme"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "0.3.3"
}
