<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "name": "editor",
  "version": "1.0.0",
  "description": "launch $EDITOR in your program",
  "main": "index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "~0.4.4"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/node-editor.git"
  },
  "homepage": "https://github.com/substack/node-editor",
  "keywords": [
    "text",
    "edit",
    "shell"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.6"
  },
  "gitHead": "15200af2c417c65a4df153f39f32143dcd476375",
  "bugs": {
    "url": "https://github.com/substack/node-editor/issues"
  },
  "_id": "editor@1.0.0",
  "_shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
  "_from": "editor@>=1.0.0 <1.1.0",
  "_npmVersion": "2.7.5",
  "_nodeVersion": "1.6.3",
  "_npmUser": {
    "name": "substack",
    "email": "substack@gmail.com"
  },
  "dist": {
    "shasum": "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742",
    "tarball": "http://registry.npmjs.org/editor/-/editor-1.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "substack",
      "email": "mail@substack.net"
    }
  ],
  "_resolved": "https://registry.npmjs.org/editor/-/editor-1.0.0.tgz",
  "readme": "ERROR: No README data found!"
}
