UI for Zipcoin Blue

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-eof@^1.0.0",
  6. "scope": null,
  7. "escapedName": "strip-eof",
  8. "name": "strip-eof",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/execa"
  14. ]
  15. ],
  16. "_from": "strip-eof@>=1.0.0 <2.0.0",
  17. "_id": "strip-eof@1.0.0",
  18. "_inCache": true,
  19. "_location": "/strip-eof",
  20. "_nodeVersion": "4.2.1",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "strip-eof@^1.0.0",
  29. "scope": null,
  30. "escapedName": "strip-eof",
  31. "name": "strip-eof",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/execa"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
  40. "_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
  41. "_shrinkwrap": null,
  42. "_spec": "strip-eof@^1.0.0",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/execa",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/strip-eof/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Strip the End-Of-File (EOF) character from a string/buffer",
  54. "devDependencies": {
  55. "ava": "*",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
  61. "tarball": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "365dfe6c19b4e607a0cc2cf7dad0b0620f238333",
  70. "homepage": "https://github.com/sindresorhus/strip-eof",
  71. "keywords": [
  72. "strip",
  73. "trim",
  74. "remove",
  75. "delete",
  76. "eof",
  77. "end",
  78. "file",
  79. "newline",
  80. "linebreak",
  81. "character",
  82. "string",
  83. "buffer"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "strip-eof",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/strip-eof.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava"
  101. },
  102. "version": "1.0.0"
  103. }