make-barcode
Advanced tools
+2
-2
| { | ||
| "name": "make-barcode", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "使用Luhm 校验算法生成一段条码", | ||
| "main": "index.js", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
@@ -7,0 +7,0 @@ "build": "tsc", |
+22
-0
| # make-barcode | ||
| [![NPM version][npm-image]][npm-url] | ||
| [![build status][travis-image]][travis-url] | ||
| [![Test coverage][codecov-image]][codecov-url] | ||
| [![David deps][david-image]][david-url] | ||
| [![Known Vulnerabilities][snyk-image]][snyk-url] | ||
| [![npm download][download-image]][download-url] | ||
| [npm-image]: https://img.shields.io/npm/v/make-barcode.svg?style=flat-square | ||
| [npm-url]: https://npmjs.org/package/make-barcode | ||
| [travis-image]: https://img.shields.io/travis/eggjs/make-barcode.svg?style=flat-square | ||
| [travis-url]: https://travis-ci.org/eggjs/make-barcode | ||
| [codecov-image]: https://img.shields.io/codecov/c/github/eggjs/make-barcode.svg?style=flat-square | ||
| [codecov-url]: https://codecov.io/github/eggjs/make-barcode?branch=master | ||
| [david-image]: https://img.shields.io/david/eggjs/make-barcode.svg?style=flat-square | ||
| [david-url]: https://david-dm.org/eggjs/make-barcode | ||
| [snyk-image]: https://snyk.io/test/npm/make-barcode/badge.svg?style=flat-square | ||
| [snyk-url]: https://snyk.io/test/npm/make-barcode | ||
| [download-image]: https://img.shields.io/npm/dm/make-barcode.svg?style=flat-square | ||
| [download-url]: https://npmjs.org/package/make-barcode | ||
| #### 介绍 | ||
@@ -4,0 +26,0 @@ 使用Luhm 校验算法生成一段条码 |
8863
14.81%49
81.48%