package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@actions/exec@^1.0.1",
  3. "_id": "@actions/exec@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ==",
  6. "_location": "/@actions/exec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@actions/exec@^1.0.1",
  12. "name": "@actions/exec",
  13. "escapedName": "@actions%2fexec",
  14. "scope": "@actions",
  15. "rawSpec": "^1.0.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.1"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.1.tgz",
  23. "_shasum": "1624b541165697e7008d7c87bc1f69f191263c6c",
  24. "_spec": "@actions/exec@^1.0.1",
  25. "_where": "/Users/mainuser/Projects/OpenSource/multiarch-actions",
  26. "bugs": {
  27. "url": "https://github.com/actions/toolkit/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Actions exec lib",
  32. "devDependencies": {
  33. "@actions/io": "^1.0.1"
  34. },
  35. "directories": {
  36. "lib": "lib",
  37. "test": "__tests__"
  38. },
  39. "files": [
  40. "lib"
  41. ],
  42. "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
  43. "homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
  44. "keywords": [
  45. "github",
  46. "actions",
  47. "exec"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/exec.js",
  51. "name": "@actions/exec",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/actions/toolkit.git"
  58. },
  59. "scripts": {
  60. "test": "echo \"Error: run tests from root\" && exit 1",
  61. "tsc": "tsc"
  62. },
  63. "version": "1.0.1"
  64. }