You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
120 lines
3.0 KiB
120 lines
3.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-promise@3.8.0",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-promise@3.8.0",
|
|
"_id": "eslint-plugin-promise@3.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==",
|
|
"_location": "/eslint-plugin-promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-promise@3.8.0",
|
|
"name": "eslint-plugin-promise",
|
|
"escapedName": "eslint-plugin-promise",
|
|
"rawSpec": "3.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/eslint-config-standard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz",
|
|
"_spec": "3.8.0",
|
|
"_where": "D:\\project\\cashier",
|
|
"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": "^4.17.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-config-standard": "^11.0.0-beta.0",
|
|
"eslint-plugin-eslint-plugin": "^1.4.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jest": "^21.12.2",
|
|
"eslint-plugin-node": "^6.0.0",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"eslint-plugin-promise": "./",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"husky": "^0.14.3",
|
|
"jest": "^22.4.2",
|
|
"jest-runner-eslint": "^0.4.0",
|
|
"lint-staged": "^6.1.0",
|
|
"prettier": "^1.10.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"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 index.js rules __tests__ --ignore-pattern '**/*.json'",
|
|
"precommit": "lint-staged",
|
|
"test": "jest"
|
|
},
|
|
"version": "3.8.0"
|
|
}
|
|
|