blob: a9a1f1e221c06020da861ae636dd907093926bee [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "trim-newlines@^1.0.0",
3 "_id": "trim-newlines@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
6 "_location": "/trim-newlines",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "trim-newlines@^1.0.0",
12 "name": "trim-newlines",
13 "escapedName": "trim-newlines",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/meow"
20 ],
21 "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
22 "_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
23 "_spec": "trim-newlines@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\meow",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/trim-newlines/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Trim newlines from the start and/or end of a string",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "*"
39 },
40 "engines": {
41 "node": ">=0.10.0"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/trim-newlines#readme",
47 "keywords": [
48 "trim",
49 "newline",
50 "newlines",
51 "linebreak",
52 "lf",
53 "crlf",
54 "left",
55 "right",
56 "start",
57 "end",
58 "string",
59 "str",
60 "remove",
61 "delete",
62 "strip"
63 ],
64 "license": "MIT",
65 "name": "trim-newlines",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/sindresorhus/trim-newlines.git"
69 },
70 "scripts": {
71 "test": "xo && ava"
72 },
73 "version": "1.0.0"
74}