UNPKG

es6-md5

Version:
41 lines (40 loc) 822 B
{ "name": "es6-md5", "version": "1.0.0", "description": "md5 加密", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "scripts": { "dev": "father dev", "build": "father build", "build:deps": "father prebundle", "prepublishOnly": "father doctor && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/wug-development/es6-md5.git" }, "keywords": [ "md5", "es6", "typescript" ], "authors": [ "guang.wu" ], "license": "MIT", "files": [ "dist", "compiled" ], "publishConfig": { "access": "public" }, "devDependencies": { "father": "^4.3.6" }, "bugs": { "url": "https://github.com/wug-development/es6-md5/issues" }, "homepage": "https://github.com/wug-development/es6-md5#readme" }