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.
113 lines
2.8 KiB
113 lines
2.8 KiB
{ |
|
"_from": "eslint-plugin-promise@>=4.2.1", |
|
"_id": "eslint-plugin-promise@4.2.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-hF/YsiYK2PglZMEiL85ErXHZQYo=", |
|
"_location": "/eslint-plugin-promise", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"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": [ |
|
"#DEV:/", |
|
"#USER" |
|
], |
|
"_resolved": "https://registry.npm.taobao.org/eslint-plugin-promise/download/eslint-plugin-promise-4.2.1.tgz", |
|
"_shasum": "845fd8b2260ad8f82564c1222fce44ad71d9418a", |
|
"_spec": "eslint-plugin-promise@>=4.2.1", |
|
"_where": "/home/alvis/Projects/chrome-extension-syncmarks", |
|
"author": { |
|
"name": "jden", |
|
"email": "jason@denizac.org" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/xjamundx/eslint-plugin-promise/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"deprecated": false, |
|
"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" |
|
}
|
|
|