typecheck-extended
Version:
Extended JavaScript Type Validator
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "typecheck-extended",
"version": "1.0.4",
"description": "Extended JavaScript Type Validator",
"license": "MIT",
"author": {
"name": "Chris Kilpatrick",
"email": "open@chriskilpatrick.com",
"url": "https://github.com/kilpatrick"
},
"repository": {
"type": "git",
"url": "https://github.com/kilpatrick/typecheck-extended"
},
"readmeFilename": "README.md",
"main": "index.js",
"dependencies": {},
"scripts": {
"test": "jest"
},
"devDependencies": {
"coveralls": "3.0.7",
"eslint": "6.5.1",
"eslint-config-airbnb": "~18",
"eslint-plugin-import": "~2",
"eslint-plugin-jasmine": "~4",
"eslint-plugin-jsx-a11y": "~6",
"eslint-plugin-react": "~7",
"eslint-plugin-react-hooks": "~2",
"jest": "~24"
},
"keywords": [
"array",
"check",
"checking",
"checker",
"enum",
"getType",
"instanceOf",
"object",
"type",
"typechecking",
"typeOf",
"types",
"validator",
"variable"
]
}