package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "strip-bom@^1.0.0",
  3. "_id": "strip-bom@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
  6. "_location": "/strip-bom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-bom@^1.0.0",
  12. "name": "strip-bom",
  13. "escapedName": "strip-bom",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
  22. "_shasum": "85b8862f3844b5a6d5ec8467a93598173a36f794",
  23. "_spec": "strip-bom@^1.0.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/vinyl-fs",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bin": {
  31. "strip-bom": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/strip-bom/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "first-chunk-stream": "^1.0.0",
  39. "is-utf8": "^0.2.0"
  40. },
  41. "deprecated": false,
  42. "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer/stream",
  43. "devDependencies": {
  44. "concat-stream": "^1.4.5",
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "cli.js",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  55. "keywords": [
  56. "cli",
  57. "bin",
  58. "app",
  59. "bom",
  60. "strip",
  61. "byte",
  62. "mark",
  63. "unicode",
  64. "utf8",
  65. "utf-8",
  66. "remove",
  67. "trim",
  68. "text",
  69. "buffer",
  70. "string",
  71. "stream",
  72. "streams"
  73. ],
  74. "license": "MIT",
  75. "name": "strip-bom",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "version": "1.0.0"
  84. }