her-promise
Version:
This is a polyfill of the ES6/ES9/ES11/ES12 Promise.
68 lines (67 loc) • 1.93 kB
JSON
{
"name": "her-promise",
"version": "0.1.2",
"description": "This is a polyfill of the ES6/ES9/ES11/ES12 Promise.",
"keywords": [
"es6",
"promise",
"finally",
"allSettled",
"any"
],
"author": "Porky Ke",
"license": "MIT",
"main": "build/her-promise.js",
"files": [
"build",
"src",
"index.d.ts"
],
"scripts": {
"lint:prettier": "prettier \"{**/*,*}.{js,ts,json,md}\" -l",
"lint:code": "eslint --cache \"{**/*,*}.ts\"",
"lint": "npm-run-all -l -p \"lint:**\"",
"pretest": "npm run lint",
"prepare": "husky install",
"commitlint": "commitlint --from=master",
"start": "webpack --watch",
"prod": "webpack --mode production",
"dev": "webpack",
"test:base": "promises-aplus-tests test/base.js",
"test:log": "promises-aplus-tests test/base.js > test.log",
"test:demo": "node test/demo.js",
"test": "jest --transform={\\\"^.+\\\\.test\\\\.tsx?$\\\":\\\"ts-jest\\\"}"
},
"dependencies": {
"calllate": "^1.0.3"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo-typescript": "^0.47.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"gulp": "^4.0.2",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^12.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"promises-aplus-tests": "^2.1.2",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"repository": "https://github.com/porky-prince/her-promise.git",
"homepage": "https://github.com/porky-prince/her-promise#readme",
"bugs": "https://github.com/porky-prince/her-promise/issues"
}