项目原始demo,不改动
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
 
 
 
 

31 satır
735 B

  1. {
  2. "name": "memo-parser",
  3. "version": "0.2.0",
  4. "engines": {
  5. "node": ">=4"
  6. },
  7. "description": "Memoizing wrapper for any ESLint-compatible parser module.",
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
  15. },
  16. "keywords": [
  17. "eslint",
  18. "eslint-plugin-import",
  19. "parser"
  20. ],
  21. "author": "Ben Mosher (me@benmosher.com)",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/benmosher/eslint-plugin-import/issues"
  25. },
  26. "homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
  27. "peerDependencies": {
  28. "eslint": ">=3.5.0"
  29. }
  30. }