Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/connect-history-api-fallback/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "connect-history-api-fallback",
    3   "version": "1.6.0",
     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  ],
    446  "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",
    559  "keyswords": [
    660    "connect",
     
    1064    "spa"
    1165  ],
    12   "engines": {
    13     "node": ">=0.8"
     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"
    1472  },
    15   "main": "lib/index.js",
    16   "files": [
    17     "lib"
    18   ],
    1973  "scripts": {
    2074    "test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
    2175  },
    22   "repository": {
    23     "type": "git",
    24     "url": "http://github.com/bripkens/connect-history-api-fallback.git"
    25   },
    26   "author": {
    27     "name": "Ben Ripkens",
    28     "email": "bripkens.dev@gmail.com",
    29     "url": "http://bripkens.de"
    30   },
    31   "contributors": [
    32     "Craig Myles <cr@igmyles.com> (http://www.craigmyles.com)"
    33   ],
    34   "license": "MIT",
    35   "devDependencies": {
    36     "eslint": "^0.18.0",
    37     "nodeunit": "^0.11.3",
    38     "sinon": "^1.14.1"
    39   }
     76  "version": "1.6.0"
    4077}
Note: See TracChangeset for help on using the changeset viewer.