package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "atob@1.1.3",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "atob@1.1.3",
  9. "_id": "atob@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M=",
  12. "_location": "/atob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "atob@1.1.3",
  18. "name": "atob",
  19. "escapedName": "atob",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/source-map-resolve"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz",
  28. "_spec": "1.1.3",
  29. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  30. "author": {
  31. "name": "AJ ONeal",
  32. "email": "coolaj86@gmail.com",
  33. "url": "http://coolaj86.info"
  34. },
  35. "bin": {
  36. "atob": "bin/atob.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/coolaj86/node-browser-compat/issues"
  40. },
  41. "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
  42. "engines": {
  43. "node": ">= 0.4.0"
  44. },
  45. "homepage": "https://github.com/coolaj86/node-browser-compat",
  46. "keywords": [
  47. "atob",
  48. "browser"
  49. ],
  50. "license": "(MIT OR Apache-2.0)",
  51. "main": "index",
  52. "name": "atob",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/coolaj86/node-browser-compat.git"
  56. },
  57. "version": "1.1.3"
  58. }