
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Derulo is a tool for building and manipulating JSON files.
Hand editing JSON kinda sucks. You have to go around quoting stuff and if you forget a comma or a colon everything breaks. Derulo offers a fast way of creating and editing JSON files.
Get Node.js then run
$ npm install -g derulo
For full usage instructions, see the help text.
derulo <filename>
will open up a REPL where you can add multiple key-value pairs to be written to the file. To quit the REPL, and either save or discard the object you're build, press Ctrl+C at any time. Ctrl+D will quit the whole program with no prompt, so be careful!
The REPL is not fully finished yet, so use with caution.
derulo package name Jason
will add the pair "name": "Jason"
to the file package.json
in the current directory. If the file doesn't exist it will be created. If the key already exists, the value will be overwritten.
If the value is a number, boolean or null
, it will be parsed as such. Everything else will be a string.
derulo -d package name
will remove the name
property from the file package.json
. If no such key exists, nothing will happen.
If you omit the extension from the filename, .json
will be appended automatically (or .yml
for YAML if the -y
flag is passed). If this doesn't match either, a fuzzy search will be performed, finding the closest matching file. Therefore, pack
, package
and package.json
are equivalent when running in this repository.
Derulo will attempt to auto-detect and preserve indentation on files. If this fails, it will fall back to 2-space indentation.
New features and bug reports/fixes are very welcome. Try and be consistent with existing style and all that.
MIT
FAQs
Jason
The npm package derulo receives a total of 5 weekly downloads. As such, derulo popularity was classified as not popular.
We found that derulo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.