@stdlib/types
Version:
stdlib TypeScript type declarations.
68 lines (67 loc) • 1.28 kB
JSON
{
"name": "@stdlib/types",
"version": "0.4.3",
"description": "stdlib TypeScript type declarations.",
"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",
"browser": "./lib/browser.js",
"directories": {
"lib": "./lib"
},
"types": ".",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/types.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",
"standard",
"library",
"types",
"typescript",
"ts",
"declarations",
"definitions"
],
"__stdlib__": {
"envs": {
"browser": false
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}