]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/form-data/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / form-data / package.json
1 {
2   "author": {
3     "name": "Felix Geisendörfer",
4     "email": "felix@debuggable.com",
5     "url": "http://debuggable.com/"
6   },
7   "name": "form-data",
8   "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
9   "version": "1.0.0-rc4",
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/form-data/form-data.git"
13   },
14   "main": "./lib/form_data",
15   "browser": "./lib/browser",
16   "scripts": {
17     "pretest": "rimraf coverage test/tmp",
18     "test": "istanbul cover --report none test/run.js",
19     "posttest": "istanbul report",
20     "lint": "eslint lib/*.js test/*.js test/**/*.js",
21     "predebug": "rimraf coverage test/tmp",
22     "debug": "verbose=1 ./test/run.js",
23     "check": "istanbul check-coverage coverage/coverage*.json",
24     "coverage": "codacy-coverage < ./coverage/lcov.info; true"
25   },
26   "pre-commit": [
27     "lint",
28     "test",
29     "check"
30   ],
31   "engines": {
32     "node": ">= 0.10"
33   },
34   "dependencies": {
35     "async": "^1.5.2",
36     "combined-stream": "^1.0.5",
37     "mime-types": "^2.1.10"
38   },
39   "license": "MIT",
40   "devDependencies": {
41     "codacy-coverage": "^1.1.3",
42     "coveralls": "^2.11.8",
43     "cross-spawn": "^2.1.5",
44     "eslint": "^2.4.0",
45     "fake": "^0.2.2",
46     "far": "^0.0.7",
47     "formidable": "^1.0.17",
48     "istanbul": "^0.4.2",
49     "pre-commit": "^1.1.2",
50     "request": "^2.69.0",
51     "rimraf": "^2.5.2"
52   },
53   "gitHead": "f73996e0508ee2d4b2b376276adfac1de4188ac2",
54   "bugs": {
55     "url": "https://github.com/form-data/form-data/issues"
56   },
57   "homepage": "https://github.com/form-data/form-data#readme",
58   "_id": "form-data@1.0.0-rc4",
59   "_shasum": "05ac6bc22227b43e4461f488161554699d4f8b5e",
60   "_from": "form-data@>=1.0.0-rc4 <1.1.0",
61   "_npmVersion": "2.14.9",
62   "_nodeVersion": "0.12.11",
63   "_npmUser": {
64     "name": "alexindigo",
65     "email": "iam@alexindigo.com"
66   },
67   "dist": {
68     "shasum": "05ac6bc22227b43e4461f488161554699d4f8b5e",
69     "tarball": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz"
70   },
71   "maintainers": [
72     {
73       "name": "felixge",
74       "email": "felix@debuggable.com"
75     },
76     {
77       "name": "idralyuk",
78       "email": "igor@buran.us"
79     },
80     {
81       "name": "alexindigo",
82       "email": "iam@alexindigo.com"
83     },
84     {
85       "name": "mikeal",
86       "email": "mikeal.rogers@gmail.com"
87     },
88     {
89       "name": "celer",
90       "email": "dtyree77@gmail.com"
91     },
92     {
93       "name": "dylanpiercey",
94       "email": "pierceydylan@gmail.com"
95     }
96   ],
97   "_npmOperationalInternal": {
98     "host": "packages-12-west.internal.npmjs.com",
99     "tmp": "tmp/form-data-1.0.0-rc4.tgz_1458059747097_0.14101114077493548"
100   },
101   "directories": {},
102   "_resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz",
103   "readme": "ERROR: No README data found!"
104 }