![]() 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/hessa.corals.io/wp-content/plugins/limit-modified-date/ |
{ "name": "limit-modified-date", "description": "Make minor changes to your content without changing the last modified date", "license": "GPL-2.0-or-later", "repository": { "type": "git", "url": "https://github.com/billerickson/Limit-Modified-Date.git" }, "homepage": "https://github.com/billerickson/Limit-Modified-Date", "bugs": { "url": "https://github.com/billerickson/Limit-Modified-Date/issues" }, "engines": { "node": ">=10" }, "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.0", "@babel/preset-env": "^7.1.0", "@wordpress/babel-plugin-import-jsx-pragma": "^1.1.2", "@wordpress/babel-preset-default": "^3.0.1", "@wordpress/blocks": "^4.0.4", "@wordpress/components": "^4.2.0", "@wordpress/compose": "^2.0.5", "@wordpress/data": "^2.1.4", "@wordpress/edit-post": "^1.0.3", "@wordpress/editor": "^5.0.0", "@wordpress/element": "^2.1.4", "@wordpress/i18n": "^3.0.1", "@wordpress/plugins": "^2.0.5", "autoprefixer": "^9.1.0", "babel-loader": "^8.0.2", "cross-env": "^5.2.0", "css-loader": "^1.0.0", "cssnano": "^4.0", "mini-css-extract-plugin": "^0.4.3", "postcss-loader": "^3.0", "postcss-nested": "^4.1", "raw-loader": "^0.5.1", "webpack": "^4.8", "webpack-cli": "^3.1" }, "dependencies": {}, "babel": { "presets": [ "@wordpress/default" ], "plugins": [ [ "@wordpress/babel-plugin-import-jsx-pragma", { "scopeVariable": "createElement", "source": "@wordpress/element", "isDefault": false } ] ] }, "scripts": { "build": "cross-env NODE_ENV=production webpack", "dev": "cross-env BABEL_ENV=default webpack --watch", "makepot": "wp i18n make-pot .", "release": "npm run build && npm run makepot" } }