package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "chardet@0.4.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chardet@0.4.2",
  10. "_id": "chardet@0.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-j/Toj7f1z98Hh2cYo2BVr85EpIRWqUi7rtRSGxh/cqUjqrnJe9l9UE7IUGd2vQ2p+kSHLkSzObQPZPLUC6TQwg==",
  13. "_location": "/chardet",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "chardet@0.4.2",
  20. "name": "chardet",
  21. "escapedName": "chardet",
  22. "rawSpec": "0.4.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.4.2"
  25. },
  26. "_requiredBy": [
  27. "/external-editor"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/chardet/-/chardet-0.4.2.tgz",
  30. "_spec": "0.4.2",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Dmitry Shirokov",
  34. "email": "deadrunk@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/runk/node-chardet/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "@spikying"
  42. }
  43. ],
  44. "description": "Character detector",
  45. "devDependencies": {
  46. "github-publish-release": "^4.0.0",
  47. "mocha": "^4.0.1"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "engine": {
  53. "node": ">=4"
  54. },
  55. "homepage": "https://github.com/runk/node-chardet",
  56. "keywords": [
  57. "encoding",
  58. "character",
  59. "utf8",
  60. "detector",
  61. "chardet",
  62. "icu"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "chardet",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/runk/node-chardet.git"
  70. },
  71. "scripts": {
  72. "release": "scripts/release",
  73. "test": "mocha -R spec --recursive"
  74. },
  75. "version": "0.4.2"
  76. }