{
  "_args": [
    [
      "long@5.2.3",
      "/var/www/html/api1.turtleking.com"
    ]
  ],
  "_from": "long@5.2.3",
  "_id": "long@5.2.3",
  "_inBundle": false,
  "_integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
  "_location": "/long",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "long@5.2.3",
    "name": "long",
    "escapedName": "long",
    "rawSpec": "5.2.3",
    "saveSpec": null,
    "fetchSpec": "5.2.3"
  },
  "_requiredBy": [
    "/mysql2"
  ],
  "_resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
  "_spec": "5.2.3",
  "_where": "/var/www/html/api1.turtleking.com",
  "author": {
    "name": "Daniel Wirtz",
    "email": "dcode@dcode.io"
  },
  "bugs": {
    "url": "https://github.com/dcodeIO/long.js/issues"
  },
  "description": "A Long class for representing a 64-bit two's-complement integer value.",
  "devDependencies": {
    "esm2umd": "^0.2.1"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "require": {
        "types": "./umd/index.d.ts",
        "default": "./umd/index.js"
      }
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "umd/index.js",
    "umd/index.d.ts",
    "umd/package.json",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/dcodeIO/long.js#readme",
  "keywords": [
    "math",
    "long",
    "int64"
  ],
  "license": "Apache-2.0",
  "main": "umd/index.js",
  "name": "long",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcodeIO/long.js.git"
  },
  "scripts": {
    "build": "esm2umd Long index.js > umd/index.js",
    "test": "node tests"
  },
  "type": "module",
  "types": "umd/index.d.ts",
  "version": "5.2.3"
}
