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.1",
    4   "description": "ES2015 `Object.assign()` ponyfill",
    5   "license": "MIT",
    6   "repository": "sindresorhus/object-assign",
     2  "_args": [
     3    [
     4      "object-assign@4.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "object-assign@4.1.1",
     10  "_id": "object-assign@4.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
     13  "_location": "/object-assign",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "object-assign@4.1.1",
     19    "name": "object-assign",
     20    "escapedName": "object-assign",
     21    "rawSpec": "4.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.1"
     24  },
     25  "_requiredBy": [
     26    "/cors",
     27    "/del/globby",
     28    "/gauge"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
     31  "_spec": "4.1.1",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    733  "author": {
    834    "name": "Sindre Sorhus",
     
    1036    "url": "sindresorhus.com"
    1137  },
     38  "bugs": {
     39    "url": "https://github.com/sindresorhus/object-assign/issues"
     40  },
     41  "description": "ES2015 `Object.assign()` ponyfill",
     42  "devDependencies": {
     43    "ava": "^0.16.0",
     44    "lodash": "^4.16.4",
     45    "matcha": "^0.7.0",
     46    "xo": "^0.16.0"
     47  },
    1248  "engines": {
    1349    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava",
    17     "bench": "matcha bench.js"
    1850  },
    1951  "files": [
    2052    "index.js"
    2153  ],
     54  "homepage": "https://github.com/sindresorhus/object-assign#readme",
    2255  "keywords": [
    2356    "object",
     
    3467    "browser"
    3568  ],
    36   "devDependencies": {
    37     "ava": "^0.16.0",
    38     "lodash": "^4.16.4",
    39     "matcha": "^0.7.0",
    40     "xo": "^0.16.0"
    41   }
     69  "license": "MIT",
     70  "name": "object-assign",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/sindresorhus/object-assign.git"
     74  },
     75  "scripts": {
     76    "bench": "matcha bench.js",
     77    "test": "xo && ava"
     78  },
     79  "version": "4.1.1"
    4280}
Note: See TracChangeset for help on using the changeset viewer.