67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"_from": "json-bigint@^1.0.0",
|
|
"_id": "json-bigint@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
|
|
"_location": "/json-bigint",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "json-bigint@^1.0.0",
|
|
"name": "json-bigint",
|
|
"escapedName": "json-bigint",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gcp-metadata"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
|
|
"_shasum": "ae547823ac0cad8398667f8cd9ef4730f5b01ff1",
|
|
"_spec": "json-bigint@^1.0.0",
|
|
"_where": "/Users/talksik/Development/nirvana-server/node_modules/gcp-metadata",
|
|
"author": {
|
|
"name": "Andrey Sidorov",
|
|
"email": "sidorares@yandex.ru"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sidorares/json-bigint/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bignumber.js": "^9.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JSON.parse with bigints support",
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"mocha": "8.0.1"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/parse.js",
|
|
"lib/stringify.js"
|
|
],
|
|
"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": "1.0.0"
|
|
}
|