프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "send@0.16.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "send@0.16.2",
9
  "_id": "send@0.16.2",
10
  "_inBundle": false,
11
  "_integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==",
12
  "_location": "/send",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "send@0.16.2",
18
    "name": "send",
19
    "escapedName": "send",
20
    "rawSpec": "0.16.2",
21
    "saveSpec": null,
22
    "fetchSpec": "0.16.2"
23
  },
24
  "_requiredBy": [
25
    "/express",
26
    "/serve-static"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
29
  "_spec": "0.16.2",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "TJ Holowaychuk",
33
    "email": "tj@vision-media.ca"
34
  },
35
  "bugs": {
36
    "url": "https://github.com/pillarjs/send/issues"
37
  },
38
  "contributors": [
39
    {
40
      "name": "Douglas Christopher Wilson",
41
      "email": "doug@somethingdoug.com"
42
    },
43
    {
44
      "name": "James Wyatt Cready",
45
      "email": "jcready@gmail.com"
46
    },
47
    {
48
      "name": "Jesús Leganés Combarro",
49
      "email": "piranna@gmail.com"
50
    }
51
  ],
52
  "dependencies": {
53
    "debug": "2.6.9",
54
    "depd": "~1.1.2",
55
    "destroy": "~1.0.4",
56
    "encodeurl": "~1.0.2",
57
    "escape-html": "~1.0.3",
58
    "etag": "~1.8.1",
59
    "fresh": "0.5.2",
60
    "http-errors": "~1.6.2",
61
    "mime": "1.4.1",
62
    "ms": "2.0.0",
63
    "on-finished": "~2.3.0",
64
    "range-parser": "~1.2.0",
65
    "statuses": "~1.4.0"
66
  },
67
  "description": "Better streaming static file server with Range and conditional-GET support",
68
  "devDependencies": {
69
    "after": "0.8.2",
70
    "eslint": "3.19.0",
71
    "eslint-config-standard": "10.2.1",
72
    "eslint-plugin-import": "2.8.0",
73
    "eslint-plugin-markdown": "1.0.0-beta.6",
74
    "eslint-plugin-node": "5.2.1",
75
    "eslint-plugin-promise": "3.6.0",
76
    "eslint-plugin-standard": "3.0.1",
77
    "istanbul": "0.4.5",
78
    "mocha": "2.5.3",
79
    "supertest": "1.1.0"
80
  },
81
  "engines": {
82
    "node": ">= 0.8.0"
83
  },
84
  "files": [
85
    "HISTORY.md",
86
    "LICENSE",
87
    "README.md",
88
    "index.js"
89
  ],
90
  "homepage": "https://github.com/pillarjs/send#readme",
91
  "keywords": [
92
    "static",
93
    "file",
94
    "server"
95
  ],
96
  "license": "MIT",
97
  "name": "send",
98
  "repository": {
99
    "type": "git",
100
    "url": "git+https://github.com/pillarjs/send.git"
101
  },
102
  "scripts": {
103
    "lint": "eslint --plugin markdown --ext js,md .",
104
    "test": "mocha --check-leaks --reporter spec --bail",
105
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
106
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
107
  },
108
  "version": "0.16.2"
109
}