{"package":"ParseTree","ecosystem":"rubygems","latest_version":"3.0.9","description":"ParseTree is a C extension (using RubyInline) that extracts the parse\ntree for an entire class or a specific method and returns it as a\ns-expression (aka sexp) using ruby's arrays, strings, symbols, and\nintegers.\n\nAs an example:\n\n  def conditional1(arg1)\n    if arg1 == 0 then\n      return 1\n    end\n    return 0\n  end\n\nbecomes:\n\n  [:defn,\n    :conditional1,\n    [:scope,\n     [:block,\n      [:args, :arg1],\n      [:if,\n       [:call, [:lvar, :arg1], :==, [:array, [:lit, 0]]],\n       [:return, [:lit","license":"","license_risk":"unknown","commercial_use_notes":"No license declared in registry metadata — verify manually before commercial use.","homepage":"https://github.com/seattlerb/parsetree","repository":"https://github.com/seattlerb/parsetree","downloads_weekly":91056,"health":{"score":44,"risk":"high","breakdown":{"maintenance":0,"popularity":10,"security":25,"maturity":9,"community":0},"deprecated":false,"max_score":100},"vulnerabilities":{"count":0,"critical":0,"high":0,"medium":0,"low":0,"details":[]},"versions":{"latest":"3.0.9","total_count":20,"recent":["3.0.9","3.0.8","3.0.7","3.0.6","3.0.5","3.0.4","3.0.3","3.0.3","3.0.3","3.0.2","3.0.2","3.0.2","3.0.1","3.0.1","3.0.1","3.0.0","2.2.0","2.1.1","2.1.0","2.0.2"]},"metadata":{"deprecated":false,"deprecated_message":null,"maintainers_count":0,"first_published":null,"last_published":"2012-05-01T23:39:27.004Z","dependencies_count":2,"dependencies":["RubyInline","sexp_processor"]},"github_stats":null,"bundle":null,"typescript":null,"known_issues":{"bugs_count":0,"bugs_severity":{},"status_breakdown":{},"link":null,"scope":"none"},"historical_compromise":null,"recommendation":{"action":"safe_to_use","issues":[],"use_version":"3.0.9","version_hint":null,"summary":"ParseTree@3.0.9 is safe to use (health: 44/100)"},"version_scoped":null,"requested_version":null,"_cache":"miss","_response_ms":794,"_powered_by":"depscope.dev — free package intelligence for AI agents","typosquat":{"is_suspected":false},"maintainer_trust":{"available":false},"malicious":{"is_malicious":false},"scorecard":{"available":false},"quality":{"available":false},"co_used_with":[{"package":"Fleuronic/DewdropAPI","occurrences":3}],"version_history_summary":{"total_versions":20,"first_release_age_days":null,"last_release_days_ago":5111,"avg_days_between_releases":null,"release_velocity":"stale"}}