tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.2 KiB

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