Urara-Blog/node_modules/.pnpm-store/v3/files/28/0003fd0e2e938352fa90463f89b0d42b4df52c235cc042198c8cd43978ff52c88c192c29352c226c7a0fff640371843ce7623bad230f2757faaaccb8bdbbc3
2022-08-14 01:14:53 +08:00

20 lines
489 B
Text

{
"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"
}
}