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/original/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "original",
    3   "version": "1.0.2",
     2  "_args": [
     3    [
     4      "original@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "original@1.0.2",
     10  "_id": "original@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
     13  "_location": "/original",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "original@1.0.2",
     19    "name": "original",
     20    "escapedName": "original",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/eventsource"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Arnout Kazemier"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/unshiftio/original/issues"
     36  },
     37  "dependencies": {
     38    "url-parse": "^1.4.3"
     39  },
    440  "description": "Generate the origin from an URL or check if two URL/Origins are the same",
    5   "main": "index.js",
    6   "scripts": {
    7     "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    8     "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
    9     "coverage": "istanbul cover _mocha -- test.js",
    10     "watch": "mocha --watch test.js",
    11     "test": "mocha test.js"
     41  "devDependencies": {
     42    "assume": "~2.1.0",
     43    "istanbul": "0.4.x",
     44    "mocha": "~3.5.0",
     45    "pre-commit": "~1.2.0"
    1246  },
    13   "repository": {
    14     "type": "git",
    15     "url": "https://github.com/unshiftio/original"
    16   },
     47  "homepage": "https://github.com/unshiftio/original#readme",
    1748  "keywords": [
    1849    "origin",
     
    2051    "parse"
    2152  ],
    22   "author": "Arnout Kazemier",
    2353  "license": "MIT",
    24   "dependencies": {
    25     "url-parse": "^1.4.3"
     54  "main": "index.js",
     55  "name": "original",
     56  "repository": {
     57    "type": "git",
     58    "url": "git+https://github.com/unshiftio/original.git"
    2659  },
    27   "devDependencies": {
    28     "assume": "~2.1.0",
    29     "istanbul": "0.4.x",
    30     "mocha": "~3.5.0",
    31     "pre-commit": "~1.2.0"
    32   }
     60  "scripts": {
     61    "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
     62    "coverage": "istanbul cover _mocha -- test.js",
     63    "test": "mocha test.js",
     64    "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
     65    "watch": "mocha --watch test.js"
     66  },
     67  "version": "1.0.2"
    3368}
Note: See TracChangeset for help on using the changeset viewer.