package.json 1.6 KB

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