41 lines
828 B
JSON
41 lines
828 B
JSON
{
|
|
"name": "typical",
|
|
"author": "Lloyd Brookes <75pound@gmail.com>",
|
|
"version": "2.6.1",
|
|
"description": "Robust Javascript type-checking",
|
|
"repository": "https://github.com/75lb/typical.git",
|
|
"main": "./lib/typical.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"type",
|
|
"checking",
|
|
"check",
|
|
"value",
|
|
"valid",
|
|
"is",
|
|
"number",
|
|
"object",
|
|
"plainobject",
|
|
"array",
|
|
"like",
|
|
"defined",
|
|
"string",
|
|
"boolean",
|
|
"function",
|
|
"promise",
|
|
"iterable",
|
|
"class",
|
|
"primitive"
|
|
],
|
|
"scripts": {
|
|
"test": "test-runner test/*.js",
|
|
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"
|
|
},
|
|
"devDependencies": {
|
|
"core-assert": "^0.2.1",
|
|
"feature-detect-es6": "^1.3.1",
|
|
"jsdoc-to-markdown": "^3.0.0",
|
|
"test-runner": "^0.3.0"
|
|
}
|
|
}
|