package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "is-utf8@0.2.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-utf8@0.2.1",
  10. "_id": "is-utf8@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
  13. "_location": "/is-utf8",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-utf8@0.2.1",
  19. "name": "is-utf8",
  20. "escapedName": "is-utf8",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/load-json-file/strip-bom",
  27. "/strip-bom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  30. "_spec": "0.2.1",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "wayfind"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wayfind/is-utf8/issues"
  37. },
  38. "description": "Detect if a buffer is utf8 encoded.",
  39. "files": [
  40. "is-utf8.js"
  41. ],
  42. "homepage": "https://github.com/wayfind/is-utf8#readme",
  43. "keywords": [
  44. "utf8",
  45. "charset"
  46. ],
  47. "license": "MIT",
  48. "main": "is-utf8.js",
  49. "name": "is-utf8",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/wayfind/is-utf8.git"
  53. },
  54. "scripts": {
  55. "test": "node test.js"
  56. },
  57. "version": "0.2.1"
  58. }