文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/nitropack/node_modules/js-tokens/README.md
编辑文件内容
# js-tokens The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails. ```js const jsTokens = require("js-tokens"); const jsString = 'JSON.stringify({k:3.14**2}, null /*replacer*/, "\\t")'; Array.from(jsTokens(jsString), (token) => token.value).join("|"); // JSON|.|stringify|(|{|k|:|3.14|**|2|}|,| |null| |/*replacer*/|,| |"\t"|) ``` **[➡️ Full readme](https://github.com/lydell/js-tokens/)**
修改文件时间
将文件时间修改为当前时间的前一年
删除文件