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.
80 lines
2.1 KiB
80 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"formdata-polyfill@4.0.10",
|
|
"/home/sigonasr2/SnakeBot"
|
|
]
|
|
],
|
|
"_from": "formdata-polyfill@4.0.10",
|
|
"_id": "formdata-polyfill@4.0.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
"_location": "/formdata-polyfill",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "formdata-polyfill@4.0.10",
|
|
"name": "formdata-polyfill",
|
|
"escapedName": "formdata-polyfill",
|
|
"rawSpec": "4.0.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/node-fetch"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
"_spec": "4.0.10",
|
|
"_where": "/home/sigonasr2/SnakeBot",
|
|
"author": {
|
|
"name": "Jimmy Wärting"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jimmywarting/FormData/issues"
|
|
},
|
|
"dependencies": {
|
|
"fetch-blob": "^3.1.2"
|
|
},
|
|
"description": "HTML5 `FormData` for Browsers and Node.",
|
|
"devDependencies": {
|
|
"@types/google-closure-compiler": "^0.0.19",
|
|
"@types/node": "^16.7.10",
|
|
"google-closure-compiler": "^20210808.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
},
|
|
"files": [
|
|
"esm.min.js",
|
|
"esm.min.d.ts",
|
|
"FormData.js",
|
|
"formdata-to-blob.js",
|
|
"formdata.min.js",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/jimmywarting/FormData#readme",
|
|
"keywords": [
|
|
"formdata",
|
|
"fetch",
|
|
"node-fetch",
|
|
"html5",
|
|
"browser",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "formdata.min.js",
|
|
"name": "formdata-polyfill",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"test": "node test/test-esm.js",
|
|
"test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html",
|
|
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js"
|
|
},
|
|
"type": "module",
|
|
"version": "4.0.10"
|
|
}
|
|
|