UNPKG

1 kBJSONView Raw
1{
2 "name": "isomorphic-fetch",
3 "version": "3.0.0",
4 "description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
5 "browser": "fetch-npm-browserify.js",
6 "main": "fetch-npm-node.js",
7 "scripts": {
8 "files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
9 "test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/matthew-andrews/isomorphic-fetch.git"
14 },
15 "author": "Matt Andrews <matt@mattandre.ws>",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
19 },
20 "homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
21 "dependencies": {
22 "node-fetch": "^2.6.1",
23 "whatwg-fetch": "^3.4.1"
24 },
25 "devDependencies": {
26 "chai": "^4.2.0",
27 "jshint": "^2.5.11",
28 "lintspaces-cli": "^0.7.1",
29 "mocha": "^8.1.3",
30 "nock": "^13.0.4"
31 }
32}