mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-17 21:19:20 +00:00
Finished JSDoc (#22)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,13 +1,25 @@
|
||||
{
|
||||
"name": "@dzeio/url-manager",
|
||||
"version": "1.0.5",
|
||||
"description": "Manage URL",
|
||||
"repository": "https://github.com/dzeiocom/libs.git",
|
||||
"description": "A simple to use yet complete Urls parser and serializer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dzeiocom/libs.git",
|
||||
"directory": "packages/url-manager"
|
||||
},
|
||||
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/url-manager#readme",
|
||||
"author": "Aviortheking",
|
||||
"license": "MIT",
|
||||
"main": "./dist/URLManager.js",
|
||||
"types": "./dist/URLManager.d.ts",
|
||||
"keywords": [
|
||||
"url",
|
||||
"url-manager",
|
||||
"url serializer",
|
||||
"url parser",
|
||||
"parser",
|
||||
"serializer"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/jest": "^26.0.10",
|
||||
|
Reference in New Issue
Block a user