You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

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