mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Run npm install so have clear baseline
This commit is contained in:
72
node_modules/global-dirs/package.json
generated
vendored
72
node_modules/global-dirs/package.json
generated
vendored
@@ -1,24 +1,60 @@
|
||||
{
|
||||
"name": "global-dirs",
|
||||
"version": "2.0.1",
|
||||
"description": "Get the directory of globally installed packages and binaries",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/global-dirs",
|
||||
"_args": [
|
||||
[
|
||||
"global-dirs@2.0.1",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "global-dirs@2.0.1",
|
||||
"_id": "global-dirs@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==",
|
||||
"_location": "/global-dirs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "global-dirs@2.0.1",
|
||||
"name": "global-dirs",
|
||||
"escapedName": "global-dirs",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-installed-globally"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/global-dirs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"ini": "^1.3.5"
|
||||
},
|
||||
"description": "Get the directory of globally installed packages and binaries",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.2.0",
|
||||
"import-fresh": "^3.1.0",
|
||||
"tsd": "^0.10.0",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/global-dirs#readme",
|
||||
"keywords": [
|
||||
"global",
|
||||
"prefix",
|
||||
@@ -42,14 +78,14 @@
|
||||
"root",
|
||||
"resolve"
|
||||
],
|
||||
"dependencies": {
|
||||
"ini": "^1.3.5"
|
||||
"license": "MIT",
|
||||
"name": "global-dirs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/global-dirs.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.2.0",
|
||||
"import-fresh": "^3.1.0",
|
||||
"tsd": "^0.10.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user