package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@octokit/auth-token@^2.4.0",
  3. "_id": "@octokit/auth-token@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg==",
  6. "_location": "/@octokit/auth-token",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@octokit/auth-token@^2.4.0",
  12. "name": "@octokit/auth-token",
  13. "escapedName": "@octokit%2fauth-token",
  14. "scope": "@octokit",
  15. "rawSpec": "^2.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.4.0"
  18. },
  19. "_requiredBy": [
  20. "/@octokit/rest"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz",
  23. "_shasum": "b64178975218b99e4dfe948253f0673cbbb59d9f",
  24. "_spec": "@octokit/auth-token@^2.4.0",
  25. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@octokit/rest",
  26. "bugs": {
  27. "url": "https://github.com/octokit/auth-token.js/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@octokit/types": "^2.0.0"
  32. },
  33. "deprecated": false,
  34. "description": "GitHub API token authentication for browsers and Node.js",
  35. "devDependencies": {
  36. "@octokit/request": "^5.3.0",
  37. "@pika/pack": "^0.5.0",
  38. "@pika/plugin-build-node": "^0.7.0",
  39. "@pika/plugin-build-web": "^0.7.0",
  40. "@pika/plugin-ts-standard-pkg": "^0.7.0",
  41. "@types/fetch-mock": "^7.3.1",
  42. "@types/jest": "^24.0.13",
  43. "fetch-mock": "^7.3.7",
  44. "jest": "^24.8.0",
  45. "semantic-release": "^15.13.12",
  46. "ts-jest": "^24.0.2",
  47. "typescript": "^3.5.1"
  48. },
  49. "files": [
  50. "dist-*/",
  51. "bin/"
  52. ],
  53. "homepage": "https://github.com/octokit/auth-token.js#readme",
  54. "keywords": [
  55. "github",
  56. "octokit",
  57. "authentication",
  58. "api"
  59. ],
  60. "license": "MIT",
  61. "main": "dist-node/index.js",
  62. "module": "dist-web/index.js",
  63. "name": "@octokit/auth-token",
  64. "pika": true,
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/octokit/auth-token.js.git"
  71. },
  72. "sideEffects": false,
  73. "source": "dist-src/index.js",
  74. "types": "dist-types/index.d.ts",
  75. "version": "2.4.0"
  76. }