Files
rappaurio-sae501_502/app/node_modules/cross-fetch/package.json
2023-09-25 13:27:24 +02:00

156 lines
3.4 KiB
JSON

{
"_from": "cross-fetch@^3.0.2",
"_id": "cross-fetch@3.1.8",
"_inBundle": false,
"_integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==",
"_location": "/cross-fetch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cross-fetch@^3.0.2",
"name": "cross-fetch",
"escapedName": "cross-fetch",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/wikijs"
],
"_resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz",
"_shasum": "0327eba65fd68a7d119f8fb2bf9334a1a7956f82",
"_spec": "cross-fetch@^3.0.2",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/wikijs",
"author": {
"name": "Leonardo Quixada",
"email": "lquixada@gmail.com"
},
"browser": "dist/browser-ponyfill.js",
"bugs": {
"url": "https://github.com/lquixada/cross-fetch/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"node-fetch": "^2.6.12"
},
"deprecated": false,
"description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@types/chai": "4.2.22",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"body-parser": "1.19.0",
"chai": "4.3.4",
"codecov": "3.8.3",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"express": "4.17.1",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"mocha-headless-chrome": "4.0.0",
"nock": "13.1.3",
"nyc": "15.1.0",
"open-cli": "6.0.1",
"rimraf": "3.0.2",
"rollup": "2.58.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"semver": "7.3.5",
"serve-index": "1.9.1",
"standard": "16.0.4",
"standard-version": "9.3.1",
"typescript": "4.4.4",
"webpack": "5.82.1",
"webpack-cli": "4.9.0",
"whatwg-fetch": "3.0.0",
"yargs": "16.2.0"
},
"files": [
"dist",
"polyfill",
"index.d.ts"
],
"homepage": "https://github.com/lquixada/cross-fetch",
"keywords": [
"fetch",
"http",
"url",
"promise",
"async",
"await",
"isomorphic",
"universal",
"node",
"react",
"native",
"browser",
"ponyfill",
"whatwg",
"xhr",
"ajax"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"standard --fix"
]
},
"main": "dist/node-ponyfill.js",
"mocha": {
"require": [
"chai/register-expect",
"chai/register-assert"
],
"check-leaks": true
},
"name": "cross-fetch",
"nyc": {
"temp-dir": ".reports/.coverage"
},
"react-native": "dist/react-native-ponyfill.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lquixada/cross-fetch.git"
},
"scripts": {
"commit": "cz",
"prepare": "husky install",
"prepublishOnly": "rimraf dist && make build"
},
"standard": {
"env": [
"mocha",
"browser"
],
"globals": [
"expect",
"assert",
"chai"
],
"ignore": [
"/dist/",
"bundle.js",
"test.js",
"test.*.js",
"api.spec.js",
"*.ts"
]
},
"types": "index.d.ts",
"version": "3.1.8"
}