package.json 242 B

1234567891011
  1. {
  2. "name": "language-hyperlink",
  3. "version": "0.17.1",
  4. "description": "Hyperlink colorization in Atom",
  5. "engines": {
  6. "atom": "*",
  7. "node": ">=14"
  8. },
  9. "repository": "https://github.com/pulsar-edit/pulsar",
  10. "license": "MIT"
  11. }