thedesk/app/node_modules/is-yarn-global/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2019-09-13 00:38:13 +10:00
{
"_args": [
[
"is-yarn-global@0.3.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_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": "C:\\Users\\ryuki\\TheDesk\\app",
"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"
}