版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

component.json 242 B

1234567891011
  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. }