Server IP : 66.29.132.122 / Your IP : 18.222.182.8 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules/infer-owner/ |
Upload File : |
{ "name": "infer-owner", "version": "1.0.4", "description": "Infer the owner of a path based on the owner of its nearest existing parent", "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", "license": "ISC", "scripts": { "test": "tap -J test/*.js --100", "snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "devDependencies": { "mutate-fs": "^2.1.1", "tap": "^12.4.2" }, "main": "index.js", "repository": "https://github.com/npm/infer-owner", "publishConfig": { "access": "public" }, "files": [ "index.js" ] }