@stdlib/datasets-us-states-capitals-names
Version:
US state capitals and names.
73 lines (72 loc) • 1.46 kB
JSON
{
"name": "@stdlib/datasets-us-states-capitals-names",
"version": "0.2.3",
"description": "US state capitals and names.",
"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": {
"data": "./data",
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/datasets-us-states-capitals-names.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/fs-read-json": "^0.2.4",
"@stdlib/utils-copy": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"datasets",
"dataset",
"data",
"us",
"united",
"states",
"names",
"capitals",
"table",
"mapping",
"hash"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}