프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / vary / package.json

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

1
{
2
  "_args": [
3
    [
4
      "vary@1.1.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "vary@1.1.2",
9
  "_id": "vary@1.1.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
12
  "_location": "/vary",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "vary@1.1.2",
18
    "name": "vary",
19
    "escapedName": "vary",
20
    "rawSpec": "1.1.2",
21
    "saveSpec": null,
22
    "fetchSpec": "1.1.2"
23
  },
24
  "_requiredBy": [
25
    "/cors",
26
    "/express"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
29
  "_spec": "1.1.2",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Douglas Christopher Wilson",
33
    "email": "doug@somethingdoug.com"
34
  },
35
  "bugs": {
36
    "url": "https://github.com/jshttp/vary/issues"
37
  },
38
  "description": "Manipulate the HTTP Vary header",
39
  "devDependencies": {
40
    "beautify-benchmark": "0.2.4",
41
    "benchmark": "2.1.4",
42
    "eslint": "3.19.0",
43
    "eslint-config-standard": "10.2.1",
44
    "eslint-plugin-import": "2.7.0",
45
    "eslint-plugin-markdown": "1.0.0-beta.6",
46
    "eslint-plugin-node": "5.1.1",
47
    "eslint-plugin-promise": "3.5.0",
48
    "eslint-plugin-standard": "3.0.1",
49
    "istanbul": "0.4.5",
50
    "mocha": "2.5.3",
51
    "supertest": "1.1.0"
52
  },
53
  "engines": {
54
    "node": ">= 0.8"
55
  },
56
  "files": [
57
    "HISTORY.md",
58
    "LICENSE",
59
    "README.md",
60
    "index.js"
61
  ],
62
  "homepage": "https://github.com/jshttp/vary#readme",
63
  "keywords": [
64
    "http",
65
    "res",
66
    "vary"
67
  ],
68
  "license": "MIT",
69
  "name": "vary",
70
  "repository": {
71
    "type": "git",
72
    "url": "git+https://github.com/jshttp/vary.git"
73
  },
74
  "scripts": {
75
    "bench": "node benchmark/index.js",
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": "1.1.2"
82
}