代码拉取完成,页面将自动刷新
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。