프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / content-disposition / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.11 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "content-disposition@0.5.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "content-disposition@0.5.2",
9
  "_id": "content-disposition@0.5.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
12
  "_location": "/content-disposition",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "content-disposition@0.5.2",
18
    "name": "content-disposition",
19
    "escapedName": "content-disposition",
20
    "rawSpec": "0.5.2",
21
    "saveSpec": null,
22
    "fetchSpec": "0.5.2"
23
  },
24
  "_requiredBy": [
25
    "/express"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
28
  "_spec": "0.5.2",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "bugs": {
31
    "url": "https://github.com/jshttp/content-disposition/issues"
32
  },
33
  "contributors": [
34
    {
35
      "name": "Douglas Christopher Wilson",
36
      "email": "doug@somethingdoug.com"
37
    }
38
  ],
39
  "description": "Create and parse Content-Disposition header",
40
  "devDependencies": {
41
    "eslint": "3.11.1",
42
    "eslint-config-standard": "6.2.1",
43
    "eslint-plugin-promise": "3.3.0",
44
    "eslint-plugin-standard": "2.0.1",
45
    "istanbul": "0.4.5",
46
    "mocha": "1.21.5"
47
  },
48
  "engines": {
49
    "node": ">= 0.6"
50
  },
51
  "files": [
52
    "LICENSE",
53
    "HISTORY.md",
54
    "README.md",
55
    "index.js"
56
  ],
57
  "homepage": "https://github.com/jshttp/content-disposition#readme",
58
  "keywords": [
59
    "content-disposition",
60
    "http",
61
    "rfc6266",
62
    "res"
63
  ],
64
  "license": "MIT",
65
  "name": "content-disposition",
66
  "repository": {
67
    "type": "git",
68
    "url": "git+https://github.com/jshttp/content-disposition.git"
69
  },
70
  "scripts": {
71
    "lint": "eslint .",
72
    "test": "mocha --reporter spec --bail --check-leaks test/",
73
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
74
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
75
  },
76
  "version": "0.5.2"
77
}