![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/hable/ |
{ "name": "hable", "version": "3.0.0", "description": "Awaitable hooks for Node.js", "keywords": [ "hook", "hookable", "plugin", "tapable", "tappable" ], "repository": "jsless/hable", "license": "MIT", "contributors": [ "Sebastien Chopin (@Atinux)", "Clark Du (@clarkdo)", "Pooya Parsa (@pi0)" ], "main": "./dist/hable.js", "browser": "./dist/hable.umd.js", "types": "./index.d.ts", "files": [ "index.d.ts", "src", "dist" ], "scripts": { "build": "bili --module-name hable --minify --format cjs,umd,es src/hable.js", "lint": "eslint src", "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && yarn jest" }, "devDependencies": { "babel-jest": "^24.9.0", "bili": "^4.8.1", "codecov": "^3.5.0", "eslint": "^6.3.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.17.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "jest": "^24.9.0", "standard-version": "^7.0.0" } }