{
  "_args": [
    [
      "iterare@1.1.2",
      "C:\\Work\\Rocket Smart Home\\Software\\PRODUCTION\\HOOBS PROD\\UI4\\homebridge-config-ui-x"
    ]
  ],
  "_from": "iterare@1.1.2",
  "_id": "iterare@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-25rVYmj/dDvTR6zOa9jY1Ihd6USLa0J508Ub2iy7Aga+xu9JMbjDds2Uh03ReDGbva/YN3s3Ybi+Do0nOX6wAg==",
  "_location": "/iterare",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "iterare@1.1.2",
    "name": "iterare",
    "escapedName": "iterare",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/@nestjs/core",
    "/@nestjs/websockets"
  ],
  "_resolved": "https://registry.npmjs.org/iterare/-/iterare-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "C:\\Work\\Rocket Smart Home\\Software\\PRODUCTION\\HOOBS PROD\\UI4\\homebridge-config-ui-x",
  "author": {
    "name": "Felix Becker",
    "email": "felix.b@outlook.com"
  },
  "bugs": {
    "url": "https://github.com/felixfbecker/iterare/issues"
  },
  "description": "Array methods for ES6 Iterators",
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "@reactivex/ix-es2015-cjs": "^2.2.0",
    "@types/benchmark": "^1.0.30",
    "@types/lodash": "^4.14.55",
    "@types/mocha": "^2.2.40",
    "@types/node": "^7.0.8",
    "benchmark": "^2.1.3",
    "husky": "^0.14.3",
    "ix": "^2.2.0",
    "lodash": "^4.17.4",
    "mocha": "^3.2.0",
    "nyc": "^10.1.2",
    "prettier": "^1.14.2",
    "rxjs": "^5.2.0",
    "semantic-release": "^15.9.12",
    "source-map-support": "^0.4.14",
    "tslint": "^5.8.0",
    "tslint-config-prettier": "^1.6.0",
    "typedoc": "^0.9.0",
    "typescript": "~3.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/felixfbecker/iterare#readme",
  "keywords": [
    "iterator",
    "iteration",
    "functional",
    "es6",
    "collection",
    "array",
    "map",
    "set",
    "filter",
    "reduce",
    "flatten",
    "concat",
    "every",
    "some"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "iterare",
  "nyc": {
    "include": [
      "lib/**/*.js"
    ],
    "exclude": [
      "lib/**/*.test.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixfbecker/iterare.git"
  },
  "scripts": {
    "build": "tsc",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "cover": "nyc mocha -r source-map-support/register lib/**/*.test.js",
    "lint": "npm run prettier && npm run tslint",
    "prettier": "prettier --config .prettierrc --write --list-different \"**/{*.{ts,json,js,md,yml},*.*.yml}\"",
    "semantic-release": "semantic-release",
    "test": "mocha -r source-map-support/register lib/**/*.test.js",
    "tslint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts'",
    "typedoc": "typedoc --out typedoc --tsconfig tsconfig.json --ignoreCompilerErrors --mode file --excludeExternals src",
    "watch": "tsc -w"
  },
  "typings": "lib/index.d.ts",
  "version": "1.1.2"
}
