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-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.