package.json 1.3 KB

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