You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
338 B
9 lines
338 B
{
|
|
"name": "long",
|
|
"version": "1.1.2",
|
|
"author": "Daniel Wirtz <dcode@dcode.io>",
|
|
"description": "Long.js: A Long class for representing a 64-bit two's-complement integer value derived from the Closure Library extended with unsigned support.",
|
|
"main": "Long.js",
|
|
"keywords": ["math"],
|
|
"license": "Apache-2.0"
|
|
}
|
|
|