package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "strip-bom-stream@^2.0.0",
  3. "_id": "strip-bom-stream@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+H217yYT9paKpUWr/h7HKLaoKco=",
  6. "_location": "/strip-bom-stream",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "process-nextick-args": "1.0.7",
  11. "safe-buffer": "5.1.1",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "strip-bom-stream@^2.0.0",
  18. "name": "strip-bom-stream",
  19. "escapedName": "strip-bom-stream",
  20. "rawSpec": "^2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vinyl-file"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz",
  28. "_shasum": "f87db5ef2613f6968aa545abfe1ec728b6a829ca",
  29. "_spec": "strip-bom-stream@^2.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/vinyl-file",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-bom-stream/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "first-chunk-stream": "^2.0.0",
  42. "strip-bom": "^2.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Strip UTF-8 byte order mark (BOM) from a stream",
  46. "devDependencies": {
  47. "ava": "0.0.4",
  48. "concat-stream": "^1.4.5"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/strip-bom-stream#readme",
  57. "keywords": [
  58. "bom",
  59. "strip",
  60. "byte",
  61. "mark",
  62. "unicode",
  63. "utf8",
  64. "utf-8",
  65. "remove",
  66. "delete",
  67. "trim",
  68. "text",
  69. "stream",
  70. "streams"
  71. ],
  72. "license": "MIT",
  73. "name": "strip-bom-stream",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/strip-bom-stream.git"
  77. },
  78. "scripts": {
  79. "test": "node test.js"
  80. },
  81. "version": "2.0.0"
  82. }