aboutsummaryrefslogtreecommitdiff
path: root/node_modules/trim-off-newlines/package.json
blob: 7b2d8a1a1a19eea7bd1d4e88381671970344fd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "name": "trim-off-newlines",
  "version": "1.0.1",
  "description": "Similar to String#trim() but removes only newlines",
  "license": "MIT",
  "repository": "stevemao/trim-off-newlines",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "github.com/stevemao"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "trim",
    "newlines",
    "new-lines",
    "newline",
    "new-lines",
    "string",
    "str",
    "util",
    "utils",
    "utility",
    "whitespace",
    "space",
    "remove",
    "delete"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "*",
    "xo": "*"
  },
  "xo": {
    "envs": [
      "node",
      "mocha"
    ]
  }
}