1 Star 8 Fork 0

zi.Yang/toy-promise

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "promise",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"keywords": [
"Promise",
"Promise/A+"
],
"author": "zi.Yang",
"license": "MIT",
"scripts": {
"lint": "eslint --fix ./**/*.{js,ts}",
"dev": "rimraf dist && rollup -wc --bundleConfigAsCjs --environment BUILD:development",
"build": "rimraf dist && rollup -c --bundleConfigAsCjs --compact --environment BUILD:production",
"test": "npm run test:aplus && npm run test:es6",
"test:aplus": "npm run build && promises-aplus-tests ./test/adapter/aplus.test",
"test:es6": "npm run build && promises-es6-tests ./test/adapter/es6.test"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.1.0",
"prettier": "^2.8.0",
"promises-aplus-tests": "^2.1.2",
"promises-es6-tests": "^0.5.0",
"rimraf": "^3.0.2",
"rollup": "^3.5.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Alessandro-pang/toy-promise.git
git@gitee.com:Alessandro-pang/toy-promise.git
Alessandro-pang
toy-promise
toy-promise
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385