HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/www/french-american.org/current/node_modules/external-editor/package.json
{
  "_args": [
    [
      "external-editor@1.1.1",
      "/var/www/french-american.org/releases/20210421135930Z"
    ]
  ],
  "_development": true,
  "_from": "external-editor@1.1.1",
  "_id": "external-editor@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-Etew24UPf/fnCBuvQAVwAGDEYAs=",
  "_location": "/external-editor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "external-editor@1.1.1",
    "name": "external-editor",
    "escapedName": "external-editor",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/external-editor/-/external-editor-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/var/www/french-american.org/releases/20210421135930Z",
  "author": {
    "name": "Kevin Gravier",
    "email": "kevin@mrkmg.com",
    "url": "https://mrkmg.com"
  },
  "bugs": {
    "url": "https://github.com/mrkmg/node-external-editor/issues"
  },
  "dependencies": {
    "extend": "^3.0.0",
    "spawn-sync": "^1.0.15",
    "tmp": "^0.0.29"
  },
  "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-script": "^1.10.0",
    "coffeelint": "^1.14.2",
    "mocha": "^2.5.3"
  },
  "files": [
    "main",
    "example_sync.js",
    "example_async.js"
  ],
  "homepage": "https://github.com/mrkmg/node-external-editor#readme",
  "keywords": [
    "editor",
    "external",
    "user",
    "visual"
  ],
  "license": "MIT",
  "main": "main/index.js",
  "name": "external-editor",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrkmg/node-external-editor.git"
  },
  "scripts": {
    "compile": "coffee --compile --output main/ src/",
    "lint": "coffeelint -f .coffeelint.json src",
    "test": "npm run lint && npm run unit",
    "unit": "mocha --recursive --compilers coffee:coffee-script/register --timeout 10000 ./test/spec"
  },
  "version": "1.1.1"
}