package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "spawn-command@^0.0.2-1",
  3. "_id": "spawn-command@0.0.2-1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=",
  6. "_location": "/spawn-command",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spawn-command@^0.0.2-1",
  12. "name": "spawn-command",
  13. "escapedName": "spawn-command",
  14. "rawSpec": "^0.0.2-1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.2-1"
  17. },
  18. "_requiredBy": [
  19. "/concurrently"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz",
  22. "_shasum": "62f5e9466981c1b796dc5929937e11c9c6921bd0",
  23. "_spec": "spawn-command@^0.0.2-1",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/concurrently",
  25. "author": {
  26. "name": "Maciej Małecki",
  27. "email": "me@mmalecki.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mmalecki/spawn-command/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Spawn commands like `child_process.exec` does but return a `ChildProcess`",
  35. "devDependencies": {
  36. "assert-called": "0.1.x"
  37. },
  38. "homepage": "https://github.com/mmalecki/spawn-command#readme",
  39. "license": "MIT",
  40. "main": "./lib/spawn-command",
  41. "name": "spawn-command",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/mmalecki/spawn-command.git"
  45. },
  46. "scripts": {
  47. "test": "node test/spawn-command-test.js"
  48. },
  49. "version": "0.0.2-1"
  50. }