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/helper-annotate-as-pure/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helper-annotate-as-pure",
    3   "version": "7.14.5",
     2  "_args": [
     3    [
     4      "@babel/helper-annotate-as-pure@7.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helper-annotate-as-pure@7.14.5",
     10  "_id": "@babel/helper-annotate-as-pure@7.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==",
     13  "_location": "/@babel/helper-annotate-as-pure",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/helper-annotate-as-pure@7.14.5",
     19    "name": "@babel/helper-annotate-as-pure",
     20    "escapedName": "@babel%2fhelper-annotate-as-pure",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.5",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.5"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular",
     28    "/@babel/helper-create-regexp-features-plugin"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz",
     31  "_spec": "7.14.5",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "The Babel Team",
     35    "url": "https://babel.dev/team"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/babel/babel/issues"
     39  },
     40  "dependencies": {
     41    "@babel/types": "^7.14.5"
     42  },
    443  "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"
     44  "engines": {
     45    "node": ">=6.9.0"
    946  },
    1047  "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
    1148  "license": "MIT",
     49  "main": "./lib/index.js",
     50  "name": "@babel/helper-annotate-as-pure",
    1251  "publishConfig": {
    1352    "access": "public"
    1453  },
    15   "main": "./lib/index.js",
    16   "dependencies": {
    17     "@babel/types": "^7.14.5"
     54  "repository": {
     55    "type": "git",
     56    "url": "git+https://github.com/babel/babel.git",
     57    "directory": "packages/babel-helper-annotate-as-pure"
    1858  },
    19   "engines": {
    20     "node": ">=6.9.0"
    21   },
    22   "author": "The Babel Team (https://babel.dev/team)"
     59  "version": "7.14.5"
    2360}
Note: See TracChangeset for help on using the changeset viewer.