![]() 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/mets.corals.io/wp-content/themes/metras/node_modules/sharect/ |
{ "_args": [ [ "[email protected]", "/var/www/vhosts/metras.co/httpdocs/wp-content/themes/metras" ] ], "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-vMGaoiNvkVcFXHrE9uuwk1xpBuEZ7W2PWANFMj2RWbDtxJ4vNdX+aMa+iqJ3oLGgFEQdT8k8FZA3geJl6ZaTzw==", "_location": "/sharect", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "sharect", "escapedName": "sharect", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/sharect/-/sharect-1.1.0.tgz", "_spec": "1.1.0", "_where": "/var/www/vhosts/metras.co/httpdocs/wp-content/themes/metras", "author": { "name": "Estevan Maito", "email": "[email protected]" }, "bugs": { "url": "https://github.com/estevanmaito/sharect/issues" }, "description": "Share selection text", "devDependencies": { "babel-cli": "^6.24.0", "babel-preset-env": "^1.7.0", "eslint": "^3.18.0", "mkdirp": "^0.5.1", "uglify-js": "^2.8.13" }, "homepage": "https://github.com/estevanmaito/sharect#readme", "keywords": [ "sharect", "share", "text", "selection" ], "license": "MIT", "main": "index.js", "name": "sharect", "repository": { "type": "git", "url": "git+https://github.com/estevanmaito/sharect.git" }, "scripts": { "babel": "mkdirp dist -p && babel src/sharect.js --out-file dist/sharect.babel.js --presets env", "build": "npm run lint && npm run babel && npm run uglify", "lint": "eslint src", "uglify": "uglifyjs dist/sharect.babel.js -m -c -o dist/sharect.min.js" }, "version": "1.1.0" }