You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "remove-bom-stream@^1.2.0",
  3. "_id": "remove-bom-stream@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=",
  6. "_location": "/remove-bom-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "remove-bom-stream@^1.2.0",
  12. "name": "remove-bom-stream",
  13. "escapedName": "remove-bom-stream",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz",
  22. "_shasum": "05f1a593f16e42e1fb90ebf59de8e569525f9523",
  23. "_spec": "remove-bom-stream@^1.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\vinyl-fs",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/remove-bom-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "remove-bom-buffer": "^3.0.0",
  42. "safe-buffer": "^5.1.0",
  43. "through2": "^2.0.3"
  44. },
  45. "deprecated": false,
  46. "description": "Remove a UTF8 BOM at the start of the stream.",
  47. "devDependencies": {
  48. "buffer-equal": "^1.0.0",
  49. "eslint": "^1.10.3",
  50. "eslint-config-gulp": "^2.0.0",
  51. "expect": "^1.20.2",
  52. "istanbul": "^0.4.3",
  53. "istanbul-coveralls": "^1.0.3",
  54. "jscs": "^2.4.0",
  55. "jscs-preset-gulp": "^1.0.0",
  56. "mississippi": "^1.3.0",
  57. "mocha": "^3.2.0",
  58. "stream-chunker": "^1.2.8"
  59. },
  60. "engines": {
  61. "node": ">= 0.10"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/gulpjs/remove-bom-stream#readme",
  68. "keywords": [
  69. "bom",
  70. "remove",
  71. "utf8",
  72. "streaming",
  73. "stream"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "remove-bom-stream",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/gulpjs/remove-bom-stream.git"
  81. },
  82. "scripts": {
  83. "cover": "istanbul cover _mocha",
  84. "coveralls": "npm run cover && istanbul-coveralls",
  85. "lint": "eslint index.js test/ && jscs index.js test/",
  86. "pretest": "npm run lint",
  87. "test": "mocha --async-only"
  88. },
  89. "version": "1.2.0"
  90. }