package.json 1.2 KB

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