package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "atob@^2.0.0",
  3. "_id": "atob@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GcenYEc3dEaPILLS0DNyrX1Mv10=",
  6. "_location": "/atob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "atob@^2.0.0",
  12. "name": "atob",
  13. "escapedName": "atob",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/source-map-resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/atob/-/atob-2.0.3.tgz",
  22. "_shasum": "19c7a760473774468f20b2d2d03372ad7d4cbf5d",
  23. "_spec": "atob@^2.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/source-map-resolve",
  25. "author": {
  26. "name": "AJ ONeal",
  27. "email": "coolaj86@gmail.com",
  28. "url": "https://coolaj86.com"
  29. },
  30. "bin": {
  31. "atob": "bin/atob.js"
  32. },
  33. "browser": "browser-atob.js",
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
  37. "engines": {
  38. "node": ">= 0.4.0"
  39. },
  40. "homepage": "https://github.com/coolaj86/node-browser-compat",
  41. "keywords": [
  42. "atob",
  43. "browser"
  44. ],
  45. "license": "(MIT OR Apache-2.0)",
  46. "main": "node-atob.js",
  47. "name": "atob",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/coolaj86/node-browser-compat/atob.git"
  51. },
  52. "version": "2.0.3"
  53. }