package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@actions/core@^1.1.1",
  3. "_id": "@actions/core@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg==",
  6. "_location": "/@actions/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@actions/core@^1.1.1",
  12. "name": "@actions/core",
  13. "escapedName": "@actions%2fcore",
  14. "scope": "@actions",
  15. "rawSpec": "^1.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.1"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz",
  23. "_shasum": "e08f3dbfe04721bb3d040f8fca2d6d7e1817b2e1",
  24. "_spec": "@actions/core@^1.1.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 core lib",
  32. "devDependencies": {
  33. "@types/node": "^12.0.2"
  34. },
  35. "directories": {
  36. "lib": "lib",
  37. "test": "__tests__"
  38. },
  39. "files": [
  40. "lib"
  41. ],
  42. "homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
  43. "keywords": [
  44. "github",
  45. "actions",
  46. "core"
  47. ],
  48. "license": "MIT",
  49. "main": "lib/core.js",
  50. "name": "@actions/core",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/actions/toolkit.git"
  57. },
  58. "scripts": {
  59. "test": "echo \"Error: run tests from root\" && exit 1",
  60. "tsc": "tsc"
  61. },
  62. "version": "1.1.1"
  63. }