package.json (3138B)
1 { 2 "_from": "@discordjs/form-data@^3.0.1", 3 "_id": "@discordjs/form-data@3.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-ZfFsbgEXW71Rw/6EtBdrP5VxBJy4dthyC0tpQKGKmYFImlmmrykO14Za+BiIVduwjte0jXEBlhSKf0MWbFp9Eg==", 6 "_location": "/@discordjs/form-data", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@discordjs/form-data@^3.0.1", 12 "name": "@discordjs/form-data", 13 "escapedName": "@discordjs%2fform-data", 14 "scope": "@discordjs", 15 "rawSpec": "^3.0.1", 16 "saveSpec": null, 17 "fetchSpec": "^3.0.1" 18 }, 19 "_requiredBy": [ 20 "/discord.js" 21 ], 22 "_resolved": "https://registry.npmjs.org/@discordjs/form-data/-/form-data-3.0.1.tgz", 23 "_shasum": "5c9e6be992e2e57d0dfa0e39979a850225fb4697", 24 "_spec": "@discordjs/form-data@^3.0.1", 25 "_where": "/home/pi/Documents/buddy/node_modules/discord.js", 26 "author": { 27 "name": "Felix Geisendörfer", 28 "email": "felix@debuggable.com", 29 "url": "http://debuggable.com/" 30 }, 31 "browser": "./lib/browser", 32 "bugs": { 33 "url": "https://github.com/form-data/form-data/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "asynckit": "^0.4.0", 38 "combined-stream": "^1.0.8", 39 "mime-types": "^2.1.12" 40 }, 41 "deprecated": false, 42 "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.", 43 "devDependencies": { 44 "@types/node": "^12.0.10", 45 "browserify": "^13.1.1", 46 "browserify-istanbul": "^2.0.0", 47 "coveralls": "^3.0.4", 48 "cross-spawn": "^6.0.5", 49 "eslint": "^6.0.1", 50 "fake": "^0.2.2", 51 "far": "^0.0.7", 52 "formidable": "^1.0.17", 53 "in-publish": "^2.0.0", 54 "is-node-modern": "^1.0.0", 55 "istanbul": "^0.4.5", 56 "obake": "^0.1.2", 57 "pkgfiles": "^2.3.0", 58 "pre-commit": "^1.1.3", 59 "puppeteer": "^1.19.0", 60 "request": "^2.88.0", 61 "rimraf": "^2.7.1", 62 "tape": "^4.6.2", 63 "typescript": "^3.5.2" 64 }, 65 "engines": { 66 "node": ">= 6" 67 }, 68 "homepage": "https://github.com/form-data/form-data#readme", 69 "license": "MIT", 70 "main": "./lib/form_data", 71 "name": "@discordjs/form-data", 72 "pre-commit": [ 73 "lint", 74 "ci-test", 75 "check" 76 ], 77 "repository": { 78 "type": "git", 79 "url": "git://github.com/form-data/form-data.git" 80 }, 81 "scripts": { 82 "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage", 83 "check": "istanbul check-coverage coverage/coverage*.json", 84 "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8", 85 "ci-test": "npm run test && npm run browser && npm run report", 86 "debug": "verbose=1 ./test/run.js", 87 "files": "pkgfiles --sort=name", 88 "get-version": "node -e \"console.log(require('./package.json').version)\"", 89 "lint": "eslint lib/*.js test/*.js test/integration/*.js", 90 "posttest": "istanbul report lcov text", 91 "predebug": "rimraf coverage test/tmp", 92 "pretest": "rimraf coverage test/tmp", 93 "report": "istanbul report lcov text", 94 "test": "istanbul cover test/run.js" 95 }, 96 "typings": "./index.d.ts", 97 "version": "3.0.1" 98 }