source: trip-planner-front/node_modules/connect-history-api-fallback/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "connect-history-api-fallback@1.6.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "connect-history-api-fallback@1.6.0",
10 "_id": "connect-history-api-fallback@1.6.0",
11 "_inBundle": false,
12 "_integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
13 "_location": "/connect-history-api-fallback",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "connect-history-api-fallback@1.6.0",
19 "name": "connect-history-api-fallback",
20 "escapedName": "connect-history-api-fallback",
21 "rawSpec": "1.6.0",
22 "saveSpec": null,
23 "fetchSpec": "1.6.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
29 "_spec": "1.6.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Ben Ripkens",
33 "email": "bripkens.dev@gmail.com",
34 "url": "http://bripkens.de"
35 },
36 "bugs": {
37 "url": "https://github.com/bripkens/connect-history-api-fallback/issues"
38 },
39 "contributors": [
40 {
41 "name": "Craig Myles",
42 "email": "cr@igmyles.com",
43 "url": "http://www.craigmyles.com"
44 }
45 ],
46 "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
47 "devDependencies": {
48 "eslint": "^0.18.0",
49 "nodeunit": "^0.11.3",
50 "sinon": "^1.14.1"
51 },
52 "engines": {
53 "node": ">=0.8"
54 },
55 "files": [
56 "lib"
57 ],
58 "homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
59 "keyswords": [
60 "connect",
61 "html5",
62 "history api",
63 "fallback",
64 "spa"
65 ],
66 "license": "MIT",
67 "main": "lib/index.js",
68 "name": "connect-history-api-fallback",
69 "repository": {
70 "type": "git",
71 "url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
72 },
73 "scripts": {
74 "test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
75 },
76 "version": "1.6.0"
77}
Note: See TracBrowser for help on using the repository browser.