File Coverage

blib/lib/Acme/CPANModules/PortedFrom/NPM.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::PortedFrom::NPM;
2              
3 1     1   394553 use strict;
  1         2  
  1         141  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-01-15'; # DATE
7             our $DIST = 'Acme-CPANModules-PortedFrom-NPM'; # DIST
8             our $VERSION = '0.007'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules/applications that are ported (or inspired from) NPM libraries",
12             description => <<'_',
13              
14             If you know of others, please drop me a message.
15              
16             Keywords: JavaScript, JS, npmjs
17              
18             _
19             entries => [
20             {
21             module => 'App::AsciiChart',
22             npm_module => 'asciichart',
23             tags => ['cli', 'chart'],
24             },
25             {
26             module => 'App::chalk',
27             npm_module => 'chalk',
28             tags => ['cli', 'color'],
29             },
30             {
31             module => 'App::envset',
32             npm_module => 'envset',
33             tags => ['cli','configuration'],
34             },
35             {
36             module => 'Inky',
37             npm_module => 'inky',
38             tags => ['html', 'template'],
39             },
40             {
41             module => 'Smart::Options',
42             npm_module => 'optimist',
43             tags => ['html', 'template'],
44             },
45             {
46             module => 'Is::Bot',
47             npm_module => 'isbot',
48             tags => ['http', 'browser', 'webbot'],
49             },
50             {
51             module => 'Sub::Fp',
52             npm_module => 'lodash',
53             tags => [],
54             },
55             {
56             module => 'Hash::Util::Pick',
57             npm_module => 'lodash',
58             tags => [],
59             },
60             ],
61             };
62              
63             1;
64             # ABSTRACT: List of modules/applications that are ported (or inspired from) NPM libraries
65              
66             __END__