{
  "_args": [
    [
      "gensequence@3.1.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "gensequence@3.1.1",
  "_id": "gensequence@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-ys3h0hiteRwmY6BsvSttPmkhC0vEQHPJduANBRtH/dlDPZ0UBIb/dXy80IcckXyuQ6LKg+PloRqvGER9IS7F7g==",
  "_location": "/gensequence",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gensequence@3.1.1",
    "name": "gensequence",
    "escapedName": "gensequence",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/cspell-lib",
    "/cspell-trie-lib"
  ],
  "_resolved": "https://registry.npmjs.org/gensequence/-/gensequence-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/Jason3S/GenSequence/issues"
  },
  "dependencies": {},
  "description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^10.17.18",
    "coveralls": "^3.0.11",
    "jest": "^25.1.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist/",
    "operators.js",
    "!**/samples",
    "!**/*.map",
    "!**/*.test.*",
    "!**/*.perf.*"
  ],
  "homepage": "https://github.com/Jason3S/GenSequence#readme",
  "keywords": [
    "generators",
    "generator",
    "iterator",
    "iterators",
    "iterable",
    "functional",
    "map",
    "reduce"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "gensequence",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jason3S/GenSequence.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "clean": "rimraf dist",
    "clean-build": "npm run clean && npm run build",
    "coverage": "npm test -- --coverage",
    "coverage-coveralls": "cat coverage/lcov.info | coveralls",
    "perf": "jest --testMatch '**/*.perf.ts'",
    "prepublish": "npm run clean-build",
    "prepublishOnly": "npm test",
    "test": "jest --testMatch '**/*.test.ts'",
    "test-all": "jest",
    "travis-coverage": "npm run coverage &&  npm run coverage-coveralls",
    "watch": "tsc -w -p ."
  },
  "typings": "dist/index.d.ts",
  "version": "3.1.1"
}
