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

    rceaed42 r59329aa  
    11{
    2   "name": "cross-spawn",
    3   "version": "6.0.5",
    4   "description": "Cross platform child_process#spawn and child_process#spawnSync",
    5   "keywords": [
    6     "spawn",
    7     "spawnSync",
    8     "windows",
    9     "cross-platform",
    10     "path-ext",
    11     "shebang",
    12     "cmd",
    13     "execute"
     2  "_args": [
     3    [
     4      "cross-spawn@6.0.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    147  ],
    15   "author": "André Cruz <andre@moxy.studio>",
    16   "homepage": "https://github.com/moxystudio/node-cross-spawn",
    17   "repository": {
    18     "type": "git",
    19     "url": "git@github.com:moxystudio/node-cross-spawn.git"
     8  "_development": true,
     9  "_from": "cross-spawn@6.0.5",
     10  "_id": "cross-spawn@6.0.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
     13  "_location": "/cross-spawn",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cross-spawn@6.0.5",
     19    "name": "cross-spawn",
     20    "escapedName": "cross-spawn",
     21    "rawSpec": "6.0.5",
     22    "saveSpec": null,
     23    "fetchSpec": "6.0.5"
    2024  },
    21   "license": "MIT",
    22   "main": "index.js",
    23   "files": [
    24     "lib"
     25  "_requiredBy": [
     26    "/execa"
    2527  ],
    26   "scripts": {
    27     "lint": "eslint .",
    28     "test": "jest --env node --coverage",
    29     "prerelease": "npm t && npm run lint",
    30     "release": "standard-version",
    31     "precommit": "lint-staged",
    32     "commitmsg": "commitlint -e $GIT_PARAMS"
     28  "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
     29  "_spec": "6.0.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "André Cruz",
     33    "email": "andre@moxy.studio"
    3334  },
    34   "standard-version": {
    35     "scripts": {
    36       "posttag": "git push --follow-tags origin master && npm publish"
    37     }
    38   },
    39   "lint-staged": {
    40     "*.js": [
    41       "eslint --fix",
    42       "git add"
    43     ]
     35  "bugs": {
     36    "url": "https://github.com/moxystudio/node-cross-spawn/issues"
    4437  },
    4538  "commitlint": {
     
    5548    "which": "^1.2.9"
    5649  },
     50  "description": "Cross platform child_process#spawn and child_process#spawnSync",
    5751  "devDependencies": {
    5852    "@commitlint/cli": "^6.0.0",
     
    7367  "engines": {
    7468    "node": ">=4.8"
    75   }
     69  },
     70  "files": [
     71    "lib"
     72  ],
     73  "homepage": "https://github.com/moxystudio/node-cross-spawn",
     74  "keywords": [
     75    "spawn",
     76    "spawnSync",
     77    "windows",
     78    "cross-platform",
     79    "path-ext",
     80    "shebang",
     81    "cmd",
     82    "execute"
     83  ],
     84  "license": "MIT",
     85  "lint-staged": {
     86    "*.js": [
     87      "eslint --fix",
     88      "git add"
     89    ]
     90  },
     91  "main": "index.js",
     92  "name": "cross-spawn",
     93  "repository": {
     94    "type": "git",
     95    "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
     96  },
     97  "scripts": {
     98    "commitmsg": "commitlint -e $GIT_PARAMS",
     99    "lint": "eslint .",
     100    "precommit": "lint-staged",
     101    "prerelease": "npm t && npm run lint",
     102    "release": "standard-version",
     103    "test": "jest --env node --coverage"
     104  },
     105  "standard-version": {
     106    "scripts": {
     107      "posttag": "git push --follow-tags origin master && npm publish"
     108    }
     109  },
     110  "version": "6.0.5"
    76111}
Note: See TracChangeset for help on using the changeset viewer.