line_push/node_modules/hable/package.json
2022-07-21 03:28:35 +00:00

93 lines
2.1 KiB
JSON

{
"_args": [
[
"hable@3.0.0",
"/home/node/nuxt"
]
],
"_from": "hable@3.0.0",
"_id": "hable@3.0.0",
"_inBundle": false,
"_integrity": "sha512-7+G0/2/COR8pwteYFqHIVYfQpuEiO2HXwJrhCBJVgrNrl9O5eaUoJVDGXUJX+0RpGncNVTuestexjk1afj01wQ==",
"_location": "/hable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "3.0.0",
"_where": "/home/node/nuxt",
"browser": "./dist/hable.umd.js",
"bugs": {
"url": "https://github.com/jsless/hable/issues"
},
"contributors": [
{
"name": "Sebastien Chopin",
"url": "@Atinux"
},
{
"name": "Clark Du",
"url": "@clarkdo"
},
{
"name": "Pooya Parsa",
"url": "@pi0"
}
],
"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"
}