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/copy-descriptor/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "copy-descriptor",
    3   "description": "Copy a descriptor from object A to object B",
    4   "version": "0.1.1",
    5   "homepage": "https://github.com/jonschlinkert/copy-descriptor",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/copy-descriptor",
     2  "_args": [
     3    [
     4      "copy-descriptor@0.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "copy-descriptor@0.1.1",
     10  "_id": "copy-descriptor@0.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
     13  "_location": "/copy-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "copy-descriptor@0.1.1",
     19    "name": "copy-descriptor",
     20    "escapedName": "copy-descriptor",
     21    "rawSpec": "0.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.1"
     24  },
     25  "_requiredBy": [
     26    "/object-copy"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
     29  "_spec": "0.1.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  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/copy-descriptor/issues"
    1037  },
    11   "license": "MIT",
     38  "description": "Copy a descriptor from object A to object B",
     39  "devDependencies": {
     40    "gulp-format-md": "^0.1.9",
     41    "mocha": "^2.5.3"
     42  },
     43  "engines": {
     44    "node": ">=0.10.0"
     45  },
    1246  "files": [
    1347    "index.js"
    1448  ],
     49  "homepage": "https://github.com/jonschlinkert/copy-descriptor",
     50  "keywords": [
     51    "copy",
     52    "descriptor"
     53  ],
     54  "license": "MIT",
    1555  "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
     56  "name": "copy-descriptor",
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/jonschlinkert/copy-descriptor.git"
    1860  },
    1961  "scripts": {
    2062    "test": "mocha"
    2163  },
    22   "devDependencies": {
    23     "gulp-format-md": "^0.1.9",
    24     "mocha": "^2.5.3"
    25   },
    26   "keywords": [
    27     "copy",
    28     "descriptor"
    29   ],
    3064  "verb": {
    3165    "toc": false,
     
    5387      "verb"
    5488    ]
    55   }
     89  },
     90  "version": "0.1.1"
    5691}
Note: See TracChangeset for help on using the changeset viewer.