提交学习笔记专用
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.

14 lines
344 B

  1. {
  2. "name": "@nicolo-ribaudo/eslint-scope-5-internals",
  3. "version": "5.1.1-v1",
  4. "description": "Proxy package exposing internals of eslint-scope@5 for @babel/eslint-parser",
  5. "main": "index.js",
  6. "dependencies": {
  7. "eslint-scope": "5.1.1"
  8. },
  9. "license": "MIT",
  10. "type": "commonjs",
  11. "publishConfig": {
  12. "access": "public"
  13. }
  14. }