package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "to-through@^2.0.0",
  3. "_id": "to-through@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==",
  6. "_location": "/to-through",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "util-deprecate": "1.0.2",
  13. "xtend": "4.0.2"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "to-through@^2.0.0",
  19. "name": "to-through",
  20. "escapedName": "to-through",
  21. "rawSpec": "^2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/vinyl-fs"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/to-through/-/to-through-2.0.0.tgz",
  29. "_shasum": "fc92adaba072647bc0b67d6b03664aa195093af6",
  30. "_spec": "to-through@^2.0.0",
  31. "_where": "/Users/handy_cao/Work/GuangZuan/wxappb2b/GuangZuan/node_modules/vinyl-fs",
  32. "author": {
  33. "name": "Gulp Team",
  34. "email": "team@gulpjs.com",
  35. "url": "http://gulpjs.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gulpjs/to-through/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Blaine Bublitz",
  44. "email": "blaine.bublitz@gmail.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "through2": "^2.0.3"
  49. },
  50. "deprecated": false,
  51. "description": "Wrap a ReadableStream in a TransformStream.",
  52. "devDependencies": {
  53. "eslint": "^1.10.3",
  54. "eslint-config-gulp": "^2.0.0",
  55. "expect": "^1.20.2",
  56. "istanbul": "^0.4.3",
  57. "istanbul-coveralls": "^1.0.3",
  58. "jscs": "^2.4.0",
  59. "jscs-preset-gulp": "^1.0.0",
  60. "mississippi": "^1.3.0",
  61. "mocha": "^3.2.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.10"
  65. },
  66. "files": [
  67. "LICENSE",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/gulpjs/to-through#readme",
  71. "keywords": [
  72. "transform",
  73. "readable",
  74. "through",
  75. "wrap"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "to-through",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/gulpjs/to-through.git"
  83. },
  84. "scripts": {
  85. "cover": "istanbul cover _mocha --report lcovonly",
  86. "coveralls": "npm run cover && istanbul-coveralls",
  87. "lint": "eslint index.js test/ && jscs index.js test/",
  88. "pretest": "npm run lint",
  89. "test": "mocha --async-only"
  90. },
  91. "version": "2.0.0"
  92. }