1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/trim-newlines/package.json

75 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "trim-newlines@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "trim-newlines@1.0.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==",
2023-12-18 13:12:25 +08:00
"_location": "/trim-newlines",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "trim-newlines@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "trim-newlines",
"escapedName": "trim-newlines",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/meow"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/trim-newlines/-/trim-newlines-1.0.0.tgz",
"_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
"_spec": "trim-newlines@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\meow",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/trim-newlines/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Trim newlines from the start and/or end of a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/trim-newlines#readme",
"keywords": [
"trim",
"newline",
"newlines",
"linebreak",
"lf",
"crlf",
"left",
"right",
"start",
"end",
"string",
"str",
"remove",
"delete",
"strip"
],
"license": "MIT",
"name": "trim-newlines",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/trim-newlines.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}