package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "is-utf8@^0.2.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/vinyl-file/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. "/meow/strip-bom",
  30. "/strip-bom-stream/strip-bom",
  31. "/vinyl-file/strip-bom",
  32. "/webpack-dev-server/strip-bom"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  35. "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  36. "_shrinkwrap": null,
  37. "_spec": "is-utf8@^0.2.0",
  38. "_where": "/home/seleznev/project Angular/Quality system/node_modules/vinyl-file/node_modules/strip-bom",
  39. "author": {
  40. "name": "wayfind"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/wayfind/is-utf8/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Detect if a buffer is utf8 encoded.",
  47. "devDependencies": {},
  48. "directories": {},
  49. "dist": {
  50. "shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
  51. "tarball": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
  52. },
  53. "files": [
  54. "is-utf8.js"
  55. ],
  56. "gitHead": "709df7202f9c3f93cdc2463b352dd80d8de9ce0b",
  57. "homepage": "https://github.com/wayfind/is-utf8#readme",
  58. "keywords": [
  59. "charset",
  60. "utf8"
  61. ],
  62. "license": "MIT",
  63. "main": "is-utf8.js",
  64. "maintainers": [
  65. {
  66. "name": "wayfind",
  67. "email": "whyer1@gmail.com"
  68. }
  69. ],
  70. "name": "is-utf8",
  71. "optionalDependencies": {},
  72. "readme": "ERROR: No README data found!",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/wayfind/is-utf8.git"
  76. },
  77. "scripts": {
  78. "test": "node test.js"
  79. },
  80. "version": "0.2.1"
  81. }