Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

Location:
trip-planner-front/node_modules/del
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/del/node_modules/.bin/rimraf

    rceaed42 r59329aa  
    77
    88if [ -x "$basedir/node" ]; then
    9   exec "$basedir/node"  "$basedir/../rimraf/bin.js" "$@"
     9  "$basedir/node"  "$basedir/../rimraf/bin.js" "$@"
     10  ret=$?
    1011else
    11   exec node  "$basedir/../rimraf/bin.js" "$@"
     12  node  "$basedir/../rimraf/bin.js" "$@"
     13  ret=$?
    1214fi
     15exit $ret
  • trip-planner-front/node_modules/del/node_modules/.bin/rimraf.cmd

    rceaed42 r59329aa  
    11@ECHO off
    2 GOTO start
    3 :find_dp0
    4 SET dp0=%~dp0
    5 EXIT /b
    6 :start
    72SETLOCAL
    83CALL :find_dp0
     
    1510)
    1611
    17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%"  "%dp0%\..\rimraf\bin.js" %*
     12"%_prog%"  "%dp0%\..\rimraf\bin.js" %*
     13ENDLOCAL
     14EXIT /b %errorlevel%
     15:find_dp0
     16SET dp0=%~dp0
     17EXIT /b
  • trip-planner-front/node_modules/del/node_modules/.bin/rimraf.ps1

    rceaed42 r59329aa  
    1010$ret=0
    1111if (Test-Path "$basedir/node$exe") {
    12   # Support pipeline input
    13   if ($MyInvocation.ExpectingInput) {
    14     $input | & "$basedir/node$exe"  "$basedir/../rimraf/bin.js" $args
    15   } else {
    16     & "$basedir/node$exe"  "$basedir/../rimraf/bin.js" $args
    17   }
     12  & "$basedir/node$exe"  "$basedir/../rimraf/bin.js" $args
    1813  $ret=$LASTEXITCODE
    1914} else {
    20   # Support pipeline input
    21   if ($MyInvocation.ExpectingInput) {
    22     $input | & "node$exe"  "$basedir/../rimraf/bin.js" $args
    23   } else {
    24     & "node$exe"  "$basedir/../rimraf/bin.js" $args
    25   }
     15  & "node$exe"  "$basedir/../rimraf/bin.js" $args
    2616  $ret=$LASTEXITCODE
    2717}
  • trip-planner-front/node_modules/del/node_modules/array-union/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "array-union",
    3   "version": "1.0.2",
    4   "description": "Create an array of unique values, in order, from the input arrays",
    5   "license": "MIT",
    6   "repository": "sindresorhus/array-union",
     2  "_args": [
     3    [
     4      "array-union@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "array-union@1.0.2",
     10  "_id": "array-union@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
     13  "_location": "/del/array-union",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "array-union@1.0.2",
     19    "name": "array-union",
     20    "escapedName": "array-union",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/del/globby"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/array-union/issues"
     38  },
     39  "dependencies": {
     40    "array-uniq": "^1.0.1"
     41  },
     42  "description": "Create an array of unique values, in order, from the input arrays",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1247  "engines": {
    1348    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/sindresorhus/array-union#readme",
    2154  "keywords": [
    2255    "array",
     
    3164    "merge"
    3265  ],
    33   "dependencies": {
    34     "array-uniq": "^1.0.1"
     66  "license": "MIT",
     67  "name": "array-union",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/sindresorhus/array-union.git"
    3571  },
    36   "devDependencies": {
    37     "ava": "*",
    38     "xo": "*"
    39   }
     72  "scripts": {
     73    "test": "xo && ava"
     74  },
     75  "version": "1.0.2"
    4076}
  • trip-planner-front/node_modules/del/node_modules/globby/node_modules/pify/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "pify",
    3   "version": "2.3.0",
    4   "description": "Promisify a callback-style function",
    5   "license": "MIT",
    6   "repository": "sindresorhus/pify",
     2  "_args": [
     3    [
     4      "pify@2.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "pify@2.3.0",
     10  "_id": "pify@2.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
     13  "_location": "/del/globby/pify",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "pify@2.3.0",
     19    "name": "pify",
     20    "escapedName": "pify",
     21    "rawSpec": "2.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.0"
     24  },
     25  "_requiredBy": [
     26    "/del/globby"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
     29  "_spec": "2.3.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/pify/issues"
     38  },
     39  "description": "Promisify a callback-style function",
     40  "devDependencies": {
     41    "ava": "*",
     42    "pinkie-promise": "^1.0.0",
     43    "v8-natives": "0.0.2",
     44    "xo": "*"
     45  },
    1246  "engines": {
    1347    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava && npm run optimization-test",
    17     "optimization-test": "node --allow-natives-syntax optimization-test.js"
    1848  },
    1949  "files": [
    2050    "index.js"
    2151  ],
     52  "homepage": "https://github.com/sindresorhus/pify#readme",
    2253  "keywords": [
    2354    "promise",
     
    4071    "es2015"
    4172  ],
    42   "devDependencies": {
    43     "ava": "*",
    44     "pinkie-promise": "^1.0.0",
    45     "v8-natives": "0.0.2",
    46     "xo": "*"
    47   }
     73  "license": "MIT",
     74  "name": "pify",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/sindresorhus/pify.git"
     78  },
     79  "scripts": {
     80    "optimization-test": "node --allow-natives-syntax optimization-test.js",
     81    "test": "xo && ava && npm run optimization-test"
     82  },
     83  "version": "2.3.0"
    4884}
  • trip-planner-front/node_modules/del/node_modules/globby/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "globby",
    3   "version": "6.1.0",
     2  "_args": [
     3    [
     4      "globby@6.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "globby@6.1.0",
     10  "_id": "globby@6.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
     13  "_location": "/del/globby",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "globby@6.1.0",
     19    "name": "globby",
     20    "escapedName": "globby",
     21    "rawSpec": "6.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "6.1.0"
     24  },
     25  "_requiredBy": [
     26    "/del"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
     29  "_spec": "6.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/globby/issues"
     38  },
     39  "dependencies": {
     40    "array-union": "^1.0.1",
     41    "glob": "^7.0.3",
     42    "object-assign": "^4.0.1",
     43    "pify": "^2.0.0",
     44    "pinkie-promise": "^2.0.0"
     45  },
    446  "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
    5   "license": "MIT",
    6   "repository": "sindresorhus/globby",
    7   "author": {
    8     "email": "sindresorhus@gmail.com",
    9     "name": "Sindre Sorhus",
    10     "url": "sindresorhus.com"
     47  "devDependencies": {
     48    "ava": "*",
     49    "glob-stream": "github:gulpjs/glob-stream#master",
     50    "globby": "github:sindresorhus/globby#master",
     51    "matcha": "^0.7.0",
     52    "rimraf": "^2.2.8",
     53    "xo": "^0.16.0"
    1154  },
    1255  "engines": {
    1356    "node": ">=0.10.0"
    1457  },
    15   "scripts": {
    16     "bench": "npm update glob-stream && matcha bench.js",
    17     "test": "xo && ava"
    18   },
    1958  "files": [
    2059    "index.js"
    2160  ],
     61  "homepage": "https://github.com/sindresorhus/globby#readme",
    2262  "keywords": [
    2363    "all",
     
    5292    "promise"
    5393  ],
    54   "dependencies": {
    55     "array-union": "^1.0.1",
    56     "glob": "^7.0.3",
    57     "object-assign": "^4.0.1",
    58     "pify": "^2.0.0",
    59     "pinkie-promise": "^2.0.0"
     94  "license": "MIT",
     95  "name": "globby",
     96  "repository": {
     97    "type": "git",
     98    "url": "git+https://github.com/sindresorhus/globby.git"
    6099  },
    61   "devDependencies": {
    62     "ava": "*",
    63     "glob-stream": "gulpjs/glob-stream#master",
    64     "globby": "sindresorhus/globby#master",
    65     "matcha": "^0.7.0",
    66     "rimraf": "^2.2.8",
    67     "xo": "^0.16.0"
    68   }
     100  "scripts": {
     101    "bench": "npm update glob-stream && matcha bench.js",
     102    "test": "xo && ava"
     103  },
     104  "version": "6.1.0"
    69105}
  • trip-planner-front/node_modules/del/node_modules/p-map/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "p-map",
    3         "version": "2.1.0",
    4         "description": "Map over promises concurrently",
    5         "license": "MIT",
    6         "repository": "sindresorhus/p-map",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "promise",
    24                 "map",
    25                 "resolved",
    26                 "wait",
    27                 "collection",
    28                 "iterable",
    29                 "iterator",
    30                 "race",
    31                 "fulfilled",
    32                 "async",
    33                 "await",
    34                 "promises",
    35                 "concurrently",
    36                 "concurrency",
    37                 "parallel",
    38                 "bluebird"
    39         ],
    40         "devDependencies": {
    41                 "ava": "^1.4.1",
    42                 "delay": "^4.1.0",
    43                 "in-range": "^1.0.0",
    44                 "random-int": "^1.0.0",
    45                 "time-span": "^3.1.0",
    46                 "tsd": "^0.7.2",
    47                 "xo": "^0.24.0"
    48         }
     2  "_args": [
     3    [
     4      "p-map@2.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "p-map@2.1.0",
     10  "_id": "p-map@2.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
     13  "_location": "/del/p-map",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "p-map@2.1.0",
     19    "name": "p-map",
     20    "escapedName": "p-map",
     21    "rawSpec": "2.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.0"
     24  },
     25  "_requiredBy": [
     26    "/del"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
     29  "_spec": "2.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/p-map/issues"
     38  },
     39  "description": "Map over promises concurrently",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "delay": "^4.1.0",
     43    "in-range": "^1.0.0",
     44    "random-int": "^1.0.0",
     45    "time-span": "^3.1.0",
     46    "tsd": "^0.7.2",
     47    "xo": "^0.24.0"
     48  },
     49  "engines": {
     50    "node": ">=6"
     51  },
     52  "files": [
     53    "index.js",
     54    "index.d.ts"
     55  ],
     56  "homepage": "https://github.com/sindresorhus/p-map#readme",
     57  "keywords": [
     58    "promise",
     59    "map",
     60    "resolved",
     61    "wait",
     62    "collection",
     63    "iterable",
     64    "iterator",
     65    "race",
     66    "fulfilled",
     67    "async",
     68    "await",
     69    "promises",
     70    "concurrently",
     71    "concurrency",
     72    "parallel",
     73    "bluebird"
     74  ],
     75  "license": "MIT",
     76  "name": "p-map",
     77  "repository": {
     78    "type": "git",
     79    "url": "git+https://github.com/sindresorhus/p-map.git"
     80  },
     81  "scripts": {
     82    "test": "xo && ava && tsd"
     83  },
     84  "version": "2.1.0"
    4985}
  • trip-planner-front/node_modules/del/node_modules/pify/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "pify",
    3         "version": "4.0.1",
    4         "description": "Promisify a callback-style function",
    5         "license": "MIT",
    6         "repository": "sindresorhus/pify",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava",
    17                 "optimization-test": "node --allow-natives-syntax optimization-test.js"
    18         },
    19         "files": [
    20                 "index.js"
    21         ],
    22         "keywords": [
    23                 "promise",
    24                 "promises",
    25                 "promisify",
    26                 "all",
    27                 "denodify",
    28                 "denodeify",
    29                 "callback",
    30                 "cb",
    31                 "node",
    32                 "then",
    33                 "thenify",
    34                 "convert",
    35                 "transform",
    36                 "wrap",
    37                 "wrapper",
    38                 "bind",
    39                 "to",
    40                 "async",
    41                 "await",
    42                 "es2015",
    43                 "bluebird"
    44         ],
    45         "devDependencies": {
    46                 "ava": "^0.25.0",
    47                 "pinkie-promise": "^2.0.0",
    48                 "v8-natives": "^1.1.0",
    49                 "xo": "^0.23.0"
    50         }
     2  "_args": [
     3    [
     4      "pify@4.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "pify@4.0.1",
     10  "_id": "pify@4.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
     13  "_location": "/del/pify",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "pify@4.0.1",
     19    "name": "pify",
     20    "escapedName": "pify",
     21    "rawSpec": "4.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.1"
     24  },
     25  "_requiredBy": [
     26    "/del"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
     29  "_spec": "4.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/pify/issues"
     38  },
     39  "description": "Promisify a callback-style function",
     40  "devDependencies": {
     41    "ava": "^0.25.0",
     42    "pinkie-promise": "^2.0.0",
     43    "v8-natives": "^1.1.0",
     44    "xo": "^0.23.0"
     45  },
     46  "engines": {
     47    "node": ">=6"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/sindresorhus/pify#readme",
     53  "keywords": [
     54    "promise",
     55    "promises",
     56    "promisify",
     57    "all",
     58    "denodify",
     59    "denodeify",
     60    "callback",
     61    "cb",
     62    "node",
     63    "then",
     64    "thenify",
     65    "convert",
     66    "transform",
     67    "wrap",
     68    "wrapper",
     69    "bind",
     70    "to",
     71    "async",
     72    "await",
     73    "es2015",
     74    "bluebird"
     75  ],
     76  "license": "MIT",
     77  "name": "pify",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/sindresorhus/pify.git"
     81  },
     82  "scripts": {
     83    "optimization-test": "node --allow-natives-syntax optimization-test.js",
     84    "test": "xo && ava"
     85  },
     86  "version": "4.0.1"
    5187}
  • trip-planner-front/node_modules/del/node_modules/rimraf/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "rimraf",
    3   "version": "2.7.1",
    4   "main": "rimraf.js",
    5   "description": "A deep deletion module for node (like `rm -rf`)",
    6   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    7   "license": "ISC",
    8   "repository": "git://github.com/isaacs/rimraf.git",
    9   "scripts": {
    10     "preversion": "npm test",
    11     "postversion": "npm publish",
    12     "postpublish": "git push origin --all; git push origin --tags",
    13     "test": "tap test/*.js"
     2  "_args": [
     3    [
     4      "rimraf@2.7.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "rimraf@2.7.1",
     10  "_id": "rimraf@2.7.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
     13  "_location": "/del/rimraf",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "rimraf@2.7.1",
     19    "name": "rimraf",
     20    "escapedName": "rimraf",
     21    "rawSpec": "2.7.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.7.1"
    1424  },
    15   "bin": "./bin.js",
     25  "_requiredBy": [
     26    "/del"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
     29  "_spec": "2.7.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Isaac Z. Schlueter",
     33    "email": "i@izs.me",
     34    "url": "http://blog.izs.me/"
     35  },
     36  "bin": {
     37    "rimraf": "bin.js"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/isaacs/rimraf/issues"
     41  },
    1642  "dependencies": {
    1743    "glob": "^7.1.3"
     44  },
     45  "description": "A deep deletion module for node (like `rm -rf`)",
     46  "devDependencies": {
     47    "mkdirp": "^0.5.1",
     48    "tap": "^12.1.1"
    1849  },
    1950  "files": [
     
    2354    "rimraf.js"
    2455  ],
    25   "devDependencies": {
    26     "mkdirp": "^0.5.1",
    27     "tap": "^12.1.1"
    28   }
     56  "homepage": "https://github.com/isaacs/rimraf#readme",
     57  "license": "ISC",
     58  "main": "rimraf.js",
     59  "name": "rimraf",
     60  "repository": {
     61    "type": "git",
     62    "url": "git://github.com/isaacs/rimraf.git"
     63  },
     64  "scripts": {
     65    "postpublish": "git push origin --all; git push origin --tags",
     66    "postversion": "npm publish",
     67    "preversion": "npm test",
     68    "test": "tap test/*.js"
     69  },
     70  "version": "2.7.1"
    2971}
  • trip-planner-front/node_modules/del/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "del",
    3         "version": "4.1.1",
    4         "description": "Delete files and folders",
    5         "license": "MIT",
    6         "repository": "sindresorhus/del",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "delete",
    24                 "files",
    25                 "folders",
    26                 "directories",
    27                 "del",
    28                 "remove",
    29                 "destroy",
    30                 "trash",
    31                 "unlink",
    32                 "clean",
    33                 "cleaning",
    34                 "cleanup",
    35                 "rm",
    36                 "rmrf",
    37                 "rimraf",
    38                 "rmdir",
    39                 "glob",
    40                 "gulpfriendly",
    41                 "file",
    42                 "folder",
    43                 "directory",
    44                 "dir",
    45                 "fs",
    46                 "filesystem"
    47         ],
    48         "dependencies": {
    49                 "@types/glob": "^7.1.1",
    50                 "globby": "^6.1.0",
    51                 "is-path-cwd": "^2.0.0",
    52                 "is-path-in-cwd": "^2.0.0",
    53                 "p-map": "^2.0.0",
    54                 "pify": "^4.0.1",
    55                 "rimraf": "^2.6.3"
    56         },
    57         "devDependencies": {
    58                 "ava": "^1.4.1",
    59                 "make-dir": "^2.1.0",
    60                 "tempy": "^0.2.1",
    61                 "tsd": "^0.7.1",
    62                 "xo": "^0.24.0"
    63         }
     2  "_args": [
     3    [
     4      "del@4.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "del@4.1.1",
     10  "_id": "del@4.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
     13  "_location": "/del",
     14  "_phantomChildren": {
     15    "array-uniq": "1.0.3",
     16    "glob": "7.1.7",
     17    "object-assign": "4.1.1",
     18    "pinkie-promise": "2.0.1"
     19  },
     20  "_requested": {
     21    "type": "version",
     22    "registry": true,
     23    "raw": "del@4.1.1",
     24    "name": "del",
     25    "escapedName": "del",
     26    "rawSpec": "4.1.1",
     27    "saveSpec": null,
     28    "fetchSpec": "4.1.1"
     29  },
     30  "_requiredBy": [
     31    "/webpack-dev-server"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/del/-/del-4.1.1.tgz",
     34  "_spec": "4.1.1",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Sindre Sorhus",
     38    "email": "sindresorhus@gmail.com",
     39    "url": "sindresorhus.com"
     40  },
     41  "bugs": {
     42    "url": "https://github.com/sindresorhus/del/issues"
     43  },
     44  "dependencies": {
     45    "@types/glob": "^7.1.1",
     46    "globby": "^6.1.0",
     47    "is-path-cwd": "^2.0.0",
     48    "is-path-in-cwd": "^2.0.0",
     49    "p-map": "^2.0.0",
     50    "pify": "^4.0.1",
     51    "rimraf": "^2.6.3"
     52  },
     53  "description": "Delete files and folders",
     54  "devDependencies": {
     55    "ava": "^1.4.1",
     56    "make-dir": "^2.1.0",
     57    "tempy": "^0.2.1",
     58    "tsd": "^0.7.1",
     59    "xo": "^0.24.0"
     60  },
     61  "engines": {
     62    "node": ">=6"
     63  },
     64  "files": [
     65    "index.js",
     66    "index.d.ts"
     67  ],
     68  "homepage": "https://github.com/sindresorhus/del#readme",
     69  "keywords": [
     70    "delete",
     71    "files",
     72    "folders",
     73    "directories",
     74    "del",
     75    "remove",
     76    "destroy",
     77    "trash",
     78    "unlink",
     79    "clean",
     80    "cleaning",
     81    "cleanup",
     82    "rm",
     83    "rmrf",
     84    "rimraf",
     85    "rmdir",
     86    "glob",
     87    "gulpfriendly",
     88    "file",
     89    "folder",
     90    "directory",
     91    "dir",
     92    "fs",
     93    "filesystem"
     94  ],
     95  "license": "MIT",
     96  "name": "del",
     97  "repository": {
     98    "type": "git",
     99    "url": "git+https://github.com/sindresorhus/del.git"
     100  },
     101  "scripts": {
     102    "test": "xo && ava && tsd"
     103  },
     104  "version": "4.1.1"
    64105}
Note: See TracChangeset for help on using the changeset viewer.