package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "iconv-lite@0.4.24",
  10. "_id": "iconv-lite@0.4.24",
  11. "_inBundle": false,
  12. "_integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  13. "_location": "/iconv-lite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "iconv-lite@0.4.24",
  19. "name": "iconv-lite",
  20. "escapedName": "iconv-lite",
  21. "rawSpec": "0.4.24",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.24"
  24. },
  25. "_requiredBy": [
  26. "/body-parser",
  27. "/raw-body"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  30. "_spec": "0.4.24",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Alexander Shtuchkin",
  34. "email": "ashtuchkin@gmail.com"
  35. },
  36. "browser": {
  37. "./lib/extend-node": false,
  38. "./lib/streams": false
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  42. },
  43. "dependencies": {
  44. "safer-buffer": ">= 2.1.2 < 3"
  45. },
  46. "description": "Convert character encodings in pure javascript.",
  47. "devDependencies": {
  48. "async": "*",
  49. "errto": "*",
  50. "iconv": "*",
  51. "istanbul": "*",
  52. "mocha": "^3.1.0",
  53. "request": "~2.87.0",
  54. "semver": "*",
  55. "unorm": "*"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  61. "keywords": [
  62. "iconv",
  63. "convert",
  64. "charset",
  65. "icu"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/index.js",
  69. "name": "iconv-lite",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  73. },
  74. "scripts": {
  75. "coverage": "istanbul cover _mocha -- --grep .",
  76. "coverage-open": "open coverage/lcov-report/index.html",
  77. "test": "mocha --reporter spec --grep ."
  78. },
  79. "typings": "./lib/index.d.ts",
  80. "version": "0.4.24"
  81. }