2023-10-03 11:14:36 +08:00
|
|
|
{
|
|
|
|
"name": "json-bigint",
|
|
|
|
"version": "0.2.3",
|
|
|
|
"description": "JSON.parse with bigints support",
|
|
|
|
"main": "index.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": "^4.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "~1.9.1",
|
|
|
|
"mocha": "~1.20.1"
|
|
|
|
}
|
|
|
|
}
|