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

    rceaed42 r59329aa  
    11{
    2   "name": "depd",
     2  "_args": [
     3    [
     4      "depd@1.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "depd@1.1.2",
     10  "_id": "depd@1.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
     13  "_location": "/depd",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "depd@1.1.2",
     19    "name": "depd",
     20    "escapedName": "depd",
     21    "rawSpec": "1.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.2"
     24  },
     25  "_requiredBy": [
     26    "/agentkeepalive",
     27    "/body-parser",
     28    "/express",
     29    "/http-errors",
     30    "/send",
     31    "/serve-index/http-errors"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
     34  "_spec": "1.1.2",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Douglas Christopher Wilson",
     38    "email": "doug@somethingdoug.com"
     39  },
     40  "browser": "lib/browser/index.js",
     41  "bugs": {
     42    "url": "https://github.com/dougwilson/nodejs-depd/issues"
     43  },
    344  "description": "Deprecate all the things",
    4   "version": "1.1.2",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "keywords": [
    8     "deprecate",
    9     "deprecated"
    10   ],
    11   "repository": "dougwilson/nodejs-depd",
    12   "browser": "lib/browser/index.js",
    1345  "devDependencies": {
     46    "beautify-benchmark": "0.2.4",
    1447    "benchmark": "2.1.4",
    15     "beautify-benchmark": "0.2.4",
    1648    "eslint": "3.19.0",
    1749    "eslint-config-standard": "7.1.0",
     
    2254    "mocha": "~1.21.5"
    2355  },
     56  "engines": {
     57    "node": ">= 0.6"
     58  },
    2459  "files": [
    2560    "lib/",
     
    2964    "Readme.md"
    3065  ],
    31   "engines": {
    32     "node": ">= 0.6"
     66  "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
     67  "keywords": [
     68    "deprecate",
     69    "deprecated"
     70  ],
     71  "license": "MIT",
     72  "name": "depd",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/dougwilson/nodejs-depd.git"
    3376  },
    3477  "scripts": {
     
    3881    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
    3982    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
    40   }
     83  },
     84  "version": "1.1.2"
    4185}
Note: See TracChangeset for help on using the changeset viewer.