MES手机端
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.
 
 
 
 

36 lines
936 B

  1. {
  2. "name": "is-potential-custom-element-name",
  3. "version": "1.0.1",
  4. "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
  5. "homepage": "https://github.com/mathiasbynens/is-potential-custom-element-name",
  6. "main": "index.js",
  7. "files": [
  8. "LICENSE-MIT.txt",
  9. "index.js"
  10. ],
  11. "keywords": [
  12. "html",
  13. "custom element",
  14. "custom element name",
  15. "web components"
  16. ],
  17. "license": "MIT",
  18. "author": {
  19. "name": "Mathias Bynens",
  20. "url": "https://mathiasbynens.be/"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/mathiasbynens/is-potential-custom-element-name.git"
  25. },
  26. "bugs": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues",
  27. "devDependencies": {
  28. "mocha": "^2.2.1",
  29. "regenerate": "^1.4.2"
  30. },
  31. "scripts": {
  32. "build": "node build.js",
  33. "test": "mocha"
  34. }
  35. }