{
  "_from": "iterare@1.2.1",
  "_id": "iterare@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==",
  "_location": "/iterare",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "iterare@1.2.1",
    "name": "iterare",
    "escapedName": "iterare",
    "rawSpec": "1.2.1",
    "saveSpec": null,
    "fetchSpec": "1.2.1"
  },
  "_requiredBy": [
    "/@nestjs/common",
    "/@nestjs/core"
  ],
  "_resolved": "https://registry.npmmirror.com/iterare/-/iterare-1.2.1.tgz",
  "_shasum": "139c400ff7363690e33abffa33cbba8920f00042",
  "_spec": "iterare@1.2.1",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo/node_modules/@nestjs/common",
  "author": {
    "name": "Felix Becker",
    "email": "felix.b@outlook.com"
  },
  "bugs": {
    "url": "https://github.com/felixfbecker/iterare/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "deprecated": false,
  "description": "Array methods for ES6 Iterators",
  "devDependencies": {
    "@commitlint/cli": "^8.0.0",
    "@commitlint/config-conventional": "^8.0.0",
    "@reactivex/ix-es2015-cjs": "^2.5.3",
    "@types/benchmark": "^1.0.31",
    "@types/lodash": "^4.14.134",
    "@types/mocha": "^5.2.7",
    "@types/node": "^7.10.6",
    "benchmark": "^2.1.4",
    "husky": "^2.4.0",
    "ix": "^2.5.3",
    "lodash": "^4.17.11",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "prettier": "^1.18.1",
    "rxjs": "^6.5.2",
    "semantic-release": "^15.13.12",
    "ts-node": "^8.2.0",
    "tslint": "^5.17.0",
    "tslint-config-prettier": "^1.18.0",
    "typedoc": "^0.14.2",
    "typescript": "~3.5.1"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/felixfbecker/iterare#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "iterator",
    "iteration",
    "functional",
    "es6",
    "collection",
    "array",
    "map",
    "set",
    "filter",
    "reduce",
    "flatten",
    "concat",
    "every",
    "some"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "mocha": {
    "spec": "src/**/*.test.ts",
    "require": "ts-node/register"
  },
  "name": "iterare",
  "nyc": {
    "all": true,
    "extension": [
      ".ts"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "src/**/*.test.ts"
    ],
    "reporter": [
      "text",
      "json"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixfbecker/iterare.git"
  },
  "scripts": {
    "build": "tsc",
    "prettier": "prettier --write --list-different '**/*.{ts,json,js,md,yml}'",
    "semantic-release": "semantic-release",
    "test": "nyc mocha",
    "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.2.1"
}
