web 3d图形渲染器
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.

34 lines
847 B

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