{
  "_from": "gulp-batch@^1.0.5",
  "_id": "gulp-batch@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-GIZlWEpompf1u7qpe72OZyNQjZiBiL1RGRiJ3HeM152TDXapHwm5zy7B6hEce2Mp/OuyDsZfj41xnrY/W5U2Og==",
  "_location": "/gulp-batch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gulp-batch@^1.0.5",
    "name": "gulp-batch",
    "escapedName": "gulp-batch",
    "rawSpec": "^1.0.5",
    "saveSpec": null,
    "fetchSpec": "^1.0.5"
  },
  "_requiredBy": [
    "/laravel-elixir"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-batch/-/gulp-batch-1.0.5.tgz",
  "_shasum": "c40fc9b2303674897b1216d82e1518b73217da59",
  "_spec": "gulp-batch@^1.0.5",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\laravel-elixir",
  "author": {
    "name": "Vsevolod Strukchinsky"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/gulp-batch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async-done": "^1.0.0",
    "stream-array": "^1.0.1"
  },
  "deprecated": false,
  "description": "Event batcher for gulp-watcher",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.0.1",
    "mocha-lcov-reporter": "0.0.1",
    "should": "^4.3.1",
    "stream-assert": "^2.0.2"
  },
  "homepage": "https://github.com/floatdrop/gulp-batch#readme",
  "keywords": [
    "gulp",
    "batch",
    "throttle",
    "debounce",
    "gulpfriendly",
    "watch",
    "mocha"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp-batch",
  "repository": {
    "type": "git",
    "url": "git://github.com/floatdrop/gulp-batch.git"
  },
  "scripts": {
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "istanbul cover _mocha -- test/*.js --reporter spec"
  },
  "version": "1.0.5"
}
