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

    rceaed42 r59329aa  
    11{
    2         "name": "object.assign",
    3         "version": "4.1.2",
    4         "author": "Jordan Harband",
    5         "funding": {
    6                 "url": "https://github.com/sponsors/ljharb"
    7         },
    8         "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
    9         "license": "MIT",
    10         "main": "index.js",
    11         "scripts": {
    12                 "pretest": "npm run lint && es-shim-api --bound",
    13                 "test": "npm run tests-only && npm run test:ses",
    14                 "posttest": "aud --production",
    15                 "tests-only": "npm run test:implementation && npm run test:shim",
    16                 "test:native": "nyc node test/native",
    17                 "test:shim": "nyc node test/shimmed",
    18                 "test:implementation": "nyc node test",
    19                 "test:ses": "node test/ses-compat",
    20                 "lint": "eslint .",
    21                 "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
    22                 "prepublish": "safe-publish-latest && npm run build"
    23         },
    24         "repository": {
    25                 "type": "git",
    26                 "url": "git://github.com/ljharb/object.assign.git"
    27         },
    28         "keywords": [
    29                 "Object.assign",
    30                 "assign",
    31                 "ES6",
    32                 "extend",
    33                 "$.extend",
    34                 "jQuery",
    35                 "_.extend",
    36                 "Underscore",
    37                 "es-shim API",
    38                 "polyfill",
    39                 "shim"
    40         ],
    41         "dependencies": {
    42                 "call-bind": "^1.0.0",
    43                 "define-properties": "^1.1.3",
    44                 "has-symbols": "^1.0.1",
    45                 "object-keys": "^1.1.1"
    46         },
    47         "devDependencies": {
    48                 "@es-shims/api": "^2.1.2",
    49                 "@ljharb/eslint-config": "^17.2.0",
    50                 "aud": "^1.1.2",
    51                 "browserify": "^16.5.2",
    52                 "eslint": "^7.12.1",
    53                 "for-each": "^0.3.3",
    54                 "functions-have-names": "^1.2.1",
    55                 "has": "^1.0.3",
    56                 "is": "^3.3.0",
    57                 "nyc": "^10.3.2",
    58                 "safe-publish-latest": "^1.1.4",
    59                 "ses": "^0.10.4",
    60                 "tape": "^5.0.1"
    61         },
    62         "testling": {
    63                 "files": "test/index.js",
    64                 "browsers": [
    65                         "iexplore/6.0..latest",
    66                         "firefox/3.0..6.0",
    67                         "firefox/15.0..latest",
    68                         "firefox/nightly",
    69                         "chrome/4.0..10.0",
    70                         "chrome/20.0..latest",
    71                         "chrome/canary",
    72                         "opera/10.0..latest",
    73                         "opera/next",
    74                         "safari/4.0..latest",
    75                         "ipad/6.0..latest",
    76                         "iphone/6.0..latest",
    77                         "android-browser/4.2"
    78                 ]
    79         },
    80         "engines": {
    81                 "node": ">= 0.4"
    82         }
     2  "_args": [
     3    [
     4      "object.assign@4.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "object.assign@4.1.2",
     10  "_id": "object.assign@4.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
     13  "_location": "/object.assign",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "object.assign@4.1.2",
     19    "name": "object.assign",
     20    "escapedName": "object.assign",
     21    "rawSpec": "4.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.2"
     24  },
     25  "_requiredBy": [
     26    "/babel-plugin-dynamic-import-node"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
     29  "_spec": "4.1.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jordan Harband"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/ljharb/object.assign/issues"
     36  },
     37  "dependencies": {
     38    "call-bind": "^1.0.0",
     39    "define-properties": "^1.1.3",
     40    "has-symbols": "^1.0.1",
     41    "object-keys": "^1.1.1"
     42  },
     43  "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
     44  "devDependencies": {
     45    "@es-shims/api": "^2.1.2",
     46    "@ljharb/eslint-config": "^17.2.0",
     47    "aud": "^1.1.2",
     48    "browserify": "^16.5.2",
     49    "eslint": "^7.12.1",
     50    "for-each": "^0.3.3",
     51    "functions-have-names": "^1.2.1",
     52    "has": "^1.0.3",
     53    "is": "^3.3.0",
     54    "nyc": "^10.3.2",
     55    "safe-publish-latest": "^1.1.4",
     56    "ses": "^0.10.4",
     57    "tape": "^5.0.1"
     58  },
     59  "engines": {
     60    "node": ">= 0.4"
     61  },
     62  "funding": {
     63    "url": "https://github.com/sponsors/ljharb"
     64  },
     65  "homepage": "https://github.com/ljharb/object.assign#readme",
     66  "keywords": [
     67    "Object.assign",
     68    "assign",
     69    "ES6",
     70    "extend",
     71    "$.extend",
     72    "jQuery",
     73    "_.extend",
     74    "Underscore",
     75    "es-shim API",
     76    "polyfill",
     77    "shim"
     78  ],
     79  "license": "MIT",
     80  "main": "index.js",
     81  "name": "object.assign",
     82  "repository": {
     83    "type": "git",
     84    "url": "git://github.com/ljharb/object.assign.git"
     85  },
     86  "scripts": {
     87    "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
     88    "lint": "eslint .",
     89    "posttest": "aud --production",
     90    "prepublish": "safe-publish-latest && npm run build",
     91    "pretest": "npm run lint && es-shim-api --bound",
     92    "test": "npm run tests-only && npm run test:ses",
     93    "test:implementation": "nyc node test",
     94    "test:native": "nyc node test/native",
     95    "test:ses": "node test/ses-compat",
     96    "test:shim": "nyc node test/shimmed",
     97    "tests-only": "npm run test:implementation && npm run test:shim"
     98  },
     99  "testling": {
     100    "files": "test/index.js",
     101    "browsers": [
     102      "iexplore/6.0..latest",
     103      "firefox/3.0..6.0",
     104      "firefox/15.0..latest",
     105      "firefox/nightly",
     106      "chrome/4.0..10.0",
     107      "chrome/20.0..latest",
     108      "chrome/canary",
     109      "opera/10.0..latest",
     110      "opera/next",
     111      "safari/4.0..latest",
     112      "ipad/6.0..latest",
     113      "iphone/6.0..latest",
     114      "android-browser/4.2"
     115    ]
     116  },
     117  "version": "4.1.2"
    83118}
Note: See TracChangeset for help on using the changeset viewer.