| 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/@nuxtjs/sitemap/ |
Upload File : |
{
"_args": [
[
"@nuxtjs/sitemap@2.4.0",
"C:\\inetpub\\wwwroot\\parsmega.com"
]
],
"_from": "@nuxtjs/sitemap@2.4.0",
"_id": "@nuxtjs/sitemap@2.4.0",
"_inBundle": false,
"_integrity": "sha512-TVgIYOtPp7KAfaUo76WRpGbO20j4D/xi/A7shFIGjARHs+FvfAWXNCtBT87dTwe/RoYzAsEKtijFFUTaSu5bUA==",
"_location": "/@nuxtjs/sitemap",
"_phantomChildren": {
"graceful-fs": "4.2.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@nuxtjs/sitemap@2.4.0",
"name": "@nuxtjs/sitemap",
"escapedName": "@nuxtjs%2fsitemap",
"scope": "@nuxtjs",
"rawSpec": "2.4.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-2.4.0.tgz",
"_spec": "2.4.0",
"_where": "C:\\inetpub\\wwwroot\\parsmega.com",
"bugs": {
"url": "https://github.com/nuxt-community/sitemap-module/issues"
},
"contributors": [
{
"name": "Nicolas Pennec"
},
{
"name": "Pooya Parsa"
}
],
"dependencies": {
"async-cache": "^1.1.0",
"consola": "^2.13.0",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^8.1.0",
"is-https": "^2.0.2",
"lodash.unionby": "^4.8.0",
"minimatch": "^3.0.4",
"sitemap": "^4.1.1"
},
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"husky": "latest",
"jest": "latest",
"lint-staged": "latest",
"nuxt": "latest",
"nuxt-i18n": "latest",
"prettier": "latest",
"request-promise-native": "latest",
"standard-version": "latest"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=5.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/nuxt-community/sitemap-module#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "yarn test"
}
},
"keywords": [
"nuxt",
"nuxt.js",
"nuxtjs",
"seo",
"sitemap",
"sitemap.xml",
"ssr"
],
"license": "MIT",
"lint-staged": {
"*.{js,vue}": [
"eslint --fix"
]
},
"main": "lib/module.js",
"name": "@nuxtjs/sitemap",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-community/sitemap-module.git"
},
"scripts": {
"build": "nuxt build test/fixture",
"dev": "nuxt test/fixture",
"format": "yarn lint --fix",
"generate": "nuxt generate test/fixture",
"lint": "eslint . --ext js,vue",
"preview": "standard-version --dry-run",
"release": "standard-version && git push --follow-tags && npm publish",
"start": "nuxt start test/fixture",
"test": "yarn lint && yarn unit",
"unit": "jest"
},
"version": "2.4.0"
}