{
  "_args": [
    [
      "fileset@0.2.1",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "fileset@0.2.1",
  "_id": "fileset@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-WI74lzxmI7KnbfRlEFaWuWqsgGc=",
  "_location": "/fileset",
  "_phantomChildren": {
    "brace-expansion": "1.1.11"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fileset@0.2.1",
    "name": "fileset",
    "escapedName": "fileset",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/istanbul"
  ],
  "_resolved": "https://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "mklabs"
  },
  "bugs": {
    "url": "https://github.com/mklabs/node-fileset/issues"
  },
  "dependencies": {
    "glob": "5.x",
    "minimatch": "2.x"
  },
  "description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
  "homepage": "https://github.com/mklabs/node-fileset",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mklabs/node-fileset/blob/master/LICENSE-MIT"
    }
  ],
  "main": "./lib/fileset",
  "name": "fileset",
  "repository": {
    "type": "git",
    "url": "git://github.com/mklabs/node-fileset.git"
  },
  "scripts": {
    "test": "node tests/test.js && node tests/test-sync.js"
  },
  "version": "0.2.1"
}
