@hugoalh/string-dissect
Version:
A module to dissect the string; Safe with the emojis, URLs, and words.
45 lines • 932 B
JSON
{
"name": "@hugoalh/string-dissect",
"version": "4.0.2",
"description": "A module to dissect the string; Safe with the emojis, URLs, and words.",
"keywords": [
"dissect",
"string"
],
"homepage": "https://github.com/hugoalh/string-dissect-es#readme",
"bugs": {
"url": "https://github.com/hugoalh/string-dissect-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/string-dissect-es.git"
},
"scripts": {},
"dependencies": {
"@hugoalh/url-regexp": "^0.2.0",
"ansi-regex": "^6.1.0"
},
"devDependencies": {
"@types/node": "^20.9.0"
},
"engines": {},
"private": false,
"publishConfig": {
"access": "public"
},
"_generatedBy": "dnt@dev"
}