package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "is-utf8@0.2.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-utf8@^0.2.0",
  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. "/",
  27. "/strip-bom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  30. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  31. "_spec": "0.2.1",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "wayfind"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wayfind/is-utf8/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Detect if a buffer is utf8 encoded.",
  42. "files": [
  43. "is-utf8.js"
  44. ],
  45. "homepage": "https://github.com/wayfind/is-utf8#readme",
  46. "keywords": [
  47. "utf8",
  48. "charset"
  49. ],
  50. "license": "MIT",
  51. "main": "is-utf8.js",
  52. "name": "is-utf8",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/wayfind/is-utf8.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js"
  59. },
  60. "version": "0.2.1"
  61. }