npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@antv/gi-public-data

v1.0.1

Published

G6VP public data

Downloads

53

Readme

GraphInsight Public Data

当我们在 G6VP 上配置了应用站点,想通过 G6VP 平台公开分享项目。那么我们需要给 @antv/gi-public-data提 PR,按照约定提供 JSON 文件即可。

Step1:上传配置文件

访问 G6VP 官方站点 https://insight.antv.antgroup.com ,在画布中,点击「备份」,即可得到一个 .txt文件。通过 github pull request,放置在开源仓库 https://github.com/antvis/G6VP/tree/master/packages/gi-public-data/app 中,并在 https://github.com/antvis/G6VP/tree/master/packages/gi-public-data/index.json 中指定该配置文件所包含的应用信息

[
  {
    //托管到 G6VP 官方站点的路由地址:https://insight.antv.antgroup.com/app/timeline
    "route": "timeline",
    // 配置文件放置的位置:/gi-public-data/app/timeline.json
    "config": "/app/timeline.json",
    // 应用名称
    "title": "时序图项目",
    // 应用描述
    "desc": "这是一个时序图分析的案例,展示了区块链反洗钱的分析手法",
    // 应用头图,可以省略
    "cover": ""
  }
]

Step2:访问在线应用

当提的 PR 经过官方合并后,且确认发布 @antv/gi-public-data后,刷新官方站点,访问 https://insight.antv.antgroup.com/open/app 即可看到