File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/trim-newlines/package.json
{
"_args": [
[
"trim-newlines@5.0.0",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_from": "trim-newlines@5.0.0",
"_id": "trim-newlines@5.0.0",
"_inBundle": false,
"_integrity": "sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg==",
"_location": "/trim-newlines",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "trim-newlines@5.0.0",
"name": "trim-newlines",
"escapedName": "trim-newlines",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/trim-newlines/issues"
},
"description": "Trim newlines from the start and/or end of a string",
"devDependencies": {
"ava": "^5.2.0",
"tsd": "^0.28.0",
"xo": "^0.53.1"
},
"engines": {
"node": ">=14.16"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/trim-newlines#readme",
"keywords": [
"trim",
"newline",
"newlines",
"linebreak",
"lf",
"crlf",
"left",
"right",
"start",
"end",
"string",
"remove",
"delete",
"strip"
],
"license": "MIT",
"name": "trim-newlines",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/trim-newlines.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "5.0.0"
}