a zip code crypto-currency system good for red ONLY

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "execa@^0.7.0",
  3. "_id": "execa@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
  6. "_location": "/execa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "execa@^0.7.0",
  12. "name": "execa",
  13. "escapedName": "execa",
  14. "rawSpec": "^0.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack/os-locale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
  22. "_shasum": "944becd34cc41ee32a63a9faf27ad5a65fc59777",
  23. "_spec": "execa@^0.7.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack/node_modules/os-locale",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/execa/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cross-spawn": "^5.0.1",
  36. "get-stream": "^3.0.0",
  37. "is-stream": "^1.1.0",
  38. "npm-run-path": "^2.0.0",
  39. "p-finally": "^1.0.0",
  40. "signal-exit": "^3.0.0",
  41. "strip-eof": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "A better `child_process`",
  45. "devDependencies": {
  46. "ava": "*",
  47. "cat-names": "^1.0.2",
  48. "coveralls": "^2.11.9",
  49. "delay": "^2.0.0",
  50. "is-running": "^2.0.0",
  51. "nyc": "^11.0.2",
  52. "tempfile": "^2.0.0",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=4"
  57. },
  58. "files": [
  59. "index.js",
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/execa#readme",
  63. "keywords": [
  64. "exec",
  65. "child",
  66. "process",
  67. "execute",
  68. "fork",
  69. "execfile",
  70. "spawn",
  71. "file",
  72. "shell",
  73. "bin",
  74. "binary",
  75. "binaries",
  76. "npm",
  77. "path",
  78. "local"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "James Talmage",
  84. "email": "james@talmage.io",
  85. "url": "github.com/jamestalmage"
  86. }
  87. ],
  88. "name": "execa",
  89. "nyc": {
  90. "reporter": [
  91. "text",
  92. "lcov"
  93. ],
  94. "exclude": [
  95. "**/fixtures/**",
  96. "**/test.js",
  97. "**/test/**"
  98. ]
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/execa.git"
  103. },
  104. "scripts": {
  105. "test": "xo && nyc ava"
  106. },
  107. "version": "0.7.0"
  108. }