{
  "_args": [
    [
      "modernizr@3.11.2",
      "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure"
    ]
  ],
  "_development": true,
  "_from": "modernizr@3.11.2",
  "_id": "modernizr@3.11.2",
  "_inBundle": false,
  "_integrity": "sha512-sx262pafYJP1YPrPlMA4a+9WX5cQjvwp39213YNAqv1LZ4rHASFeNIEyLN+a5/F8/1yJR4ic/4wRFVsbK64TUQ==",
  "_location": "/modernizr",
  "_phantomChildren": {
    "@types/color-name": "1.1.1",
    "argparse": "1.0.10",
    "decamelize": "1.2.0",
    "esutils": "2.0.2",
    "get-caller-file": "2.0.5",
    "linkify-it": "2.1.0",
    "mdurl": "1.0.1",
    "require-directory": "2.1.1",
    "require-main-filename": "2.0.0",
    "set-blocking": "2.0.0",
    "uc.micro": "1.0.6",
    "which-module": "2.0.0",
    "y18n": "4.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "modernizr@3.11.2",
    "name": "modernizr",
    "escapedName": "modernizr",
    "rawSpec": "3.11.2",
    "saveSpec": null,
    "fetchSpec": "3.11.2"
  },
  "_requiredBy": [
    "/modernizr-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/modernizr/-/modernizr-3.11.2.tgz",
  "_spec": "3.11.2",
  "_where": "/Users/max/Documents/SPADE/minotaure/www/htdocs/content/plugins/minotaure",
  "author": {
    "name": "Modernizr",
    "url": "https://modernizr.com/"
  },
  "bin": {
    "modernizr": "./bin/modernizr"
  },
  "bugs": {
    "url": "https://github.com/Modernizr/Modernizr/issues"
  },
  "contributors": [
    {
      "name": "Faruk Ates",
      "url": "https://twitter.com/KuraFire"
    },
    {
      "name": "Paul Irish",
      "url": "https://twitter.com/paul_irish"
    },
    {
      "name": "Alex Sexton",
      "url": "https://twitter.com/SlexAxton"
    },
    {
      "name": "Ryan Seddon",
      "url": "https://twitter.com/ryanseddon"
    },
    {
      "name": "Patrick Kettner",
      "url": "https://twitter.com/patrickkettner"
    },
    {
      "name": "Stu Cox",
      "url": "https://twitter.com/stucoxmedia"
    },
    {
      "name": "Richard Herrera",
      "url": "https://twitter.com/doctyper"
    },
    {
      "name": "Veeck",
      "url": "https://twitter.com/hansalbern"
    }
  ],
  "dependencies": {
    "doctrine": "^3.0.0",
    "file": "^0.2.2",
    "lodash": "^4.17.15",
    "markdown-it": "^10.0.0",
    "mkdirp": "0.5.5",
    "requirejs": "^2.3.6",
    "yargs": "^15.3.1"
  },
  "description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
  "devDependencies": {
    "@alrra/travis-scripts": "^3.0.1",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/register": "^7.9.0",
    "auto-changelog": "^2.0.0",
    "chai": "^4.2.0",
    "del": "^5.1.0",
    "eslint": "^6.8.0",
    "eslint-plugin-jsdoc": "^24.0.0",
    "find-parent-dir": "^0.3.0",
    "fs-extra": "^9.0.0",
    "globby": "^11.0.0",
    "gulp": "^4.0.2",
    "gulp-connect": "^5.7.0",
    "gulp-eslint": "^6.0.0",
    "gulp-pug": "^4.0.1",
    "joi": "^14.3.1",
    "jquery": "^3.5.0",
    "json3": "^3.3.3",
    "mocha": "^7.1.2",
    "mocha-headless-chrome": "^2.0.3",
    "proxyquire": "^2.1.3",
    "serve-static": "^1.14.1",
    "sinon": "^9.0.2",
    "ua-parser-js": "^0.7.21"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin/",
    "feature-detects/",
    "lib/",
    "src/"
  ],
  "homepage": "https://github.com/Modernizr/Modernizr",
  "keywords": [
    "modernizr",
    "html5",
    "css3",
    "javascript",
    "browser",
    "feature detection"
  ],
  "license": "MIT",
  "main": "./lib/cli.js",
  "name": "modernizr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Modernizr/Modernizr.git"
  },
  "scripts": {
    "--- DEFAULT SCRIPTS ---": "",
    "--- GULP SCRIPTS ---": "",
    "--- MODERNIZR SCRIPTS ---": "",
    "clean": "gulp clean",
    "lint": "gulp eslint",
    "serve-gh-pages": "gulp serve:gh-pages",
    "start": "gulp default",
    "test": "gulp test",
    "update-changelog": "auto-changelog --commit-limit false --package",
    "update-gh-pages": "scripts/generate-gh-pages.sh",
    "update-license": "node scripts/generate-license.js && git add LICENSE"
  },
  "version": "3.11.2"
}
