package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "strip-bom@2.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "strip-bom@2.0.0",
  10. "_id": "strip-bom@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
  13. "_location": "/strip-bom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "strip-bom@2.0.0",
  19. "name": "strip-bom",
  20. "escapedName": "strip-bom",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/load-json-file"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-bom/issues"
  38. },
  39. "dependencies": {
  40. "is-utf8": "^0.2.0"
  41. },
  42. "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
  43. "devDependencies": {
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  53. "keywords": [
  54. "bom",
  55. "strip",
  56. "byte",
  57. "mark",
  58. "unicode",
  59. "utf8",
  60. "utf-8",
  61. "remove",
  62. "delete",
  63. "trim",
  64. "text",
  65. "buffer",
  66. "string"
  67. ],
  68. "license": "MIT",
  69. "name": "strip-bom",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "2.0.0"
  78. }