package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "through2@2.0.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through2@2.0.5",
  10. "_id": "through2@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=",
  13. "_location": "/through2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "through2@2.0.5",
  19. "name": "through2",
  20. "escapedName": "through2",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin/mississippi",
  27. "/mississippi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/through2/download/through2-2.0.5.tgz",
  30. "_spec": "2.0.5",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Rod Vagg",
  34. "email": "r@va.gg",
  35. "url": "https://github.com/rvagg"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/rvagg/through2/issues"
  39. },
  40. "dependencies": {
  41. "readable-stream": "~2.3.6",
  42. "xtend": "~4.0.1"
  43. },
  44. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  45. "devDependencies": {
  46. "bl": "~2.0.1",
  47. "faucet": "0.0.1",
  48. "nyc": "~13.1.0",
  49. "safe-buffer": "~5.1.2",
  50. "stream-spigot": "~3.0.6",
  51. "tape": "~4.9.1"
  52. },
  53. "homepage": "https://github.com/rvagg/through2#readme",
  54. "keywords": [
  55. "stream",
  56. "streams2",
  57. "through",
  58. "transform"
  59. ],
  60. "license": "MIT",
  61. "main": "through2.js",
  62. "name": "through2",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/rvagg/through2.git"
  66. },
  67. "scripts": {
  68. "test": "node test/test.js | faucet"
  69. },
  70. "version": "2.0.5"
  71. }