|
Server IP : 161.35.85.9 / Your IP : 216.73.217.138 Web Server : nginx/1.30.4 System : Linux cheapdeb-ams3 7.1.13+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.1.13-1 (2026-09-03) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/nodejs/libnpmdiff/node_modules/npm-registry-fetch/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "npm-registry-fetch",
"version": "20.0.1",
"description": "Fetch-based http client for use with npm registry APIs",
"main": "lib",
"files": [
"bin/",
"lib/"
],
"scripts": {
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lint": "npm run eslint",
"lintfix": "npm run eslint -- --fix",
"test": "tap",
"posttest": "npm run lint",
"npmclilint": "npmcli-lint",
"postsnap": "npm run lintfix --",
"postlint": "template-oss-check",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-registry-fetch.git"
},
"keywords": [
"npm",
"registry",
"fetch"
],
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"@npmcli/redact": "^5.0.0",
"jsonparse": "^1.3.1",
"make-fetch-happen": "^16.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^6.0.0",
"minizlib": "^3.0.1",
"npm-package-arg": "^14.0.0",
"proc-log": "^7.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^7.0.0",
"@npmcli/template-oss": "5.1.0",
"cacache": "^21.0.0",
"nock": "^13.2.4",
"require-inject": "^1.4.4",
"ssri": "^14.0.0",
"tap": "^16.0.1"
},
"tap": {
"check-coverage": true,
"test-ignore": "test[\\\\/](util|cache)[\\\\/]",
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"engines": {
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "5.1.0",
"publish": "true"
}
}