forked from goto-bus-stop/qs-stringify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename package to nested-querystring
- Loading branch information
Showing
6 changed files
with
82 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# [MIT License](https://spdx.org/licenses/MIT) | ||
|
||
Copyright (c) 2023 James Garbutt | ||
Copyright (c) 2017 Renée Kooi <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "qs-stringify", | ||
"description": "Simple query stringify with nesting.", | ||
"version": "1.2.1", | ||
"name": "nested-querystring", | ||
"description": "A small utility to create nested query strings", | ||
"version": "1.0.0", | ||
"author": "Renée Kooi <[email protected]>", | ||
"files": [ | ||
"lib/**/*.js", | ||
"!lib/test" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/goto-bus-stop/qs-stringify/issues" | ||
"url": "https://github.com/43081j/nested-querystring/issues" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.8", | ||
|
@@ -18,7 +18,7 @@ | |
"prettier": "^3.2.4", | ||
"typescript": "^5.3.3" | ||
}, | ||
"homepage": "https://github.com/goto-bus-stop/qs-stringify", | ||
"homepage": "https://github.com/43081j/nested-querystring", | ||
"keywords": [ | ||
"format", | ||
"qs", | ||
|
@@ -29,7 +29,7 @@ | |
"main": "lib/main.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/goto-bus-stop/qs-stringify.git" | ||
"url": "https://github.com/43081j/nested-querystring.git" | ||
}, | ||
"scripts": { | ||
"lint": "npm run lint:js && npm run format:check", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters