All checks were successful
npm-publish / publish (push) Successful in 4s
34 lines
836 B
JSON
34 lines
836 B
JSON
{
|
|
"name": "@gkucmierz/healpixjs-bigint",
|
|
"version": "1.0.1",
|
|
"description": "True BigInt port of healpixjs supporting orders beyond the 32-bit (<=14) limit",
|
|
"keywords": [
|
|
"healpix",
|
|
"astronomy",
|
|
"math",
|
|
"bigint",
|
|
"64-bit",
|
|
"3d",
|
|
"sphere",
|
|
"projection",
|
|
"geography",
|
|
"mapping",
|
|
"precision"
|
|
],
|
|
"files": [
|
|
"index.js",
|
|
"src/"
|
|
],
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"homepage": "https://gitea.7u.pl/gkucmierz/healpixjs-bigint",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitea.7u.pl/gkucmierz/healpixjs-bigint.git"
|
|
},
|
|
"author": "Grzegorz Kućmierz",
|
|
"license": "MIT"
|
|
} |