File Explorer

/var/lang/lib/node_modules/npm/node_modules/libnpmpublish

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.7 KB · 65 lines
{  "name": "libnpmpublish",  "version": "11.1.3",  "description": "Programmatic API for the bits behind npm publish and unpublish",  "author": "GitHub Inc.",  "main": "lib/index.js",  "contributors": [    "Kat Marchán <kzm@zkat.tech>",    "Claudia Hernández <claudia@npmjs.com>"  ],  "files": [    "bin/",    "lib/"  ],  "license": "ISC",  "scripts": {    "lint": "npm run eslint",    "lintfix": "npm run eslint -- --fix",    "test": "tap",    "posttest": "npm run lint",    "postlint": "template-oss-check",    "snap": "tap",    "template-oss-apply": "template-oss-apply --force",    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""  },  "devDependencies": {    "@npmcli/eslint-config": "^5.0.1",    "@npmcli/mock-globals": "^1.0.0",    "@npmcli/mock-registry": "^1.0.0",    "@npmcli/template-oss": "4.29.0",    "tap": "^16.3.8"  },  "repository": {    "type": "git",    "url": "git+https://github.com/npm/cli.git",    "directory": "workspaces/libnpmpublish"  },  "bugs": "https://github.com/npm/cli/issues",  "homepage": "https://npmjs.com/package/libnpmpublish",  "dependencies": {    "@npmcli/package-json": "^7.0.0",    "ci-info": "^4.0.0",    "npm-package-arg": "^13.0.0",    "npm-registry-fetch": "^19.0.0",    "proc-log": "^6.0.0",    "semver": "^7.3.7",    "sigstore": "^4.0.0",    "ssri": "^13.0.0"  },  "engines": {    "node": "^20.17.0 || >=22.9.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"  },  "tap": {    "nyc-arg": [      "--exclude",      "tap-snapshots/**"    ]  }}