package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "external-editor@^3.0.3",
  3. "_id": "external-editor@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
  6. "_location": "/external-editor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "external-editor@^3.0.3",
  12. "name": "external-editor",
  13. "escapedName": "external-editor",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/inquirer",
  20. "/node-plop/inquirer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
  23. "_shasum": "cb03f740befae03ea4d283caed2741a83f335495",
  24. "_spec": "external-editor@^3.0.3",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\inquirer",
  26. "author": {
  27. "name": "Kevin Gravier",
  28. "email": "kevin@mrkmg.com",
  29. "url": "https://mrkmg.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/mrkmg/node-external-editor/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "ndt": {
  37. "versions": [
  38. "major"
  39. ]
  40. }
  41. },
  42. "dependencies": {
  43. "chardet": "^0.7.0",
  44. "iconv-lite": "^0.4.24",
  45. "tmp": "^0.0.33"
  46. },
  47. "deprecated": false,
  48. "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
  49. "devDependencies": {
  50. "@types/chai": "^4.1.4",
  51. "@types/chardet": "^0.5.0",
  52. "@types/mocha": "^5.2.5",
  53. "@types/node": "^10.14.12",
  54. "@types/tmp": "0.0.33",
  55. "chai": "^4.0.0",
  56. "es6-shim": "^0.35.3",
  57. "mocha": "^5.2.0",
  58. "ts-node": "^7.0.1",
  59. "tslint": "^5.18.0",
  60. "typescript": "^3.5.2"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "main",
  67. "example_sync.js",
  68. "example_async.js"
  69. ],
  70. "homepage": "https://github.com/mrkmg/node-external-editor#readme",
  71. "keywords": [
  72. "editor",
  73. "external",
  74. "user",
  75. "visual"
  76. ],
  77. "license": "MIT",
  78. "main": "main/index.js",
  79. "name": "external-editor",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/mrkmg/node-external-editor.git"
  83. },
  84. "scripts": {
  85. "compile": "tsc -p tsconfig.json",
  86. "lint": "tslint './src/**/*.ts' './test/**/*.ts'",
  87. "test": "mocha --recursive --require ts-node/register --timeout 10000 ./test/spec 'test/spec/**/*.ts'"
  88. },
  89. "types": "main/index.d.ts",
  90. "version": "3.1.0"
  91. }