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

    rceaed42 r59329aa  
    11{
    2   "name": "@npmcli/promise-spawn",
    3   "version": "1.3.2",
    4   "files": [
    5     "index.js"
     2  "_args": [
     3    [
     4      "@npmcli/promise-spawn@1.3.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    67  ],
     8  "_development": true,
     9  "_from": "@npmcli/promise-spawn@1.3.2",
     10  "_id": "@npmcli/promise-spawn@1.3.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==",
     13  "_location": "/@npmcli/promise-spawn",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@npmcli/promise-spawn@1.3.2",
     19    "name": "@npmcli/promise-spawn",
     20    "escapedName": "@npmcli%2fpromise-spawn",
     21    "scope": "@npmcli",
     22    "rawSpec": "1.3.2",
     23    "saveSpec": null,
     24    "fetchSpec": "1.3.2"
     25  },
     26  "_requiredBy": [
     27    "/@npmcli/git",
     28    "/@npmcli/run-script",
     29    "/pacote"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz",
     32  "_spec": "1.3.2",
     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"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/npm/promise-spawn/issues"
     41  },
     42  "dependencies": {
     43    "infer-owner": "^1.0.4"
     44  },
    745  "description": "spawn processes the way the npm cli likes to do",
    8   "repository": {
    9     "type": "git",
    10     "url": "git+https://github.com/npm/promise-spawn"
    11   },
    12   "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
    13   "license": "ISC",
    14   "scripts": {
    15     "test": "tap",
    16     "snap": "tap",
    17     "preversion": "npm test",
    18     "postversion": "npm publish",
    19     "prepublishOnly": "git push origin --follow-tags"
    20   },
    21   "tap": {
    22     "check-coverage": true
    23   },
    2446  "devDependencies": {
    2547    "minipass": "^3.1.1",
     
    2749    "tap": "^14.10.6"
    2850  },
    29   "dependencies": {
    30     "infer-owner": "^1.0.4"
    31   }
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/npm/promise-spawn#readme",
     55  "license": "ISC",
     56  "name": "@npmcli/promise-spawn",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/npm/promise-spawn.git"
     60  },
     61  "scripts": {
     62    "postversion": "npm publish",
     63    "prepublishOnly": "git push origin --follow-tags",
     64    "preversion": "npm test",
     65    "snap": "tap",
     66    "test": "tap"
     67  },
     68  "tap": {
     69    "check-coverage": true
     70  },
     71  "version": "1.3.2"
    3272}
Note: See TracChangeset for help on using the changeset viewer.