{
  "_from": "array-differ@^2.0.3",
  "_id": "array-differ@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-KbUpJgx909ZscOc/7CLATBFam7P1Z1QRQInvgT0UztM9Q72aGKCunKASAl7WNW0tnPmPyEMeMhdsfWhfmW037w==",
  "_location": "/array-differ",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-differ@^2.0.3",
    "name": "array-differ",
    "escapedName": "array-differ",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/multimatch"
  ],
  "_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-2.1.0.tgz",
  "_shasum": "4b9c1c3f14b906757082925769e8ab904f4801b1",
  "_spec": "array-differ@^2.0.3",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development/node_modules/multimatch",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/array-differ/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Create an array with values that are present in the first input array but not additional ones",
  "devDependencies": {
    "ava": "^1.2.1",
    "tsd-check": "^0.3.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/array-differ#readme",
  "keywords": [
    "array",
    "difference",
    "diff",
    "differ",
    "filter",
    "exclude"
  ],
  "license": "MIT",
  "name": "array-differ",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/array-differ.git"
  },
  "scripts": {
    "test": "xo && ava && tsd-check"
  },
  "version": "2.1.0"
}
