1 Star 2 Fork 0

ding/json-bigint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrey Sidorov 提交于 2020-07-14 19:25 +08:00 . 1.0.0
{
"name": "json-bigint",
"version": "1.0.0",
"description": "JSON.parse with bigints support",
"main": "index.js",
"files": [
"index.js",
"lib/parse.js",
"lib/stringify.js"
],
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:sidorares/json-bigint.git"
},
"keywords": [
"JSON",
"bigint",
"bignumber",
"parse",
"json"
],
"author": "Andrey Sidorov <sidorares@yandex.ru>",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "8.0.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingiyan2/json-bigint.git
git@gitee.com:dingiyan2/json-bigint.git
dingiyan2
json-bigint
json-bigint
master

搜索帮助