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/@discoveryjs/json-ext/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "@discoveryjs/json-ext@0.5.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@discoveryjs/json-ext@0.5.3",
     10  "_id": "@discoveryjs/json-ext@0.5.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==",
     13  "_location": "/@discoveryjs/json-ext",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@discoveryjs/json-ext@0.5.3",
    219    "name": "@discoveryjs/json-ext",
    3     "version": "0.5.3",
    4     "description": "A set of utilities that extend the use of JSON",
    5     "keywords": [
    6         "json",
    7         "utils",
    8         "stream",
    9         "async",
    10         "promise",
    11         "stringify",
    12         "info"
    13     ],
    14     "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
    15     "license": "MIT",
    16     "repository": "discoveryjs/json-ext",
    17     "main": "./src/index",
    18     "browser": {
    19         "./src/stringify-stream.js": "./src/stringify-stream-browser.js",
    20         "./src/text-decoder.js": "./src/text-decoder-browser.js"
    21     },
    22     "scripts": {
    23         "test": "mocha --reporter progress",
    24         "lint": "eslint src test",
    25         "lint-and-test": "npm run lint && npm test",
    26         "build": "rollup --config",
    27         "test:all": "npm run test:src && npm run test:dist",
    28         "test:src": "npm test",
    29         "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test",
    30         "build-and-test": "npm run build && npm run test:dist",
    31         "coverage": "nyc npm test",
    32         "travis": "nyc npm run lint-and-test && npm run build-and-test && npm run coveralls",
    33         "coveralls": "nyc report --reporter=text-lcov | coveralls",
    34         "prepublishOnly": "npm run build"
    35     },
    36     "dependencies": {},
    37     "devDependencies": {
    38         "@rollup/plugin-commonjs": "^15.1.0",
    39         "@rollup/plugin-json": "^4.1.0",
    40         "@rollup/plugin-node-resolve": "^9.0.0",
    41         "chalk": "^4.1.0",
    42         "coveralls": "^3.1.0",
    43         "cross-env": "^7.0.3",
    44         "eslint": "^7.6.0",
    45         "mocha": "^8.1.1",
    46         "nyc": "^15.1.0",
    47         "rollup": "^2.28.2",
    48         "rollup-plugin-terser": "^7.0.2"
    49     },
    50     "engines": {
    51         "node": ">=10.0.0"
    52     },
    53     "files": [
    54         "dist",
    55         "src"
    56     ]
     20    "escapedName": "@discoveryjs%2fjson-ext",
     21    "scope": "@discoveryjs",
     22    "rawSpec": "0.5.3",
     23    "saveSpec": null,
     24    "fetchSpec": "0.5.3"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz",
     30  "_spec": "0.5.3",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Roman Dvornov",
     34    "email": "rdvornov@gmail.com",
     35    "url": "https://github.com/lahmatiy"
     36  },
     37  "browser": {
     38    "./src/stringify-stream.js": "./src/stringify-stream-browser.js",
     39    "./src/text-decoder.js": "./src/text-decoder-browser.js"
     40  },
     41  "bugs": {
     42    "url": "https://github.com/discoveryjs/json-ext/issues"
     43  },
     44  "dependencies": {},
     45  "description": "A set of utilities that extend the use of JSON",
     46  "devDependencies": {
     47    "@rollup/plugin-commonjs": "^15.1.0",
     48    "@rollup/plugin-json": "^4.1.0",
     49    "@rollup/plugin-node-resolve": "^9.0.0",
     50    "chalk": "^4.1.0",
     51    "coveralls": "^3.1.0",
     52    "cross-env": "^7.0.3",
     53    "eslint": "^7.6.0",
     54    "mocha": "^8.1.1",
     55    "nyc": "^15.1.0",
     56    "rollup": "^2.28.2",
     57    "rollup-plugin-terser": "^7.0.2"
     58  },
     59  "engines": {
     60    "node": ">=10.0.0"
     61  },
     62  "files": [
     63    "dist",
     64    "src"
     65  ],
     66  "homepage": "https://github.com/discoveryjs/json-ext#readme",
     67  "keywords": [
     68    "json",
     69    "utils",
     70    "stream",
     71    "async",
     72    "promise",
     73    "stringify",
     74    "info"
     75  ],
     76  "license": "MIT",
     77  "main": "./src/index",
     78  "name": "@discoveryjs/json-ext",
     79  "repository": {
     80    "type": "git",
     81    "url": "git+https://github.com/discoveryjs/json-ext.git"
     82  },
     83  "scripts": {
     84    "build": "rollup --config",
     85    "build-and-test": "npm run build && npm run test:dist",
     86    "coverage": "nyc npm test",
     87    "coveralls": "nyc report --reporter=text-lcov | coveralls",
     88    "lint": "eslint src test",
     89    "lint-and-test": "npm run lint && npm test",
     90    "prepublishOnly": "npm run build",
     91    "test": "mocha --reporter progress",
     92    "test:all": "npm run test:src && npm run test:dist",
     93    "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test",
     94    "test:src": "npm test",
     95    "travis": "nyc npm run lint-and-test && npm run build-and-test && npm run coveralls"
     96  },
     97  "version": "0.5.3"
    5798}
Note: See TracChangeset for help on using the changeset viewer.