| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_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": [
- "/@alicloud/pop-core"
- ],
- "_resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
- "_shasum": "ae547823ac0cad8398667f8cd9ef4730f5b01ff1",
- "_spec": "json-bigint@^1.0.0",
- "_where": "E:\\workspace\\node\\qipai_server_india\\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": "^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"
- }
|