All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.cross-fetch.package.json Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
{
  "_from": "[email protected]",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=",
  "_location": "/cross-fetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "[email protected]",
    "name": "cross-fetch",
    "escapedName": "cross-fetch",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/graphql-request"
  ],
  "_resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.2.tgz",
  "_shasum": "a47ff4f7fc712daba8f6a695a11c948440d45723",
  "_spec": "[email protected]",
  "_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/graphql-request",
  "author": {
    "name": "Leonardo Quixada",
    "email": "[email protected]"
  },
  "browser": "dist/browser-ponyfill.js",
  "bugs": {
    "url": "https://github.com/lquixada/cross-fetch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-fetch": "2.1.2",
    "whatwg-fetch": "2.0.4"
  },
  "deprecated": false,
  "description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
  "devDependencies": {
    "chai": "4.1.2",
    "codecov": "3.0.2",
    "eslint": "4.19.1",
    "husky": "0.14.3",
    "lint-staged": "7.2.0",
    "mocha": "5.2.0",
    "mocha-headless-chrome": "2.0.0",
    "nock": "9.3.3",
    "nyc": "12.0.2",
    "opn-cli": "3.1.0",
    "ora": "2.1.0",
    "rollup": "0.60.7",
    "rollup-plugin-copy": "0.2.3",
    "rollup-plugin-uglify": "4.0.0",
    "sinon": "6.0.0",
    "snyk": "1.83.0",
    "webpack": "4.12.0",
    "webpack-cli": "3.0.7"
  },
  "files": [
    "dist",
    "polyfill",
    "index.d.ts"
  ],
  "homepage": "https://github.com/lquixada/cross-fetch",
  "keywords": [
    "fetch",
    "isomorphic",
    "universal",
    "node",
    "react",
    "native",
    "browser",
    "ponyfill",
    "whatwg",
    "xhr",
    "ajax"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/node-ponyfill.js",
  "name": "cross-fetch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lquixada/cross-fetch.git"
  },
  "scripts": {
    "build": "rollup -c",
    "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "deploy:major": "npm version major && git push --follow-tags",
    "deploy:minor": "npm version minor && git push --follow-tags",
    "deploy:patch": "npm version patch && git push --follow-tags",
    "lint": "eslint .",
    "precommit": "npm run -s build && lint-staged",
    "pretest:node:bundle": "webpack-cli --config test/webpack-node/webpack.config.js",
    "sauce": "./tasks/sauce",
    "security": "snyk test",
    "test": "npm run -s test:headless && npm run -s test:node && npm run -s test:node:bundle && npm run -s lint",
    "test:browser": "opn test/browser/index.html",
    "test:headless": "mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox",
    "test:node": "nyc mocha test/node/index.js",
    "test:node:bundle": "nyc mocha test/webpack-node/bundle.js"
  },
  "typings": "index.d.ts",
  "version": "2.2.2"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy