{
  "_args": [
    [
      "array-intersect@0.0.1",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "array-intersect@0.0.1",
  "_id": "array-intersect@0.0.1",
  "_inBundle": false,
  "_integrity": "sha512-n7+bHor4z+uofaUyLmUD9H/yEkDFsIHXQVRcK4xLpHgnpkVQA2lkaMTPNg0T3J0tCEVb6oACxeyTmCtspd+BBA==",
  "_location": "/array-intersect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "array-intersect@0.0.1",
    "name": "array-intersect",
    "escapedName": "array-intersect",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/vue-tables-2"
  ],
  "_resolved": "https://registry.npmjs.org/array-intersect/-/array-intersect-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Michael Cavalea",
    "email": "callmecavs@gmail.com",
    "url": "http://callmecavs.com/"
  },
  "bugs": {
    "url": "https://github.com/callmecavs/array-intersect/issues"
  },
  "description": "[![array-intersect on Travis](https://img.shields.io/travis/callmecavs/array-intersect.svg?style=flat-square)](https://travis-ci.org/callmecavs/array-intersect) [![array-intersect on NPM](https://img.shields.io/npm/v/array-intersect.svg?style=flat-square)](https://www.npmjs.com/package/array-intersect) [![array-intersect Downloads on NPM](https://img.shields.io/npm/dm/array-intersect.svg?style=flat-square)](https://www.npmjs.com/package/array-intersect) [![Standard JavaScript Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)",
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.34",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.34",
    "@babel/preset-env": "^7.0.0-beta.34",
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "rollup": "^0.52.1",
    "rollup-plugin-babel": "^4.0.0-beta.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "standard": "^10.0.3"
  },
  "homepage": "https://github.com/callmecavs/array-intersect#readme",
  "jsnext:main": "dist/array-intersect.module.js",
  "keywords": [
    "array",
    "intersect"
  ],
  "license": "MIT",
  "main": "dist/array-intersect.js",
  "module": "dist/array-intersect.module.js",
  "name": "array-intersect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callmecavs/array-intersect.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w -m inline",
    "prebuild": "rm -rf dist",
    "prepublish": "npm run test",
    "pretest": "npm run build",
    "server": "python -m SimpleHTTPServer 3000",
    "test": "standard 'src/**/*.js' 'test/**/*.js' && mocha"
  },
  "version": "0.0.1"
}
