mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-22 13:43:34 -04:00
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"long@5.2.0",
|
|
"C:\\Users\\Smith\\repos\\game-server-watcher"
|
|
]
|
|
],
|
|
"_from": "long@5.2.0",
|
|
"_id": "long@5.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==",
|
|
"_location": "/long",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "long@5.2.0",
|
|
"name": "long",
|
|
"escapedName": "long",
|
|
"rawSpec": "5.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gamedig"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/long/-/long-5.2.0.tgz",
|
|
"_spec": "5.2.0",
|
|
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
|
|
"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.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.js",
|
|
"require": "./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": "index.d.ts",
|
|
"version": "5.2.0"
|
|
}
|