123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- "has-flag@^3.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/supports-color"
- ]
- ],
- "_from": "has-flag@>=3.0.0 <4.0.0",
- "_id": "has-flag@3.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/has-flag",
- "_nodeVersion": "4.8.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/has-flag-3.0.0.tgz_1514920915118_0.33958922349847853"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.15.11",
- "_phantomChildren": {},
- "_requested": {
- "name": "has-flag",
- "raw": "has-flag@^3.0.0",
- "rawSpec": "^3.0.0",
- "scope": null,
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/supports-color"
- ],
- "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
- "_shasum": "b5d454dc2199ae225699f3467e5a07f3b955bafd",
- "_shrinkwrap": null,
- "_spec": "has-flag@^3.0.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/supports-color",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/has-flag/issues"
- },
- "dependencies": {},
- "description": "Check if argv has a specific flag",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "b5d454dc2199ae225699f3467e5a07f3b955bafd",
- "tarball": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "8b2ca7e693b2c742b29f2399194077b64b9ff781",
- "homepage": "https://github.com/sindresorhus/has-flag#readme",
- "keywords": [
- "arg",
- "args",
- "argument",
- "arguments",
- "argv",
- "check",
- "cli",
- "command-line",
- "contains",
- "detect",
- "find",
- "flag",
- "getopt",
- "has",
- "minimist",
- "optimist",
- "process"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "jbnicolai",
- "email": "jappelman@xebia.com"
- }
- ],
- "name": "has-flag",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/has-flag.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.0.0"
- }
|