package.json 2.3 KB

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