Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

Location:
trip-planner-front/node_modules/object-copy
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/object-copy/node_modules/define-property/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "define-property",
    3   "description": "Define a non-enumerable property on an object.",
    4   "version": "0.2.5",
    5   "homepage": "https://github.com/jonschlinkert/define-property",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/define-property",
     2  "_args": [
     3    [
     4      "define-property@0.2.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "define-property@0.2.5",
     10  "_id": "define-property@0.2.5",
     11  "_inBundle": false,
     12  "_integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
     13  "_location": "/object-copy/define-property",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "define-property@0.2.5",
     19    "name": "define-property",
     20    "escapedName": "define-property",
     21    "rawSpec": "0.2.5",
     22    "saveSpec": null,
     23    "fetchSpec": "0.2.5"
     24  },
     25  "_requiredBy": [
     26    "/object-copy"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
     29  "_spec": "0.2.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/define-property/issues"
    1037  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
     38  "dependencies": {
     39    "is-descriptor": "^0.1.0"
    1840  },
    19   "scripts": {
    20     "test": "mocha"
    21   },
     41  "description": "Define a non-enumerable property on an object.",
    2242  "devDependencies": {
    2343    "mocha": "*",
    2444    "should": "^7.0.4"
    2545  },
     46  "engines": {
     47    "node": ">=0.10.0"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/jonschlinkert/define-property",
    2653  "keywords": [
    2754    "define",
     
    3663    "value"
    3764  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "define-property",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/jonschlinkert/define-property.git"
     71  },
     72  "scripts": {
     73    "test": "mocha"
     74  },
    3875  "verb": {
    3976    "related": {
     
    4683    }
    4784  },
    48   "dependencies": {
    49     "is-descriptor": "^0.1.0"
    50   }
     85  "version": "0.2.5"
    5186}
  • trip-planner-front/node_modules/object-copy/node_modules/is-accessor-descriptor/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-accessor-descriptor",
    3   "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
    4   "version": "0.1.6",
    5   "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-accessor-descriptor",
     2  "_args": [
     3    [
     4      "is-accessor-descriptor@0.1.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-accessor-descriptor@0.1.6",
     10  "_id": "is-accessor-descriptor@0.1.6",
     11  "_inBundle": false,
     12  "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
     13  "_location": "/object-copy/is-accessor-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-accessor-descriptor@0.1.6",
     19    "name": "is-accessor-descriptor",
     20    "escapedName": "is-accessor-descriptor",
     21    "rawSpec": "0.1.6",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.6"
     24  },
     25  "_requiredBy": [
     26    "/object-copy/is-descriptor"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
     29  "_spec": "0.1.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
    2339    "kind-of": "^3.0.2"
    2440  },
     41  "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
    2542  "devDependencies": {
    2643    "mocha": "*",
    2744    "should": "*"
    2845  },
     46  "engines": {
     47    "node": ">=0.10.0"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
    2953  "keywords": [
    3054    "accessor",
     
    4569    "value"
    4670  ],
     71  "license": "MIT",
     72  "main": "index.js",
     73  "name": "is-accessor-descriptor",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
     77  },
     78  "scripts": {
     79    "test": "mocha"
     80  },
    4781  "verb": {
    4882    "related": {
     
    5892    ],
    5993    "layout": "default"
    60   }
     94  },
     95  "version": "0.1.6"
    6196}
  • trip-planner-front/node_modules/object-copy/node_modules/is-data-descriptor/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-data-descriptor",
    3   "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
    4   "version": "0.1.4",
    5   "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-data-descriptor",
     2  "_args": [
     3    [
     4      "is-data-descriptor@0.1.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-data-descriptor@0.1.4",
     10  "_id": "is-data-descriptor@0.1.4",
     11  "_inBundle": false,
     12  "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
     13  "_location": "/object-copy/is-data-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-data-descriptor@0.1.4",
     19    "name": "is-data-descriptor",
     20    "escapedName": "is-data-descriptor",
     21    "rawSpec": "0.1.4",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.4"
     24  },
     25  "_requiredBy": [
     26    "/object-copy/is-descriptor"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
     29  "_spec": "0.1.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
    2339    "kind-of": "^3.0.2"
    2440  },
     41  "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
    2542  "devDependencies": {
    2643    "mocha": "*",
    2744    "should": "*"
    2845  },
     46  "engines": {
     47    "node": ">=0.10.0"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
    2953  "keywords": [
    3054    "accessor",
     
    4569    "value"
    4670  ],
     71  "license": "MIT",
     72  "main": "index.js",
     73  "name": "is-data-descriptor",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
     77  },
     78  "scripts": {
     79    "test": "mocha"
     80  },
    4781  "verb": {
    4882    "related": {
     
    5791      "gulp-format-md"
    5892    ]
    59   }
     93  },
     94  "version": "0.1.4"
    6095}
  • trip-planner-front/node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "kind-of",
    3   "description": "Get the native type of a value.",
    4   "version": "5.1.0",
    5   "homepage": "https://github.com/jonschlinkert/kind-of",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "David Fox-Powell (https://dtothefp.github.io/me)",
    9     "James (https://twitter.com/aretecode)",
    10     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    11     "Ken Sheedlo (kensheedlo.com)",
    12     "laggingreflex (https://github.com/laggingreflex)",
    13     "Miguel Mota (https://miguelmota.com)",
    14     "Peter deHaan (http://about.me/peterdehaan)",
    15     "tunnckoCore (https://i.am.charlike.online)"
     2  "_args": [
     3    [
     4      "kind-of@5.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    167  ],
    17   "repository": "jonschlinkert/kind-of",
     8  "_development": true,
     9  "_from": "kind-of@5.1.0",
     10  "_id": "kind-of@5.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
     13  "_location": "/object-copy/is-descriptor/kind-of",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "kind-of@5.1.0",
     19    "name": "kind-of",
     20    "escapedName": "kind-of",
     21    "rawSpec": "5.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.1.0"
     24  },
     25  "_requiredBy": [
     26    "/object-copy/is-descriptor"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
     29  "_spec": "5.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1835  "bugs": {
    1936    "url": "https://github.com/jonschlinkert/kind-of/issues"
    2037  },
    21   "license": "MIT",
    22   "files": [
    23     "index.js"
     38  "contributors": [
     39    {
     40      "name": "David Fox-Powell",
     41      "url": "https://dtothefp.github.io/me"
     42    },
     43    {
     44      "name": "James",
     45      "url": "https://twitter.com/aretecode"
     46    },
     47    {
     48      "name": "Jon Schlinkert",
     49      "url": "http://twitter.com/jonschlinkert"
     50    },
     51    {
     52      "name": "Ken Sheedlo",
     53      "url": "kensheedlo.com"
     54    },
     55    {
     56      "name": "laggingreflex",
     57      "url": "https://github.com/laggingreflex"
     58    },
     59    {
     60      "name": "Miguel Mota",
     61      "url": "https://miguelmota.com"
     62    },
     63    {
     64      "name": "Peter deHaan",
     65      "url": "http://about.me/peterdehaan"
     66    },
     67    {
     68      "name": "tunnckoCore",
     69      "url": "https://i.am.charlike.online"
     70    }
    2471  ],
    25   "main": "index.js",
    26   "engines": {
    27     "node": ">=0.10.0"
    28   },
    29   "scripts": {
    30     "test": "mocha",
    31     "prepublish": "browserify -o browser.js -e index.js -s index --bare"
    32   },
     72  "description": "Get the native type of a value.",
    3373  "devDependencies": {
    3474    "ansi-bold": "^0.1.1",
     
    4181    "typeof": "^1.0.0"
    4282  },
     83  "engines": {
     84    "node": ">=0.10.0"
     85  },
     86  "files": [
     87    "index.js"
     88  ],
     89  "homepage": "https://github.com/jonschlinkert/kind-of",
    4390  "keywords": [
    4491    "arguments",
     
    64111    "types"
    65112  ],
     113  "license": "MIT",
     114  "main": "index.js",
     115  "name": "kind-of",
     116  "repository": {
     117    "type": "git",
     118    "url": "git+https://github.com/jonschlinkert/kind-of.git"
     119  },
     120  "scripts": {
     121    "prepublish": "browserify -o browser.js -e index.js -s index --bare",
     122    "test": "mocha"
     123  },
    66124  "verb": {
    67125    "related": {
     
    88146      "verb"
    89147    ]
    90   }
     148  },
     149  "version": "5.1.0"
    91150}
  • trip-planner-front/node_modules/object-copy/node_modules/is-descriptor/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-descriptor",
    3   "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
    4   "version": "0.1.6",
    5   "homepage": "https://github.com/jonschlinkert/is-descriptor",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    10     "(https://github.com/wtgtybhertgeghgtwtg)"
     2  "_args": [
     3    [
     4      "is-descriptor@0.1.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/is-descriptor",
     8  "_development": true,
     9  "_from": "is-descriptor@0.1.6",
     10  "_id": "is-descriptor@0.1.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
     13  "_location": "/object-copy/is-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-descriptor@0.1.6",
     19    "name": "is-descriptor",
     20    "escapedName": "is-descriptor",
     21    "rawSpec": "0.1.6",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.6"
     24  },
     25  "_requiredBy": [
     26    "/object-copy/define-property"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
     29  "_spec": "0.1.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1335  "bugs": {
    1436    "url": "https://github.com/jonschlinkert/is-descriptor/issues"
    1537  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Brian Woodward",
     41      "url": "https://twitter.com/doowb"
     42    },
     43    {
     44      "name": "Jon Schlinkert",
     45      "url": "http://twitter.com/jonschlinkert"
     46    },
     47    {
     48      "url": "https://github.com/wtgtybhertgeghgtwtg"
     49    }
    1950  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2751  "dependencies": {
    2852    "is-accessor-descriptor": "^0.1.6",
     
    3054    "kind-of": "^5.0.0"
    3155  },
     56  "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
    3257  "devDependencies": {
    3358    "gulp-format-md": "^1.0.0",
    3459    "mocha": "^3.4.2"
    3560  },
     61  "engines": {
     62    "node": ">=0.10.0"
     63  },
     64  "files": [
     65    "index.js"
     66  ],
     67  "homepage": "https://github.com/jonschlinkert/is-descriptor",
    3668  "keywords": [
    3769    "accessor",
     
    5284    "value"
    5385  ],
     86  "license": "MIT",
     87  "main": "index.js",
     88  "name": "is-descriptor",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
     92  },
     93  "scripts": {
     94    "test": "mocha"
     95  },
    5496  "verb": {
    5597    "related": {
     
    72114      "reflinks": true
    73115    }
    74   }
     116  },
     117  "version": "0.1.6"
    75118}
  • trip-planner-front/node_modules/object-copy/node_modules/kind-of/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "kind-of",
    3   "description": "Get the native type of a value.",
    4   "version": "3.2.2",
    5   "homepage": "https://github.com/jonschlinkert/kind-of",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "David Fox-Powell (https://dtothefp.github.io/me)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    10     "Ken Sheedlo (kensheedlo.com)",
    11     "laggingreflex (https://github.com/laggingreflex)",
    12     "Miguel Mota (https://miguelmota.com)",
    13     "Peter deHaan (http://about.me/peterdehaan)"
     2  "_args": [
     3    [
     4      "kind-of@3.2.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    147  ],
    15   "repository": "jonschlinkert/kind-of",
     8  "_development": true,
     9  "_from": "kind-of@3.2.2",
     10  "_id": "kind-of@3.2.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
     13  "_location": "/object-copy/kind-of",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "kind-of@3.2.2",
     19    "name": "kind-of",
     20    "escapedName": "kind-of",
     21    "rawSpec": "3.2.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.2.2"
     24  },
     25  "_requiredBy": [
     26    "/object-copy",
     27    "/object-copy/is-accessor-descriptor",
     28    "/object-copy/is-data-descriptor"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
     31  "_spec": "3.2.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1637  "bugs": {
    1738    "url": "https://github.com/jonschlinkert/kind-of/issues"
    1839  },
    19   "license": "MIT",
    20   "files": [
    21     "index.js"
     40  "contributors": [
     41    {
     42      "name": "David Fox-Powell",
     43      "url": "https://dtothefp.github.io/me"
     44    },
     45    {
     46      "name": "Jon Schlinkert",
     47      "url": "http://twitter.com/jonschlinkert"
     48    },
     49    {
     50      "name": "Ken Sheedlo",
     51      "url": "kensheedlo.com"
     52    },
     53    {
     54      "name": "laggingreflex",
     55      "url": "https://github.com/laggingreflex"
     56    },
     57    {
     58      "name": "Miguel Mota",
     59      "url": "https://miguelmota.com"
     60    },
     61    {
     62      "name": "Peter deHaan",
     63      "url": "http://about.me/peterdehaan"
     64    }
    2265  ],
    23   "main": "index.js",
    24   "engines": {
    25     "node": ">=0.10.0"
    26   },
    27   "scripts": {
    28     "test": "mocha",
    29     "prepublish": "browserify -o browser.js -e index.js -s index --bare"
    30   },
    3166  "dependencies": {
    3267    "is-buffer": "^1.1.5"
    3368  },
     69  "description": "Get the native type of a value.",
    3470  "devDependencies": {
    3571    "ansi-bold": "^0.1.1",
     
    4278    "typeof": "^1.0.0"
    4379  },
     80  "engines": {
     81    "node": ">=0.10.0"
     82  },
     83  "files": [
     84    "index.js"
     85  ],
     86  "homepage": "https://github.com/jonschlinkert/kind-of",
    4487  "keywords": [
    4588    "arguments",
     
    65108    "types"
    66109  ],
     110  "license": "MIT",
     111  "main": "index.js",
     112  "name": "kind-of",
     113  "repository": {
     114    "type": "git",
     115    "url": "git+https://github.com/jonschlinkert/kind-of.git"
     116  },
     117  "scripts": {
     118    "prepublish": "browserify -o browser.js -e index.js -s index --bare",
     119    "test": "mocha"
     120  },
    67121  "verb": {
    68122    "related": {
     
    87141      "verb"
    88142    ]
    89   }
     143  },
     144  "version": "3.2.2"
    90145}
  • trip-planner-front/node_modules/object-copy/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "object-copy",
    3   "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
    4   "version": "0.1.0",
    5   "homepage": "https://github.com/jonschlinkert/object-copy",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/object-copy",
     2  "_args": [
     3    [
     4      "object-copy@0.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "object-copy@0.1.0",
     10  "_id": "object-copy@0.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
     13  "_location": "/object-copy",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "object-copy@0.1.0",
     21    "name": "object-copy",
     22    "escapedName": "object-copy",
     23    "rawSpec": "0.1.0",
     24    "saveSpec": null,
     25    "fetchSpec": "0.1.0"
     26  },
     27  "_requiredBy": [
     28    "/static-extend"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
     31  "_spec": "0.1.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    837  "bugs": {
    938    "url": "https://github.com/jonschlinkert/object-copy/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2139  },
    2240  "dependencies": {
     
    2543    "kind-of": "^3.0.3"
    2644  },
     45  "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
    2746  "devDependencies": {
    2847    "gulp-format-md": "*",
    2948    "mocha": "*"
    3049  },
     50  "engines": {
     51    "node": ">=0.10.0"
     52  },
     53  "files": [
     54    "index.js"
     55  ],
     56  "homepage": "https://github.com/jonschlinkert/object-copy",
    3157  "keywords": [
    3258    "copy",
    3359    "object"
    3460  ],
     61  "license": "MIT",
     62  "main": "index.js",
     63  "name": "object-copy",
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/jonschlinkert/object-copy.git"
     67  },
     68  "scripts": {
     69    "test": "mocha"
     70  },
    3571  "verb": {
    3672    "layout": "default",
     
    4480      "verb"
    4581    ]
    46   }
     82  },
     83  "version": "0.1.0"
    4784}
Note: See TracChangeset for help on using the changeset viewer.