package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "is-utf8@^0.2.0",
  3. "_id": "is-utf8@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==",
  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.npmmirror.com/is-utf8/-/is-utf8-0.2.1.tgz",
  23. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  24. "_spec": "is-utf8@^0.2.0",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/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. }