package.json 1.5 KB

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