{
  "_args": [
    [
      "trim-off-newlines@1.0.3",
      "/datamix/pm/www/lib/external/formbuilder"
    ]
  ],
  "_development": true,
  "_from": "trim-off-newlines@1.0.3",
  "_id": "trim-off-newlines@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-kh6Tu6GbeSNMGfrrZh6Bb/4ZEHV1QlB4xNDBeog8Y9/QwFlKTRyWvY3Fs9tRDAMZliVUwieMgEdIeL/FtqjkJg==",
  "_location": "/trim-off-newlines",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "trim-off-newlines@1.0.3",
    "name": "trim-off-newlines",
    "escapedName": "trim-off-newlines",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/conventional-commits-parser"
  ],
  "_resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/datamix/pm/www/lib/external/formbuilder",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "github.com/stevemao"
  },
  "bugs": {
    "url": "https://github.com/stevemao/trim-off-newlines/issues"
  },
  "description": "Similar to String#trim() but removes only newlines",
  "devDependencies": {
    "mocha": "^3.5.3",
    "xo": "^0.17.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stevemao/trim-off-newlines#readme",
  "keywords": [
    "trim",
    "newlines",
    "new-lines",
    "newline",
    "new-lines",
    "string",
    "str",
    "util",
    "utils",
    "utility",
    "whitespace",
    "space",
    "remove",
    "delete"
  ],
  "license": "MIT",
  "name": "trim-off-newlines",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevemao/trim-off-newlines.git"
  },
  "scripts": {
    "test": "xo && mocha"
  },
  "version": "1.0.3",
  "xo": {
    "envs": [
      "node",
      "mocha"
    ]
  }
}
