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 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "encoding@0.1.12",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "encoding@0.1.12",
  9. "_id": "encoding@0.1.12",
  10. "_inBundle": false,
  11. "_integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
  12. "_location": "/encoding",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "encoding@0.1.12",
  18. "name": "encoding",
  19. "escapedName": "encoding",
  20. "rawSpec": "0.1.12",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.12"
  23. },
  24. "_requiredBy": [
  25. "/node-fetch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
  28. "_spec": "0.1.12",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Andris Reinman"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/andris9/encoding/issues"
  35. },
  36. "dependencies": {
  37. "iconv-lite": "~0.4.13"
  38. },
  39. "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
  40. "devDependencies": {
  41. "iconv": "~2.1.11",
  42. "nodeunit": "~0.9.1"
  43. },
  44. "homepage": "https://github.com/andris9/encoding#readme",
  45. "license": "MIT",
  46. "main": "lib/encoding.js",
  47. "name": "encoding",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/andris9/encoding.git"
  51. },
  52. "scripts": {
  53. "test": "nodeunit test"
  54. },
  55. "version": "0.1.12"
  56. }