github-pages-deploy-action/node_modules/whatwg-fetch/package.json

24 lines
455 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "whatwg-fetch",
2020-03-07 11:45:40 +08:00
"description": "A window.fetch polyfill.",
2020-03-31 20:57:48 +08:00
"version": "2.0.4",
"main": "fetch.js",
"repository": "github/fetch",
"license": "MIT",
2020-03-07 11:45:40 +08:00
"devDependencies": {
"chai": "1.10.0",
"jshint": "2.8.0",
"mocha": "2.1.0",
"mocha-phantomjs-core": "2.0.1",
"promise-polyfill": "6.0.2",
"url-search-params": "0.6.1"
},
"files": [
"LICENSE",
"fetch.js"
],
"scripts": {
"test": "make"
2020-03-31 20:57:48 +08:00
}
2020-03-07 11:45:40 +08:00
}