aa1c2e49a910a66dc3a70c6a71fce4fd9ba70495
[aai/esr-gui.git] /
1 {
2   "name": "serve-static",
3   "description": "Serve static files",
4   "version": "1.11.1",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "repository": {
11     "type": "git",
12     "url": "git+https://github.com/expressjs/serve-static.git"
13   },
14   "dependencies": {
15     "encodeurl": "~1.0.1",
16     "escape-html": "~1.0.3",
17     "parseurl": "~1.3.1",
18     "send": "0.14.1"
19   },
20   "devDependencies": {
21     "eslint": "2.11.1",
22     "eslint-config-standard": "5.3.1",
23     "eslint-plugin-promise": "1.3.2",
24     "eslint-plugin-standard": "1.3.2",
25     "istanbul": "0.4.3",
26     "mocha": "2.5.3",
27     "supertest": "1.1.0"
28   },
29   "files": [
30     "LICENSE",
31     "HISTORY.md",
32     "index.js"
33   ],
34   "engines": {
35     "node": ">= 0.8.0"
36   },
37   "scripts": {
38     "lint": "eslint **/*.js",
39     "test": "mocha --reporter spec --bail --check-leaks test/",
40     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
41     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
42   },
43   "gitHead": "b3a24df138ea2f2c43afcbee0dcce5badf4c78ae",
44   "bugs": {
45     "url": "https://github.com/expressjs/serve-static/issues"
46   },
47   "homepage": "https://github.com/expressjs/serve-static#readme",
48   "_id": "serve-static@1.11.1",
49   "_shasum": "d6cce7693505f733c759de57befc1af76c0f0805",
50   "_from": "serve-static@>=1.11.1 <1.12.0",
51   "_npmVersion": "2.15.1",
52   "_nodeVersion": "4.4.3",
53   "_npmUser": {
54     "name": "dougwilson",
55     "email": "doug@somethingdoug.com"
56   },
57   "dist": {
58     "shasum": "d6cce7693505f733c759de57befc1af76c0f0805",
59     "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz"
60   },
61   "maintainers": [
62     {
63       "name": "dougwilson",
64       "email": "doug@somethingdoug.com"
65     }
66   ],
67   "_npmOperationalInternal": {
68     "host": "packages-12-west.internal.npmjs.com",
69     "tmp": "tmp/serve-static-1.11.1.tgz_1465608601758_0.0030737747438251972"
70   },
71   "directories": {},
72   "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz"
73 }