package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "from2@^2.1.0",
  3. "_id": "from2@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
  6. "_location": "/from2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "from2@^2.1.0",
  12. "name": "from2",
  13. "escapedName": "from2",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/mississippi",
  20. "/npm-profile/cacache/mississippi",
  21. "/npm-profile/mississippi",
  22. "/npm-registry-fetch/cacache/mississippi"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
  25. "_shasum": "8bfb5502bde4a4d36cfdeea007fcca21d7e382af",
  26. "_spec": "from2@^2.1.0",
  27. "_where": "/Users/rebecca/code/npm/node_modules/mississippi",
  28. "author": {
  29. "name": "Hugh Kennedy",
  30. "email": "hughskennedy@gmail.com",
  31. "url": "http://hughsk.io/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/hughsk/from2/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Mathias Buus",
  40. "email": "mathiasbuus@gmail.com"
  41. }
  42. ],
  43. "dependencies": {
  44. "inherits": "^2.0.1",
  45. "readable-stream": "^2.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  49. "devDependencies": {
  50. "tape": "^4.0.0"
  51. },
  52. "homepage": "https://github.com/hughsk/from2",
  53. "keywords": [
  54. "from",
  55. "stream",
  56. "readable",
  57. "pull",
  58. "convenience",
  59. "wrapper"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "from2",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/hughsk/from2.git"
  67. },
  68. "scripts": {
  69. "test": "node test"
  70. },
  71. "version": "2.3.0"
  72. }