{
  "_args": [
    [
      {
        "raw": "array-differ@^1.0.0",
        "scope": null,
        "escapedName": "array-differ",
        "name": "array-differ",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\gulp-util"
    ]
  ],
  "_from": "array-differ@>=1.0.0 <2.0.0",
  "_id": "array-differ@1.0.0",
  "_inCache": true,
  "_location": "/array-differ",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "array-differ@^1.0.0",
    "scope": null,
    "escapedName": "array-differ",
    "name": "array-differ",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-util"
  ],
  "_resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
  "_shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
  "_shrinkwrap": null,
  "_spec": "array-differ@^1.0.0",
  "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\gulp-util",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/array-differ/issues"
  },
  "dependencies": {},
  "description": "Create an array with values that are present in the first input array but not additional ones",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "eff52e3758249d33be402b8bb8e564bb2b5d4031",
    "tarball": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e91802976c4710eef8dea2090d48e48525cf41b1",
  "homepage": "https://github.com/sindresorhus/array-differ#readme",
  "keywords": [
    "array",
    "difference",
    "diff",
    "differ",
    "filter",
    "exclude"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "array-differ",
  "optionalDependencies": {},
  "readme": "# array-differ [![Build Status](https://travis-ci.org/sindresorhus/array-differ.svg?branch=master)](https://travis-ci.org/sindresorhus/array-differ)\n\n> Create an array with values that are present in the first input array but not additional ones\n\n\n## Install\n\n```sh\n$ npm install --save array-differ\n```\n\n\n## Usage\n\n```js\nvar arrayDiffer = require('array-differ');\n\narrayDiffer([2, 3, 4], [3, 50]);\n//=> [2, 4]\n```\n\n## API\n\n### arrayDiffer(input, values, [values, ...])\n\nReturns the new array.\n\n#### input\n\nType: `array`\n\n#### values\n\nType: `array`\n\nArrays of values to exclude.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
  "readmeFilename": "readme.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/array-differ.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}
