加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Robert Chang 提交于 2021-05-20 01:19 . 6.12.0
{
"name": "eslint-plugin-you-dont-need-lodash-underscore",
"version": "6.12.0",
"description": "Check methods you can use natively without lodash/underscore",
"repository": {
"type": "git",
"url": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git"
},
"keywords": [
"underscore",
"lodash",
"eslint",
"eslintplugin",
"eslint-plugin",
"native"
],
"author": "Robert Chang <cht8687@gmail.com>",
"contributors": [
"Patrick McElhaney <pmcelhaney@gmail.com> (http://patrickmcelhaney.com)",
"Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)"
],
"main": "index.js",
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover tests",
"test:unit": "mocha tests/unit"
},
"dependencies": {
"kebab-case": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^4.18.2",
"istanbul": "^0.4.4",
"lodash": "^4.17.4",
"mocha": "^4.1.0"
},
"engines": {
"node": ">=4.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues"
},
"homepage": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化