package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "strip-bom-stream@^3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lWvMXYRDD2klapDtgjdlzYWOFZw=",
  6. "_location": "/strip-bom-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-bom-stream@^3.0.0",
  12. "name": "strip-bom-stream",
  13. "escapedName": "strip-bom-stream",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-git"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-3.0.0.tgz",
  22. "_shasum": "956bcc5d84430f69256a90ed823765cd858e159c",
  23. "_spec": "strip-bom-stream@^3.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-git",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/strip-bom-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "first-chunk-stream": "^2.0.0",
  36. "strip-bom-buf": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Strip UTF-8 byte order mark (BOM) from a stream",
  40. "devDependencies": {
  41. "ava": "*",
  42. "get-stream": "^3.0.0",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/strip-bom-stream#readme",
  52. "keywords": [
  53. "bom",
  54. "strip",
  55. "byte",
  56. "mark",
  57. "unicode",
  58. "utf8",
  59. "utf-8",
  60. "remove",
  61. "delete",
  62. "trim",
  63. "text",
  64. "stream",
  65. "streams"
  66. ],
  67. "license": "MIT",
  68. "name": "strip-bom-stream",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/strip-bom-stream.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "3.0.0"
  77. }