{"_id":"151my_tools","name":"151my_tools","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"151my_tools","version":"1.0.0","main":"index.js","description":"提供了格式化时间，HTMLEscape相关的功能","keywords":["mytools","g1","iteiheima"],"license":"ISC","_id":"151my_tools@1.0.0","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-XeetHUpguCAUwv0sJSXAkFlSjH4WA61nOsn6c82aoQhR/hXLEVbL+h4+cGpPWOkYlBEVcAMIRIpXhMyahvsr+Q==","shasum":"f89ee8ca686f87c10196d7ba5f39fdca53951c6c","tarball":"https://registry.npmjs.org/151my_tools/-/151my_tools-1.0.0.tgz","fileCount":5,"unpackedSize":2633,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/alvBOEpmCuaLhAQgOvqdcuARrTiTkWju6VYujzWpGAiBM5pwNxpVTnUQI2xgtTBx+kZtoBlpnHmLA82PixfY8lw=="}]},"_npmUser":{"name":"15770747471npm","email":"2275583833@qq.com"},"directories":{},"maintainers":[{"name":"15770747471npm","email":"2275583833@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/151my_tools_1.0.0_1732202453947_0.22679145738965256"},"_hasShrinkwrap":false}},"time":{"created":"2024-11-21T15:20:53.946Z","1.0.0":"2024-11-21T15:20:54.118Z","modified":"2024-11-21T15:20:54.425Z"},"maintainers":[{"name":"15770747471npm","email":"2275583833@qq.com"}],"description":"提供了格式化时间，HTMLEscape相关的功能","keywords":["mytools","g1","iteiheima"],"license":"ISC","readme":"## 安装\r\n```\r\nnpm install mytools\r\n```\r\n\r\n## 导入\r\n```js\r\nconst mytools=require('mytools')\r\n```\r\n\r\n## 格式化时间\r\n```js\r\n//调用dateFormat对时间格式化\r\nconst time=tool.dateFormat(new Date())\r\n//结果 2024-11-04 14:52:53\r\nconsole.log(time);\r\n```\r\n\r\n## 转义HTML中的特殊字符\r\n```js\r\n//待转换的HTML字符串\r\nconst htmlStr='<h1 title=\"abc\">这是一个h1标签<span>123&nbsp;</span></h1>'\r\n//调用方法进行转换\r\nconst str=tool.htmlEscape(htmlStr)\r\n//转换的结果 &lt;h1 title=&quot;abc&quot;&gt;这是一 个h1标签&lt;span&gt;123&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;\r\nconsole.log(str);\r\n```\r\n## 还原HTML的特殊字符\r\n```js\r\nconst str2=tool.htmlunEscape(str)\r\n//输出的结果 <h1 title=\"abc\">这是一个h1标签<span>123&nbsp;</span></h1>\r\nconsole.log(str2);\r\n```\r\n\r\n## 开源协议\r\nISC\r\n\r\n## 关于作者\r\nheihei gwk xiaoheizi\r\n","readmeFilename":"README.md"}