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

    rceaed42 r59329aa  
    11{
    2   "name": "object.pick",
    3   "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
    4   "version": "1.3.0",
    5   "homepage": "https://github.com/jonschlinkert/object.pick",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/object.pick",
     2  "_args": [
     3    [
     4      "object.pick@1.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "object.pick@1.3.0",
     10  "_id": "object.pick@1.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
     13  "_location": "/object.pick",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "object.pick@1.3.0",
     19    "name": "object.pick",
     20    "escapedName": "object.pick",
     21    "rawSpec": "1.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.3.0"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/micromatch",
     27    "/nanomatch",
     28    "/webpack-dev-server/micromatch"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
     31  "_spec": "1.3.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.pick/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": {
    2341    "isobject": "^3.0.1"
    2442  },
     43  "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
    2544  "devDependencies": {
    2645    "gulp-format-md": "^1.0.0",
     
    2847    "vinyl": "^2.0.0"
    2948  },
     49  "engines": {
     50    "node": ">=0.10.0"
     51  },
     52  "files": [
     53    "index.js"
     54  ],
     55  "homepage": "https://github.com/jonschlinkert/object.pick",
    3056  "keywords": [
    3157    "object",
    3258    "pick"
    3359  ],
     60  "license": "MIT",
     61  "main": "index.js",
     62  "name": "object.pick",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/jonschlinkert/object.pick.git"
     66  },
     67  "scripts": {
     68    "test": "mocha"
     69  },
    3470  "verb": {
    3571    "run": true,
     
    5793      "reflinks": true
    5894    }
    59   }
     95  },
     96  "version": "1.3.0"
    6097}
Note: See TracChangeset for help on using the changeset viewer.