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