Server IP : 66.29.132.122 / Your IP : 3.129.70.162 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-nodejs9/root/usr/lib/node_modules/npm/node_modules/libnpx/ |
Upload File : |
{ "_from": "libnpx@latest", "_id": "libnpx@9.7.1", "_inBundle": false, "_integrity": "sha512-OktT775uhfL93SoUfERj4ilM3D7c0hyUyALX9oJ2D/yO4Msm5hbkOKHcrOVHXRcEX9ytstviYQAEygFIiDj2bQ==", "_location": "/libnpx", "_phantomChildren": { "graceful-fs": "4.1.11", "hosted-git-info": "2.5.0", "lru-cache": "4.1.1", "normalize-package-data": "2.4.0", "osenv": "0.1.4", "semver": "5.4.1", "strip-ansi": "4.0.0", "validate-npm-package-name": "3.0.0", "which": "1.3.0" }, "_requested": { "type": "tag", "registry": true, "raw": "libnpx@latest", "name": "libnpx", "escapedName": "libnpx", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/libnpx/-/libnpx-9.7.1.tgz", "_shasum": "55300b5e119bd47b714be9704ca0696ffb18b025", "_spec": "libnpx@latest", "_where": "/Users/zkat/Documents/code/npm", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/zkat/npx/issues" }, "bundleDependencies": false, "config": { "nyc": { "exclude": [ "node_modules/**", "test/**" ] } }, "dependencies": { "dotenv": "^4.0.0", "npm-package-arg": "^5.1.2", "rimraf": "^2.6.1", "safe-buffer": "^5.1.0", "update-notifier": "^2.2.0", "which": "^1.2.14", "y18n": "^3.2.1", "yargs": "^8.0.2" }, "deprecated": false, "description": "support library for npx -- an tool for executing npm-based packages.", "devDependencies": { "cross-env": "^5.0.1", "json": "^9.0.6", "marked-man": "^0.2.1", "mkdirp": "^0.5.1", "npm": "^5.3.0", "nyc": "^11.0.2", "require-inject": "^1.4.0", "standard": "^10.0.2", "standard-version": "^4.2.0", "tacks": "^1.2.6", "tap": "^10.5.1", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "files": [ "*.js", "libnpx.1", "locales" ], "homepage": "https://github.com/zkat/npx#readme", "keywords": [ "npm", "npm exec", "shell", "scripts", "npm bin", "cli" ], "license": "CC0-1.0", "main": "index.js", "man": [ "./libnpx.1" ], "name": "libnpx", "optionalDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/zkat/npx.git" }, "scripts": { "bin": "make bin", "docs": "tail -n +2 README.md | marked-man --manual 'User Commands' --version \"$npm_package_name@$npm_package_version\" > $npm_package_name.1", "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t && npm run docs", "pretest": "standard ./*.js test bin/*.js locales", "publish-bin": "npm run bin && cd bin && npm publish", "release": "standard-version -s", "test": "cross-env NPX_UPDATE_LOCALE_FILES=true LC_ALL=en nyc --all -- tap -J test/*.js", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "version": "9.7.1" }