bd1d7c38d3a319dfa47e684c19c18ce0b2cb5036
[VSoRC/.git] / node_modules / content-disposition / package.json
1 {
2   "_from": "content-disposition@0.5.3",
3   "_id": "content-disposition@0.5.3",
4   "_inBundle": false,
5   "_integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==",
6   "_location": "/content-disposition",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "content-disposition@0.5.3",
12     "name": "content-disposition",
13     "escapedName": "content-disposition",
14     "rawSpec": "0.5.3",
15     "saveSpec": null,
16     "fetchSpec": "0.5.3"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
21   "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz",
22   "_shasum": "e130caf7e7279087c5616c2007d0485698984fbd",
23   "_spec": "content-disposition@0.5.3",
24   "_where": "/home/josuer08/Documents/web/node_modules/express",
25   "author": {
26     "name": "Douglas Christopher Wilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "bugs": {
30     "url": "https://github.com/jshttp/content-disposition/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "safe-buffer": "5.1.2"
35   },
36   "deprecated": false,
37   "description": "Create and parse Content-Disposition header",
38   "devDependencies": {
39     "deep-equal": "1.0.1",
40     "eslint": "5.10.0",
41     "eslint-config-standard": "12.0.0",
42     "eslint-plugin-import": "2.14.0",
43     "eslint-plugin-markdown": "1.0.0-rc.1",
44     "eslint-plugin-node": "7.0.1",
45     "eslint-plugin-promise": "4.0.1",
46     "eslint-plugin-standard": "4.0.0",
47     "istanbul": "0.4.5",
48     "mocha": "5.2.0"
49   },
50   "engines": {
51     "node": ">= 0.6"
52   },
53   "files": [
54     "LICENSE",
55     "HISTORY.md",
56     "README.md",
57     "index.js"
58   ],
59   "homepage": "https://github.com/jshttp/content-disposition#readme",
60   "keywords": [
61     "content-disposition",
62     "http",
63     "rfc6266",
64     "res"
65   ],
66   "license": "MIT",
67   "name": "content-disposition",
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/jshttp/content-disposition.git"
71   },
72   "scripts": {
73     "lint": "eslint --plugin markdown --ext js,md .",
74     "test": "mocha --reporter spec --bail --check-leaks test/",
75     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
76     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
77   },
78   "version": "0.5.3"
79 }