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/shallow-clone/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "shallow-clone",
    3   "description": "Creates a shallow clone of any JavaScript value.",
    4   "version": "3.0.1",
    5   "homepage": "https://github.com/jonschlinkert/shallow-clone",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "shallow-clone@3.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/shallow-clone",
     8  "_development": true,
     9  "_from": "shallow-clone@3.0.1",
     10  "_id": "shallow-clone@3.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
     13  "_location": "/shallow-clone",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "shallow-clone@3.0.1",
     19    "name": "shallow-clone",
     20    "escapedName": "shallow-clone",
     21    "rawSpec": "3.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.1"
     24  },
     25  "_requiredBy": [
     26    "/clone-deep"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
     29  "_spec": "3.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/shallow-clone/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "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    }
    1847  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=8"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2648  "dependencies": {
    2749    "kind-of": "^6.0.2"
    2850  },
     51  "description": "Creates a shallow clone of any JavaScript value.",
    2952  "devDependencies": {
    3053    "gulp-format-md": "^2.0.0",
    3154    "mocha": "^6.1.3"
    3255  },
     56  "engines": {
     57    "node": ">=8"
     58  },
     59  "files": [
     60    "index.js"
     61  ],
     62  "homepage": "https://github.com/jonschlinkert/shallow-clone",
    3363  "keywords": [
    3464    "array",
     
    4171    "shallow"
    4272  ],
     73  "license": "MIT",
     74  "main": "index.js",
     75  "name": "shallow-clone",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/jonschlinkert/shallow-clone.git"
     79  },
     80  "scripts": {
     81    "test": "mocha"
     82  },
    4383  "verb": {
    4484    "toc": false,
     
    61101      ]
    62102    }
    63   }
     103  },
     104  "version": "3.0.1"
    64105}
Note: See TracChangeset for help on using the changeset viewer.