UNPKG

array-intersect

Version:

[![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)

47 lines (39 loc) 1.15 kB
{ "name": "array-intersect", "description": "", "main": "dist/array-intersect.js", "module": "dist/array-intersect.module.js", "jsnext:main": "dist/array-intersect.module.js", "version": "0.0.1", "license": "MIT", "repository": "callmecavs/array-intersect", "author": { "name": "Michael Cavalea", "email": "callmecavs@gmail.com", "url": "http://callmecavs.com/" }, "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" }, "keywords": [ "array", "intersect" ], "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" } }