{
  "_args": [
    [
      "intersect@0.0.3",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "intersect@0.0.3",
  "_id": "intersect@0.0.3",
  "_inBundle": false,
  "_integrity": "sha1-waSl5erG7eSvdQTMB+Ctp7yfSSA=",
  "_location": "/intersect",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "intersect@0.0.3",
    "name": "intersect",
    "escapedName": "intersect",
    "rawSpec": "0.0.3",
    "saveSpec": null,
    "fetchSpec": "0.0.3"
  },
  "_requiredBy": [
    "/bower-json"
  ],
  "_resolved": "https://registry.npmjs.org/intersect/-/intersect-0.0.3.tgz",
  "_spec": "0.0.3",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Julian Gruber",
    "email": "mail@juliangruber.com",
    "url": "http://juliangruber.com"
  },
  "bugs": {
    "url": "https://github.com/juliangruber/intersect/issues"
  },
  "dependencies": {},
  "description": "Find the intersection of two arrays",
  "devDependencies": {
    "tape": "~0.3.3"
  },
  "homepage": "https://github.com/juliangruber/intersect",
  "keywords": [
    "interset",
    "array"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "intersect",
  "repository": {
    "type": "git",
    "url": "git://github.com/juliangruber/intersect.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "firefox/10..latest",
      "safari/5.0.5..latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ]
  },
  "version": "0.0.3"
}
