package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "is-utf8@^0.2.0",
  5. "D:\\work\\im\\node_modules\\strip-bom"
  6. ]
  7. ],
  8. "_from": "is-utf8@>=0.2.0 <0.3.0",
  9. "_id": "is-utf8@0.2.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-utf8",
  13. "_nodeVersion": "2.3.4",
  14. "_npmUser": {
  15. "email": "whyer1@gmail.com",
  16. "name": "wayfind"
  17. },
  18. "_npmVersion": "2.12.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-utf8",
  22. "raw": "is-utf8@^0.2.0",
  23. "rawSpec": "^0.2.0",
  24. "scope": null,
  25. "spec": ">=0.2.0 <0.3.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/strip-bom"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  32. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  33. "_shrinkwrap": null,
  34. "_spec": "is-utf8@^0.2.0",
  35. "_where": "D:\\work\\im\\node_modules\\strip-bom",
  36. "author": {
  37. "name": "wayfind"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/wayfind/is-utf8/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Detect if a buffer is utf8 encoded.",
  44. "devDependencies": {},
  45. "directories": {},
  46. "dist": {
  47. "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  48. "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
  49. },
  50. "files": [
  51. "is-utf8.js"
  52. ],
  53. "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
  54. "homepage": "https://github.com/wayfind/is-utf8#readme",
  55. "keywords": [
  56. "utf8",
  57. "charset"
  58. ],
  59. "license": "MIT",
  60. "main": "is-utf8.js",
  61. "maintainers": [
  62. {
  63. "email": "whyer1@gmail.com",
  64. "name": "wayfind"
  65. }
  66. ],
  67. "name": "is-utf8",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/wayfind/is-utf8.git"
  73. },
  74. "scripts": {
  75. "test": "node test.js"
  76. },
  77. "version": "0.2.1"
  78. }