second
[josuexyz/.git] / node_modules / serve-static / package.json
1 {
2   "_args": [
3     [
4       "serve-static@1.13.2",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "serve-static@1.13.2",
9   "_hasShrinkwrap": false,
10   "_id": "serve-static@1.13.2",
11   "_inCache": true,
12   "_installable": true,
13   "_location": "/serve-static",
14   "_nodeVersion": "6.12.3",
15   "_npmOperationalInternal": {
16     "host": "s3://npm-registry-packages",
17     "tmp": "tmp/serve-static_1.13.2_1518028719917_0.8918243597229449"
18   },
19   "_npmUser": {
20     "email": "doug@somethingdoug.com",
21     "name": "dougwilson"
22   },
23   "_npmVersion": "5.6.0",
24   "_phantomChildren": {},
25   "_requested": {
26     "name": "serve-static",
27     "raw": "serve-static@1.13.2",
28     "rawSpec": "1.13.2",
29     "scope": null,
30     "spec": "1.13.2",
31     "type": "version"
32   },
33   "_requiredBy": [
34     "/express"
35   ],
36   "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
37   "_shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
38   "_shrinkwrap": null,
39   "_spec": "serve-static@1.13.2",
40   "_where": "/home/josuer08/josuexyz/node_modules/express",
41   "author": {
42     "email": "doug@somethingdoug.com",
43     "name": "Douglas Christopher Wilson"
44   },
45   "bugs": {
46     "url": "https://github.com/expressjs/serve-static/issues"
47   },
48   "dependencies": {
49     "encodeurl": "~1.0.2",
50     "escape-html": "~1.0.3",
51     "parseurl": "~1.3.2",
52     "send": "0.16.2"
53   },
54   "description": "Serve static files",
55   "devDependencies": {
56     "eslint": "3.19.0",
57     "eslint-config-standard": "10.2.1",
58     "eslint-plugin-import": "2.8.0",
59     "eslint-plugin-markdown": "1.0.0-beta.6",
60     "eslint-plugin-node": "5.2.1",
61     "eslint-plugin-promise": "3.6.0",
62     "eslint-plugin-standard": "3.0.1",
63     "istanbul": "0.4.5",
64     "mocha": "2.5.3",
65     "supertest": "1.1.0"
66   },
67   "directories": {},
68   "dist": {
69     "fileCount": 5,
70     "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==",
71     "shasum": "095e8472fd5b46237db50ce486a43f4b86c6cec1",
72     "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz",
73     "unpackedSize": 24364
74   },
75   "engines": {
76     "node": ">= 0.8.0"
77   },
78   "files": [
79     "HISTORY.md",
80     "LICENSE",
81     "index.js"
82   ],
83   "gitHead": "f287bd6c26ad2bfd0422c533b0358f2f4b16f7db",
84   "homepage": "https://github.com/expressjs/serve-static#readme",
85   "license": "MIT",
86   "maintainers": [
87     {
88       "name": "dougwilson",
89       "email": "doug@somethingdoug.com"
90     }
91   ],
92   "name": "serve-static",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/expressjs/serve-static.git"
98   },
99   "scripts": {
100     "lint": "eslint --plugin markdown --ext js,md .",
101     "test": "mocha --reporter spec --bail --check-leaks test/",
102     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
103     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
104   },
105   "version": "1.13.2"
106 }