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

eme-core

v2.0.43

Published

eme通用模块

Downloads

94

Readme

依赖外部的配置:

环境配置

sails.config.envs.strictString 是否验证字符串安全性 sails.config.envs.appcode 当前项目对应的appcode sails.config.envs.strictCheck 是否进行强权限验证 sails.config.envs.logSql 日志存向数据库 sails.config.envs.logAll 日志是否保存提交参数

七牛配置

sails.config.envs.qiniu.ACCESS_KEY sails.config.envs.qiniu.SECRET_KEY sails.config.envs.qiniu.private.domain sails.config.envs.qiniu.private.Bucket_Name sails.config.envs.qiniu.public.domain

亿美短信配置

sails.config.envs.sms.cdkey sails.config.envs.sms.password sails.config.envs.sms.host sails.config.envs.sms.port sails.config.envs.sms.path

数据字典配置,该配置由本模块统一提供

sails.config.common.dicCode * 数据字典

阿里短信配置

sails.config.envs.alisms.title 阿里短信签名 sails.config.envs.alisms.appkey 阿里短信key sails.config.envs.alisms.appsecret 阿里短信密钥 sails.config.envs.alisms.host 阿里短信服务器地址

调试配置选项

sails.config.debug.check 测试研发阶段,是否进行权限验证?false时加载所有菜单 sails.config.debug.ip 指定dubbo服务的固定ip

dubbo配置

sails.config.dubbo.url * zookeeper服务器地址 sails.config.dubbo.username zookeeper用户名 sails.config.dubbo.password zookeeper密码 sails.config.dubbo.timeout 调用服务超时时间 sails.config.dubbo.retries 发生错误重试次数

session的redis相关设置

sails.config.session.host redis地址 sails.config.session.port redis端口 sails.config.session.ttl 超时时间 sails.config.session.db redis通道,在此系统中session默认为0 sails.config.session.pass redis密码

数据字典的redis相关设置

sails.config.dictionary.host redis地址 sails.config.dictionary.port redis端口 sails.config.dictionary.ttl 超时时间 sails.config.dictionary.db redis通道,数据字典默认为1 sails.config.dictionary.pass redis密码

用户自定义缓存的redis相关设置

sails.config.cache.host redis地址 sails.config.cache.port redis端口 sails.config.cache.ttl 超时时间 sails.config.cache.db redis通道,数据字典默认为2 sails.config.cache.pass redis密码