A bot used for https://code-your-snake.codingmaster398.repl.co/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.3 KiB
92 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"fetch-blob@3.2.0",
|
|
"/home/sigonasr2/SnakeBot"
|
|
]
|
|
],
|
|
"_from": "fetch-blob@3.2.0",
|
|
"_id": "fetch-blob@3.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
"_location": "/fetch-blob",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fetch-blob@3.2.0",
|
|
"name": "fetch-blob",
|
|
"escapedName": "fetch-blob",
|
|
"rawSpec": "3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/formdata-polyfill",
|
|
"/node-fetch"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
"_spec": "3.2.0",
|
|
"_where": "/home/sigonasr2/SnakeBot",
|
|
"author": {
|
|
"name": "Jimmy Wärting",
|
|
"email": "jimmy@warting.se",
|
|
"url": "https://jimmy.warting.se"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-fetch/fetch-blob/issues"
|
|
},
|
|
"dependencies": {
|
|
"node-domexception": "^1.0.0",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"description": "Blob & File implementation in Node.js, originally from node-fetch.",
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.9",
|
|
"c8": "^7.11.0",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20 || >= 14.13"
|
|
},
|
|
"files": [
|
|
"from.js",
|
|
"file.js",
|
|
"file.d.ts",
|
|
"index.js",
|
|
"index.d.ts",
|
|
"from.d.ts",
|
|
"streams.cjs"
|
|
],
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/node-fetch/fetch-blob#readme",
|
|
"keywords": [
|
|
"blob",
|
|
"file",
|
|
"node-fetch"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "fetch-blob",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-fetch/fetch-blob.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "npm run report && codecov -f coverage/coverage-final.json",
|
|
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js",
|
|
"report": "c8 --reporter json --reporter text npm run test",
|
|
"test": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js"
|
|
},
|
|
"type": "module",
|
|
"version": "3.2.0"
|
|
}
|
|
|