package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "from2@^2.1.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/into-stream"
  6. ]
  7. ],
  8. "_from": "from2@>=2.1.1 <3.0.0",
  9. "_id": "from2@2.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/from2",
  13. "_nodeVersion": "4.4.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/from2-2.3.0.tgz_1471281357716_0.0004089232534170151"
  17. },
  18. "_npmUser": {
  19. "email": "mathiasbuus@gmail.com",
  20. "name": "mafintosh"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {
  24. "core-util-is": "1.0.2",
  25. "inherits": "2.0.3",
  26. "process-nextick-args": "2.0.0",
  27. "safe-buffer": "5.1.2",
  28. "util-deprecate": "1.0.2"
  29. },
  30. "_requested": {
  31. "name": "from2",
  32. "raw": "from2@^2.1.1",
  33. "rawSpec": "^2.1.1",
  34. "scope": null,
  35. "spec": ">=2.1.1 <3.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/into-stream"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
  42. "_shasum": "8bfb5502bde4a4d36cfdeea007fcca21d7e382af",
  43. "_shrinkwrap": null,
  44. "_spec": "from2@^2.1.1",
  45. "_where": "/home/seleznev/project Angular/Quality system/node_modules/into-stream",
  46. "author": {
  47. "email": "hughskennedy@gmail.com",
  48. "name": "Hugh Kennedy",
  49. "url": "http://hughsk.io/"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/hughsk/from2/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Mathias Buus",
  57. "email": "mathiasbuus@gmail.com"
  58. }
  59. ],
  60. "dependencies": {
  61. "inherits": "^2.0.1",
  62. "readable-stream": "^2.0.0"
  63. },
  64. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  65. "devDependencies": {
  66. "tape": "^4.0.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "8bfb5502bde4a4d36cfdeea007fcca21d7e382af",
  71. "tarball": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz"
  72. },
  73. "gitHead": "09243c8b8354420059c9bc935875e1896aa58c10",
  74. "homepage": "https://github.com/hughsk/from2",
  75. "keywords": [
  76. "convenience",
  77. "from",
  78. "pull",
  79. "readable",
  80. "stream",
  81. "wrapper"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "hughsk",
  88. "email": "hughskennedy@gmail.com"
  89. },
  90. {
  91. "name": "mafintosh",
  92. "email": "mathiasbuus@gmail.com"
  93. }
  94. ],
  95. "name": "from2",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/hughsk/from2.git"
  101. },
  102. "scripts": {
  103. "test": "node test"
  104. },
  105. "version": "2.3.0"
  106. }