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

    rceaed42 r59329aa  
    11{
    2         "name": "globals",
    3         "version": "11.12.0",
    4         "description": "Global identifiers from different JavaScript environments",
    5         "license": "MIT",
    6         "repository": "sindresorhus/globals",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=4"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "globals.json"
    21         ],
    22         "keywords": [
    23                 "globals",
    24                 "global",
    25                 "identifiers",
    26                 "variables",
    27                 "vars",
    28                 "jshint",
    29                 "eslint",
    30                 "environments"
    31         ],
    32         "devDependencies": {
    33                 "ava": "0.21.0",
    34                 "xo": "0.18.0"
    35         },
    36         "xo": {
    37                 "ignores": [
    38                         "get-browser-globals.js"
    39                 ]
    40         }
     2  "_args": [
     3    [
     4      "globals@11.12.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "globals@11.12.0",
     10  "_id": "globals@11.12.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
     13  "_location": "/globals",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "globals@11.12.0",
     19    "name": "globals",
     20    "escapedName": "globals",
     21    "rawSpec": "11.12.0",
     22    "saveSpec": null,
     23    "fetchSpec": "11.12.0"
     24  },
     25  "_requiredBy": [
     26    "/@babel/plugin-transform-classes",
     27    "/@babel/traverse"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
     30  "_spec": "11.12.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Sindre Sorhus",
     34    "email": "sindresorhus@gmail.com",
     35    "url": "sindresorhus.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/sindresorhus/globals/issues"
     39  },
     40  "description": "Global identifiers from different JavaScript environments",
     41  "devDependencies": {
     42    "ava": "0.21.0",
     43    "xo": "0.18.0"
     44  },
     45  "engines": {
     46    "node": ">=4"
     47  },
     48  "files": [
     49    "index.js",
     50    "globals.json"
     51  ],
     52  "homepage": "https://github.com/sindresorhus/globals#readme",
     53  "keywords": [
     54    "globals",
     55    "global",
     56    "identifiers",
     57    "variables",
     58    "vars",
     59    "jshint",
     60    "eslint",
     61    "environments"
     62  ],
     63  "license": "MIT",
     64  "name": "globals",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/sindresorhus/globals.git"
     68  },
     69  "scripts": {
     70    "test": "xo && ava"
     71  },
     72  "version": "11.12.0",
     73  "xo": {
     74    "ignores": [
     75      "get-browser-globals.js"
     76    ]
     77  }
    4178}
Note: See TracChangeset for help on using the changeset viewer.