{
  "_from": "file-selector@^0.2.2",
  "_id": "file-selector@0.2.4",
  "_inBundle": false,
  "_integrity": "sha512-ZDsQNbrv6qRi1YTDOEWzf5J2KjZ9KMI1Q2SGeTkCJmNNW25Jg4TW4UMcmoqcg4WrAyKRcpBXdbWRxkfrOzVRbA==",
  "_location": "/file-selector",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "file-selector@^0.2.2",
    "name": "file-selector",
    "escapedName": "file-selector",
    "rawSpec": "^0.2.2",
    "saveSpec": null,
    "fetchSpec": "^0.2.2"
  },
  "_requiredBy": [
    "/react-dropzone"
  ],
  "_resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.2.4.tgz",
  "_shasum": "7b98286f9dbb9925f420130ea5ed0a69238d4d80",
  "_spec": "file-selector@^0.2.2",
  "_where": "/home/atjt9136/shop.viandes-terroirs-peyo-aguia.com/node_modules/react-dropzone",
  "author": {
    "name": "Roland Groza",
    "email": "rolandjitsu@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-dropzone/file-selector/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^2.0.3"
  },
  "deprecated": false,
  "description": "Convert DataTransfer object to a list of File objects",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.2",
    "babel-jest": "^26.6.0",
    "camelcase": "^6.1.0",
    "jest": "^26.6.0",
    "jest-environment-jsdom": "^26.6.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.32.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^26.4.1",
    "tslint": "^6.1.3",
    "typescript": "^4.0.3"
  },
  "engines": {
    "node": ">= 10"
  },
  "es2015": "./dist/es2015/index.js",
  "files": [
    "dist/**/*",
    "src/*",
    "!*.spec.*",
    "LICENSE"
  ],
  "homepage": "https://github.com/react-dropzone/file-selector",
  "keywords": [
    "drag-and-drop",
    "html5",
    "file-api",
    "DataTransfer",
    "File"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/es5/index.js",
  "name": "file-selector",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-dropzone/file-selector.git"
  },
  "scripts": {
    "build": "npm-run-all -s compile build:umd",
    "build:umd": "rollup -c ./rollup.config.js",
    "clean": "rm -rf dist/*",
    "compile": "npm-run-all -p compile:es2015 compile:es5 compile:cjs compile:types",
    "compile:cjs": "tsc -p ./tsconfig.cjs.json",
    "compile:es2015": "tsc -p ./tsconfig.es2015.json",
    "compile:es5": "tsc -p ./tsconfig.es5.json",
    "compile:types": "tsc -p ./tsconfig.types.json",
    "lint": "tslint -c tslint.json -p ./tsconfig.spec.json -t stylish",
    "lint:fix": "yarn run lint -- --fix",
    "prebuild": "yarn run clean",
    "pretest:cov": "yarn run lint",
    "test": "jest --watch",
    "test:cov": "jest --coverage"
  },
  "typings": "./dist/index.d.ts",
  "version": "0.2.4"
}
