parsetime-zhcn
Version:
将中文格式的时间字符串转换为Date类型
24 lines (23 loc) • 544 B
JSON
{
"name": "parsetime-zhcn",
"version": "1.0.0",
"description": "将中文格式的时间字符串转换为Date类型",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"parsetime",
"str2time"
],
"author": "Ansel Chen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lln7777/parsetime-zhcn.git"
},
"bugs": {
"url": "https://github.com/lln7777/parsetime-zhcn/issues"
},
"homepage": "https://github.com/lln7777/parsetime-zhcn#readme"
}