| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "long@5.2.3",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_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.npmmirror.com/long/-/long-5.2.3.tgz",
- "_spec": "5.2.3",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "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"
- }
|