package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "encoding@0.1.12",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "encoding@0.1.12",
  10. "_id": "encoding@0.1.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
  13. "_location": "/encoding",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "encoding@0.1.12",
  19. "name": "encoding",
  20. "escapedName": "encoding",
  21. "rawSpec": "0.1.12",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.12"
  24. },
  25. "_requiredBy": [
  26. "/node-fetch-npm"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
  29. "_spec": "0.1.12",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Andris Reinman"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/andris9/encoding/issues"
  36. },
  37. "dependencies": {
  38. "iconv-lite": "~0.4.13"
  39. },
  40. "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
  41. "devDependencies": {
  42. "iconv": "~2.1.11",
  43. "nodeunit": "~0.9.1"
  44. },
  45. "homepage": "https://github.com/andris9/encoding#readme",
  46. "license": "MIT",
  47. "main": "lib/encoding.js",
  48. "name": "encoding",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/andris9/encoding.git"
  52. },
  53. "scripts": {
  54. "test": "nodeunit test"
  55. },
  56. "version": "0.1.12"
  57. }