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

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "reusify@1.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "reusify@1.0.4",
     10  "_id": "reusify@1.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
     13  "_location": "/reusify",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "reusify@1.0.4",
     19    "name": "reusify",
     20    "escapedName": "reusify",
     21    "rawSpec": "1.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.4"
     24  },
     25  "_requiredBy": [
     26    "/fastq"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
     29  "_spec": "1.0.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Matteo Collina",
     33    "email": "hello@matteocollina.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/mcollina/reusify/issues"
     37  },
     38  "description": "Reuse objects and functions with style",
     39  "devDependencies": {
     40    "coveralls": "^2.13.3",
     41    "faucet": "0.0.1",
     42    "istanbul": "^0.4.5",
     43    "pre-commit": "^1.2.2",
     44    "standard": "^10.0.3",
     45    "tape": "^4.8.0"
     46  },
     47  "engines": {
     48    "iojs": ">=1.0.0",
     49    "node": ">=0.10.0"
     50  },
     51  "homepage": "https://github.com/mcollina/reusify#readme",
     52  "keywords": [
     53    "reuse",
     54    "object",
     55    "performance",
     56    "function",
     57    "fast"
     58  ],
     59  "license": "MIT",
     60  "main": "reusify.js",
    261  "name": "reusify",
    3   "version": "1.0.4",
    4   "description": "Reuse objects and functions with style",
    5   "main": "reusify.js",
    6   "scripts": {
    7     "lint": "standard",
    8     "test": "tape test.js | faucet",
    9     "istanbul": "istanbul cover tape test.js",
    10     "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls"
    11   },
    1262  "pre-commit": [
    1363    "lint",
     
    1868    "url": "git+https://github.com/mcollina/reusify.git"
    1969  },
    20   "keywords": [
    21     "reuse",
    22     "object",
    23     "performance",
    24     "function",
    25     "fast"
    26   ],
    27   "author": "Matteo Collina <hello@matteocollina.com>",
    28   "license": "MIT",
    29   "bugs": {
    30     "url": "https://github.com/mcollina/reusify/issues"
     70  "scripts": {
     71    "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
     72    "istanbul": "istanbul cover tape test.js",
     73    "lint": "standard",
     74    "test": "tape test.js | faucet"
    3175  },
    32   "homepage": "https://github.com/mcollina/reusify#readme",
    33   "engines": {
    34     "node": ">=0.10.0",
    35     "iojs": ">=1.0.0"
    36   },
    37   "devDependencies": {
    38     "coveralls": "^2.13.3",
    39     "faucet": "0.0.1",
    40     "istanbul": "^0.4.5",
    41     "pre-commit": "^1.2.2",
    42     "standard": "^10.0.3",
    43     "tape": "^4.8.0"
    44   }
     76  "version": "1.0.4"
    4577}
Note: See TracChangeset for help on using the changeset viewer.