package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "external-editor@2.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "external-editor@2.2.0",
  10. "_id": "external-editor@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BFURz9jRM/OEZnPRBHwVTiFK09U=",
  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.npm.taobao.org/external-editor/download/external-editor-2.2.0.tgz",
  30. "_spec": "2.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }