package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "is-utf8@^0.2.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
  6. "_location": "/is-utf8",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-utf8@^0.2.0",
  12. "name": "is-utf8",
  13. "escapedName": "is-utf8",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/remove-bom-buffer",
  20. "/strip-bom",
  21. "/strip-bom-buf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  24. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  25. "_spec": "is-utf8@^0.2.0",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\strip-bom",
  27. "author": {
  28. "name": "wayfind"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wayfind/is-utf8/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Detect if a buffer is utf8 encoded.",
  36. "files": [
  37. "is-utf8.js"
  38. ],
  39. "homepage": "https://github.com/wayfind/is-utf8#readme",
  40. "keywords": [
  41. "utf8",
  42. "charset"
  43. ],
  44. "license": "MIT",
  45. "main": "is-utf8.js",
  46. "name": "is-utf8",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/wayfind/is-utf8.git"
  50. },
  51. "scripts": {
  52. "test": "node test.js"
  53. },
  54. "version": "0.2.1"
  55. }