{ "name": "sed",
  "version": "0.0.2",
  "description": "Embrace and extend GNU sed, the stream editor for filtering and transforming text.",
  "keywords": [
    "regexp",
    "sed",
    "stream"
  ],

  "author": "M.K. (https://github.com/mk-pmb)",
  "homepage": "https://github.com/mk-pmb/sed-js/#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mk-pmb/sed-js.git"
  },
  "bugs": {
    "url": "https://github.com/mk-pmb/sed-js/issues"
  },
  "contributors": [
  ],

  "private": false, "license": "ISC",

  "main": "sed.js",
  "bin": { "node-sed": "bin/node-sed.js" },
  "scripts": { "test": "node test/all.js" },
  "directories": { "test": "test" },

  "dependencies": {
    "end-of-stream-promise": "^1.0.0",
    "esmod-pmb": "^0.1.11",
    "getown": "^1.0.0",
    "into-stream": "^5.1.1",
    "p-fatal": "^0.1.3",
    "p-read-next-stream-chunk": "^0.1.3",
    "split-stream-lines-preserve-eol-pmb": "^0.1.1",
    "split-string-or-buffer-once-pmb": "^1.0.0",
    "through2-promise": "^1.1.2",
    "typechecks-pmb": "^0.200620.1",
    "vtry": "^1.0.5"
  },
  "devDependencies": {
    "usnam-pmb": "^0.2.4"
  },


  "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}
