mirror of
https://github.com/github/codeql-action.git
synced 2026-05-06 22:00:39 +00:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"_from": "@actions/glob@^0.1.0",
|
|
"_id": "@actions/glob@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ikM4GVZOgSGDNTjv0ECJ8AOqmDqQwtO4K1M4P465C9iikRq34+FwCjUVSwzgOYDP85qtddyWpzBw5lTub/9Xmg==",
|
|
"_location": "/@actions/glob",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@actions/glob@^0.1.0",
|
|
"name": "@actions/glob",
|
|
"escapedName": "@actions%2fglob",
|
|
"scope": "@actions",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@actions/cache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.1.1.tgz",
|
|
"_shasum": "0af851312dfed21fdf9eac3473cfde93ffa56e40",
|
|
"_spec": "@actions/glob@^0.1.0",
|
|
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@actions/cache",
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Actions glob lib",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!.DS_Store"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/glob",
|
|
"keywords": [
|
|
"github",
|
|
"actions",
|
|
"glob"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/glob.js",
|
|
"name": "@actions/glob",
|
|
"preview": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
"directory": "packages/glob"
|
|
},
|
|
"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/glob.d.ts",
|
|
"version": "0.1.1"
|
|
}
|