UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "finalhandler@1.1.1",
  6. "scope": null,
  7. "escapedName": "finalhandler",
  8. "name": "finalhandler",
  9. "rawSpec": "1.1.1",
  10. "spec": "1.1.1",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "finalhandler@1.1.1",
  17. "_id": "finalhandler@1.1.1",
  18. "_inCache": true,
  19. "_location": "/finalhandler",
  20. "_nodeVersion": "6.13.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/finalhandler_1.1.1_1520357803698_0.8904166922156158"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "finalhandler@1.1.1",
  33. "scope": null,
  34. "escapedName": "finalhandler",
  35. "name": "finalhandler",
  36. "rawSpec": "1.1.1",
  37. "spec": "1.1.1",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
  44. "_shasum": "eebf4ed840079c83f4249038c9d703008301b105",
  45. "_shrinkwrap": null,
  46. "_spec": "finalhandler@1.1.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/express",
  48. "author": {
  49. "name": "Douglas Christopher Wilson",
  50. "email": "doug@somethingdoug.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/pillarjs/finalhandler/issues"
  54. },
  55. "dependencies": {
  56. "debug": "2.6.9",
  57. "encodeurl": "~1.0.2",
  58. "escape-html": "~1.0.3",
  59. "on-finished": "~2.3.0",
  60. "parseurl": "~1.3.2",
  61. "statuses": "~1.4.0",
  62. "unpipe": "~1.0.0"
  63. },
  64. "description": "Node.js final http responder",
  65. "devDependencies": {
  66. "eslint": "4.18.1",
  67. "eslint-config-standard": "11.0.0",
  68. "eslint-plugin-import": "2.9.0",
  69. "eslint-plugin-markdown": "1.0.0-beta.6",
  70. "eslint-plugin-node": "6.0.1",
  71. "eslint-plugin-promise": "3.6.0",
  72. "eslint-plugin-standard": "3.0.1",
  73. "istanbul": "0.4.5",
  74. "mocha": "2.5.3",
  75. "readable-stream": "2.3.4",
  76. "safe-buffer": "5.1.1",
  77. "supertest": "1.1.0"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==",
  82. "shasum": "eebf4ed840079c83f4249038c9d703008301b105",
  83. "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz",
  84. "fileCount": 5,
  85. "unpackedSize": 16905
  86. },
  87. "engines": {
  88. "node": ">= 0.8"
  89. },
  90. "files": [
  91. "LICENSE",
  92. "HISTORY.md",
  93. "index.js"
  94. ],
  95. "gitHead": "024f493418f62a59592a98f07b23b265092c1006",
  96. "homepage": "https://github.com/pillarjs/finalhandler#readme",
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "dougwilson",
  101. "email": "doug@somethingdoug.com"
  102. }
  103. ],
  104. "name": "finalhandler",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/pillarjs/finalhandler.git"
  110. },
  111. "scripts": {
  112. "lint": "eslint --plugin markdown --ext js,md .",
  113. "test": "mocha --reporter spec --bail --check-leaks test/",
  114. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  115. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  116. },
  117. "version": "1.1.1"
  118. }