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/@npmcli/git/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@npmcli/git",
    3   "version": "2.1.0",
    4   "main": "lib/index.js",
    5   "files": [
    6     "lib/*.js"
     2  "_args": [
     3    [
     4      "@npmcli/git@2.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    77  ],
    8   "description": "a util for spawning git from npm CLI contexts",
    9   "repository": {
    10     "type": "git",
    11     "url": "git+https://github.com/npm/git"
     8  "_development": true,
     9  "_from": "@npmcli/git@2.1.0",
     10  "_id": "@npmcli/git@2.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==",
     13  "_location": "/@npmcli/git",
     14  "_phantomChildren": {
     15    "isexe": "2.0.0"
    1216  },
    13   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    14   "license": "ISC",
    15   "scripts": {
    16     "lint": "standard",
    17     "lint:fix": "standard --fix",
    18     "postversion": "npm publish",
    19     "prepublishOnly": "git push origin --follow-tags",
    20     "preversion": "npm test",
    21     "snap": "tap",
    22     "test": "tap",
    23     "posttest": "npm run lint"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "@npmcli/git@2.1.0",
     21    "name": "@npmcli/git",
     22    "escapedName": "@npmcli%2fgit",
     23    "scope": "@npmcli",
     24    "rawSpec": "2.1.0",
     25    "saveSpec": null,
     26    "fetchSpec": "2.1.0"
    2427  },
    25   "tap": {
    26     "check-coverage": true,
    27     "coverage-map": "map.js"
     28  "_requiredBy": [
     29    "/pacote"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz",
     32  "_spec": "2.1.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Isaac Z. Schlueter",
     36    "email": "i@izs.me",
     37    "url": "https://izs.me"
    2838  },
    29   "devDependencies": {
    30     "slash": "^3.0.0",
    31     "standard": "^16.0.3",
    32     "tap": "^15.0.6"
     39  "bugs": {
     40    "url": "https://github.com/npm/git/issues"
    3341  },
    3442  "dependencies": {
     
    4149    "semver": "^7.3.5",
    4250    "which": "^2.0.2"
    43   }
     51  },
     52  "description": "a util for spawning git from npm CLI contexts",
     53  "devDependencies": {
     54    "slash": "^3.0.0",
     55    "standard": "^16.0.3",
     56    "tap": "^15.0.6"
     57  },
     58  "files": [
     59    "lib/*.js"
     60  ],
     61  "homepage": "https://github.com/npm/git#readme",
     62  "license": "ISC",
     63  "main": "lib/index.js",
     64  "name": "@npmcli/git",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/npm/git.git"
     68  },
     69  "scripts": {
     70    "lint": "standard",
     71    "lint:fix": "standard --fix",
     72    "posttest": "npm run lint",
     73    "postversion": "npm publish",
     74    "prepublishOnly": "git push origin --follow-tags",
     75    "preversion": "npm test",
     76    "snap": "tap",
     77    "test": "tap"
     78  },
     79  "tap": {
     80    "check-coverage": true,
     81    "coverage-map": "map.js"
     82  },
     83  "version": "2.1.0"
    4484}
Note: See TracChangeset for help on using the changeset viewer.