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 🙏

© 2026 – Pkg Stats / Ryan Hefner

deviceone

v1.0.1

Published

这个库是对Appworker组件的类型注释,这样可以不用一直去翻看文档使用组件

Readme

deviceone

介绍

这个库是对Appworker组件的类型注释,这样可以不用一直去翻看文档使用组件

Appworker介绍

AppWorker是一个移动开发的平台或技术,与之对等的是Android移动开发技术,iOS移动开发技术。 从这个总结一下平台的特点:

移动App开发过程的所有阶段平台都介入:编码—调试—编译—测试—发布。在任何一个环节都有对应的产品和服务来对应。 使用平台开发App完全不需要了解其它二种技术的技术细节,也不需要搭建开发环境和IDE. 使用平台开发需要了解平台的基本框架和API 使用平台能做到一次开发,多平台发布,Write Once,Run Anywhere 使用平台开发App需要云编译,需要联网。 使用平台开发使用JavaScript,相对于其它开发语言,使用更简单,更易理解 平台具有自己的JS SDK,目前近200多个组件,每个组件都有2个平台的原生实现。组件还在不断扩展中。 AppWorker平台只是移动端开发相关,并没有提供服务端开发的任何服务和技术。

教程文档

http://www.appworker.net/awdoc/guide/index.html