项目原始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.

преди 4 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "eslint-config-standard@10.2.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-config-standard@10.2.1",
  10. "_id": "eslint-config-standard@10.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wGHk0GbzedwXzVYsZOgZtN1FRZE=",
  13. "_location": "/eslint-config-standard",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-config-standard@10.2.1",
  19. "name": "eslint-config-standard",
  20. "escapedName": "eslint-config-standard",
  21. "rawSpec": "10.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "10.2.1"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz",
  29. "_spec": "10.2.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://feross.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/eslint-config-standard/issues"
  38. },
  39. "description": "JavaScript Standard Style - ESLint Shareable Config",
  40. "devDependencies": {
  41. "eslint": "^3.19.0",
  42. "eslint-plugin-import": "^2.2.0",
  43. "eslint-plugin-node": "^4.2.2",
  44. "eslint-plugin-promise": "^3.5.0",
  45. "eslint-plugin-standard": "^3.0.0",
  46. "tape": "^4.6.3"
  47. },
  48. "homepage": "https://github.com/feross/eslint-config-standard",
  49. "keywords": [
  50. "JavaScript Standard Style",
  51. "check",
  52. "checker",
  53. "code",
  54. "code checker",
  55. "code linter",
  56. "code standards",
  57. "code style",
  58. "enforce",
  59. "eslint",
  60. "eslintconfig",
  61. "hint",
  62. "jscs",
  63. "jshint",
  64. "lint",
  65. "policy",
  66. "quality",
  67. "simple",
  68. "standard",
  69. "standard style",
  70. "style",
  71. "style checker",
  72. "style linter",
  73. "verify"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "eslint-config-standard",
  78. "peerDependencies": {
  79. "eslint": ">=3.19.0",
  80. "eslint-plugin-import": ">=2.2.0",
  81. "eslint-plugin-node": ">=4.2.2",
  82. "eslint-plugin-promise": ">=3.5.0",
  83. "eslint-plugin-standard": ">=3.0.0"
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/feross/eslint-config-standard.git"
  88. },
  89. "scripts": {
  90. "test": "tape test/*.js"
  91. },
  92. "version": "10.2.1"
  93. }