Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
59
node_modules/is-yarn-global/package.json
generated
vendored
59
node_modules/is-yarn-global/package.json
generated
vendored
|
|
@ -1,15 +1,54 @@
|
|||
{
|
||||
"name": "is-yarn-global",
|
||||
"version": "0.3.0",
|
||||
"description": "Check if installed by yarn globally without any `fs` calls",
|
||||
"repository": "git@github.com:LitoMore/is-yarn-global.git",
|
||||
"author": "LitoMore (litomore@gmail.com)",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "xo"
|
||||
"_args": [
|
||||
[
|
||||
"is-yarn-global@0.3.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-yarn-global@0.3.0",
|
||||
"_id": "is-yarn-global@0.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==",
|
||||
"_location": "/is-yarn-global",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-yarn-global@0.3.0",
|
||||
"name": "is-yarn-global",
|
||||
"escapedName": "is-yarn-global",
|
||||
"rawSpec": "0.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz",
|
||||
"_spec": "0.3.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "LitoMore",
|
||||
"url": "litomore@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/LitoMore/is-yarn-global/issues"
|
||||
},
|
||||
"description": "Check if installed by yarn globally without any `fs` calls",
|
||||
"devDependencies": {
|
||||
"ava": "^0.24.0",
|
||||
"xo": "^0.18.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/LitoMore/is-yarn-global#readme",
|
||||
"license": "MIT",
|
||||
"name": "is-yarn-global",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/LitoMore/is-yarn-global.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo"
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue