프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "accepts@1.3.5",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "accepts@1.3.5",
9
  "_id": "accepts@1.3.5",
10
  "_inBundle": false,
11
  "_integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=",
12
  "_location": "/accepts",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "accepts@1.3.5",
18
    "name": "accepts",
19
    "escapedName": "accepts",
20
    "rawSpec": "1.3.5",
21
    "saveSpec": null,
22
    "fetchSpec": "1.3.5"
23
  },
24
  "_requiredBy": [
25
    "/engine.io",
26
    "/express"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz",
29
  "_spec": "1.3.5",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "bugs": {
32
    "url": "https://github.com/jshttp/accepts/issues"
33
  },
34
  "contributors": [
35
    {
36
      "name": "Douglas Christopher Wilson",
37
      "email": "doug@somethingdoug.com"
38
    },
39
    {
40
      "name": "Jonathan Ong",
41
      "email": "me@jongleberry.com",
42
      "url": "http://jongleberry.com"
43
    }
44
  ],
45
  "dependencies": {
46
    "mime-types": "~2.1.18",
47
    "negotiator": "0.6.1"
48
  },
49
  "description": "Higher-level content negotiation",
50
  "devDependencies": {
51
    "eslint": "4.18.1",
52
    "eslint-config-standard": "11.0.0",
53
    "eslint-plugin-import": "2.9.0",
54
    "eslint-plugin-markdown": "1.0.0-beta.6",
55
    "eslint-plugin-node": "6.0.1",
56
    "eslint-plugin-promise": "3.6.0",
57
    "eslint-plugin-standard": "3.0.1",
58
    "istanbul": "0.4.5",
59
    "mocha": "~1.21.5"
60
  },
61
  "engines": {
62
    "node": ">= 0.6"
63
  },
64
  "files": [
65
    "LICENSE",
66
    "HISTORY.md",
67
    "index.js"
68
  ],
69
  "homepage": "https://github.com/jshttp/accepts#readme",
70
  "keywords": [
71
    "content",
72
    "negotiation",
73
    "accept",
74
    "accepts"
75
  ],
76
  "license": "MIT",
77
  "name": "accepts",
78
  "repository": {
79
    "type": "git",
80
    "url": "git+https://github.com/jshttp/accepts.git"
81
  },
82
  "scripts": {
83
    "lint": "eslint --plugin markdown --ext js,md .",
84
    "test": "mocha --reporter spec --check-leaks --bail test/",
85
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
86
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
87
  },
88
  "version": "1.3.5"
89
}