package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "external-editor@2.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "external-editor@2.2.0",
  10. "_id": "external-editor@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==",
  13. "_location": "/external-editor",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "external-editor@2.2.0",
  20. "name": "external-editor",
  21. "escapedName": "external-editor",
  22. "rawSpec": "2.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.2.0"
  25. },
  26. "_requiredBy": [
  27. "/inquirer"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/external-editor/-/external-editor-2.2.0.tgz",
  30. "_spec": "2.2.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Kevin Gravier",
  34. "email": "kevin@mrkmg.com",
  35. "url": "https://mrkmg.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mrkmg/node-external-editor/issues"
  39. },
  40. "dependencies": {
  41. "chardet": "^0.4.0",
  42. "iconv-lite": "^0.4.17",
  43. "tmp": "^0.0.33"
  44. },
  45. "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
  46. "devDependencies": {
  47. "chai": "^4.0.0",
  48. "coffee-script": "^1.10.0",
  49. "coffeelint": "^1.14.2",
  50. "mocha": "^3.2.0"
  51. },
  52. "engines": {
  53. "node": ">=0.12"
  54. },
  55. "files": [
  56. "main",
  57. "example_sync.js",
  58. "example_async.js"
  59. ],
  60. "homepage": "https://github.com/mrkmg/node-external-editor#readme",
  61. "keywords": [
  62. "editor",
  63. "external",
  64. "user",
  65. "visual"
  66. ],
  67. "license": "MIT",
  68. "main": "main/index.js",
  69. "name": "external-editor",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/mrkmg/node-external-editor.git"
  73. },
  74. "scripts": {
  75. "compile": "coffee --compile --output main/ src/",
  76. "lint": "coffeelint -f .coffeelint.json src",
  77. "test": "npm run lint && npm run unit",
  78. "unit": "mocha --recursive --compilers coffee:coffee-script/register --timeout 10000 ./test/spec"
  79. },
  80. "version": "2.2.0"
  81. }