文件操作 - readme.md
返回文件管理
返回主菜单
删除本文件
文件: /node_modules/npm-conf/readme.md
编辑文件内容
# npm-conf [](https://travis-ci.org/kevva/npm-conf) > Get the npm config ## Install ``` $ npm install npm-conf ``` ## Usage ```js const npmConf = require('npm-conf'); const conf = npmConf(); conf.get('prefix') //=> //=> /Users/unicorn/.npm-packages conf.get('registry') //=> https://registry.npmjs.org/ ``` To get a list of all available `npm` config options: ```bash $ npm config list --long ``` ## API ### npmConf() Returns the `npm` config. ### npmConf.defaults Returns the default `npm` config. ## License MIT © [Kevin Mårtensson](https://github.com/kevva)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件