You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "is-utf8@^0.2.0",
  3. "_id": "is-utf8@0.2.1",
  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. ],
  22. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  23. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  24. "_spec": "is-utf8@^0.2.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\strip-bom",
  26. "author": {
  27. "name": "wayfind"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/wayfind/is-utf8/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Detect if a buffer is utf8 encoded.",
  35. "files": [
  36. "is-utf8.js"
  37. ],
  38. "homepage": "https://github.com/wayfind/is-utf8#readme",
  39. "keywords": [
  40. "utf8",
  41. "charset"
  42. ],
  43. "license": "MIT",
  44. "main": "is-utf8.js",
  45. "name": "is-utf8",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/wayfind/is-utf8.git"
  49. },
  50. "scripts": {
  51. "test": "node test.js"
  52. },
  53. "version": "0.2.1"
  54. }