chatty-pub/node_modules/isomorphic-fetch/package.json
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

61 lines
1.9 KiB
JSON

{
"_from": "isomorphic-fetch@^3.0.0",
"_id": "isomorphic-fetch@3.0.0",
"_inBundle": false,
"_integrity": "sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==",
"_location": "/isomorphic-fetch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "isomorphic-fetch@^3.0.0",
"name": "isomorphic-fetch",
"escapedName": "isomorphic-fetch",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/zulip-js"
],
"_resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-3.0.0.tgz",
"_shasum": "0267b005049046d2421207215d45d6a262b8b8b4",
"_spec": "isomorphic-fetch@^3.0.0",
"_where": "/Users/km/Desktop/CHATTYPUB/node_modules/zulip-js",
"author": {
"name": "Matt Andrews",
"email": "matt@mattandre.ws"
},
"browser": "fetch-npm-browserify.js",
"bugs": {
"url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-fetch": "^2.6.1",
"whatwg-fetch": "^3.4.1"
},
"deprecated": false,
"description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
"devDependencies": {
"chai": "^4.2.0",
"jshint": "^2.5.11",
"lintspaces-cli": "^0.7.1",
"mocha": "^8.1.3",
"nock": "^13.0.4"
},
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
"license": "MIT",
"main": "fetch-npm-node.js",
"name": "isomorphic-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-andrews/isomorphic-fetch.git"
},
"scripts": {
"files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
"test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
},
"version": "3.0.0"
}