@hugoalh/is-string-singleline
Version:
A module to determine whether the string is single line.
44 lines • 892 B
JSON
{
"name": "@hugoalh/is-string-singleline",
"version": "1.0.5",
"description": "A module to determine whether the string is single line.",
"keywords": [
"is",
"line",
"single",
"singleline",
"string"
],
"homepage": "https://github.com/hugoalh/is-string-singleline-es#readme",
"bugs": {
"url": "https://github.com/hugoalh/is-string-singleline-es/issues"
},
"license": "MIT",
"author": "hugoalh",
"type": "module",
"main": "./mod.js",
"module": "./mod.js",
"exports": {
".": {
"import": {
"types": "./mod.d.ts",
"default": "./mod.js"
}
}
},
"types": "./mod.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hugoalh/is-string-singleline-es.git"
},
"scripts": {},
"devDependencies": {
"@types/node": "^20.9.0"
},
"engines": {},
"private": false,
"publishConfig": {
"access": "public"
},
"_generatedBy": "dnt@dev"
}