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

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-transform-runtime",
    3   "version": "7.14.5",
    4   "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-transform-runtime"
     2  "_args": [
     3    [
     4      "@babel/plugin-transform-runtime@7.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-transform-runtime@7.14.5",
     10  "_id": "@babel/plugin-transform-runtime@7.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==",
     13  "_location": "/@babel/plugin-transform-runtime",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-transform-runtime@7.14.5",
     19    "name": "@babel/plugin-transform-runtime",
     20    "escapedName": "@babel%2fplugin-transform-runtime",
     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    "/@angular-devkit/build-angular"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-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   ],
    1836  "browser": {
    1937    "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
    2038    "./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/babel/babel/issues"
    2142  },
    2243  "dependencies": {
     
    2849    "semver": "^6.3.0"
    2950  },
    30   "peerDependencies": {
    31     "@babel/core": "^7.0.0-0"
    32   },
     51  "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
    3352  "devDependencies": {
    3453    "@babel/core": "7.14.5",
     
    4362    "make-dir": "^2.1.0"
    4463  },
    45   "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
    4664  "engines": {
    4765    "node": ">=6.9.0"
    4866  },
    49   "author": "The Babel Team (https://babel.dev/team)"
     67  "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
     68  "keywords": [
     69    "babel-plugin"
     70  ],
     71  "license": "MIT",
     72  "main": "./lib/index.js",
     73  "name": "@babel/plugin-transform-runtime",
     74  "peerDependencies": {
     75    "@babel/core": "^7.0.0-0"
     76  },
     77  "publishConfig": {
     78    "access": "public"
     79  },
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/babel/babel.git",
     83    "directory": "packages/babel-plugin-transform-runtime"
     84  },
     85  "version": "7.14.5"
    5086}
Note: See TracChangeset for help on using the changeset viewer.