This commit is contained in:
2019-01-25 01:39:48 +01:00
commit 41ac3fb32a
3269 changed files with 396937 additions and 0 deletions

107
node_modules/is-installed-globally/package.json generated vendored Normal file
View File

@@ -0,0 +1,107 @@
{
"_args": [
[
"is-installed-globally@^0.1.0",
"/home/beppe/Github/yahooApi/node_modules/update-notifier"
]
],
"_from": "is-installed-globally@>=0.1.0 <0.2.0",
"_id": "is-installed-globally@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/is-installed-globally",
"_nodeVersion": "8.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-installed-globally-0.1.0.tgz_1498431002972_0.9673243085853755"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {},
"_requested": {
"name": "is-installed-globally",
"raw": "is-installed-globally@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/update-notifier"
],
"_resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
"_shasum": "0dfd98f5a9111716dd535dda6492f67bf3d25a80",
"_shrinkwrap": null,
"_spec": "is-installed-globally@^0.1.0",
"_where": "/home/beppe/Github/yahooApi/node_modules/update-notifier",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-installed-globally/issues"
},
"dependencies": {
"global-dirs": "^0.1.0",
"is-path-inside": "^1.0.0"
},
"description": "Check if your package was installed globally",
"devDependencies": {
"ava": "*",
"execa": "^0.7.0",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "0dfd98f5a9111716dd535dda6492f67bf3d25a80",
"tarball": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "c8de3eb10412caceb8f005a4ad2b2e91b09caedb",
"homepage": "https://github.com/sindresorhus/is-installed-globally#readme",
"keywords": [
"bin",
"binary",
"check",
"cli",
"detect",
"global",
"globally",
"install",
"installed",
"is",
"local",
"locally",
"module",
"npm",
"package",
"yarn"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "is-installed-globally",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-installed-globally.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "0.1.0"
}