source: trip-planner-front/node_modules/serve-index/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "serve-index@1.9.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "serve-index@1.9.1",
10 "_id": "serve-index@1.9.1",
11 "_inBundle": false,
12 "_integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
13 "_location": "/serve-index",
14 "_phantomChildren": {
15 "depd": "1.1.2",
16 "statuses": "1.5.0"
17 },
18 "_requested": {
19 "type": "version",
20 "registry": true,
21 "raw": "serve-index@1.9.1",
22 "name": "serve-index",
23 "escapedName": "serve-index",
24 "rawSpec": "1.9.1",
25 "saveSpec": null,
26 "fetchSpec": "1.9.1"
27 },
28 "_requiredBy": [
29 "/webpack-dev-server"
30 ],
31 "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
32 "_spec": "1.9.1",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Douglas Christopher Wilson",
36 "email": "doug@somethingdoug.com"
37 },
38 "bugs": {
39 "url": "https://github.com/expressjs/serve-index/issues"
40 },
41 "dependencies": {
42 "accepts": "~1.3.4",
43 "batch": "0.6.1",
44 "debug": "2.6.9",
45 "escape-html": "~1.0.3",
46 "http-errors": "~1.6.2",
47 "mime-types": "~2.1.17",
48 "parseurl": "~1.3.2"
49 },
50 "description": "Serve directory listings",
51 "devDependencies": {
52 "after": "0.8.2",
53 "istanbul": "0.4.5",
54 "mocha": "2.5.3",
55 "supertest": "1.1.0"
56 },
57 "engines": {
58 "node": ">= 0.8.0"
59 },
60 "files": [
61 "public/",
62 "LICENSE",
63 "HISTORY.md",
64 "index.js"
65 ],
66 "homepage": "https://github.com/expressjs/serve-index#readme",
67 "license": "MIT",
68 "name": "serve-index",
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/expressjs/serve-index.git"
72 },
73 "scripts": {
74 "test": "mocha --reporter spec --bail --check-leaks test/",
75 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
76 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
77 },
78 "version": "1.9.1"
79}
Note: See TracBrowser for help on using the repository browser.