UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "serve-static@1.13.2",
  6. "scope": null,
  7. "escapedName": "serve-static",
  8. "name": "serve-static",
  9. "rawSpec": "1.13.2",
  10. "spec": "1.13.2",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "serve-static@1.13.2",
  17. "_id": "serve-static@1.13.2",
  18. "_inCache": true,
  19. "_location": "/serve-static",
  20. "_nodeVersion": "6.12.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/serve-static_1.13.2_1518028719917_0.8918243597229449"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "serve-static@1.13.2",
  33. "scope": null,
  34. "escapedName": "serve-static",
  35. "name": "serve-static",
  36. "rawSpec": "1.13.2",
  37. "spec": "1.13.2",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
  44. "_shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
  45. "_shrinkwrap": null,
  46. "_spec": "serve-static@1.13.2",
  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/expressjs/serve-static/issues"
  54. },
  55. "dependencies": {
  56. "encodeurl": "~1.0.2",
  57. "escape-html": "~1.0.3",
  58. "parseurl": "~1.3.2",
  59. "send": "0.16.2"
  60. },
  61. "description": "Serve static files",
  62. "devDependencies": {
  63. "eslint": "3.19.0",
  64. "eslint-config-standard": "10.2.1",
  65. "eslint-plugin-import": "2.8.0",
  66. "eslint-plugin-markdown": "1.0.0-beta.6",
  67. "eslint-plugin-node": "5.2.1",
  68. "eslint-plugin-promise": "3.6.0",
  69. "eslint-plugin-standard": "3.0.1",
  70. "istanbul": "0.4.5",
  71. "mocha": "2.5.3",
  72. "supertest": "1.1.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==",
  77. "shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
  78. "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
  79. "fileCount": 5,
  80. "unpackedSize": 24364
  81. },
  82. "engines": {
  83. "node": ">= 0.8.0"
  84. },
  85. "files": [
  86. "LICENSE",
  87. "HISTORY.md",
  88. "index.js"
  89. ],
  90. "gitHead": "f287bd6c26ad2bfd0422c533b0358f2f4b16f7db",
  91. "homepage": "https://github.com/expressjs/serve-static#readme",
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "dougwilson",
  96. "email": "doug@somethingdoug.com"
  97. }
  98. ],
  99. "name": "serve-static",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/expressjs/serve-static.git"
  105. },
  106. "scripts": {
  107. "lint": "eslint --plugin markdown --ext js,md .",
  108. "test": "mocha --reporter spec --bail --check-leaks test/",
  109. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  110. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  111. },
  112. "version": "1.13.2"
  113. }