Ai
1 Star 0 Fork 0

animalcoder/Vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.54 KB
一键复制 编辑 原始数据 按行查看 历史
animalcoder 提交于 2020-03-17 14:52 +08:00 . Vueinit
{
"_from": "babel-eslint@^10.0.3",
"_id": "babel-eslint@10.1.0",
"_inBundle": false,
"_integrity": "sha1-aWjlaKkQt4+zd5zdi2rC9HmUMjI=",
"_location": "/babel-eslint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-eslint@^10.0.3",
"name": "babel-eslint",
"escapedName": "babel-eslint",
"rawSpec": "^10.0.3",
"saveSpec": null,
"fetchSpec": "^10.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-10.1.0.tgz?cache=0&sync_timestamp=1582676223200&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-eslint%2Fdownload%2Fbabel-eslint-10.1.0.tgz",
"_shasum": "6968e568a910b78fb3779cdd8b6ac2f479943232",
"_spec": "babel-eslint@^10.0.3",
"_where": "D:\\code\\Vuecode\\vue0316\\vue4",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel-eslint/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.7.0",
"@babel/traverse": "^7.7.0",
"@babel/types": "^7.7.0",
"eslint-visitor-keys": "^1.0.0",
"resolve": "^1.12.0"
},
"deprecated": false,
"description": "Custom parser for ESLint",
"devDependencies": {
"babel-eslint": "^8.2.6",
"dedent": "^0.7.0",
"eslint": "^5.6.0",
"eslint-config-babel": "^7.0.1",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^2.1.2",
"espree": "^3.5.2",
"husky": "^1.0.0-rc.13",
"lint-staged": "^7.2.2",
"mocha": "^5.0.1",
"prettier": "^1.4.4"
},
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"homepage": "https://github.com/babel/babel-eslint",
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --format=codeframe --fix",
"git add"
]
},
"main": "lib/index.js",
"name": "babel-eslint",
"peerDependencies": {
"eslint": ">= 4.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-eslint.git"
},
"scripts": {
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"fix": "eslint lib test --fix",
"lint": "eslint lib test",
"precommit": "lint-staged",
"preversion": "npm test",
"test": "npm run lint && npm run test-only",
"test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js"
},
"version": "10.1.0"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/animalcoder/Vue.git
git@gitee.com:animalcoder/Vue.git
animalcoder
Vue
Vue
master

搜索帮助