package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "is-utf8@0.2.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "is-utf8@0.2.1",
  9. "_id": "is-utf8@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==",
  12. "_location": "/is-utf8",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-utf8@0.2.1",
  18. "name": "is-utf8",
  19. "escapedName": "is-utf8",
  20. "rawSpec": "0.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.1"
  23. },
  24. "_requiredBy": [
  25. "/strip-bom"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/is-utf8/-/is-utf8-0.2.1.tgz",
  28. "_spec": "0.2.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "wayfind"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/wayfind/is-utf8/issues"
  35. },
  36. "description": "Detect if a buffer is utf8 encoded.",
  37. "files": [
  38. "is-utf8.js"
  39. ],
  40. "homepage": "https://github.com/wayfind/is-utf8#readme",
  41. "keywords": [
  42. "utf8",
  43. "charset"
  44. ],
  45. "license": "MIT",
  46. "main": "is-utf8.js",
  47. "name": "is-utf8",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/wayfind/is-utf8.git"
  51. },
  52. "scripts": {
  53. "test": "node test.js"
  54. },
  55. "version": "0.2.1"
  56. }