Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
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 2 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.