package.json 1.63 KB
{
  "_args": [
    [
      "json-bigint@1.0.0",
      "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
    ]
  ],
  "_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": "version",
    "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",
  "_spec": "1.0.0",
  "_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
  "author": {
    "name": "Andrey Sidorov",
    "email": "sidorares@yandex.ru"
  },
  "bugs": {
    "url": "https://github.com/sidorares/json-bigint/issues"
  },
  "dependencies": {
    "bignumber.js": "^9.0.0"
  },
  "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"
}