![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/@nuxtjs/moment/ |
{ "name": "@nuxtjs/moment", "version": "1.6.1", "description": "Efficient Moment.js integration for Nuxt.js", "repository": "nuxt-community/moment-module", "license": "MIT", "contributors": [ "Pooya Parsa <[email protected]>", "Alexander Lichter <[email protected]>", "Ricardo Gobbo de Souza <[email protected]>" ], "main": "lib/module.js", "types": "types/index.d.ts", "files": [ "lib", "types/*.d.ts" ], "scripts": { "lint": "eslint --ext .js,.vue .", "release": "yarn test && standard-version && git push --follow-tags && npm publish", "test": "yarn lint && jest" }, "dependencies": { "moment": "^2.25.3", "moment-locales-webpack-plugin": "^1.2.0", "moment-timezone": "^0.5.28", "moment-timezone-data-webpack-plugin": "^1.3.0" }, "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "@nuxtjs/eslint-config": "latest", "@nuxtjs/module-test-utils": "latest", "eslint": "latest", "husky": "latest", "jest": "latest", "moment-fquarter": "latest", "moment-strftime": "latest", "nuxt-edge": "latest", "standard-version": "latest" }, "publishConfig": { "access": "public" } }