summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/form-data/package.json
blob: 96fd69e80f180def573c823760537c4614da95a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
  "_args": [
    [
      {
        "raw": "form-data@~2.1.1",
        "scope": null,
        "escapedName": "form-data",
        "name": "form-data",
        "rawSpec": "~2.1.1",
        "spec": ">=2.1.1 <2.2.0",
        "type": "range"
      },
      "/Users/zkat/Documents/code/npm/node_modules/request"
    ]
  ],
  "_from": "form-data@>=2.1.1 <2.2.0",
  "_id": "form-data@2.1.2",
  "_inCache": true,
  "_location": "/request/form-data",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/form-data-2.1.2.tgz_1478577739404_0.6574864208232611"
  },
  "_npmUser": {
    "name": "alexindigo",
    "email": "iam@alexindigo.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "form-data@~2.1.1",
    "scope": null,
    "escapedName": "form-data",
    "name": "form-data",
    "rawSpec": "~2.1.1",
    "spec": ">=2.1.1 <2.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz",
  "_shasum": "89c3534008b97eada4cbb157d58f6f5df025eae4",
  "_shrinkwrap": null,
  "_spec": "form-data@~2.1.1",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "browser": "./lib/browser",
  "bugs": {
    "url": "https://github.com/form-data/form-data/issues"
  },
  "dependencies": {
    "asynckit": "^0.4.0",
    "combined-stream": "^1.0.5",
    "mime-types": "^2.1.12"
  },
  "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  "devDependencies": {
    "browserify": "^13.1.1",
    "browserify-istanbul": "^2.0.0",
    "coveralls": "^2.11.14",
    "cross-spawn": "^4.0.2",
    "eslint": "^3.9.1",
    "fake": "^0.2.2",
    "far": "^0.0.7",
    "formidable": "^1.0.17",
    "in-publish": "^2.0.0",
    "is-node-modern": "^1.0.0",
    "istanbul": "^0.4.5",
    "obake": "^0.1.2",
    "phantomjs-prebuilt": "^2.1.13",
    "pkgfiles": "^2.3.0",
    "pre-commit": "^1.1.3",
    "request": "2.76.0",
    "rimraf": "^2.5.4",
    "tape": "^4.6.2"
  },
  "directories": {},
  "dist": {
    "shasum": "89c3534008b97eada4cbb157d58f6f5df025eae4",
    "tarball": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz"
  },
  "engines": {
    "node": ">= 0.12"
  },
  "gitHead": "03444d21961a7a44cdc2eae11ee3630f6969023d",
  "homepage": "https://github.com/form-data/form-data#readme",
  "license": "MIT",
  "main": "./lib/form_data",
  "maintainers": [
    {
      "name": "alexindigo",
      "email": "iam@alexindigo.com"
    },
    {
      "name": "dylanpiercey",
      "email": "pierceydylan@gmail.com"
    },
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "mikeal",
      "email": "mikeal.rogers@gmail.com"
    }
  ],
  "name": "form-data",
  "optionalDependencies": {},
  "pre-commit": [
    "lint",
    "ci-test",
    "check"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/form-data/form-data.git"
  },
  "scripts": {
    "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
    "check": "istanbul check-coverage coverage/coverage*.json",
    "ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6",
    "ci-test": "npm run test && npm run browser && npm run report",
    "debug": "verbose=1 ./test/run.js",
    "files": "pkgfiles --sort=name",
    "get-version": "node -e \"console.log(require('./package.json').version)\"",
    "lint": "eslint lib/*.js test/*.js test/integration/*.js",
    "postpublish": "npm run restore-readme",
    "posttest": "istanbul report lcov text",
    "predebug": "rimraf coverage test/tmp",
    "prepublish": "in-publish && npm run update-readme || not-in-publish",
    "pretest": "rimraf coverage test/tmp",
    "report": "istanbul report lcov text",
    "restore-readme": "mv README.md.bak README.md",
    "test": "istanbul cover test/run.js",
    "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
  },
  "version": "2.1.2"
}