VisionFTF / express-admin / node_modules / multiparty / package.json
package.json
Raw
{
  "_from": "multiparty@~4.2.1",
  "_id": "multiparty@4.2.2",
  "_inBundle": false,
  "_integrity": "sha512-NtZLjlvsjcoGrzojtwQwn/Tm90aWJ6XXtPppYF4WmOk/6ncdwMMKggFY2NlRRN9yiCEIVxpOfPWahVEG2HAG8Q==",
  "_location": "/multiparty",
  "_phantomChildren": {
    "depd": "1.1.2",
    "statuses": "1.5.0",
    "toidentifier": "1.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "multiparty@~4.2.1",
    "name": "multiparty",
    "escapedName": "multiparty",
    "rawSpec": "~4.2.1",
    "saveSpec": null,
    "fetchSpec": "~4.2.1"
  },
  "_requiredBy": [
    "/connect-multiparty"
  ],
  "_resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.2.tgz",
  "_shasum": "bee5fb5737247628d39dab4979ffd6d57bf60ef6",
  "_spec": "multiparty@~4.2.1",
  "_where": "/home/priya/Documents/vision/express-admin/node_modules/connect-multiparty",
  "author": {
    "name": "Andrew Kelley",
    "email": "superjoe30@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/pillarjs/multiparty/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Felix Geisendörfer",
      "email": "felix@debuggable.com"
    }
  ],
  "dependencies": {
    "http-errors": "~1.8.0",
    "safe-buffer": "5.2.1",
    "uid-safe": "2.1.5"
  },
  "deprecated": false,
  "description": "multipart/form-data parser which supports streaming",
  "devDependencies": {
    "eslint": "7.5.0",
    "eslint-plugin-markdown": "1.0.2",
    "mkdirp": "0.5.5",
    "mocha": "7.2.0",
    "nyc": "15.1.0",
    "pend": "1.2.0",
    "require-all": "3.0.0",
    "rimraf": "2.6.3",
    "superagent": "2.3.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/pillarjs/multiparty#readme",
  "keywords": [
    "file",
    "upload",
    "formidable",
    "stream",
    "s3"
  ],
  "license": "MIT",
  "name": "multiparty",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/multiparty.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "nyc --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "4.2.2"
}