mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"whatwg-fetch@3.0.0",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "whatwg-fetch@3.0.0",
|
|
"_id": "whatwg-fetch@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==",
|
|
"_location": "/whatwg-fetch",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "whatwg-fetch@3.0.0",
|
|
"name": "whatwg-fetch",
|
|
"escapedName": "whatwg-fetch",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/isomorphic-fetch"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"bugs": {
|
|
"url": "https://github.com/github/fetch/issues"
|
|
},
|
|
"description": "A window.fetch polyfill.",
|
|
"devDependencies": {
|
|
"abortcontroller-polyfill": "^1.1.9",
|
|
"chai": "^4.1.2",
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-github": "^1.0.0",
|
|
"karma": "^3.0.0",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-detect-browsers": "^2.3.2",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-safaritechpreview-launcher": "0.0.6",
|
|
"mocha": "^4.0.1",
|
|
"promise-polyfill": "6.0.2",
|
|
"rollup": "^0.59.1",
|
|
"url-search-params": "0.6.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"dist/fetch.umd.js",
|
|
"dist/fetch.umd.js.flow",
|
|
"fetch.js",
|
|
"fetch.js.flow"
|
|
],
|
|
"homepage": "https://github.com/github/fetch#readme",
|
|
"license": "MIT",
|
|
"main": "./dist/fetch.umd.js",
|
|
"module": "./fetch.js",
|
|
"name": "whatwg-fetch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/fetch.git"
|
|
},
|
|
"scripts": {
|
|
"karma": "karma start ./test/karma.config.js --no-single-run --auto-watch",
|
|
"prepare": "make dist/fetch.umd.js dist/fetch.umd.js.flow",
|
|
"pretest": "make",
|
|
"test": "karma start ./test/karma.config.js && karma start ./test/karma-worker.config.js"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|