Sam Partington
2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

View File

@@ -1,60 +1,24 @@
{
"_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",
"name": "global-dirs",
"version": "2.0.1",
"description": "Get the directory of globally installed packages and binaries",
"license": "MIT",
"repository": "sindresorhus/global-dirs",
"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",
@@ -78,14 +42,14 @@
"root",
"resolve"
],
"license": "MIT",
"name": "global-dirs",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/global-dirs.git"
"dependencies": {
"ini": "^1.3.5"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.0.1"
}
"devDependencies": {
"ava": "^2.4.0",
"execa": "^3.2.0",
"import-fresh": "^3.1.0",
"tsd": "^0.10.0",
"xo": "^0.25.3"
}
}