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-transform-typeof-symbol/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-transform-typeof-symbol",
    3   "version": "7.14.5",
    4   "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-transform-typeof-symbol"
     2  "_args": [
     3    [
     4      "@babel/plugin-transform-typeof-symbol@7.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-transform-typeof-symbol@7.14.5",
     10  "_id": "@babel/plugin-transform-typeof-symbol@7.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==",
     13  "_location": "/@babel/plugin-transform-typeof-symbol",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-transform-typeof-symbol@7.14.5",
     19    "name": "@babel/plugin-transform-typeof-symbol",
     20    "escapedName": "@babel%2fplugin-transform-typeof-symbol",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.5",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.5"
    925  },
    10   "license": "MIT",
    11   "publishConfig": {
    12     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/preset-env"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-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"
    1335  },
    14   "main": "./lib/index.js",
    15   "keywords": [
    16     "babel-plugin"
    17   ],
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues"
     38  },
    1839  "dependencies": {
    1940    "@babel/helper-plugin-utils": "^7.14.5"
    2041  },
    21   "peerDependencies": {
    22     "@babel/core": "^7.0.0-0"
    23   },
     42  "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
    2443  "devDependencies": {
    2544    "@babel/core": "7.14.5",
     
    2948    "@babel/runtime-corejs3": "7.14.5"
    3049  },
    31   "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
    3250  "engines": {
    3351    "node": ">=6.9.0"
    3452  },
    35   "author": "The Babel Team (https://babel.dev/team)"
     53  "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
     54  "keywords": [
     55    "babel-plugin"
     56  ],
     57  "license": "MIT",
     58  "main": "./lib/index.js",
     59  "name": "@babel/plugin-transform-typeof-symbol",
     60  "peerDependencies": {
     61    "@babel/core": "^7.0.0-0"
     62  },
     63  "publishConfig": {
     64    "access": "public"
     65  },
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/babel/babel.git",
     69    "directory": "packages/babel-plugin-transform-typeof-symbol"
     70  },
     71  "version": "7.14.5"
    3672}
Note: See TracChangeset for help on using the changeset viewer.