package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "charenc@~0.0.1",
  3. "_id": "charenc@0.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
  6. "_location": "/charenc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "charenc@~0.0.1",
  12. "name": "charenc",
  13. "escapedName": "charenc",
  14. "rawSpec": "~0.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.1"
  17. },
  18. "_requiredBy": [
  19. "/md5"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
  22. "_shasum": "c0a1d2f3a7092e03774bfa83f14c0fc5790a8667",
  23. "_spec": "charenc@~0.0.1",
  24. "_where": "C:\\Users\\Shaun\\.CocosCreator\\packages\\ccc-obfuscated-code\\node_modules\\md5",
  25. "author": {
  26. "name": "Paul Vorbach",
  27. "email": "paul@vorb.de",
  28. "url": "http://vorb.de"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/pvorb/node-charenc/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "character encoding utilities",
  36. "engines": {
  37. "node": "*"
  38. },
  39. "homepage": "https://github.com/pvorb/node-charenc#readme",
  40. "license": "BSD-3-Clause",
  41. "main": "charenc.js",
  42. "name": "charenc",
  43. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/pvorb/node-charenc.git"
  46. },
  47. "tags": [
  48. "utf8",
  49. "binary",
  50. "byte",
  51. "string"
  52. ],
  53. "version": "0.0.2"
  54. }