项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

121 line
3.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-promise@3.8.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-promise@3.8.0",
  10. "_id": "eslint-plugin-promise@3.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==",
  13. "_location": "/eslint-plugin-promise",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-promise@3.8.0",
  19. "name": "eslint-plugin-promise",
  20. "escapedName": "eslint-plugin-promise",
  21. "rawSpec": "3.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.8.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz",
  29. "_spec": "3.8.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "jden",
  33. "email": "jason@denizac.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/xjamundx/eslint-plugin-promise/issues"
  37. },
  38. "description": "Enforce best practices for JavaScript promises",
  39. "devDependencies": {
  40. "doctoc": "^1.3.0",
  41. "eslint": "^4.17.0",
  42. "eslint-config-prettier": "^2.9.0",
  43. "eslint-config-standard": "^11.0.0-beta.0",
  44. "eslint-plugin-eslint-plugin": "^1.4.0",
  45. "eslint-plugin-import": "^2.8.0",
  46. "eslint-plugin-jest": "^21.12.2",
  47. "eslint-plugin-node": "^6.0.0",
  48. "eslint-plugin-prettier": "^2.6.0",
  49. "eslint-plugin-promise": "./",
  50. "eslint-plugin-standard": "^3.0.1",
  51. "husky": "^0.14.3",
  52. "jest": "^22.4.2",
  53. "jest-runner-eslint": "^0.4.0",
  54. "lint-staged": "^6.1.0",
  55. "prettier": "^1.10.2"
  56. },
  57. "engines": {
  58. "node": ">=4"
  59. },
  60. "homepage": "https://github.com/xjamundx/eslint-plugin-promise#readme",
  61. "jest": {
  62. "projects": [
  63. {
  64. "displayName": "test",
  65. "testEnvironment": "node"
  66. },
  67. {
  68. "runner": "jest-runner-eslint",
  69. "displayName": "lint",
  70. "testMatch": [
  71. "<rootDir>/rules/**/*.js",
  72. "<rootDir>/__tests__/**/*.js",
  73. "<rootDir>/index.js"
  74. ]
  75. }
  76. ]
  77. },
  78. "keywords": [
  79. "eslint",
  80. "eslintplugin",
  81. "eslint-plugin",
  82. "promise",
  83. "promises"
  84. ],
  85. "license": "ISC",
  86. "lint-staged": {
  87. "concurrent": false,
  88. "linters": {
  89. "{README.md,CONTRIBUTING.md}": [
  90. "doctoc --maxlevel 3 --notitle",
  91. "git add"
  92. ],
  93. "*.js": [
  94. "prettier --write",
  95. "eslint --fix",
  96. "git add"
  97. ],
  98. "*.+(json|md)": [
  99. "prettier --write",
  100. "git add"
  101. ]
  102. }
  103. },
  104. "name": "eslint-plugin-promise",
  105. "prettier": {
  106. "semi": false,
  107. "singleQuote": true,
  108. "proseWrap": "always"
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint index.js rules __tests__ --ignore-pattern '**/*.json'",
  116. "precommit": "lint-staged",
  117. "test": "jest"
  118. },
  119. "version": "3.8.0"
  120. }