package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "atob-lite@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY=",
  6. "_location": "/atob-lite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "atob-lite@^2.0.0",
  12. "name": "atob-lite",
  13. "escapedName": "atob-lite",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@octokit/rest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz",
  22. "_shasum": "0fef5ad46f1bd7a8502c65727f0367d5ee43d696",
  23. "_spec": "atob-lite@^2.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\@octokit\\rest",
  25. "author": {
  26. "name": "Hugh Kennedy",
  27. "email": "[email protected]",
  28. "url": "http://hughsk.io/"
  29. },
  30. "browser": "atob-browser.js",
  31. "bugs": {
  32. "url": "https://github.com/hughsk/atob-lite/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Smallest/simplest possible means of using atob with both Node and browserify",
  38. "devDependencies": {
  39. "browserify": "^10.2.4",
  40. "smokestack": "^3.3.0",
  41. "tap-closer": "^1.0.0",
  42. "tap-spec": "^4.0.0",
  43. "tape": "^4.0.0"
  44. },
  45. "homepage": "https://github.com/hughsk/atob-lite",
  46. "keywords": [
  47. "atob",
  48. "base64",
  49. "isomorphic",
  50. "browser",
  51. "node",
  52. "shared"
  53. ],
  54. "license": "MIT",
  55. "main": "atob-node.js",
  56. "name": "atob-lite",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/hughsk/atob-lite.git"
  60. },
  61. "scripts": {
  62. "test": "npm run test-node && npm run test-browser",
  63. "test-browser": "browserify test | smokestack | tap-spec",
  64. "test-node": "node test | tap-spec"
  65. },
  66. "version": "2.0.0"
  67. }