package.json 2.1 KB

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