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

    rceaed42 r59329aa  
    11{
    2   "name": "async",
    3   "description": "Higher-order functions and common patterns for asynchronous code",
    4   "version": "2.6.3",
    5   "main": "dist/async.js",
    6   "author": "Caolan McMahon",
    7   "homepage": "https://caolan.github.io/async/",
    8   "repository": {
    9     "type": "git",
    10     "url": "https://github.com/caolan/async.git"
     2  "_args": [
     3    [
     4      "async@2.6.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "async@2.6.3",
     10  "_id": "async@2.6.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
     13  "_location": "/async",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "async@2.6.3",
     19    "name": "async",
     20    "escapedName": "async",
     21    "rawSpec": "2.6.3",
     22    "saveSpec": null,
     23    "fetchSpec": "2.6.3"
     24  },
     25  "_requiredBy": [
     26    "/portfinder"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
     29  "_spec": "2.6.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Caolan McMahon"
    1133  },
    1234  "bugs": {
    1335    "url": "https://github.com/caolan/async/issues"
    1436  },
    15   "keywords": [
    16     "async",
    17     "callback",
    18     "module",
    19     "utility"
    20   ],
    2137  "dependencies": {
    2238    "lodash": "^4.17.14"
    2339  },
     40  "description": "Higher-order functions and common patterns for asynchronous code",
    2441  "devDependencies": {
    2542    "babel-cli": "^6.24.0",
     
    5976    "yargs": "^11.0.0"
    6077  },
     78  "gh-pages-deploy": {
     79    "staticpath": "docs"
     80  },
     81  "homepage": "https://caolan.github.io/async/",
     82  "keywords": [
     83    "async",
     84    "callback",
     85    "module",
     86    "utility"
     87  ],
     88  "license": "MIT",
     89  "main": "dist/async.js",
     90  "name": "async",
     91  "nyc": {
     92    "exclude": [
     93      "mocha_test"
     94    ]
     95  },
     96  "repository": {
     97    "type": "git",
     98    "url": "git+https://github.com/caolan/async.git"
     99  },
    61100  "scripts": {
    62101    "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
     
    69108    "test": "npm run lint && npm run mocha-node-test"
    70109  },
    71   "license": "MIT",
    72   "gh-pages-deploy": {
    73     "staticpath": "docs"
    74   },
    75   "nyc": {
    76     "exclude": [
    77       "mocha_test"
    78     ]
    79   }
     110  "version": "2.6.3"
    80111}
Note: See TracChangeset for help on using the changeset viewer.