%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/@nuxtjs/sitemap/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/@nuxtjs/sitemap/package.json |
{ "_args": [ [ "@nuxtjs/sitemap@2.4.0", "/home/forge/takeaseat.co.uk" ] ], "_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": "/home/forge/takeaseat.co.uk", "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" }