package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "from2@2.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/copy-webpack-plugin/mississippi",
  27. "/mississippi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/from2/download/from2-2.3.0.tgz",
  30. "_spec": "2.3.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Hugh Kennedy",
  34. "email": "hughskennedy@gmail.com",
  35. "url": "http://hughsk.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/hughsk/from2/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Mathias Buus",
  43. "email": "mathiasbuus@gmail.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "inherits": "^2.0.1",
  48. "readable-stream": "^2.0.0"
  49. },
  50. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  51. "devDependencies": {
  52. "tape": "^4.0.0"
  53. },
  54. "homepage": "https://github.com/hughsk/from2",
  55. "keywords": [
  56. "from",
  57. "stream",
  58. "readable",
  59. "pull",
  60. "convenience",
  61. "wrapper"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "from2",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/hughsk/from2.git"
  69. },
  70. "scripts": {
  71. "test": "node test"
  72. },
  73. "version": "2.3.0"
  74. }