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.

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