package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "concat-stream@1.5.0",
  6. "scope": null,
  7. "escapedName": "concat-stream",
  8. "name": "concat-stream",
  9. "rawSpec": "1.5.0",
  10. "spec": "1.5.0",
  11. "type": "version"
  12. },
  13. "/Users/gaudenz/git/drawio/war/node_modules/extract-zip"
  14. ]
  15. ],
  16. "_from": "concat-stream@1.5.0",
  17. "_id": "concat-stream@1.5.0",
  18. "_inCache": true,
  19. "_location": "/concat-stream",
  20. "_nodeVersion": "1.8.2",
  21. "_npmUser": {
  22. "name": "maxogden",
  23. "email": "max@maxogden.com"
  24. },
  25. "_npmVersion": "2.9.0",
  26. "_phantomChildren": {
  27. "core-util-is": "1.0.2",
  28. "inherits": "2.0.3",
  29. "process-nextick-args": "1.0.7",
  30. "string_decoder": "0.10.31",
  31. "util-deprecate": "1.0.2"
  32. },
  33. "_requested": {
  34. "raw": "concat-stream@1.5.0",
  35. "scope": null,
  36. "escapedName": "concat-stream",
  37. "name": "concat-stream",
  38. "rawSpec": "1.5.0",
  39. "spec": "1.5.0",
  40. "type": "version"
  41. },
  42. "_requiredBy": [
  43. "/extract-zip"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz",
  46. "_shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
  47. "_shrinkwrap": null,
  48. "_spec": "concat-stream@1.5.0",
  49. "_where": "/Users/gaudenz/git/drawio/war/node_modules/extract-zip",
  50. "author": {
  51. "name": "Max Ogden",
  52. "email": "max@maxogden.com"
  53. },
  54. "bugs": {
  55. "url": "http://github.com/maxogden/concat-stream/issues"
  56. },
  57. "dependencies": {
  58. "inherits": "~2.0.1",
  59. "readable-stream": "~2.0.0",
  60. "typedarray": "~0.0.5"
  61. },
  62. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  63. "devDependencies": {
  64. "tape": "~2.3.2"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "53f7d43c51c5e43f81c8fdd03321c631be68d611",
  69. "tarball": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz"
  70. },
  71. "engines": [
  72. "node >= 0.8"
  73. ],
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "7cb37c8ddc0fd2ea03c104d07d44d84b83a31185",
  78. "homepage": "https://github.com/maxogden/concat-stream#readme",
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "maxogden",
  84. "email": "max@maxogden.com"
  85. }
  86. ],
  87. "name": "concat-stream",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  93. },
  94. "scripts": {
  95. "test": "tape test/*.js test/server/*.js"
  96. },
  97. "tags": [
  98. "stream",
  99. "simple",
  100. "util",
  101. "utility"
  102. ],
  103. "testling": {
  104. "files": "test/*.js",
  105. "browsers": [
  106. "ie/8..latest",
  107. "firefox/17..latest",
  108. "firefox/nightly",
  109. "chrome/22..latest",
  110. "chrome/canary",
  111. "opera/12..latest",
  112. "opera/next",
  113. "safari/5.1..latest",
  114. "ipad/6.0..latest",
  115. "iphone/6.0..latest",
  116. "android-browser/4.2..latest"
  117. ]
  118. },
  119. "version": "1.5.0"
  120. }