UNPKG

npm

Version:

a package manager for JavaScript

86 lines (85 loc) 2.04 kB
{ "name": "libnpmexec", "version": "11.0.1", "files": [ "bin/", "lib/" ], "main": "lib/index.js", "engines": { "node": "^22.22.2 || ^24.15.0 || >=26.0.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", "node-arg": [ "--require", "../../scripts/disable-agent-for-tests.js" ], "nyc-arg": [ "--exclude", "tap-snapshots/**" ] }, "devDependencies": { "@npmcli/eslint-config": "^5.0.1", "@npmcli/mock-registry": "^1.0.0", "@npmcli/template-oss": "5.1.1", "bin-links": "^7.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": "^10.0.1", "@npmcli/package-json": "^8.0.0", "@npmcli/run-script": "^11.0.0", "ci-info": "^4.0.0", "npm-package-arg": "^14.0.0", "pacote": "^22.0.0", "proc-log": "^7.0.0", "read": "^6.0.0", "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": "5.1.1", "content": "../../scripts/template-oss/index.js" } }