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

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-proposal-class-static-block",
    3   "version": "7.15.4",
    4   "description": "Allow parsing of class static blocks",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-proposal-class-static-block"
     2  "_args": [
     3    [
     4      "@babel/plugin-proposal-class-static-block@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-proposal-class-static-block@7.15.4",
     10  "_id": "@babel/plugin-proposal-class-static-block@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==",
     13  "_location": "/@babel/plugin-proposal-class-static-block",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-proposal-class-static-block@7.15.4",
     19    "name": "@babel/plugin-proposal-class-static-block",
     20    "escapedName": "@babel%2fplugin-proposal-class-static-block",
     21    "scope": "@babel",
     22    "rawSpec": "7.15.4",
     23    "saveSpec": null,
     24    "fetchSpec": "7.15.4"
    925  },
    10   "license": "MIT",
    11   "publishConfig": {
    12     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/preset-env"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz",
     30  "_spec": "7.15.4",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "The Babel Team",
     34    "url": "https://babel.dev/team"
    1335  },
    14   "main": "./lib/index.js",
    15   "exports": {
    16     ".": "./lib/index.js"
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues"
    1738  },
    18   "keywords": [
    19     "babel-plugin"
    20   ],
    2139  "dependencies": {
    2240    "@babel/helper-create-class-features-plugin": "^7.15.4",
     
    2442    "@babel/plugin-syntax-class-static-block": "^7.14.5"
    2543  },
    26   "peerDependencies": {
    27     "@babel/core": "^7.12.0"
    28   },
     44  "description": "Allow parsing of class static blocks",
    2945  "devDependencies": {
    3046    "@babel/core": "7.15.4",
    3147    "@babel/helper-plugin-test-runner": "7.14.5"
    3248  },
    33   "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block",
    3449  "engines": {
    3550    "node": ">=6.9.0"
    3651  },
    37   "author": "The Babel Team (https://babel.dev/team)"
     52  "exports": {
     53    ".": "./lib/index.js"
     54  },
     55  "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block",
     56  "keywords": [
     57    "babel-plugin"
     58  ],
     59  "license": "MIT",
     60  "main": "./lib/index.js",
     61  "name": "@babel/plugin-proposal-class-static-block",
     62  "peerDependencies": {
     63    "@babel/core": "^7.12.0"
     64  },
     65  "publishConfig": {
     66    "access": "public"
     67  },
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/babel/babel.git",
     71    "directory": "packages/babel-plugin-proposal-class-static-block"
     72  },
     73  "version": "7.15.4"
    3874}
Note: See TracChangeset for help on using the changeset viewer.