liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
  "_from": "cross-fetch@3.1.5",
  "_id": "cross-fetch@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
  "_location": "/cross-fetch",
  "_phantomChildren": {
    "whatwg-url": "5.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cross-fetch@3.1.5",
    "name": "cross-fetch",
    "escapedName": "cross-fetch",
    "rawSpec": "3.1.5",
    "saveSpec": null,
    "fetchSpec": "3.1.5"
  },
  "_requiredBy": [
    "/i18next-http-backend"
  ],
  "_resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
  "_shasum": "e1389f44d9e7ba767907f7af8454787952ab534f",
  "_spec": "cross-fetch@3.1.5",
  "_where": "/home/l/plc/node-red/node_modules/i18next-http-backend",
  "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": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "node-fetch": "2.6.7"
  },
  "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",
    "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": "3.1.0",
    "nock": "13.1.3",
    "nyc": "15.1.0",
    "open-cli": "6.0.1",
    "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.58.2",
    "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": [
      "make build",
      "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": {
    "prepare": "husky install"
  },
  "standard": {
    "env": [
      "mocha",
      "browser"
    ],
    "globals": [
      "expect",
      "assert",
      "chai"
    ],
    "ignore": [
      "/dist/",
      "bundle.js",
      "test.js",
      "test.*.js",
      "api.spec.js",
      "*.ts"
    ]
  },
  "standard-version": {
    "skip": {
      "changelog": true
    }
  },
  "types": "index.d.ts",
  "version": "3.1.5"
}