3 Star 1 Fork 0

Gitee 极速下载 / salte-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/salte-auth/salte-auth
克隆/下载
package.json 2.97 KB
一键复制 编辑 原始数据 按行查看 历史
Cecilia Woodward 提交于 2021-06-30 13:28 . fix: migrate to github actions
{
"name": "@salte-auth/salte-auth",
"version": "3.0.0",
"browser": "dist/salte-auth.min.js",
"main": "dist/salte-auth.min.js",
"module": "dist/salte-auth.min.mjs",
"types": "dist/salte-auth.d.ts",
"description": "Authentication for the modern web!",
"homepage": "https://github.com/salte-auth/salte-auth",
"bugs": "https://github.com/salte-auth/salte-auth/issues",
"contributors": [
"Ceci Woodward <ceci@salte.io>",
"Dave Woodward <dave@salte.io>"
],
"keywords": [
"salte-auth",
"oauth",
"2.0",
"authentication"
],
"repository": {
"type": "git",
"url": "https://github.com/salte-auth/salte-auth.git"
},
"scripts": {
"start": "nps",
"prepublishOnly": "npm start build"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@types/nanoid": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"chrome-finder": "^1.0.7",
"coveralls": "^3.1.0",
"deindent": "^0.1.0",
"diff": "^5.0.0",
"dotenv": "^10.0.0",
"es6-promise": "^4.2.8",
"eslint": "^7.0.0",
"eslint-plugin-compat": "^3.5.1",
"eslint-plugin-tsdoc": "^0.2.4",
"husky": "^6.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^7.0.5",
"karma-sauce-launcher": "^4.1.4",
"karma-sourcemap-loader": "^0.3.7",
"lint-staged": "^11.0.0",
"mocha": "^8.0.1",
"nanoid": "^2.0.0",
"nps": "^5.9.12",
"puppeteer-core": "^9.1.1",
"remove-lockfiles": "^2.1.3",
"rollup": "^2.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-copy-assets-to": "^1.0.0",
"rollup-plugin-glob-import": "^0.5.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-replace": "^2.1.1",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.0",
"semantic-release": "^17.0.7",
"serve-handler": "^6.0.0",
"sinon": "^11.1.1",
"sinon-chai": "^3.7.0",
"typedoc": "^0.20.10",
"typescript": "^4.0.2",
"universal-base64url": "^1.0.0",
"url-polyfill": "^1.1.8",
"whatwg-fetch": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions",
"IE 11"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged && remove-lockfiles"
}
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix"
]
}
}
JavaScript
1
https://gitee.com/mirrors/salte-auth.git
git@gitee.com:mirrors/salte-auth.git
mirrors
salte-auth
salte-auth
master

搜索帮助