aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/content-disposition/package.json
blob: c1d8ee45d50fc9d42340be7e372b64898efc0746 (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
{
  "_args": [
    [
      {
        "raw": "content-disposition@0.5.2",
        "scope": null,
        "escapedName": "content-disposition",
        "name": "content-disposition",
        "rawSpec": "0.5.2",
        "spec": "0.5.2",
        "type": "version"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express"
    ]
  ],
  "_from": "content-disposition@0.5.2",
  "_id": "content-disposition@0.5.2",
  "_inCache": true,
  "_location": "/content-disposition",
  "_nodeVersion": "4.6.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/content-disposition-0.5.2.tgz_1481246224565_0.35659545403905213"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "content-disposition@0.5.2",
    "scope": null,
    "escapedName": "content-disposition",
    "name": "content-disposition",
    "rawSpec": "0.5.2",
    "spec": "0.5.2",
    "type": "version"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
  "_shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
  "_shrinkwrap": null,
  "_spec": "content-disposition@0.5.2",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express",
  "bugs": {
    "url": "https://github.com/jshttp/content-disposition/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {},
  "description": "Create and parse Content-Disposition header",
  "devDependencies": {
    "eslint": "3.11.1",
    "eslint-config-standard": "6.2.1",
    "eslint-plugin-promise": "3.3.0",
    "eslint-plugin-standard": "2.0.1",
    "istanbul": "0.4.5",
    "mocha": "1.21.5"
  },
  "directories": {},
  "dist": {
    "shasum": "0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4",
    "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "index.js"
  ],
  "gitHead": "2a08417377cf55678c9f870b305f3c6c088920f3",
  "homepage": "https://github.com/jshttp/content-disposition#readme",
  "keywords": [
    "content-disposition",
    "http",
    "rfc6266",
    "res"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "content-disposition",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/content-disposition.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "0.5.2"
}