File Explorer

/var/lang/lib/node_modules/npm/node_modules/libnpmexec

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

1 dir
3 files
package.json1.9 KB · 82 lines
{  "name": "libnpmexec",  "version": "10.2.3",  "files": [    "bin/",    "lib/"  ],  "main": "lib/index.js",  "engines": {    "node": "^20.17.0 || >=22.9.0"  },  "description": "npm exec (npx) programmatic API",  "repository": {    "type": "git",    "url": "git+https://github.com/npm/cli.git",    "directory": "workspaces/libnpmexec"  },  "keywords": [    "npm",    "npmcli",    "libnpm",    "cli",    "workspaces",    "libnpmexec"  ],  "author": "GitHub Inc.",  "contributors": [    {      "name": "Ruy Adorno",      "url": "https://ruyadorno.com",      "twitter": "ruyadorno"    }  ],  "license": "ISC",  "scripts": {    "lint": "npm run eslint",    "posttest": "npm run lint",    "test": "tap",    "snap": "tap",    "postlint": "template-oss-check",    "lintfix": "npm run eslint -- --fix",    "template-oss-apply": "template-oss-apply --force",    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""  },  "tap": {    "files": "test/*.js",    "nyc-arg": [      "--exclude",      "tap-snapshots/**"    ]  },  "devDependencies": {    "@npmcli/eslint-config": "^5.0.1",    "@npmcli/mock-registry": "^1.0.0",    "@npmcli/template-oss": "4.29.0",    "bin-links": "^6.0.0",    "chalk": "^5.2.0",    "just-extend": "^6.2.0",    "just-safe-set": "^4.2.1",    "tap": "^16.3.8"  },  "dependencies": {    "@gar/promise-retry": "^1.0.0",    "@npmcli/arborist": "^9.4.0",    "@npmcli/package-json": "^7.0.0",    "@npmcli/run-script": "^10.0.0",    "ci-info": "^4.0.0",    "npm-package-arg": "^13.0.0",    "pacote": "^21.0.2",    "proc-log": "^6.0.0",    "read": "^5.0.1",    "semver": "^7.3.7",    "signal-exit": "^4.1.0",    "walk-up-path": "^4.0.0"  },  "templateOSS": {    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",    "version": "4.29.0",    "content": "../../scripts/template-oss/index.js"  }}