package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "/home/conte/data/reveal.js/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. ],
  39. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  40. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  41. "_shrinkwrap": null,
  42. "_spec": "is-utf8@^0.2.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/strip-bom",
  44. "author": {
  45. "name": "wayfind"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/wayfind/is-utf8/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Detect if a buffer is utf8 encoded.",
  52. "devDependencies": {},
  53. "directories": {},
  54. "dist": {
  55. "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  56. "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
  57. },
  58. "files": [
  59. "is-utf8.js"
  60. ],
  61. "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
  62. "homepage": "https://github.com/wayfind/is-utf8#readme",
  63. "keywords": [
  64. "utf8",
  65. "charset"
  66. ],
  67. "license": "MIT",
  68. "main": "is-utf8.js",
  69. "maintainers": [
  70. {
  71. "name": "wayfind",
  72. "email": "whyer1@gmail.com"
  73. }
  74. ],
  75. "name": "is-utf8",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/wayfind/is-utf8.git"
  81. },
  82. "scripts": {
  83. "test": "node test.js"
  84. },
  85. "version": "0.2.1"
  86. }