| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/hookable/ |
Upload File : |
{
"_args": [
[
"hookable@4.4.1",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "hookable@4.4.1",
"_id": "hookable@4.4.1",
"_inBundle": false,
"_integrity": "sha512-KWjZM8C7IVT2qne5HTXjM6R6VnRfjfRlf/oCnHd+yFxoHO1DzOl6B9LzV/VqGQK/IrFewq+EG+ePVrE9Tpc3fg==",
"_location": "/hookable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hookable@4.4.1",
"name": "hookable",
"escapedName": "hookable",
"rawSpec": "4.4.1",
"saveSpec": null,
"fetchSpec": "4.4.1"
},
"_requiredBy": [
"/@nuxt/cli",
"/@nuxt/core"
],
"_resolved": "https://registry.npmjs.org/hookable/-/hookable-4.4.1.tgz",
"_spec": "4.4.1",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"browser": "./dist/hookable.umd.js",
"bugs": {
"url": "https://github.com/nuxt-contrib/hookable/issues"
},
"contributors": [
{
"name": "Sebastien Chopin",
"url": "@Atinux"
},
{
"name": "Clark Du",
"url": "@clarkdo"
},
{
"name": "Pooya Parsa",
"url": "@pi0"
}
],
"description": "Awaitable hooks for Node.js",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"@types/jest": "latest",
"babel-jest": "latest",
"bili": "latest",
"codecov": "latest",
"eslint": "latest",
"jest": "latest",
"rollup-plugin-typescript2": "latest",
"siroc": "latest",
"standard-version": "latest",
"ts-jest": "latest",
"typescript": "latest"
},
"files": [
"dist",
"types"
],
"homepage": "https://github.com/nuxt-contrib/hookable#readme",
"keywords": [
"hook",
"hookable",
"plugin",
"tapable",
"tappable"
],
"license": "MIT",
"main": "./dist/hookable.js",
"module": "./dist/hookable.mjs",
"name": "hookable",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-contrib/hookable.git"
},
"scripts": {
"build": "siroc build && yarn build:browser",
"build:browser": "bili src/hookable.ts --format umd --minify --module-name Hookable",
"lint": "eslint --ext .ts src",
"prepublish": "yarn build",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && yarn jest"
},
"types": "./types/hookable.d.ts",
"version": "4.4.1"
}