{
  "_args": [
    [
      "asynciterator@1.1.1",
      "/home/travis/build/RAN3D/foglet-ndp"
    ]
  ],
  "_from": "asynciterator@1.1.1",
  "_id": "asynciterator@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-NLWjVfwc/I1k/aS9eLH/zfxnN6Ci/WHJiJCfwHcyLlPUnYIY2WHDMYycBIpobyi3qCVGYdqTY4NV0LFURbqZ/g==",
  "_location": "/asynciterator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "asynciterator@1.1.1",
    "name": "asynciterator",
    "escapedName": "asynciterator",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/ldf-client"
  ],
  "_resolved": "https://registry.npmjs.org/asynciterator/-/asynciterator-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/home/travis/build/RAN3D/foglet-ndp",
  "author": {
    "name": "Ruben Verborgh",
    "email": "ruben.verborgh@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/RubenVerborgh/AsyncIterator/issues"
  },
  "dependencies": {
    "immediate": "^3.2.3"
  },
  "description": "An asynchronous iterator library for advanced object pipelines.",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.18.1",
    "jaguarjs-jsdoc": "^1.0.1",
    "jsdoc": "^3.4.0",
    "mocha": "^5.0.1",
    "nyc": "^11.4.1",
    "pre-commit": "^1.2.2",
    "sinon": "^4.4.2",
    "sinon-chai": "^2.8.0"
  },
  "homepage": "https://github.com/RubenVerborgh/AsyncIterator#readme",
  "license": "MIT",
  "main": "asynciterator.js",
  "name": "asynciterator",
  "pre-commit": [
    "lint",
    "cover"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RubenVerborgh/AsyncIterator.git"
  },
  "scripts": {
    "cover": "nyc -- mocha -R dot",
    "coveralls": "nyc --reporter=text-lcov -- mocha -R dot | coveralls",
    "docs": "jsdoc -c jsdoc.json README.md *.js",
    "lint": "eslint *.js test",
    "test": "mocha"
  },
  "version": "1.1.1"
}
