1 Star 0 Fork 0

i8gua / n64

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
gcxfd 提交于 2021-04-07 16:59 . 🔶
{
"name": "@1ky/n64",
"description": "Extremely fast number to radix64 converting",
"author": {
"name": "kutuluk"
},
"keywords": [
"number",
"base64",
"radix64",
"converter",
"encoder",
"decoder"
],
"homepage": "https://gitee.com/i8gua/n64",
"bugs": {
"url": "https://gitee.com/i8gua/n64/issues"
},
"repository": {
"type": "git",
"url": "git@gitee.com:i8gua/n64.git"
},
"license": "MIT",
"version": "1.0.5",
"main": "./lib/number-to-base64",
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"ie >= 7"
]
}
}
]
],
"plugins": [
"add-module-exports",
"transform-es2015-modules-umd"
]
},
"scripts": {
"eslint": "eslint src/number-to-base64.js",
"test": "mocha",
"bench": "node ./benchmark/benchmark.js",
"babel": "babel ./src/number-to-base64.js --out-file ./lib/number-to-base64.js",
"uglifyjs": "uglifyjs ./lib/number-to-base64.js -o ./dist/number-to-base64.min.js -c -m",
"build": "npm run eslint && npm run babel && npm run uglifyjs",
"publish-to-npm": "npm install && npm run build && npm test && npm run bench && npm publish"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-env": "^1.6.0",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"mocha": "^4.0.0",
"radix-64": "^1.0.4",
"radixer": "^1.0.0",
"uglify-js": "^3.1.2"
}
}
1
https://gitee.com/i8gua/n64.git
git@gitee.com:i8gua/n64.git
i8gua
n64
n64
master

搜索帮助