package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "exec-sh@0.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "exec-sh@0.2.2",
  10. "_id": "exec-sh@0.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Kl5//L19C6J1W97LFuWkJ9+97DY=",
  13. "_location": "/exec-sh",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "exec-sh@0.2.2",
  19. "name": "exec-sh",
  20. "escapedName": "exec-sh",
  21. "rawSpec": "0.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.2"
  24. },
  25. "_requiredBy": [
  26. "/sane",
  27. "/watch"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/exec-sh/download/exec-sh-0.2.2.tgz",
  30. "_spec": "0.2.2",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Aleksandr Tsertkov",
  34. "email": "tsertkov@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tsertkov/exec-sh/issues"
  38. },
  39. "dependencies": {
  40. "merge": "^1.2.0"
  41. },
  42. "description": "Execute shell command forwarding all stdio.",
  43. "devDependencies": {
  44. "coveralls": "^3.0.1",
  45. "istanbul": "^0.4.5",
  46. "jsdoc": "^3.5.5",
  47. "jshint": "^2.9.5",
  48. "mocha": "^5.2.0",
  49. "sinon": "^6.0.1",
  50. "standard": "^11.0.1"
  51. },
  52. "homepage": "https://github.com/tsertkov/exec-sh#readme",
  53. "keywords": [
  54. "exec",
  55. "spawn",
  56. "terminal",
  57. "console",
  58. "shell",
  59. "command",
  60. "child_process"
  61. ],
  62. "license": {
  63. "type": "MIT",
  64. "url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE"
  65. },
  66. "main": "lib/exec-sh.js",
  67. "name": "exec-sh",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
  71. },
  72. "scripts": {
  73. "cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
  74. "dev": "mocha --reporter spec --watch",
  75. "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
  76. "lint": "standard --verbose **/*.js",
  77. "test": "npm run lint && npm run cover-test"
  78. },
  79. "version": "0.2.2"
  80. }