package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "remove-bom-buffer@3.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "remove-bom-buffer@3.0.0",
  9. "_id": "remove-bom-buffer@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==",
  12. "_location": "/remove-bom-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "remove-bom-buffer@3.0.0",
  18. "name": "remove-bom-buffer",
  19. "escapedName": "remove-bom-buffer",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/remove-bom-stream",
  26. "/vinyl-fs",
  27. "/vinyl-sourcemap"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
  30. "_spec": "3.0.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/remove-bom-buffer/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Blaine Bublitz",
  42. "url": "https://twitter.com/BlaineBublitz"
  43. },
  44. {
  45. "name": "Erik Kemperman",
  46. "url": "https://github.com/erikkemperman"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. }
  52. ],
  53. "dependencies": {
  54. "is-buffer": "^1.1.5",
  55. "is-utf8": "^0.2.1"
  56. },
  57. "description": "Remove a byte order mark (BOM) from a buffer.",
  58. "devDependencies": {
  59. "gulp-format-md": "^0.1.11",
  60. "mocha": "^3.2.0"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/remove-bom-buffer",
  69. "keywords": [
  70. "bom",
  71. "buffer",
  72. "byte-order-mark",
  73. "normalize",
  74. "remove",
  75. "strip",
  76. "strip-bom",
  77. "strip-bom-buffer",
  78. "strip-bom-string"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "remove-bom-buffer",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jonschlinkert/remove-bom-buffer.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "verb": {
  91. "related": {
  92. "list": [
  93. "cr",
  94. "has-bom",
  95. "read-file",
  96. "strip-bom-string"
  97. ]
  98. },
  99. "toc": false,
  100. "layout": "default",
  101. "tasks": [
  102. "readme"
  103. ],
  104. "plugins": [
  105. "gulp-format-md"
  106. ],
  107. "lint": {
  108. "reflinks": true
  109. }
  110. },
  111. "version": "3.0.0"
  112. }