123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "fetch-ponyfill@^7.0.0",
- "_id": "fetch-ponyfill@7.1.0",
- "_inBundle": false,
- "_integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==",
- "_location": "/fetch-ponyfill",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fetch-ponyfill@^7.0.0",
- "name": "fetch-ponyfill",
- "escapedName": "fetch-ponyfill",
- "rawSpec": "^7.0.0",
- "saveSpec": null,
- "fetchSpec": "^7.0.0"
- },
- "_requiredBy": [
- "/hafas-client"
- ],
- "_resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz",
- "_shasum": "4266ed48b4e64663a50ab7f7fcb8e76f990526d0",
- "_spec": "fetch-ponyfill@^7.0.0",
- "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
- "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.1"
- },
- "deprecated": false,
- "description": "A ponyfill (doesn't overwrite the native fetch) for the Fetch specification https://fetch.spec.whatwg.org.",
- "devDependencies": {
- "browserify": "^17.0.0",
- "eslint": "^7.12.1",
- "eslint-config-qubyte": "^3.0.0",
- "mkdirp": "^1.0.4",
- "mocha": "^8.2.0",
- "nock": "^13.0.4",
- "promise": "^8.1.0",
- "rimraf": "^3.0.2",
- "sinon": "^9.2.1",
- "testem": "^3.2.0",
- "webpack": "^5.3.0",
- "webpack-cli": "^4.1.0",
- "whatwg-fetch": "^3.5.0"
- },
- "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 --entry ./tests/fetch-browser.spec.js -o build/browser-test",
- "pretest:webpack:node": "webpack --mode development --target node --entry ./tests/fetch-node.spec.js -o build/node-test",
- "test": "mocha tests/fetch-node.spec.js",
- "test:browserify": "testem ci",
- "test:webpack": "testem ci",
- "test:webpack:node": "mocha build/node-test/main.js"
- },
- "types": "./index.d.ts",
- "version": "7.1.0"
- }
|