tis-cli前端项目快速搭建命令行工具
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.

79 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.4.24",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "iconv-lite@0.4.24",
  9. "_id": "iconv-lite@0.4.24",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
  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. "/external-editor"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/iconv-lite/download/iconv-lite-0.4.24.tgz",
  28. "_spec": "0.4.24",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Alexander Shtuchkin",
  32. "email": "ashtuchkin@gmail.com"
  33. },
  34. "browser": {
  35. "./lib/extend-node": false,
  36. "./lib/streams": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  40. },
  41. "dependencies": {
  42. "safer-buffer": ">= 2.1.2 < 3"
  43. },
  44. "description": "Convert character encodings in pure javascript.",
  45. "devDependencies": {
  46. "async": "*",
  47. "errto": "*",
  48. "iconv": "*",
  49. "istanbul": "*",
  50. "mocha": "^3.1.0",
  51. "request": "~2.87.0",
  52. "semver": "*",
  53. "unorm": "*"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  59. "keywords": [
  60. "iconv",
  61. "convert",
  62. "charset",
  63. "icu"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "iconv-lite",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  71. },
  72. "scripts": {
  73. "coverage": "istanbul cover _mocha -- --grep .",
  74. "coverage-open": "open coverage/lcov-report/index.html",
  75. "test": "mocha --reporter spec --grep ."
  76. },
  77. "typings": "./lib/index.d.ts",
  78. "version": "0.4.24"
  79. }