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/@babel/helper-create-class-features-plugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helper-annotate-as-pure",
    3   "version": "7.15.4",
     2  "_args": [
     3    [
     4      "@babel/helper-annotate-as-pure@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helper-annotate-as-pure@7.15.4",
     10  "_id": "@babel/helper-annotate-as-pure@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==",
     13  "_location": "/@babel/helper-create-class-features-plugin/@babel/helper-annotate-as-pure",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/helper-annotate-as-pure@7.15.4",
     19    "name": "@babel/helper-annotate-as-pure",
     20    "escapedName": "@babel%2fhelper-annotate-as-pure",
     21    "scope": "@babel",
     22    "rawSpec": "7.15.4",
     23    "saveSpec": null,
     24    "fetchSpec": "7.15.4"
     25  },
     26  "_requiredBy": [
     27    "/@babel/helper-create-class-features-plugin"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-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"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues"
     38  },
     39  "dependencies": {
     40    "@babel/types": "^7.15.4"
     41  },
    442  "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-helper-annotate-as-pure"
     43  "engines": {
     44    "node": ">=6.9.0"
    945  },
    1046  "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
    1147  "license": "MIT",
     48  "main": "./lib/index.js",
     49  "name": "@babel/helper-annotate-as-pure",
    1250  "publishConfig": {
    1351    "access": "public"
    1452  },
    15   "main": "./lib/index.js",
    16   "dependencies": {
    17     "@babel/types": "^7.15.4"
     53  "repository": {
     54    "type": "git",
     55    "url": "git+https://github.com/babel/babel.git",
     56    "directory": "packages/babel-helper-annotate-as-pure"
    1857  },
    19   "engines": {
    20     "node": ">=6.9.0"
    21   },
    22   "author": "The Babel Team (https://babel.dev/team)"
     58  "version": "7.15.4"
    2359}
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helper-create-class-features-plugin",
    3   "version": "7.15.4",
    4   "author": "The Babel Team (https://babel.dev/team)",
    5   "license": "MIT",
    6   "description": "Compile class public and private fields, private methods and decorators to ES6",
    7   "repository": {
    8     "type": "git",
    9     "url": "https://github.com/babel/babel.git",
    10     "directory": "packages/babel-helper-create-class-features-plugin"
     2  "_args": [
     3    [
     4      "@babel/helper-create-class-features-plugin@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helper-create-class-features-plugin@7.15.4",
     10  "_id": "@babel/helper-create-class-features-plugin@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",
     13  "_location": "/@babel/helper-create-class-features-plugin",
     14  "_phantomChildren": {
     15    "@babel/types": "7.15.6"
    1116  },
    12   "main": "./lib/index.js",
    13   "publishConfig": {
    14     "access": "public"
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "@babel/helper-create-class-features-plugin@7.15.4",
     21    "name": "@babel/helper-create-class-features-plugin",
     22    "escapedName": "@babel%2fhelper-create-class-features-plugin",
     23    "scope": "@babel",
     24    "rawSpec": "7.15.4",
     25    "saveSpec": null,
     26    "fetchSpec": "7.15.4"
    1527  },
    16   "keywords": [
    17     "babel",
    18     "babel-plugin"
     28  "_requiredBy": [
     29    "/@babel/plugin-proposal-class-properties",
     30    "/@babel/plugin-proposal-class-static-block",
     31    "/@babel/plugin-proposal-private-methods",
     32    "/@babel/plugin-proposal-private-property-in-object"
    1933  ],
     34  "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz",
     35  "_spec": "7.15.4",
     36  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     37  "author": {
     38    "name": "The Babel Team",
     39    "url": "https://babel.dev/team"
     40  },
     41  "bugs": {
     42    "url": "https://github.com/babel/babel/issues"
     43  },
    2044  "dependencies": {
    2145    "@babel/helper-annotate-as-pure": "^7.15.4",
     
    2650    "@babel/helper-split-export-declaration": "^7.15.4"
    2751  },
    28   "peerDependencies": {
    29     "@babel/core": "^7.0.0"
    30   },
     52  "description": "Compile class public and private fields, private methods and decorators to ES6",
    3153  "devDependencies": {
    3254    "@babel/core": "7.15.4",
     
    3759  "engines": {
    3860    "node": ">=6.9.0"
    39   }
     61  },
     62  "homepage": "https://github.com/babel/babel#readme",
     63  "keywords": [
     64    "babel",
     65    "babel-plugin"
     66  ],
     67  "license": "MIT",
     68  "main": "./lib/index.js",
     69  "name": "@babel/helper-create-class-features-plugin",
     70  "peerDependencies": {
     71    "@babel/core": "^7.0.0"
     72  },
     73  "publishConfig": {
     74    "access": "public"
     75  },
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/babel/babel.git",
     79    "directory": "packages/babel-helper-create-class-features-plugin"
     80  },
     81  "version": "7.15.4"
    4082}
Note: See TracChangeset for help on using the changeset viewer.