source: node_modules/node-fetch-commonjs/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 873 bytes
Line 
1{
2 "name": "node-fetch-commonjs",
3 "version": "3.3.2",
4 "description": "A light-weight module that brings Fetch API to node.js",
5 "main": "index.js",
6 "sideEffects": false,
7 "engines": {
8 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:proteriax/node-fetch-cjs.git"
13 },
14 "keywords": [
15 "fetch",
16 "http",
17 "promise",
18 "request",
19 "curl",
20 "wget",
21 "xhr",
22 "whatwg"
23 ],
24 "author": "David Frank",
25 "license": "MIT",
26 "funding": {
27 "type": "opencollective",
28 "url": "https://opencollective.com/node-fetch"
29 },
30 "dependencies": {
31 "node-domexception": "^1.0.0",
32 "web-streams-polyfill": "^3.0.3"
33 },
34 "release": {
35 "branches": [
36 "+([0-9]).x",
37 "main",
38 "next",
39 {
40 "name": "beta",
41 "prerelease": true
42 }
43 ]
44 }
45}
Note: See TracBrowser for help on using the repository browser.