文件操作 - default-opts.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js
编辑文件内容
const pkg = require('../package.json') module.exports = { maxSockets: 12, method: 'GET', registry: 'https://registry.npmjs.org/', timeout: 5 * 60 * 1000, // 5 minutes strictSSL: true, noProxy: process.env.NOPROXY, userAgent: `${pkg.name }@${ pkg.version }/node@${ process.version }+${ process.arch } (${ process.platform })`, }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件