package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "mz@^2.0.0",
  6. "scope": null,
  7. "escapedName": "mz",
  8. "name": "mz",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/gina/online/liveserver/node_modules/koa-send"
  14. ]
  15. ],
  16. "_from": "mz@>=2.0.0 <3.0.0",
  17. "_id": "mz@2.7.0",
  18. "_inCache": true,
  19. "_location": "/mz",
  20. "_nodeVersion": "8.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/mz-2.7.0.tgz_1505325455363_0.5184209432918578"
  24. },
  25. "_npmUser": {
  26. "name": "jongleberry",
  27. "email": "jonathanrichardong@gmail.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "mz@^2.0.0",
  33. "scope": null,
  34. "escapedName": "mz",
  35. "name": "mz",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/koa-send"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
  44. "_shasum": "95008057a56cafadc2bc63dde7f9ff6955948e32",
  45. "_shrinkwrap": null,
  46. "_spec": "mz@^2.0.0",
  47. "_where": "/home/gina/online/liveserver/node_modules/koa-send",
  48. "author": {
  49. "name": "Jonathan Ong",
  50. "email": "me@jongleberry.com",
  51. "url": "http://jongleberry.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/normalize/mz/issues"
  55. },
  56. "dependencies": {
  57. "any-promise": "^1.0.0",
  58. "object-assign": "^4.0.1",
  59. "thenify-all": "^1.0.0"
  60. },
  61. "description": "modernize node.js to current ECMAScript standards",
  62. "devDependencies": {
  63. "bluebird": "^3.0.0",
  64. "istanbul": "^0.4.0",
  65. "mocha": "^3.0.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
  70. "shasum": "95008057a56cafadc2bc63dde7f9ff6955948e32",
  71. "tarball": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz"
  72. },
  73. "files": [
  74. "index.js",
  75. "child_process.js",
  76. "crypto.js",
  77. "dns.js",
  78. "fs.js",
  79. "readline.js",
  80. "zlib.js"
  81. ],
  82. "gitHead": "f3d4c7933ab03ad60353bacd70663614ab4482e9",
  83. "homepage": "https://github.com/normalize/mz#readme",
  84. "keywords": [
  85. "promisify",
  86. "promise",
  87. "thenify",
  88. "then",
  89. "es6"
  90. ],
  91. "license": "MIT",
  92. "maintainers": [
  93. {
  94. "name": "evancarroll",
  95. "email": "me@evancarroll.com"
  96. },
  97. {
  98. "name": "coderhaoxin",
  99. "email": "haoxins@outlook.com"
  100. },
  101. {
  102. "name": "rstacruz",
  103. "email": "dropbox@ricostacruz.com"
  104. },
  105. {
  106. "name": "linusu",
  107. "email": "linus@folkdatorn.se"
  108. },
  109. {
  110. "name": "dead_horse",
  111. "email": "dead_horse@qq.com"
  112. },
  113. {
  114. "name": "dead-horse",
  115. "email": "dead_horse@qq.com"
  116. },
  117. {
  118. "name": "jongleberry",
  119. "email": "jonathanrichardong@gmail.com"
  120. },
  121. {
  122. "name": "swatinem",
  123. "email": "arpad.borsos@googlemail.com"
  124. }
  125. ],
  126. "name": "mz",
  127. "optionalDependencies": {},
  128. "readme": "ERROR: No README data found!",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/normalize/mz.git"
  132. },
  133. "scripts": {
  134. "test": "mocha --reporter spec",
  135. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  136. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  137. },
  138. "version": "2.7.0"
  139. }