Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Apr 20, 2024 via pnpm
Package summary
Share
3
issues
1
high severity
license
1
2
low severity
license
2
7
licenses
51
MIT
8
ISC
3
(MIT OR CC0-1.0)
6
other licenses
BSD-2-Clause
2
Apache-2.0
2
CC-BY-3.0
1
CC0-1.0
1
Package created
24 Jan 2013
Version published
7 Jan 2021
Maintainers
1
Total deps
68
Direct deps
12
License
MIT

Issues

3

1 high severity issue

high
Recommendation: Read and validate the license terms
via: normalize-package-data@3.0.3 & others
Collapse
Expand

2 low severity issues

low
Recommendation: Read and validate the license terms
via: normalize-package-data@3.0.3 & others
Recommendation: Read and validate the license terms
via: normalize-package-data@3.0.3 & others
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
51 Packages, Including:
@babel/code-frame@7.24.2
@babel/helper-validator-identifier@7.22.20
@babel/highlight@7.24.2
@types/minimist@1.2.5
@types/normalize-package-data@2.4.4
ansi-styles@3.2.1
arrify@1.0.1
camelcase-keys@6.2.2
camelcase@5.3.1
chalk@2.4.2
color-convert@1.9.3
color-name@1.1.3
decamelize-keys@1.1.1
decamelize@1.2.0
error-ex@1.3.2
escape-string-regexp@1.0.5
find-up@4.1.0
function-bind@1.1.2
hard-rejection@2.1.0
has-flag@3.0.0
hasown@2.0.2
indent-string@4.0.0
is-arrayish@0.2.1
is-core-module@2.13.1
is-plain-obj@1.1.0
js-tokens@4.0.0
json-parse-even-better-errors@2.3.1
kind-of@6.0.3
lines-and-columns@1.2.4
locate-path@5.0.0
map-obj@1.0.1
map-obj@4.3.0
meow@9.0.0
min-indent@1.0.1
minimist-options@4.1.0
p-limit@2.3.0
p-locate@4.1.0
p-try@2.2.0
parse-json@5.2.0
path-exists@4.0.0
path-parse@1.0.7
quick-lru@4.0.1
read-pkg-up@7.0.1
read-pkg@5.2.0
redent@3.0.0
resolve@1.22.8
spdx-expression-parse@3.0.1
strip-indent@3.0.0
supports-color@5.5.0
supports-preserve-symlinks-flag@1.0.0

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
8 Packages, Including:
hosted-git-info@2.8.9
hosted-git-info@4.1.0
lru-cache@6.0.0
picocolors@1.0.0
semver@5.7.2
semver@7.6.0
yallist@4.0.0
yargs-parser@20.2.9

(MIT OR CC0-1.0)

Public Domain
3 Packages, Including:
type-fest@0.18.1
type-fest@0.6.0
type-fest@0.8.1

BSD 2-Clause "Simplified" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
normalize-package-data@2.5.0
normalize-package-data@3.0.3

Apache License 2.0

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
use-patent-claims
place-warranty
Cannot
hold-liable
use-trademark
Must
include-copyright
include-license
state-changes
include-notice
2 Packages, Including:
spdx-correct@3.2.0
validate-npm-package-license@3.0.4

Creative Commons Attribution 3.0 Unported

Uncategorized
Not OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
1 Packages, Including:
spdx-exceptions@2.5.0

Creative Commons Zero v1.0 Universal

Public Domain
Not OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
Cannot
Must
1 Packages, Including:
spdx-license-ids@3.0.17
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

12
All Dependencies CSV
β“˜ This is a list of meow 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
@types/minimist1.2.52.41 kBMIT
prod
camelcase-keys6.2.23.37 kBMIT
prod
decamelize-keys1.1.11.92 kBMIT
prod
decamelize1.2.01.65 kBMIT
prod
hard-rejection2.1.02.43 kBMIT
prod
minimist-options4.1.03.39 kBMIT
prod
normalize-package-data3.0.38.64 kBBSD-2-Clause
prod
1
2
read-pkg-up7.0.12.67 kBMIT
prod
1
2
redent3.0.01.77 kBMIT
prod
trim-newlines3.0.11.76 kBMIT
prod
type-fest0.18.133.77 kB(MIT OR CC0-1.0)
prod
yargs-parser20.2.926.98 kBISC
prod

Visualizations

Frequently Asked Questions

What does meow do?

"Meow" is a helper library for creating command-line interface (CLI) applications using JavaScript. It significantly simplifies the handling and parsing of command-line arguments. Apart from parsing arguments, Meow also converts flags to camel case, negates flags using the "--no-" prefix, and outputs versions and help text when "--version" and "--help" are used, respectively. Furthermore, it makes unhandled rejected promises fail hard, sets the process title to the binary name defined in the package.json, and remarkably does all this without any external dependencies, providing a lightweight solution for creating CLIs.

How do you use meow?

To use Meow, first, you have to install it through npm with the command npm install meow. After installing, you can use it in your JS files. Below is an example of how to use Meow:

#!/usr/bin/env node
import meow from 'meow';
import foo from './lib/index.js';

const cli = meow(`
	Usage
	  $ foo <input>

	Options
	  --rainbow, -r  Include a rainbow

	Examples
	  $ foo unicorns --rainbow
	  🌈 unicorns 🌈
`, {
	importMeta: import.meta,
	flags: {
		rainbow: {
			type: 'boolean',
			shortFlag: 'r'
		}
	}
});

foo(cli.input.at(0), cli.flags);

In this example, a command-line interface is created with the usage statement "foo <input>". It has an option "--rainbow" which can also be represented as "-r". The example shows how to call your application with the command ./foo-app.js unicorns --rainbow.

Where are the meow docs?

The documentation for Meow can be found in its README content on its GitHub page, reachable at https://github.com/sindresorhus/meow. There, you will find comprehensive information about its features, installation process, usage examples, API specification, options, and other helpful resources for perfecting your command line tools.