{
  "_args": [
    [
      "attr-accept@2.2.2",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "attr-accept@2.2.2",
  "_id": "attr-accept@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==",
  "_location": "/attr-accept",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "attr-accept@2.2.2",
    "name": "attr-accept",
    "escapedName": "attr-accept",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/react-dropzone"
  ],
  "_resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "author": {
    "name": "Andrey Okonetchnikov @okonetchnikov"
  },
  "bugs": {
    "url": "https://github.com/react-dropzone/attr-accept/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "contributors": [
    {
      "name": "Andrey Okonetchnikov",
      "email": "andrey@okonet.ru",
      "url": "http://okonet.ru"
    },
    {
      "name": "Roland Groza",
      "email": "rolandjitsu@gmail.com"
    }
  ],
  "description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.10.5",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-do-expressions": "^7.6.0",
    "@babel/plugin-proposal-export-default-from": "^7.5.2",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
    "@babel/plugin-proposal-optional-chaining": "^7.6.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.5.0",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/preset-env": "^7.6.3",
    "@babel/preset-react": "^7.6.3",
    "@babel/register": "^7.6.2",
    "@commitlint/cli": "^8.2.0",
    "@size-limit/preset-small-lib": "^2.1.6",
    "babel-eslint": "^8.0.0",
    "babel-loader": "^8.0.0",
    "babel-preset-env": "^1.6.0",
    "core-js": "^3.1.4",
    "cross-env": "^6.0.3",
    "cz-conventional-changelog": "^1.2.0",
    "eslint": "^4.6.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-okonet": "^6.1.3",
    "eslint-config-prettier": "^2.4.0",
    "eslint-plugin-flowtype": "^2.35.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-prettier": "^2.2.0",
    "eslint-plugin-react": "^7.3.0",
    "expect": "^1.20.2",
    "husky": "^0.14.3",
    "lint-staged": "^4.1.3",
    "mocha": "^3.5.0",
    "prettier": "^1.6.1",
    "rimraf": "^3.0.0",
    "webpack": "^4.0.0",
    "webpack-cli": "^3.3.12"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/react-dropzone/attr-accept#readme",
  "keywords": [
    "html5",
    "input",
    "tag",
    "attribute",
    "attr",
    "accept",
    "file"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "module": "dist/es/index.js",
  "name": "attr-accept",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-dropzone/attr-accept.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:cjs && npm run build:es",
    "build:cjs": "webpack -p",
    "build:es": "cross-env BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore '**/*.spec.js'",
    "clean": "rimraf ./dist",
    "lint": "eslint src/ test/",
    "precommit": "lint-staged",
    "prepublish": "npm test && npm run build",
    "pretest": "npm run lint",
    "size": "size-limit",
    "size:why": "size-limit --why",
    "test": "mocha --compilers js:@babel/register --recursive",
    "test:watch": "npm test -- --watch"
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "2 KB"
    }
  ],
  "types": "index.d.ts",
  "version": "2.2.2"
}
