5555f0dfa4f38875fb799824d5c56861148c24cc
[VSoRC/.git] / node_modules / etag / package.json
1 {
2   "_from": "etag@~1.8.1",
3   "_id": "etag@1.8.1",
4   "_inBundle": false,
5   "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
6   "_location": "/etag",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "etag@~1.8.1",
12     "name": "etag",
13     "escapedName": "etag",
14     "rawSpec": "~1.8.1",
15     "saveSpec": null,
16     "fetchSpec": "~1.8.1"
17   },
18   "_requiredBy": [
19     "/express",
20     "/send"
21   ],
22   "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
23   "_shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
24   "_spec": "etag@~1.8.1",
25   "_where": "/home/josuer08/Documents/web/node_modules/express",
26   "bugs": {
27     "url": "https://github.com/jshttp/etag/issues"
28   },
29   "bundleDependencies": false,
30   "contributors": [
31     {
32       "name": "Douglas Christopher Wilson",
33       "email": "doug@somethingdoug.com"
34     },
35     {
36       "name": "David Björklund",
37       "email": "david.bjorklund@gmail.com"
38     }
39   ],
40   "deprecated": false,
41   "description": "Create simple HTTP ETags",
42   "devDependencies": {
43     "beautify-benchmark": "0.2.4",
44     "benchmark": "2.1.4",
45     "eslint": "3.19.0",
46     "eslint-config-standard": "10.2.1",
47     "eslint-plugin-import": "2.7.0",
48     "eslint-plugin-markdown": "1.0.0-beta.6",
49     "eslint-plugin-node": "5.1.1",
50     "eslint-plugin-promise": "3.5.0",
51     "eslint-plugin-standard": "3.0.1",
52     "istanbul": "0.4.5",
53     "mocha": "1.21.5",
54     "safe-buffer": "5.1.1",
55     "seedrandom": "2.4.3"
56   },
57   "engines": {
58     "node": ">= 0.6"
59   },
60   "files": [
61     "LICENSE",
62     "HISTORY.md",
63     "README.md",
64     "index.js"
65   ],
66   "homepage": "https://github.com/jshttp/etag#readme",
67   "keywords": [
68     "etag",
69     "http",
70     "res"
71   ],
72   "license": "MIT",
73   "name": "etag",
74   "repository": {
75     "type": "git",
76     "url": "git+https://github.com/jshttp/etag.git"
77   },
78   "scripts": {
79     "bench": "node benchmark/index.js",
80     "lint": "eslint --plugin markdown --ext js,md .",
81     "test": "mocha --reporter spec --bail --check-leaks test/",
82     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
83     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
84   },
85   "version": "1.8.1"
86 }