{
  "_args": [
    [
      "find-index@1.1.0",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_development": true,
  "_from": "find-index@1.1.0",
  "_id": "find-index@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-UwB8ec0wBA1oFteUWOiDfVxXBe8=",
  "_location": "/find-index",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "find-index@1.1.0",
    "name": "find-index",
    "escapedName": "find-index",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/broccoli-concat"
  ],
  "_resolved": "https://registry.npmjs.org/find-index/-/find-index-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "James Friend",
    "email": "james@jsdf.co",
    "url": "http://jsdf.co/"
  },
  "bugs": {
    "url": "https://github.com/jsdf/find-index/issues"
  },
  "description": "finds an item in an array matching a predicate function, and returns its index",
  "devDependencies": {
    "array-findindex": "0.1.0",
    "lodash.findindex": "3.2.0",
    "tap": "^1.0.4"
  },
  "homepage": "https://github.com/jsdf/find-index",
  "keywords": [
    "array",
    "findindex",
    "es6",
    "es2015",
    "ponyfill",
    "polyfill",
    "find"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "find-index",
  "repository": {
    "type": "git",
    "url": "git://github.com/jsdf/find-index.git"
  },
  "scripts": {
    "test": "tap test"
  },
  "version": "1.1.0"
}
