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

    rceaed42 r59329aa  
    11{
    2   "name": "mdn-data",
    3   "version": "2.0.14",
     2  "_args": [
     3    [
     4      "mdn-data@2.0.14",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "mdn-data@2.0.14",
     10  "_id": "mdn-data@2.0.14",
     11  "_inBundle": false,
     12  "_integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
     13  "_location": "/mdn-data",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "mdn-data@2.0.14",
     19    "name": "mdn-data",
     20    "escapedName": "mdn-data",
     21    "rawSpec": "2.0.14",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.14"
     24  },
     25  "_requiredBy": [
     26    "/css-tree"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
     29  "_spec": "2.0.14",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Mozilla Developer Network"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/mdn/data/issues"
     36  },
    437  "description": "Open Web data by the Mozilla Developer Network",
    5   "main": "index.js",
     38  "devDependencies": {
     39    "ajv": "^5.0.1",
     40    "better-ajv-errors": "^0.5.1"
     41  },
    642  "files": [
    743    "api/index.js",
     
    1248    "l10n/*.json"
    1349  ],
    14   "repository": {
    15     "type": "git",
    16     "url": "https://github.com/mdn/data.git"
    17   },
     50  "homepage": "https://developer.mozilla.org",
    1851  "keywords": [
    1952    "data",
     
    2255    "css"
    2356  ],
    24   "author": "Mozilla Developer Network",
    2557  "license": "CC0-1.0",
    26   "bugs": {
    27     "url": "https://github.com/mdn/data/issues"
    28   },
    29   "homepage": "https://developer.mozilla.org",
    30   "devDependencies": {
    31     "ajv": "^5.0.1",
    32     "better-ajv-errors": "^0.5.1"
     58  "main": "index.js",
     59  "name": "mdn-data",
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/mdn/data.git"
    3363  },
    3464  "scripts": {
    3565    "lint": "node test/lint",
    36     "travis": "npm test",
    37     "test": "npm run lint"
    38   }
     66    "test": "npm run lint",
     67    "travis": "npm test"
     68  },
     69  "version": "2.0.14"
    3970}
Note: See TracChangeset for help on using the changeset viewer.