package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "exec-sh@^0.3.2",
  3. "_id": "exec-sh@0.3.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==",
  6. "_location": "/exec-sh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "exec-sh@^0.3.2",
  12. "name": "exec-sh",
  13. "escapedName": "exec-sh",
  14. "rawSpec": "^0.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.2"
  17. },
  18. "_requiredBy": [
  19. "/@cnakazawa/watch",
  20. "/sane"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz",
  23. "_shasum": "ff264f9e325519a60cb5e273692943483cca63bc",
  24. "_spec": "exec-sh@^0.3.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane",
  26. "author": {
  27. "name": "Aleksandr Tsertkov",
  28. "email": "tsertkov@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/tsertkov/exec-sh/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Execute shell command forwarding all stdio.",
  36. "devDependencies": {
  37. "coveralls": "^3.1.0",
  38. "jsdoc": "^3.6.6",
  39. "jshint": "^2.12.0",
  40. "mocha": "^8.3.2",
  41. "nyc": "^15.1.0",
  42. "sinon": "^9.2.4",
  43. "standard": "^16.0.3"
  44. },
  45. "homepage": "https://github.com/tsertkov/exec-sh#readme",
  46. "keywords": [
  47. "exec",
  48. "spawn",
  49. "terminal",
  50. "console",
  51. "shell",
  52. "command",
  53. "child_process"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/exec-sh.js",
  57. "name": "exec-sh",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
  61. },
  62. "scripts": {
  63. "cover-test": "nyc --reporter=lcov --report-dir=artifacts/coverage mocha",
  64. "dev": "mocha --reporter spec --watch",
  65. "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
  66. "lint": "standard --verbose **/*.js",
  67. "test": "npm run lint && npm run cover-test"
  68. },
  69. "version": "0.3.6"
  70. }