{
  "name": "sequences",
  "version": "2.3.1",
  "description": "A set of tools for quickly processing data in a streaming way",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/somesocks/sequences.git"
  },
  "keywords": [
    "streams"
  ],
  "author": "James Larsen (somesocks@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/somesocks/sequences/issues"
  },
  "homepage": "https://github.com/somesocks/sequences",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^14.6.0",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "@typescript-eslint/parser": "^3.9.1",
    "eslint": "^7.7.0",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "^5.2.0",
    "typescript": "^3.5.3",
    "vet": "^2.6.0"
  }
}
