Ohm-Management - Projektarbeit B-ME
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. "/body-parser",
  20. "/external-editor",
  21. "/raw-body"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  24. "_shasum": "2022b4b25fbddc21d2f524974a474aafe733908b",
  25. "_spec": "iconv-lite@0.4.24",
  26. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/body-parser",
  27. "author": {
  28. "name": "Alexander Shtuchkin",
  29. "email": "ashtuchkin@gmail.com"
  30. },
  31. "browser": {
  32. "./lib/extend-node": false,
  33. "./lib/streams": false
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "safer-buffer": ">= 2.1.2 < 3"
  41. },
  42. "deprecated": false,
  43. "description": "Convert character encodings in pure javascript.",
  44. "devDependencies": {
  45. "async": "*",
  46. "errto": "*",
  47. "iconv": "*",
  48. "istanbul": "*",
  49. "mocha": "^3.1.0",
  50. "request": "~2.87.0",
  51. "semver": "*",
  52. "unorm": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  58. "keywords": [
  59. "iconv",
  60. "convert",
  61. "charset",
  62. "icu"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/index.js",
  66. "name": "iconv-lite",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  70. },
  71. "scripts": {
  72. "coverage": "istanbul cover _mocha -- --grep .",
  73. "coverage-open": "open coverage/lcov-report/index.html",
  74. "test": "mocha --reporter spec --grep ."
  75. },
  76. "typings": "./lib/index.d.ts",
  77. "version": "0.4.24"
  78. }