package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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/king/Desktop/FINAL/AhMyth/app/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. "_installable": true,
  20. "_location": "/is-utf8",
  21. "_nodeVersion": "2.3.4",
  22. "_npmUser": {
  23. "name": "wayfind",
  24. "email": "whyer1@gmail.com"
  25. },
  26. "_npmVersion": "2.12.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "is-utf8@^0.2.0",
  30. "scope": null,
  31. "escapedName": "is-utf8",
  32. "name": "is-utf8",
  33. "rawSpec": "^0.2.0",
  34. "spec": ">=0.2.0 <0.3.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/load-json-file/strip-bom",
  39. "/strip-bom",
  40. "/strip-bom-stream/strip-bom",
  41. "/vinyl-file/strip-bom"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  44. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  45. "_shrinkwrap": null,
  46. "_spec": "is-utf8@^0.2.0",
  47. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/strip-bom",
  48. "author": {
  49. "name": "wayfind"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/wayfind/is-utf8/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Detect if a buffer is utf8 encoded.",
  56. "devDependencies": {},
  57. "directories": {},
  58. "dist": {
  59. "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  60. "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
  61. },
  62. "files": [
  63. "is-utf8.js"
  64. ],
  65. "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
  66. "homepage": "https://github.com/wayfind/is-utf8#readme",
  67. "keywords": [
  68. "utf8",
  69. "charset"
  70. ],
  71. "license": "MIT",
  72. "main": "is-utf8.js",
  73. "maintainers": [
  74. {
  75. "name": "wayfind",
  76. "email": "whyer1@gmail.com"
  77. }
  78. ],
  79. "name": "is-utf8",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/wayfind/is-utf8.git"
  85. },
  86. "scripts": {
  87. "test": "node test.js"
  88. },
  89. "version": "0.2.1"
  90. }