版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
242 B

  1. {
  2. "name": "is-module",
  3. "description": "check if a source string is an es6 module",
  4. "keywords": ["es6", "module", "modules"],
  5. "version": "1.0.0",
  6. "license": "MIT",
  7. "repo": "component/is-module",
  8. "scripts": [
  9. "index.js"
  10. ]
  11. }