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

    rceaed42 r59329aa  
    11{
    2   "name": "tapable",
    3   "version": "2.2.1",
    4   "author": "Tobias Koppers @sokra",
     2  "_args": [
     3    [
     4      "tapable@2.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "tapable@2.2.1",
     10  "_id": "tapable@2.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
     13  "_location": "/tapable",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "tapable@2.2.1",
     19    "name": "tapable",
     20    "escapedName": "tapable",
     21    "rawSpec": "2.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.1"
     24  },
     25  "_requiredBy": [
     26    "/enhanced-resolve",
     27    "/webpack"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
     30  "_spec": "2.2.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Tobias Koppers @sokra"
     34  },
     35  "browser": {
     36    "util": "./lib/util-browser.js"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/webpack/tapable/issues"
     40  },
    541  "description": "Just a little module for plugins.",
    6   "license": "MIT",
    7   "homepage": "https://github.com/webpack/tapable",
    8   "repository": {
    9     "type": "git",
    10     "url": "http://github.com/webpack/tapable.git"
    11   },
    1242  "devDependencies": {
    1343    "@babel/core": "^7.4.4",
     
    2656    "tapable.d.ts"
    2757  ],
    28   "main": "lib/index.js",
    29   "types": "./tapable.d.ts",
    30   "browser": {
    31     "util": "./lib/util-browser.js"
    32   },
    33   "scripts": {
    34     "test": "jest",
    35     "travis": "yarn pretty-lint && jest --coverage && codecov",
    36     "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js",
    37     "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js"
    38   },
     58  "homepage": "https://github.com/webpack/tapable",
    3959  "jest": {
    4060    "transform": {
    4161      "__tests__[\\\\/].+\\.js$": "babel-jest"
    4262    }
    43   }
     63  },
     64  "license": "MIT",
     65  "main": "lib/index.js",
     66  "name": "tapable",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+ssh://git@github.com/webpack/tapable.git"
     70  },
     71  "scripts": {
     72    "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js",
     73    "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js",
     74    "test": "jest",
     75    "travis": "yarn pretty-lint && jest --coverage && codecov"
     76  },
     77  "types": "./tapable.d.ts",
     78  "version": "2.2.1"
    4479}
Note: See TracChangeset for help on using the changeset viewer.