{
  "_from": "fetch-ponyfill@^6.1.0",
  "_id": "fetch-ponyfill@6.1.1",
  "_inBundle": false,
  "_integrity": "sha512-rWLgTr5A44/XhvCQPYj0X9Tc+cjUaHofSM4lcwjc9MavD5lkjIhJ+h8JQlavPlTIgDpwhuRozaIykBvX9ItaSA==",
  "_location": "/fetch-ponyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fetch-ponyfill@^6.1.0",
    "name": "fetch-ponyfill",
    "escapedName": "fetch-ponyfill",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-6.1.1.tgz",
  "_shasum": "dd8cdff0741a98bc89aeb85820302beb9bcc0bf4",
  "_spec": "fetch-ponyfill@^6.1.0",
  "_where": "C:\\Lab\\GitLab\\Formio\\publish_npm_package\\formio\\formiojs",
  "author": {
    "name": "Mark Stanley Everitt"
  },
  "browser": "build/fetch-browser.js",
  "bugs": {
    "url": "https://github.com/qubyte/fetch-ponyfill/issues"
  },
  "bundleDependencies": false,
  "config": {
    "web_port": "8088"
  },
  "dependencies": {
    "node-fetch": "~2.6.0"
  },
  "deprecated": false,
  "description": "A ponyfill (doesn't overwrite the native fetch) for the Fetch specification https://fetch.spec.whatwg.org.",
  "devDependencies": {
    "browserify": "^16.5.1",
    "eslint": "~6.8.0",
    "eslint-config-qubyte": "~3.0.0",
    "mkdirp": "^1.0.4",
    "mocha": "^7.1.1",
    "nock": "^12.0.3",
    "promise": "~8.1.0",
    "rimraf": "^3.0.2",
    "sinon": "^9.0.1",
    "testem": "3.1.0",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "whatwg-fetch": "~2.0.3"
  },
  "files": [
    "fetch-node.js",
    "build/fetch-browser.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/qubyte/fetch-ponyfill#readme",
  "keywords": [
    "fetch",
    "ponyfill"
  ],
  "license": "MIT",
  "main": "fetch-node.js",
  "name": "fetch-ponyfill",
  "repository": {
    "type": "git",
    "url": "git://github.com/qubyte/fetch-ponyfill.git"
  },
  "scripts": {
    "build": "rimraf build && mkdirp build && node build.js > build/fetch-browser.js",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "pretest:browserify": "npm run build && browserify tests/fetch-browser.spec.js --outfile build/browser-test-bundle.js",
    "pretest:webpack": "npm run build && webpack --mode development tests/fetch-browser.spec.js -o build/browser-test-bundle.js",
    "pretest:webpack:node": "webpack --mode development --target node tests/fetch-node.spec.js -o build/node-test-bundle.js",
    "test": "mocha tests/fetch-node.spec.js",
    "test:browserify": "testem ci",
    "test:webpack": "testem ci",
    "test:webpack:node": "mocha build/node-test-bundle.js"
  },
  "types": "./index.d.ts",
  "version": "6.1.1"
}
