package.json 1.7 KB

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