|
Server IP : 161.35.85.9 / Your IP : 216.73.217.138 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/java/../javascript/../python/../javascript/../java/../python/../nodejs/long/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "long",
"version": "0.0.0",
"author": "Daniel Wirtz <dcode@dcode.io>",
"description": "A Long class for representing a 64-bit two's-complement integer value.",
"repository": {
"type": "git",
"url": "https://github.com/dcodeIO/long.js.git"
},
"bugs": {
"url": "https://github.com/dcodeIO/long.js/issues"
},
"keywords": [
"math",
"long",
"int64"
],
"license": "Apache-2.0",
"type": "module",
"main": "umd/index.js",
"typings": "umd/index.d.ts",
"exports": {
".": {
"import": {
"typings": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"typings": "./umd/index.d.ts",
"default": "./umd/index.js"
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "esm2umd Long index.js > umd/index.js",
"test": "node tests"
},
"files": [
"index.mjs",
"index.d.ts",
"umd/index.js",
"umd/index.d.ts",
"umd/package.json",
"LICENSE",
"README.md"
],
"devDependencies": {
"esm2umd": "^0.2.1"
}
}