Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/fetch-blob/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/fetch-blob/package.json

{
  "_from": "fetch-blob@^3.1.4",
  "_id": "fetch-blob@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==",
  "_location": "/fetch-blob",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fetch-blob@^3.1.4",
    "name": "fetch-blob",
    "escapedName": "fetch-blob",
    "rawSpec": "^3.1.4",
    "saveSpec": null,
    "fetchSpec": "^3.1.4"
  },
  "_requiredBy": [
    "/formdata-polyfill",
    "/node-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.5.tgz",
  "_shasum": "0077bf5f3fcdbd9d75a0b5362f77dbb743489863",
  "_spec": "fetch-blob@^3.1.4",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/node-fetch",
  "author": {
    "name": "Jimmy Wärting",
    "email": "jimmy@warting.se",
    "url": "https://jimmy.warting.se"
  },
  "bugs": {
    "url": "https://github.com/node-fetch/fetch-blob/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-domexception": "^1.0.0",
    "web-streams-polyfill": "^3.0.3"
  },
  "deprecated": false,
  "description": "Blob & File implementation in Node.js, originally from node-fetch.",
  "devDependencies": {
    "@types/node": "^17.0.9",
    "c8": "^7.11.0",
    "typescript": "^4.5.4"
  },
  "engines": {
    "node": "^12.20 || >= 14.13"
  },
  "files": [
    "from.js",
    "file.js",
    "file.d.ts",
    "index.js",
    "index.d.ts",
    "from.d.ts",
    "streams.cjs"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/jimmywarting"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/jimmywarting"
    }
  ],
  "homepage": "https://github.com/node-fetch/fetch-blob#readme",
  "keywords": [
    "blob",
    "file",
    "node-fetch"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fetch-blob",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-fetch/fetch-blob.git"
  },
  "scripts": {
    "coverage": "npm run report && codecov -f coverage/coverage-final.json",
    "prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js",
    "report": "c8 --reporter json --reporter text npm run test",
    "test": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js"
  },
  "type": "module",
  "version": "3.1.5"
}