3 Star 6 Fork 2

小为/variable-type

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2017-09-17 11:39 . 重构 API
{
"name": "variable-type",
"version": "0.2.0",
"description": "Runtime type checking for variable and similar objects.",
"main": "index.js",
"scripts": {
"coverage": "nyc npm test && nyc report --reporter=lcov",
"test": "mocha test.js",
"perf": "node benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hustcc/variable-type.git"
},
"keywords": [
"variable-type",
"var-type",
"prop-types",
"check-type",
"type-checking"
],
"author": "hustcc",
"license": "MIT",
"bugs": {
"url": "https://github.com/hustcc/variable-type/issues"
},
"homepage": "https://github.com/hustcc/variable-type#readme",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^2.11.6",
"expect": "^1.14.0",
"mocha": "^2.4.5",
"nyc": "^5.6.0",
"prop-types": "^15.5.10",
"uglify-js": "^3.0.28"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hustcc/variable-type.git
git@gitee.com:hustcc/variable-type.git
hustcc
variable-type
variable-type
master

搜索帮助