forked from zhurui/management
117 lines
2.8 KiB
JSON
117 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-promise@4.2.1",
|
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-promise@4.2.1",
|
|
"_id": "eslint-plugin-promise@4.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==",
|
|
"_location": "/eslint-plugin-promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-promise@4.2.1",
|
|
"name": "eslint-plugin-promise",
|
|
"escapedName": "eslint-plugin-promise",
|
|
"rawSpec": "4.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/eslint-config-standard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz",
|
|
"_spec": "4.2.1",
|
|
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
|
|
"author": {
|
|
"name": "jden",
|
|
"email": "jason@denizac.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xjamundx/eslint-plugin-promise/issues"
|
|
},
|
|
"description": "Enforce best practices for JavaScript promises",
|
|
"devDependencies": {
|
|
"doctoc": "^1.3.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^3.0.1",
|
|
"eslint-plugin-eslint-plugin": "^1.4.0",
|
|
"eslint-plugin-jest": "^21.21.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-prettier": "^2.6.2",
|
|
"husky": "^0.14.3",
|
|
"jest": "^24.5.0",
|
|
"jest-runner-eslint": "^0.7.3",
|
|
"lint-staged": "^7.2.2",
|
|
"prettier": "^1.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"homepage": "https://github.com/xjamundx/eslint-plugin-promise#readme",
|
|
"jest": {
|
|
"projects": [
|
|
{
|
|
"displayName": "test",
|
|
"testEnvironment": "node"
|
|
},
|
|
{
|
|
"runner": "jest-runner-eslint",
|
|
"displayName": "lint",
|
|
"testMatch": [
|
|
"<rootDir>/rules/**/*.js",
|
|
"<rootDir>/__tests__/**/*.js",
|
|
"<rootDir>/index.js"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"license": "ISC",
|
|
"lint-staged": {
|
|
"concurrent": false,
|
|
"linters": {
|
|
"{README.md,CONTRIBUTING.md}": [
|
|
"doctoc --maxlevel 3 --notitle",
|
|
"git add"
|
|
],
|
|
"*.js": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"git add"
|
|
],
|
|
"*.+(json|md)": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
}
|
|
},
|
|
"name": "eslint-plugin-promise",
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"proseWrap": "always"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint rules __tests__ index.js",
|
|
"precommit": "lint-staged",
|
|
"test": "jest"
|
|
},
|
|
"version": "4.2.1"
|
|
}
|