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.
 
 
 
 

80 regels
2.1 KiB

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