Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/apollo-upload-client/package.json
{
"_from": "apollo-upload-client@^13.0.0",
"_id": "apollo-upload-client@13.0.0",
"_inBundle": false,
"_integrity": "sha512-lJ9/bk1BH1lD15WhWRha2J3+LrXrPIX5LP5EwiOUHv8PCORp4EUrcujrA3rI5hZeZygrTX8bshcuMdpqpSrvtA==",
"_location": "/apollo-upload-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo-upload-client@^13.0.0",
"name": "apollo-upload-client",
"escapedName": "apollo-upload-client",
"rawSpec": "^13.0.0",
"saveSpec": null,
"fetchSpec": "^13.0.0"
},
"_requiredBy": [
"/graphql-tools"
],
"_resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-13.0.0.tgz",
"_shasum": "146d1ddd85d711fcac8ca97a72d3ca6787f2b71b",
"_spec": "apollo-upload-client@^13.0.0",
"_where": "/home/adi/Documents/code/elixir/workspace/common_graphql_client/priv/npm/node_modules/graphql-tools",
"author": {
"name": "Jayden Seric",
"email": "me@jaydenseric.com",
"url": "https://jaydenseric.com"
},
"browserslist": "Node >= 10, > 0.5%, not OperaMini all, not dead",
"bugs": {
"url": "https://github.com/jaydenseric/apollo-upload-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.9.2",
"apollo-link": "^1.2.12",
"apollo-link-http-common": "^0.2.14",
"extract-files": "^8.0.0"
},
"deprecated": false,
"description": "A terminating Apollo Link for Apollo Client that allows FileList, File, Blob or ReactNativeFile instances within query or mutation variables and sends GraphQL multipart requests.",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@size-limit/preset-small-lib": "^4.4.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-env": "^13.0.4",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"graphql": "^14.6.0",
"jsdoc-md": "^5.0.1",
"prettier": "^2.0.2",
"size-limit": "^4.4.2"
},
"engines": {
"node": ">=10"
},
"files": [
"lib"
],
"funding": "https://github.com/sponsors/jaydenseric",
"homepage": "https://github.com/jaydenseric/apollo-upload-client#readme",
"keywords": [
"graphql",
"multipart",
"request",
"file",
"upload",
"apollo",
"client",
"link",
"react",
"native"
],
"license": "MIT",
"main": "lib",
"name": "apollo-upload-client",
"repository": {
"type": "git",
"url": "git+https://github.com/jaydenseric/apollo-upload-client.git"
},
"scripts": {
"prepare": "npm run prepare:clean && npm run prepare:js && npm run prepare:jsdoc && npm run prepare:prettier",
"prepare:clean": "rm -rf lib",
"prepare:js": "babel src -d lib",
"prepare:jsdoc": "jsdoc-md",
"prepare:prettier": "prettier --write lib readme.md",
"prepublishOnly": "npm test",
"test": "npm run test:eslint && npm run test:prettier && npm run test:size",
"test:eslint": "eslint .",
"test:prettier": "prettier -c .",
"test:size": "size-limit"
},
"sideEffects": false,
"version": "13.0.0"
}