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/@babel/plugin-proposal-class-properties/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-proposal-class-properties",
    3   "version": "7.14.5",
    4   "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-proposal-class-properties"
     2  "_args": [
     3    [
     4      "@babel/plugin-proposal-class-properties@7.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-proposal-class-properties@7.14.5",
     10  "_id": "@babel/plugin-proposal-class-properties@7.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==",
     13  "_location": "/@babel/plugin-proposal-class-properties",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-proposal-class-properties@7.14.5",
     19    "name": "@babel/plugin-proposal-class-properties",
     20    "escapedName": "@babel%2fplugin-proposal-class-properties",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.5",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.5"
    925  },
    10   "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/preset-env"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz",
     30  "_spec": "7.14.5",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "The Babel Team",
     34    "url": "https://babel.dev/team"
    1435  },
    15   "main": "./lib/index.js",
    16   "keywords": [
    17     "babel-plugin"
    18   ],
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues"
     38  },
    1939  "dependencies": {
    2040    "@babel/helper-create-class-features-plugin": "^7.14.5",
    2141    "@babel/helper-plugin-utils": "^7.14.5"
    2242  },
    23   "peerDependencies": {
    24     "@babel/core": "^7.0.0-0"
    25   },
     43  "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
    2644  "devDependencies": {
    2745    "@babel/core": "7.14.5",
     
    3149    "node": ">=6.9.0"
    3250  },
    33   "author": "The Babel Team (https://babel.dev/team)"
     51  "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties",
     52  "keywords": [
     53    "babel-plugin"
     54  ],
     55  "license": "MIT",
     56  "main": "./lib/index.js",
     57  "name": "@babel/plugin-proposal-class-properties",
     58  "peerDependencies": {
     59    "@babel/core": "^7.0.0-0"
     60  },
     61  "publishConfig": {
     62    "access": "public"
     63  },
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/babel/babel.git",
     67    "directory": "packages/babel-plugin-proposal-class-properties"
     68  },
     69  "version": "7.14.5"
    3470}
Note: See TracChangeset for help on using the changeset viewer.