component.json 146 B

1234567
  1. {
  2. "name": "trim",
  3. "version": "1.0.0",
  4. "description": "Trim string whitespace",
  5. "keywords": ["string", "trim"],
  6. "scripts": ["index.js"]
  7. }