{ "_from": "hable@^3.0.0", "_id": "hable@3.0.0", "_inBundle": false, "_integrity": "sha512-7+G0/2/COR8pwteYFqHIVYfQpuEiO2HXwJrhCBJVgrNrl9O5eaUoJVDGXUJX+0RpGncNVTuestexjk1afj01wQ==", "_location": "/hable", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hable@^3.0.0", "name": "hable", "escapedName": "hable", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/@nuxt/cli", "/@nuxt/core" ], "_resolved": "https://registry.npmjs.org/hable/-/hable-3.0.0.tgz", "_shasum": "6de089b2df946635cf8134b9e4859f1b62de255f", "_spec": "hable@^3.0.0", "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli", "browser": "./dist/hable.umd.js", "bugs": { "url": "https://github.com/jsless/hable/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Sebastien Chopin", "url": "@Atinux" }, { "name": "Clark Du", "url": "@clarkdo" }, { "name": "Pooya Parsa", "url": "@pi0" } ], "deprecated": false, "description": "Awaitable hooks for Node.js", "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" }, "files": [ "index.d.ts", "src", "dist" ], "homepage": "https://github.com/jsless/hable#readme", "keywords": [ "hook", "hookable", "plugin", "tapable", "tappable" ], "license": "MIT", "main": "./dist/hable.js", "name": "hable", "repository": { "type": "git", "url": "git+https://github.com/jsless/hable.git" }, "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" }, "types": "./index.d.ts", "version": "3.0.0" }