UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "shebang-command@^1.2.0",
  6. "scope": null,
  7. "escapedName": "shebang-command",
  8. "name": "shebang-command",
  9. "rawSpec": "^1.2.0",
  10. "spec": ">=1.2.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/cross-spawn"
  14. ]
  15. ],
  16. "_from": "shebang-command@>=1.2.0 <2.0.0",
  17. "_id": "shebang-command@1.2.0",
  18. "_inCache": true,
  19. "_location": "/shebang-command",
  20. "_nodeVersion": "6.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/shebang-command-1.2.0.tgz_1474530105733_0.9689246460329741"
  24. },
  25. "_npmUser": {
  26. "name": "kevva",
  27. "email": "kevinmartensson@gmail.com"
  28. },
  29. "_npmVersion": "3.10.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "shebang-command@^1.2.0",
  33. "scope": null,
  34. "escapedName": "shebang-command",
  35. "name": "shebang-command",
  36. "rawSpec": "^1.2.0",
  37. "spec": ">=1.2.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/cross-spawn"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  44. "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  45. "_shrinkwrap": null,
  46. "_spec": "shebang-command@^1.2.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/cross-spawn",
  48. "author": {
  49. "name": "Kevin Martensson",
  50. "email": "kevinmartensson@gmail.com",
  51. "url": "github.com/kevva"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/kevva/shebang-command/issues"
  55. },
  56. "dependencies": {
  57. "shebang-regex": "^1.0.0"
  58. },
  59. "description": "Get the command from a shebang",
  60. "devDependencies": {
  61. "ava": "*",
  62. "xo": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  67. "tarball": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "01de9b7d355f21e00417650a6fb1eb56321bc23c",
  76. "homepage": "https://github.com/kevva/shebang-command#readme",
  77. "keywords": [
  78. "cmd",
  79. "command",
  80. "parse",
  81. "shebang"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "kevva",
  87. "email": "kevinmartensson@gmail.com"
  88. }
  89. ],
  90. "name": "shebang-command",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/kevva/shebang-command.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "1.2.0",
  101. "xo": {
  102. "ignores": [
  103. "test.js"
  104. ]
  105. }
  106. }