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

    rceaed42 r59329aa  
    11{
    2   "name": "copy-anything",
    3   "sideEffects": false,
    4   "version": "2.0.3",
    5   "description": "An optimised way to copy'ing an object. A small and simple integration",
    6   "main": "dist/index.cjs.js",
    7   "module": "dist/index.esm.js",
    8   "typings": "types/index.d.ts",
    9   "scripts": {
    10     "test": "ava",
    11     "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    12     "rollup": "rollup -c build/rollup.js",
    13     "build": "npm run lint && npm run test && npm run rollup"
     2  "_args": [
     3    [
     4      "copy-anything@2.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "copy-anything@2.0.3",
     10  "_id": "copy-anything@2.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-GK6QUtisv4fNS+XcI7shX0Gx9ORg7QqIznyfho79JTnX1XhLiyZHfftvGiziqzRiEi/Bjhgpi+D2o7HxJFPnDQ==",
     13  "_location": "/copy-anything",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "copy-anything@2.0.3",
     19    "name": "copy-anything",
     20    "escapedName": "copy-anything",
     21    "rawSpec": "2.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.3"
     24  },
     25  "_requiredBy": [
     26    "/less"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.3.tgz",
     29  "_spec": "2.0.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Luca Ban - Mesqueeb"
     33  },
     34  "ava": {
     35    "extensions": [
     36      "ts"
     37    ],
     38    "require": [
     39      "tsconfig-paths/register",
     40      "ts-node/register"
     41    ]
     42  },
     43  "bugs": {
     44    "url": "https://github.com/mesqueeb/copy-anything/issues"
    1445  },
    1546  "dependencies": {
    1647    "is-what": "^3.12.0"
    1748  },
     49  "description": "An optimised way to copy'ing an object. A small and simple integration",
    1850  "devDependencies": {
    1951    "@typescript-eslint/eslint-plugin": "^4.14.2",
     
    2961    "typescript": "^4.1.3"
    3062  },
     63  "homepage": "https://github.com/mesqueeb/copy-anything#readme",
    3164  "keywords": [
    3265    "copy",
     
    4376    "ts"
    4477  ],
    45   "author": "Luca Ban - Mesqueeb",
    4678  "license": "MIT",
    47   "bugs": {
    48     "url": "https://github.com/mesqueeb/copy-anything/issues"
    49   },
    50   "homepage": "https://github.com/mesqueeb/copy-anything#readme",
     79  "main": "dist/index.cjs.js",
     80  "module": "dist/index.esm.js",
     81  "name": "copy-anything",
    5182  "repository": {
    5283    "type": "git",
    5384    "url": "git+https://github.com/mesqueeb/copy-anything.git"
    5485  },
    55   "ava": {
    56     "extensions": [
    57       "ts"
    58     ],
    59     "require": [
    60       "tsconfig-paths/register",
    61       "ts-node/register"
    62     ]
    63   }
     86  "scripts": {
     87    "build": "npm run lint && npm run test && npm run rollup",
     88    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
     89    "rollup": "rollup -c build/rollup.js",
     90    "test": "ava"
     91  },
     92  "sideEffects": false,
     93  "typings": "types/index.d.ts",
     94  "version": "2.0.3"
    6495}
Note: See TracChangeset for help on using the changeset viewer.