-
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.
- Loading branch information
1 parent
170c8b1
commit f78334f
Showing
2 changed files
with
29 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.test.js |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "axios-date-transformer", | ||
"version": "0.0.0", | ||
"description": "An Axios transformer for seamlessly converting ISO 8601 formatted date strings with millisecond precision to JavaScript Date objects. Simplify handling of Date objects in JSON responses with this lightweight utility.", | ||
"keywords": ["axios", "transformer", "date", "date-fns", "json", "iso8601"], | ||
"homepage": "https://github.com/angelxmoreno/axios-date-transformer", | ||
"files": [], | ||
"bugs": { | ||
"url": "https://github.com/angelxmoreno/axios-date-transformer/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/angelxmoreno/axios-date-transformer.git" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=10.0.0", | ||
"npm": ">=6.0.0" | ||
}, | ||
"author": "Angel S. Moreno <angelxmoreno@gmail.com>", | ||
"license": "MIT", | ||
"private": false, | ||
"devDependencies": {} | ||
} |