summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/node_modules/@actions/core/package.json
blob: 360445506361a460557b74b5853d8946904c248d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_args": [
    [
      "@actions/core@1.2.6",
      "/Users/ilammy/Documents/dev/ilammy/msvc-dev-cmd"
    ]
  ],
  "_from": "@actions/core@1.2.6",
  "_id": "@actions/core@1.2.6",
  "_inBundle": false,
  "_integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==",
  "_location": "/@actions/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@actions/core@1.2.6",
    "name": "@actions/core",
    "escapedName": "@actions%2fcore",
    "scope": "@actions",
    "rawSpec": "1.2.6",
    "saveSpec": null,
    "fetchSpec": "1.2.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
  "_spec": "1.2.6",
  "_where": "/Users/ilammy/Documents/dev/ilammy/msvc-dev-cmd",
  "bugs": {
    "url": "https://github.com/actions/toolkit/issues"
  },
  "description": "Actions core lib",
  "devDependencies": {
    "@types/node": "^12.0.2"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "!.DS_Store"
  ],
  "homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
  "keywords": [
    "github",
    "actions",
    "core"
  ],
  "license": "MIT",
  "main": "lib/core.js",
  "name": "@actions/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/actions/toolkit.git",
    "directory": "packages/core"
  },
  "scripts": {
    "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "tsc": "tsc"
  },
  "types": "lib/core.d.ts",
  "version": "1.2.6"
}