403Webshell
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/vue-lazy-hydration/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/vue-lazy-hydration/package.json
{
  "_args": [
    [
      "vue-lazy-hydration@2.0.0-beta.4",
      "C:\\inetpub\\wwwroot\\parsmega.com"
    ]
  ],
  "_from": "vue-lazy-hydration@2.0.0-beta.4",
  "_id": "vue-lazy-hydration@2.0.0-beta.4",
  "_inBundle": false,
  "_integrity": "sha512-bhr7AxzrSEPed4cOawIeCxJmR8pglberR78x1zs0886xR+47/EXE9s0Ezss90CPINo8ApzUfA/r+SbNffn+t9w==",
  "_location": "/vue-lazy-hydration",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-lazy-hydration@2.0.0-beta.4",
    "name": "vue-lazy-hydration",
    "escapedName": "vue-lazy-hydration",
    "rawSpec": "2.0.0-beta.4",
    "saveSpec": null,
    "fetchSpec": "2.0.0-beta.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-lazy-hydration/-/vue-lazy-hydration-2.0.0-beta.4.tgz",
  "_spec": "2.0.0-beta.4",
  "_where": "C:\\inetpub\\wwwroot\\parsmega.com",
  "author": {
    "name": "Markus Oberlehner"
  },
  "browserslist": [
    "> 0.5%",
    "not ie <= 10",
    "not op_mini all"
  ],
  "bugs": {
    "url": "https://github.com/maoberlehner/vue-lazy-hydration/issues"
  },
  "description": "Lazy Hydration of Server-Side Rendered Vue.js Components",
  "devDependencies": {
    "@avalanche/eslint-config": "^4.0.0",
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@vue/cli-service": "^4.5.9",
    "babel-eslint": "^10.1.0",
    "cli-table3": "^0.6.0",
    "concurrently": "^5.3.0",
    "eslint": "^7.13.0",
    "eslint-plugin-compat": "^3.8.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-markdown": "^1.0.2",
    "eslint-plugin-vue": "^7.1.0",
    "jest": "^26.6.3",
    "jest-puppeteer": "^4.4.0",
    "lighthouse": "^6.4.1",
    "marked": "^1.2.4",
    "puppeteer": "^5.5.0",
    "rollup": "^2.33.3",
    "rollup-plugin-babel": "^4.4.0",
    "serve": "^11.3.2",
    "uglify-es": "^3.3.9",
    "vue": "^2.6.12",
    "vue-server-renderer": "^2.6.12",
    "vue-template-compiler": "^2.6.12"
  },
  "homepage": "https://github.com/maoberlehner/vue-lazy-hydration",
  "keywords": [
    "gridsome",
    "hydration",
    "nuxt",
    "ssr",
    "vue"
  ],
  "license": "MIT",
  "main": "dist/LazyHydrate.js",
  "module": "dist/LazyHydrate.esm.js",
  "name": "vue-lazy-hydration",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maoberlehner/vue-lazy-hydration.git"
  },
  "scripts": {
    "build": "yarn run scripts",
    "lint": "yarn run lint:scripts && yarn run lint:scripts-md",
    "lint:scripts": "eslint --ignore-path .gitignore .",
    "lint:scripts-md": "eslint --config .eslintrc-md.json --ext md --ignore-path .gitignore .",
    "prepublishOnly": "yarn run lint && yarn run build",
    "scripts": "yarn run scripts:umd && yarn run scripts:es && yarn run scripts:minify",
    "scripts:es": "rollup --config --output.format es --name vue-lazy-hydration --output.file dist/LazyHydrate.esm.js src/LazyHydrate.js",
    "scripts:minify": "uglifyjs --compress --mangle --comments --output dist/LazyHydrate.min.js dist/LazyHydrate.js && uglifyjs --compress --mangle --comments --output dist/LazyHydrate.esm.min.js dist/LazyHydrate.esm.js",
    "scripts:umd": "rollup --config --output.format umd --name vue-lazy-hydration --output.file dist/LazyHydrate.js src/LazyHydrate.js",
    "test:integration": "concurrently 'npm:test:integration:serve' 'jest test/integration/integration.test.js' --kill-others",
    "test:integration:build": "npm run build && npm run test:integration:compile && npm run test:integration:render",
    "test:integration:compile": "npx vue-cli-service build --target lib --no-clean --dest test/integration/dist --name 'entry-integration' test/integration/entry-integration.js",
    "test:integration:render": "node test/integration/render.js",
    "test:integration:serve": "serve test/integration/dist",
    "test:perf": "concurrently 'npm:test:perf:serve' 'node test/performance/benchmark.js' --kill-others",
    "test:perf:build": "npm run build && npm run test:perf:compile && npm run test:perf:render",
    "test:perf:compile": "npx vue-cli-service build --target lib --no-clean --dest test/performance/dist --name 'entry-reference' test/performance/entry-reference.js && npx vue-cli-service build --target lib --no-clean --dest test/performance/dist --name 'entry-hydrate-never' test/performance/entry-hydrate-never.js",
    "test:perf:render": "node test/performance/render.js",
    "test:perf:serve": "serve test/performance/dist"
  },
  "version": "2.0.0-beta.4"
}

Youez - 2016 - github.com/yon3zu
LinuXploit