{
  "_args": [
    [
      "arr-filter@1.1.2",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_development": true,
  "_from": "arr-filter@1.1.2",
  "_id": "arr-filter@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=",
  "_location": "/arr-filter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "arr-filter@1.1.2",
    "name": "arr-filter",
    "escapedName": "arr-filter",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/bach"
  ],
  "_resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/arr-filter/issues"
  },
  "dependencies": {
    "make-iterator": "^1.0.0"
  },
  "description": "Faster alternative to javascript's native filter method.",
  "devDependencies": {
    "array-filter": "^1.0.0",
    "benchmarked": "^0.2.5",
    "chalk": "^1.1.3",
    "gulp-format-md": "^0.1.11",
    "micromatch": "^2.3.11",
    "minimist": "^1.2.0",
    "mocha": "^3.2.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/arr-filter",
  "keywords": [
    "arr",
    "array",
    "collection",
    "filter",
    "util"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "arr-filter",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/arr-filter.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "collection-map",
        "arr-map",
        "array-each"
      ]
    },
    "lint": {
      "reflinks": true
    }
  },
  "version": "1.1.2"
}
