package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "/strip-bom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  22. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  23. "_spec": "is-utf8@^0.2.0",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\strip-bom",
  25. "author": {
  26. "name": "wayfind"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/wayfind/is-utf8/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Detect if a buffer is utf8 encoded.",
  34. "files": [
  35. "is-utf8.js"
  36. ],
  37. "homepage": "https://github.com/wayfind/is-utf8#readme",
  38. "keywords": [
  39. "utf8",
  40. "charset"
  41. ],
  42. "license": "MIT",
  43. "main": "is-utf8.js",
  44. "name": "is-utf8",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/wayfind/is-utf8.git"
  48. },
  49. "scripts": {
  50. "test": "node test.js"
  51. },
  52. "version": "0.2.1"
  53. }