Initial commit: BigInt port of healpixjs
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "@gkucmierz/healpixjs-bigint",
|
||||
"version": "1.0.0",
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitea.7u.pl/gkucmierz/healpixjs-bigint.git"
|
||||
},
|
||||
"author": "Grzegorz Kućmierz",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user