second
[josuexyz/.git] / node_modules / send / package.json
1 {
2   "_args": [
3     [
4       "send@0.16.2",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "send@0.16.2",
9   "_hasShrinkwrap": false,
10   "_id": "send@0.16.2",
11   "_inCache": true,
12   "_installable": true,
13   "_location": "/send",
14   "_nodeVersion": "6.12.3",
15   "_npmOperationalInternal": {
16     "host": "s3://npm-registry-packages",
17     "tmp": "tmp/send_0.16.2_1518020786249_0.2212788549628577"
18   },
19   "_npmUser": {
20     "email": "doug@somethingdoug.com",
21     "name": "dougwilson"
22   },
23   "_npmVersion": "5.6.0",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "send",
27     "raw": "send@0.16.2",
28     "rawSpec": "0.16.2",
29     "scope": null,
30     "spec": "0.16.2",
31     "type": "version"
32   },
33   "_requiredBy": [
34     "/express",
35     "/serve-static"
36   ],
37   "_resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
38   "_shasum": "6ecca1e0f8c156d141597559848df64730a6bbc1",
39   "_shrinkwrap": null,
40   "_spec": "send@0.16.2",
41   "_where": "/home/josuer08/josuexyz/node_modules/express",
42   "author": {
43     "email": "tj@vision-media.ca",
44     "name": "TJ Holowaychuk"
45   },
46   "bugs": {
47     "url": "https://github.com/pillarjs/send/issues"
48   },
49   "contributors": [
50     {
51       "name": "Douglas Christopher Wilson",
52       "email": "doug@somethingdoug.com"
53     },
54     {
55       "name": "James Wyatt Cready",
56       "email": "jcready@gmail.com"
57     },
58     {
59       "name": "Jesús Leganés Combarro",
60       "email": "piranna@gmail.com"
61     }
62   ],
63   "dependencies": {
64     "debug": "2.6.9",
65     "depd": "~1.1.2",
66     "destroy": "~1.0.4",
67     "encodeurl": "~1.0.2",
68     "escape-html": "~1.0.3",
69     "etag": "~1.8.1",
70     "fresh": "0.5.2",
71     "http-errors": "~1.6.2",
72     "mime": "1.4.1",
73     "ms": "2.0.0",
74     "on-finished": "~2.3.0",
75     "range-parser": "~1.2.0",
76     "statuses": "~1.4.0"
77   },
78   "description": "Better streaming static file server with Range and conditional-GET support",
79   "devDependencies": {
80     "after": "0.8.2",
81     "eslint": "3.19.0",
82     "eslint-config-standard": "10.2.1",
83     "eslint-plugin-import": "2.8.0",
84     "eslint-plugin-markdown": "1.0.0-beta.6",
85     "eslint-plugin-node": "5.2.1",
86     "eslint-plugin-promise": "3.6.0",
87     "eslint-plugin-standard": "3.0.1",
88     "istanbul": "0.4.5",
89     "mocha": "2.5.3",
90     "supertest": "1.1.0"
91   },
92   "directories": {},
93   "dist": {
94     "fileCount": 5,
95     "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==",
96     "shasum": "6ecca1e0f8c156d141597559848df64730a6bbc1",
97     "tarball": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",
98     "unpackedSize": 46571
99   },
100   "engines": {
101     "node": ">= 0.8.0"
102   },
103   "files": [
104     "HISTORY.md",
105     "LICENSE",
106     "README.md",
107     "index.js"
108   ],
109   "gitHead": "c378e25a4212eb0fff2c869cbf5d0d6606bbc389",
110   "homepage": "https://github.com/pillarjs/send#readme",
111   "keywords": [
112     "file",
113     "server",
114     "static"
115   ],
116   "license": "MIT",
117   "maintainers": [
118     {
119       "name": "dougwilson",
120       "email": "doug@somethingdoug.com"
121     }
122   ],
123   "name": "send",
124   "optionalDependencies": {},
125   "readme": "ERROR: No README data found!",
126   "repository": {
127     "type": "git",
128     "url": "git+https://github.com/pillarjs/send.git"
129   },
130   "scripts": {
131     "lint": "eslint --plugin markdown --ext js,md .",
132     "test": "mocha --check-leaks --reporter spec --bail",
133     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
134     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
135   },
136   "version": "0.16.2"
137 }