2021-01-07 23:16:07 +08:00

27 lines
704 B
JSON

{
"name": "is-module",
"description": "check if a source string is an es6 module",
"keywords": [
"es6",
"module",
"modules"
],
"version": "1.0.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "component/is-module",
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha --reporter spec --bail"
},
"__npminstall_done": "Sun Sep 06 2020 16:10:13 GMT+0800 (中国标准时间)",
"_from": "is-module@1.0.0",
"_resolved": "https://registry.npm.taobao.org/is-module/download/is-module-1.0.0.tgz"
}