1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "has-yarn@^2.1.0",
- "_id": "has-yarn@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==",
- "_location": "/has-yarn",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "has-yarn@^2.1.0",
- "name": "has-yarn",
- "escapedName": "has-yarn",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "/update-notifier"
- ],
- "_resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz",
- "_shasum": "137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77",
- "_spec": "has-yarn@^2.1.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/update-notifier",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/has-yarn/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Check if a project is using Yarn",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.1",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/has-yarn#readme",
- "keywords": [
- "yarn",
- "has",
- "detect",
- "is",
- "project",
- "app",
- "module",
- "package",
- "manager",
- "npm"
- ],
- "license": "MIT",
- "name": "has-yarn",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/has-yarn.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.1.0"
- }
|