1 Star 1 Fork 0

mihome/iconv-lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
tanandara 提交于 2020-01-20 16:26 . fix: semver fix version to 6.1.2
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.5.1",
"license": "MIT",
"keywords": [
"iconv",
"convert",
"charset",
"icu"
],
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"homepage": "https://github.com/ashtuchkin/iconv-lite",
"bugs": "https://github.com/ashtuchkin/iconv-lite/issues",
"repository": {
"type": "git",
"url": "git://github.com/ashtuchkin/iconv-lite.git"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --grep .",
"coverage-open": "open coverage/lcov-report/index.html",
"test": "mocha --reporter spec --grep ."
},
"browser": {
"./lib/extend-node": false,
"./lib/streams": false
},
"devDependencies": {
"mocha": "^3.1.0",
"request": "~2.87.0",
"unorm": "*",
"errto": "*",
"async": "*",
"istanbul": "*",
"semver": "6.1.2",
"iconv": "*"
},
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mihome/iconv-lite.git
git@gitee.com:mihome/iconv-lite.git
mihome
iconv-lite
iconv-lite
master

搜索帮助