package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "vinyl-source-stream",
  3. "_id": "vinyl-source-stream@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-84pa+53R6Ttl1VBGmsYYKsT1S44=",
  6. "_location": "/vinyl-source-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vinyl-source-stream",
  12. "name": "vinyl-source-stream",
  13. "escapedName": "vinyl-source-stream",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vinyl-source-stream/-/vinyl-source-stream-2.0.0.tgz",
  23. "_shasum": "f38a5afb9dd1e93b65d550469ac6182ac4f54b8e",
  24. "_spec": "vinyl-source-stream",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  26. "author": {
  27. "name": "Hugh Kennedy",
  28. "email": "hughskennedy@gmail.com",
  29. "url": "http://hughsk.io/"
  30. },
  31. "browser": "index.js",
  32. "bugs": {
  33. "url": "https://github.com/hughsk/vinyl-source-stream/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "through2": "^2.0.3",
  38. "vinyl": "^2.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Use conventional text streams at the start of your gulp or vinyl pipelines",
  42. "devDependencies": {
  43. "gulp-rename": "~0.2.1",
  44. "tape": "~2.3.2",
  45. "vinyl-fs": "^3.0.0"
  46. },
  47. "homepage": "https://github.com/hughsk/vinyl-source-stream",
  48. "keywords": [
  49. "vinyl",
  50. "gulp",
  51. "gulpfriendly",
  52. "vanilla",
  53. "stream",
  54. "string",
  55. "text",
  56. "classic"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "vinyl-source-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/hughsk/vinyl-source-stream.git"
  64. },
  65. "scripts": {
  66. "test": "node test"
  67. },
  68. "version": "2.0.0"
  69. }