/opt/canhelp/node_modules/fastq
NameSizeModeActions
test/-0755rm
bench.js11950644editdlrm
eslint.config.js2440644editdlrm
example.js2380644editdlrm
example.mjs1990644editdlrm
index.d.ts37090644editdlrm
LICENSE7650644editdlrm
package.json13180644editdlrm
queue.js70140644editdlrm
README.md82150644editdlrm
SECURITY.md4550644editdlrm
Edit: /opt/canhelp/node_modules/fastq/eslint.config.js (244B)
const neostandard = require('neostandard') module.exports = [ ...neostandard(), { name: 'node-0.10-compatibility', rules: { 'object-shorthand': 'off' // Disable ES6 object shorthand for Node.js 0.10 compatibility } } ]