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.

86 lines
1.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "chardet@0.7.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "chardet@0.7.0",
  9. "_id": "chardet@0.7.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-kAlISfCTfy7twkJdDSip5fDLrZ4=",
  12. "_location": "/chardet",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "chardet@0.7.0",
  18. "name": "chardet",
  19. "escapedName": "chardet",
  20. "rawSpec": "0.7.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.7.0"
  23. },
  24. "_requiredBy": [
  25. "/external-editor"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/chardet/download/chardet-0.7.0.tgz",
  28. "_spec": "0.7.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Dmitry Shirokov",
  32. "email": "deadrunk@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "http://github.com/runk/node-chardet/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "@spikying"
  40. },
  41. {
  42. "name": "@wtgtybhertgeghgtwtg"
  43. },
  44. {
  45. "name": "@suisho"
  46. },
  47. {
  48. "name": "@seangarner"
  49. },
  50. {
  51. "name": "@zevanty"
  52. }
  53. ],
  54. "description": "Character detector",
  55. "devDependencies": {
  56. "github-publish-release": "^5.0.0",
  57. "mocha": "^5.2.0"
  58. },
  59. "directories": {
  60. "test": "test"
  61. },
  62. "engine": {
  63. "node": ">=4"
  64. },
  65. "homepage": "https://github.com/runk/node-chardet",
  66. "keywords": [
  67. "encoding",
  68. "character",
  69. "utf8",
  70. "detector",
  71. "chardet",
  72. "icu"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "chardet",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/runk/node-chardet.git"
  80. },
  81. "scripts": {
  82. "release": "scripts/release",
  83. "test": "mocha -R spec --recursive --bail"
  84. },
  85. "version": "0.7.0"
  86. }