{
  "_from": "@strapi/provider-upload-local@4.12.7",
  "_id": "@strapi/provider-upload-local@4.12.7",
  "_inBundle": false,
  "_integrity": "sha512-3TzZNGPc/3p2UTCq4N6lRvbX494Km3HeR+cHLxt56DnX/tw9OXweJVWsYLuKq84BVp8I0U6b3FMNtGXI2wJryw==",
  "_location": "/@strapi/provider-upload-local",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/provider-upload-local@4.12.7",
    "name": "@strapi/provider-upload-local",
    "escapedName": "@strapi%2fprovider-upload-local",
    "scope": "@strapi",
    "rawSpec": "4.12.7",
    "saveSpec": null,
    "fetchSpec": "4.12.7"
  },
  "_requiredBy": [
    "/@strapi/plugin-upload"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-4.12.7.tgz",
  "_shasum": "303a5c24f677ce3117ad8b5d5d948994bc918342",
  "_spec": "@strapi/provider-upload-local@4.12.7",
  "_where": "/home/ghf/system/node_modules/@strapi/plugin-upload",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@strapi/utils": "4.12.7",
    "fs-extra": "10.0.0"
  },
  "deprecated": false,
  "description": "Local provider for strapi upload",
  "devDependencies": {
    "@types/jest": "29.5.2",
    "eslint-config-custom": "4.12.7",
    "tsconfig": "4.12.7"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "files": [
    "./dist"
  ],
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add",
  "homepage": "https://strapi.io",
  "keywords": [
    "upload",
    "strapi"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "name": "@strapi/provider-upload-local",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "build": "run -T tsc",
    "build:ts": "run -T tsc",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint .",
    "prepublishOnly": "yarn clean && yarn build",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "run -T tsc -w --preserveWatchOutput"
  },
  "types": "./dist/index.d.ts",
  "version": "4.12.7"
}
