{
  "_from": "trim-lines@^3.0.0",
  "_id": "trim-lines@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  "_location": "/trim-lines",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "trim-lines@^3.0.0",
    "name": "trim-lines",
    "escapedName": "trim-lines",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/mdast-util-to-hast"
  ],
  "_resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
  "_shasum": "d802e332a07df861c48802c04321017b1bd87338",
  "_spec": "trim-lines@^3.0.0",
  "_where": "/var/www/web-lab/node_modules/mdast-util-to-hast",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/trim-lines/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "deprecated": false,
  "description": "Remove spaces and tabs around line-breaks",
  "devDependencies": {
    "@types/tape": "^4.0.0",
    "c8": "^7.0.0",
    "prettier": "^2.0.0",
    "remark-cli": "^11.0.0",
    "remark-preset-wooorm": "^9.0.0",
    "rimraf": "^3.0.0",
    "tape": "^5.0.0",
    "typescript": "^4.0.0",
    "xo": "^0.50.0"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/wooorm"
  },
  "homepage": "https://github.com/wooorm/trim-lines#readme",
  "keywords": [
    "space",
    "tab",
    "line",
    "break",
    "trim"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "trim-lines",
  "prettier": {
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "bracketSpacing": false,
    "semi": false,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wooorm/trim-lines.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
    "prebuild": "rimraf \"*.d.ts\"",
    "prepublishOnly": "npm run build && npm run format",
    "test": "npm run build && npm run format && npm run test-coverage",
    "test-api": "node test.js",
    "test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js"
  },
  "sideEffects": false,
  "type": "module",
  "types": "index.d.ts",
  "version": "3.0.1",
  "xo": {
    "prettier": true
  }
}
