![]() 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/vfile/ |
{ "_args": [ [ "[email protected]", "/var/www/vhosts/metras.co/httpdocs/wp-content/themes/metras" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==", "_location": "/vfile", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "vfile", "escapedName": "vfile", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/unified" ], "_resolved": "https://registry.npmjs.org/vfile/-/vfile-3.0.1.tgz", "_spec": "3.0.1", "_where": "/var/www/vhosts/metras.co/httpdocs/wp-content/themes/metras", "author": { "name": "Titus Wormer", "email": "[email protected]", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/vfile/vfile/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "[email protected]", "url": "https://wooorm.com" }, { "name": "Brendan Abbott", "email": "[email protected]" }, { "name": "Denys Dovhan", "email": "[email protected]" }, { "name": "Kyle Mathews", "email": "[email protected]" }, { "name": "Shinnosuke Watanabe", "email": "[email protected]" }, { "name": "Sindre Sorhus", "email": "[email protected]" } ], "dependencies": { "is-buffer": "^2.0.0", "replace-ext": "1.0.0", "unist-util-stringify-position": "^1.0.0", "vfile-message": "^1.0.0" }, "description": "Virtual file format for text processing", "devDependencies": { "browserify": "^16.0.0", "nyc": "^13.0.0", "prettier": "^1.12.1", "remark-cli": "^6.0.0", "remark-preset-wooorm": "^4.0.0", "tape": "^4.4.0", "tinyify": "^2.4.3", "xo": "^0.23.0" }, "files": [ "core.js", "index.js" ], "homepage": "https://github.com/vfile/vfile#readme", "keywords": [ "virtual", "file", "text", "processing", "message", "warning", "error", "remark", "retext" ], "license": "MIT", "name": "vfile", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/vfile/vfile.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s VFile > vfile.js", "build-mangle": "browserify . -s VFile -p tinyify > vfile.min.js", "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", "test": "npm run format && npm run build && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "3.0.1", "xo": { "prettier": true, "esnext": false, "rules": { "no-var": "off", "prefer-arrow-callback": "off", "object-shorthand": "off" }, "ignores": [ "vfile.js" ] } }