Initial commit
[yaffs-website] / node_modules / trim-newlines / package.json
1 {
2   "_args": [
3     [
4       "trim-newlines@^1.0.0",
5       "/var/www/yaffs/node_modules/meow"
6     ]
7   ],
8   "_from": "trim-newlines@>=1.0.0 <2.0.0",
9   "_id": "trim-newlines@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/trim-newlines",
13   "_nodeVersion": "4.1.1",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "trim-newlines",
22     "raw": "trim-newlines@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/meow"
30   ],
31   "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
32   "_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
33   "_shrinkwrap": null,
34   "_spec": "trim-newlines@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/meow",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/trim-newlines/issues"
43   },
44   "dependencies": {},
45   "description": "Trim newlines from the start and/or end of a string",
46   "devDependencies": {
47     "ava": "*",
48     "xo": "*"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "5887966bb582a4503a41eb524f7d35011815a613",
53     "tarball": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "f651a2d4cbf382c2936e6e53edee9316602e4ce7",
62   "homepage": "https://github.com/sindresorhus/trim-newlines",
63   "keywords": [
64     "crlf",
65     "delete",
66     "end",
67     "left",
68     "lf",
69     "linebreak",
70     "newline",
71     "newlines",
72     "remove",
73     "right",
74     "start",
75     "str",
76     "string",
77     "strip",
78     "trim"
79   ],
80   "license": "MIT",
81   "maintainers": [
82     {
83       "name": "sindresorhus",
84       "email": "sindresorhus@gmail.com"
85     }
86   ],
87   "name": "trim-newlines",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/sindresorhus/trim-newlines.git"
93   },
94   "scripts": {
95     "test": "xo && ava"
96   },
97   "version": "1.0.0"
98 }