UNPKG
is-module
Version:
latest (1.0.0)
1.0.0
check if a source string is an es6 module
github.com/component/is-module
component/is-module
is-module
/
component.json
12 lines
(11 loc)
•
242 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"is-module"
,
"description"
:
"check if a source string is an es6 module"
,
"keywords"
:
[
"es6"
,
"module"
,
"modules"
]
,
"version"
:
"1.0.0"
,
"license"
:
"MIT"
,
"repo"
:
"component/is-module"
,
"scripts"
:
[
"index.js"
]
}