You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.6 KiB
61 lines
1.6 KiB
{
|
|
"_from": "json-bigint@^0.2.3",
|
|
"_id": "json-bigint@0.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-EY1/b/HThlnxn5TPc+ZKdaP5iKg=",
|
|
"_location": "/json-bigint",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "json-bigint@^0.2.3",
|
|
"name": "json-bigint",
|
|
"escapedName": "json-bigint",
|
|
"rawSpec": "^0.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@alicloud/pop-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.2.3.tgz",
|
|
"_shasum": "118d7f6ff1d38659f19f94cf73e64a75a3f988a8",
|
|
"_spec": "json-bigint@^0.2.3",
|
|
"_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-aliyun-sms\\node_modules\\@alicloud\\pop-core",
|
|
"author": {
|
|
"name": "Andrey Sidorov",
|
|
"email": "sidorares@yandex.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sidorares/json-bigint/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bignumber.js": "^4.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JSON.parse with bigints support",
|
|
"devDependencies": {
|
|
"chai": "~1.9.1",
|
|
"mocha": "~1.20.1"
|
|
},
|
|
"homepage": "https://github.com/sidorares/json-bigint#readme",
|
|
"keywords": [
|
|
"JSON",
|
|
"bigint",
|
|
"bignumber",
|
|
"parse",
|
|
"json"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "json-bigint",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/sidorares/json-bigint.git"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
|
|
},
|
|
"version": "0.2.3"
|
|
}
|