rittenhop-ghost/versions/5.94.2/node_modules/@stdlib/constants-int32-max/package.json

68 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "@stdlib/constants-int32-max",
"version": "0.3.0",
"description": "Maximum signed 32-bit integer.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"include": "./include",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/constants-int32-max.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"constant",
"const",
"max",
"maximum",
"integer",
"int",
"int32",
"signed",
"32-bit"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}